xamarin-macios/tools/common
Rolf Bjarne Kvinge 42bd13cbdc
[dotnet-linker] Improve error reporting by consolidating it in the LinkerConfiguration class. (#9992)
* Continue using our own error handling logic, and print our problems to stderr.
* Also use the linker's messaging facilities to report a more generic error,
  in case stderr doesn't show up for some reason.
2020-10-29 09:04:25 +01:00
..
.gitignore [mtouch/mmp] Use a single SdkVersions.cs in tools/common. (#8318) 2020-04-08 16:19:34 +02:00
ApplePlatform.cs [tools] Refactor the Optimizations class to have no conditionally compiled code. (#9596) 2020-09-08 20:26:28 +02:00
Application.cs Document and verify bit. 2020-10-26 11:57:44 +01:00
Assembly.cs [mtouch] Move mtouch's GenerateMain to shared Target code. 2020-10-23 11:46:09 +02:00
AssemblyBuildTarget.cs [mtouch] Move the AssemblyBuildTarget enum to shared code 2020-08-21 10:32:56 +02:00
BitCodeMode.cs [mtouch] Move mtouch's GenerateMain to shared Target code. 2020-10-23 11:46:09 +02:00
BuildTasks.cs [Localization] mtouch/mmp C# (#7710) 2020-01-31 15:02:52 -05:00
CompilerFlags.cs [mtouch] Refactor how we detect and avoid broken frameworks when building for the simulator. (#9647) 2020-09-17 13:31:29 +02:00
CoreResolver.cs [mtouch] Don't try to copy invalid symbol files. (#9262) 2020-08-04 08:08:44 +02:00
DerivedLinkContext.cs [tools] Simplify code a little bit by making DerivedLinkContext.StaticRegistrar a fetch property instead of a push property (#9677) 2020-09-21 17:54:23 +02:00
Driver.cs [mmp] Move mmp's GenerateMain to shared Target code. 2020-10-23 11:46:09 +02:00
Driver.execution.cs [dotnet-linker] Adjust ifdefs to make existing/shared code compile correctly. 2020-08-14 18:33:29 +02:00
ErrorHelper.tools.cs [dotnet-linker] Improve error reporting by consolidating it in the LinkerConfiguration class. (#9992) 2020-10-29 09:04:25 +01:00
Execution.cs Unify code for executing processes. (#8848) 2020-06-18 12:34:07 +02:00
FileCopier.cs [mtouch/mmp] When copying a directory hierarchy, delete the target file if it exists. (#8485) 2020-05-04 18:32:26 +02:00
Frameworks.cs [Tools] Remove compilation warning CS0105 (#9865) 2020-10-14 13:37:44 -04:00
LinkMode.cs [dotnet] Implement support for our different link modes. (#9460) 2020-08-24 17:50:42 +02:00
MachO.cs [mtouch/mmp] Share Abi code. (#8562) 2020-05-11 16:27:19 +02:00
Make.common [mtouch/mmp] Use a single SdkVersions.cs in tools/common. (#8318) 2020-04-08 16:19:34 +02:00
Optimizations.cs [tools] Refactor the Optimizations class to have no conditionally compiled code. (#9596) 2020-09-08 20:26:28 +02:00
PInvokeWrapperGenerator.cs [mmp] Remove support for 32-bit apps. Partial fix for #6300. (#6642) 2019-07-24 09:01:14 -07:00
PListExtensions.cs [xharness] Add helper methods to get/set deployment target in plist for macOS. 2019-06-20 10:36:15 +02:00
PathUtils.cs [msbuild] Move PathUtils.cs to tools/common so that other code can use it too. (#9801) 2020-10-09 08:32:10 +02:00
ProjectInspector.csproj Add a tool that can list all inputs for a given csproj, and create a corresponding make variable. 2018-08-23 13:49:40 +02:00
SdkVersions.cs.in [dotnet-linker] Adjust ifdefs to make existing/shared code compile correctly. 2020-08-14 18:33:29 +02:00
StaticRegistrar.cs [registrar] Make the registrar code non-conditional. (#9609) 2020-09-10 08:31:12 +02:00
StringUtils.cs Implement a different escaping/quoting algorithm for arguments to System.Diagnostics.Process. (#7177) 2019-10-14 16:18:46 +02:00
Symbols.cs [Localization] mtouch/mmp C# (#7710) 2020-01-31 15:02:52 -05:00
Target.cs [tools] Re-use Target.GenerateMain from dotnet-linker. 2020-10-23 11:46:09 +02:00
TargetFramework.cs [tests] Make the .NET bgen tests actually reference the .NET BCL. (#9693) 2020-09-24 14:57:05 +02:00
Tuning.cs Improve our error handling code. (#8591) 2020-05-14 16:45:05 +02:00
cache.cs [dotnet-linker] Make Application take the input arguments, so that we can pass them to the cache to correctly determine cache validity. 2020-08-14 18:33:29 +02:00
create-makefile-fragment.sh [tools] Add support for generating a csproj dependency file for net5.0 projects. 2020-06-02 15:50:35 +02:00
error.cs Improve our error handling code. (#8591) 2020-05-14 16:45:05 +02:00