[Build] Apply APITool for generating dummy assemblies
authorWonyoung Choi <wy80.choi@samsung.com>
Thu, 4 Apr 2019 01:20:55 +0000 (10:20 +0900)
committerWonyoung Choi <wy80.choi@samsung.com>
Thu, 4 Apr 2019 01:20:55 +0000 (10:20 +0900)
commit00f6601ce0de50b980b10cd2d8059bedd2e1bb10
tree5f42e073768f04e28215ce043fabe8ccf040c868
parent2b6177242383573be1db04d9db96c185a25c2e5f
[Build] Apply APITool for generating dummy assemblies
151 files changed:
build.sh
build/build.proj
build/common.props
build/common.targets
build/directories.props
tools/Tools.sln [deleted file]
tools/bin/ABIChecker/ABIChecker.deps.json [deleted file]
tools/bin/ABIChecker/ABIChecker.dll [deleted file]
tools/bin/ABIChecker/ABIChecker.pdb [deleted file]
tools/bin/ABIChecker/CommandLine.dll [deleted file]
tools/bin/ABIChecker/Microsoft.CodeAnalysis.CSharp.Workspaces.dll [deleted file]
tools/bin/ABIChecker/Microsoft.CodeAnalysis.CSharp.dll [deleted file]
tools/bin/ABIChecker/Microsoft.CodeAnalysis.VisualBasic.Workspaces.dll [deleted file]
tools/bin/ABIChecker/Microsoft.CodeAnalysis.VisualBasic.dll [deleted file]
tools/bin/ABIChecker/Microsoft.CodeAnalysis.Workspaces.dll [deleted file]
tools/bin/ABIChecker/Microsoft.CodeAnalysis.dll [deleted file]
tools/bin/ABIChecker/Microsoft.DotNet.PlatformAbstractions.dll [deleted file]
tools/bin/ABIChecker/Microsoft.Extensions.DependencyModel.dll [deleted file]
tools/bin/ABIChecker/Newtonsoft.Json.dll [deleted file]
tools/bin/ABIChecker/System.Composition.AttributedModel.dll [deleted file]
tools/bin/ABIChecker/System.Composition.Convention.dll [deleted file]
tools/bin/ABIChecker/System.Composition.Hosting.dll [deleted file]
tools/bin/ABIChecker/System.Composition.Runtime.dll [deleted file]
tools/bin/ABIChecker/System.Composition.TypedParts.dll [deleted file]
tools/bin/ABIChecker/runtimes/unix/lib/netstandard1.3/System.Text.Encoding.CodePages.dll [deleted file]
tools/bin/ABIChecker/runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll [deleted file]
tools/bin/APITool.deps.json [new file with mode: 0644]
tools/bin/APITool.dll [new file with mode: 0644]
tools/bin/APITool.pdb [new file with mode: 0644]
tools/bin/APITool.runtimeconfig.json [moved from tools/bin/ABIChecker/ABIChecker.runtimeconfig.json with 100% similarity]
tools/bin/CommandLine.dll [new file with mode: 0755]
tools/bin/GenDummy.Tasks/GenDummy.Tasks.deps.json [deleted file]
tools/bin/GenDummy.Tasks/GenDummy.Tasks.dll [deleted file]
tools/bin/GenDummy.Tasks/GenDummy.Tasks.pdb [deleted file]
tools/bin/GenDummy.Tasks/GenDummy.dll [deleted file]
tools/bin/GenDummy.Tasks/GenDummy.pdb [deleted file]
tools/bin/GenDummy.Tasks/Microsoft.Build.Framework.dll [deleted file]
tools/bin/GenDummy.Tasks/Microsoft.Build.Utilities.Core.dll [deleted file]
tools/bin/GenDummy.Tasks/Microsoft.CodeAnalysis.CSharp.Workspaces.dll [deleted file]
tools/bin/GenDummy.Tasks/Microsoft.CodeAnalysis.CSharp.dll [deleted file]
tools/bin/GenDummy.Tasks/Microsoft.CodeAnalysis.Workspaces.dll [deleted file]
tools/bin/GenDummy.Tasks/Microsoft.CodeAnalysis.dll [deleted file]
tools/bin/GenDummy.Tasks/System.AppContext.dll [deleted file]
tools/bin/GenDummy.Tasks/System.Buffers.dll [deleted file]
tools/bin/GenDummy.Tasks/System.Collections.Concurrent.dll [deleted file]
tools/bin/GenDummy.Tasks/System.Collections.Immutable.dll [deleted file]
tools/bin/GenDummy.Tasks/System.Collections.NonGeneric.dll [deleted file]
tools/bin/GenDummy.Tasks/System.Composition.AttributedModel.dll [deleted file]
tools/bin/GenDummy.Tasks/System.Composition.Convention.dll [deleted file]
tools/bin/GenDummy.Tasks/System.Composition.Hosting.dll [deleted file]
tools/bin/GenDummy.Tasks/System.Composition.Runtime.dll [deleted file]
tools/bin/GenDummy.Tasks/System.Composition.TypedParts.dll [deleted file]
tools/bin/GenDummy.Tasks/System.Diagnostics.Contracts.dll [deleted file]
tools/bin/GenDummy.Tasks/System.Diagnostics.StackTrace.dll [deleted file]
tools/bin/GenDummy.Tasks/System.Dynamic.Runtime.dll [deleted file]
tools/bin/GenDummy.Tasks/System.IO.FileSystem.Primitives.dll [deleted file]
tools/bin/GenDummy.Tasks/System.Linq.Expressions.dll [deleted file]
tools/bin/GenDummy.Tasks/System.Linq.Parallel.dll [deleted file]
tools/bin/GenDummy.Tasks/System.Linq.dll [deleted file]
tools/bin/GenDummy.Tasks/System.ObjectModel.dll [deleted file]
tools/bin/GenDummy.Tasks/System.Private.DataContractSerialization.dll [deleted file]
tools/bin/GenDummy.Tasks/System.Reflection.Emit.ILGeneration.dll [deleted file]
tools/bin/GenDummy.Tasks/System.Reflection.Emit.Lightweight.dll [deleted file]
tools/bin/GenDummy.Tasks/System.Reflection.Emit.dll [deleted file]
tools/bin/GenDummy.Tasks/System.Reflection.Metadata.dll [deleted file]
tools/bin/GenDummy.Tasks/System.Reflection.TypeExtensions.dll [deleted file]
tools/bin/GenDummy.Tasks/System.Resources.Reader.dll [deleted file]
tools/bin/GenDummy.Tasks/System.Runtime.Numerics.dll [deleted file]
tools/bin/GenDummy.Tasks/System.Runtime.Serialization.Primitives.dll [deleted file]
tools/bin/GenDummy.Tasks/System.Runtime.Serialization.Xml.dll [deleted file]
tools/bin/GenDummy.Tasks/System.Security.Cryptography.OpenSsl.dll [deleted file]
tools/bin/GenDummy.Tasks/System.Security.Cryptography.Primitives.dll [deleted file]
tools/bin/GenDummy.Tasks/System.Text.RegularExpressions.dll [deleted file]
tools/bin/GenDummy.Tasks/System.Threading.Tasks.Extensions.dll [deleted file]
tools/bin/GenDummy.Tasks/System.Threading.Tasks.Parallel.dll [deleted file]
tools/bin/GenDummy.Tasks/System.Threading.Thread.dll [deleted file]
tools/bin/GenDummy.Tasks/System.Threading.ThreadPool.dll [deleted file]
tools/bin/GenDummy.Tasks/System.Threading.dll [deleted file]
tools/bin/GenDummy.Tasks/System.ValueTuple.dll [deleted file]
tools/bin/GenDummy.Tasks/System.Xml.ReaderWriter.dll [deleted file]
tools/bin/GenDummy.Tasks/System.Xml.XDocument.dll [deleted file]
tools/bin/GenDummy.Tasks/System.Xml.XPath.XDocument.dll [deleted file]
tools/bin/GenDummy.Tasks/System.Xml.XPath.dll [deleted file]
tools/bin/GenDummy.Tasks/System.Xml.XmlDocument.dll [deleted file]
tools/bin/GenDummy.Tasks/System.Xml.XmlSerializer.dll [deleted file]
tools/bin/GenDummy.Tasks/runtimes/debian.8-x64/native/System.Security.Cryptography.Native.OpenSsl.so [deleted file]
tools/bin/GenDummy.Tasks/runtimes/fedora.23-x64/native/System.Security.Cryptography.Native.OpenSsl.so [deleted file]
tools/bin/GenDummy.Tasks/runtimes/fedora.24-x64/native/System.Security.Cryptography.Native.OpenSsl.so [deleted file]
tools/bin/GenDummy.Tasks/runtimes/linux/lib/netstandard1.4/System.Diagnostics.Process.dll [deleted file]
tools/bin/GenDummy.Tasks/runtimes/opensuse.13.2-x64/native/System.Security.Cryptography.Native.OpenSsl.so [deleted file]
tools/bin/GenDummy.Tasks/runtimes/opensuse.42.1-x64/native/System.Security.Cryptography.Native.OpenSsl.so [deleted file]
tools/bin/GenDummy.Tasks/runtimes/osx.10.10-x64/native/System.Security.Cryptography.Native.Apple.dylib [deleted file]
tools/bin/GenDummy.Tasks/runtimes/osx.10.10-x64/native/System.Security.Cryptography.Native.OpenSsl.dylib [deleted file]
tools/bin/GenDummy.Tasks/runtimes/osx/lib/netstandard1.4/System.Diagnostics.Process.dll [deleted file]
tools/bin/GenDummy.Tasks/runtimes/osx/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll [deleted file]
tools/bin/GenDummy.Tasks/runtimes/rhel.7-x64/native/System.Security.Cryptography.Native.OpenSsl.so [deleted file]
tools/bin/GenDummy.Tasks/runtimes/ubuntu.14.04-x64/native/System.Security.Cryptography.Native.OpenSsl.so [deleted file]
tools/bin/GenDummy.Tasks/runtimes/ubuntu.16.04-x64/native/System.Security.Cryptography.Native.OpenSsl.so [deleted file]
tools/bin/GenDummy.Tasks/runtimes/ubuntu.16.10-x64/native/System.Security.Cryptography.Native.OpenSsl.so [deleted file]
tools/bin/GenDummy.Tasks/runtimes/unix/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll [deleted file]
tools/bin/GenDummy.Tasks/runtimes/unix/lib/netstandard1.3/Microsoft.Win32.Registry.dll [deleted file]
tools/bin/GenDummy.Tasks/runtimes/unix/lib/netstandard1.3/System.Diagnostics.FileVersionInfo.dll [deleted file]
tools/bin/GenDummy.Tasks/runtimes/unix/lib/netstandard1.3/System.Diagnostics.TraceSource.dll [deleted file]
tools/bin/GenDummy.Tasks/runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll [deleted file]
tools/bin/GenDummy.Tasks/runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Csp.dll [deleted file]
tools/bin/GenDummy.Tasks/runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll [deleted file]
tools/bin/GenDummy.Tasks/runtimes/unix/lib/netstandard1.3/System.Text.Encoding.CodePages.dll [deleted file]
tools/bin/GenDummy.Tasks/runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll [deleted file]
tools/bin/GenDummy.Tasks/runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Cng.dll [deleted file]
tools/bin/GenDummy.Tasks/runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll [deleted file]
tools/bin/GenDummy.Tasks/runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll [deleted file]
tools/bin/GenDummy.Tasks/runtimes/win/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll [deleted file]
tools/bin/GenDummy.Tasks/runtimes/win/lib/netstandard1.3/Microsoft.Win32.Registry.dll [deleted file]
tools/bin/GenDummy.Tasks/runtimes/win/lib/netstandard1.3/System.Diagnostics.FileVersionInfo.dll [deleted file]
tools/bin/GenDummy.Tasks/runtimes/win/lib/netstandard1.3/System.Diagnostics.TraceSource.dll [deleted file]
tools/bin/GenDummy.Tasks/runtimes/win/lib/netstandard1.3/System.IO.Compression.dll [deleted file]
tools/bin/GenDummy.Tasks/runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Csp.dll [deleted file]
tools/bin/GenDummy.Tasks/runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll [deleted file]
tools/bin/GenDummy.Tasks/runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll [deleted file]
tools/bin/GenDummy.Tasks/runtimes/win/lib/netstandard1.4/System.Diagnostics.Process.dll [deleted file]
tools/bin/GenDummy.Tasks/runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll [deleted file]
tools/bin/GenDummy.Tasks/runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Cng.dll [deleted file]
tools/bin/GenDummy.Tasks/runtimes/win/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll [deleted file]
tools/bin/Mono.Cecil.Mdb.dll [new file with mode: 0755]
tools/bin/Mono.Cecil.Pdb.dll [new file with mode: 0755]
tools/bin/Mono.Cecil.Rocks.dll [new file with mode: 0755]
tools/bin/Mono.Cecil.dll [new file with mode: 0755]
tools/build-tools.sh [deleted file]
tools/scripts/CodeChecker/BuildLog.py [deleted file]
tools/scripts/CodeChecker/PRManager.py [deleted file]
tools/scripts/CodeChecker/main.py [deleted file]
tools/src/ABIChecker/ABIChecker.cs [deleted file]
tools/src/ABIChecker/ABIChecker.csproj [deleted file]
tools/src/ABIChecker/AssemblyChecker.cs [deleted file]
tools/src/ABIChecker/Program.cs [deleted file]
tools/src/GenDummy.CommandLine/GenDummy.CommandLine.csproj [deleted file]
tools/src/GenDummy.CommandLine/Options.cs [deleted file]
tools/src/GenDummy.CommandLine/Program.cs [deleted file]
tools/src/GenDummy.Tasks/GenDummy.Tasks.csproj [deleted file]
tools/src/GenDummy.Tasks/GenDummyTask.cs [deleted file]
tools/src/GenDummy/.editorconfig [deleted file]
tools/src/GenDummy/DummyProject.cs [deleted file]
tools/src/GenDummy/GenDummy.csproj [deleted file]
tools/src/GenDummy/Processors/ConstructorProcessor.cs [deleted file]
tools/src/GenDummy/Processors/DestructorProcessor.cs [deleted file]
tools/src/GenDummy/Processors/DummyProcessor.cs [deleted file]
tools/src/GenDummy/Processors/EventProcessor.cs [deleted file]
tools/src/GenDummy/Processors/IProcessor.cs [deleted file]
tools/src/GenDummy/Processors/MethodProcessor.cs [deleted file]
tools/src/GenDummy/Processors/PropertyProcessor.cs [deleted file]
tools/update-tools.sh [new file with mode: 0755]