xamarin-macios/tools/mtouch
Rolf Bjarne Kvinge 558af9612a [dotnet] Add support for consuming binding projects. (#9376)
* Port the interdependent-binding-projects test to .NET (it's the simplest
  test project we have with binding projects).
* Add a lot of the shared source code for mtouch/mmp to dotnet-linker, and
  make it compile. Most issues were fixed by adding a few stubbed out classes,
  since there are large chunks of the mtouch/mmp code we're not using yet, so
  stubbing out while things are being implemented works fine.
* Add a step in dotnet-linker for loading the linker output (the linked
  assemblies) into our bundler code.
* Add another step in dotnet-linker to extract native resources from binding
  libraries.
* Augment the build process to take into account the native resources we found
  in any binding libraries.
2020-08-20 08:35:12 +02:00
..
xlf [mtouch/mmp] Remove the Error91LinkerSuggestion and implement it using two different error codes. (#9319) 2020-08-10 10:41:25 +02:00
.gitignore [mtouch/mmp] Use a single SdkVersions.cs in tools/common. (#8318) 2020-04-08 16:19:34 +02:00
Application.mtouch.cs [mtouch/mmp] Move Application.BuildTarget, Application.IsDeviceBuild and Application.IsSimulatorBuild to shared code. (#9363) 2020-08-13 15:33:13 +02:00
Assembly.mtouch.cs [mtouch/mmp] Share Assembly.CopyAssembly. (#9310) 2020-08-07 08:24:09 +02:00
AssemblyResolver.cs [mtouch/mmp] Pass the path to mscorlib explicitly to the partial static registrar code instead of relying on resolving it successfully. (#8525) 2020-05-07 08:37:17 +02:00
BitcodeConverter.cs [Localization] mtouch/mmp C# (#7710) 2020-01-31 15:02:52 -05:00
BuildTasks.mtouch.cs [mtouch/mmp] Move the Driver.PRODUCT constant to an Application.ProductName instance field. (#9280) 2020-08-06 16:10:06 +02:00
Errors.designer.cs [mtouch/mmp] Remove the Error91LinkerSuggestion and implement it using two different error codes. (#9319) 2020-08-10 10:41:25 +02:00
Errors.resx [mtouch/mmp] Remove the Error91LinkerSuggestion and implement it using two different error codes. (#9319) 2020-08-10 10:41:25 +02:00
Makefile [mtouch] Sort the errors in Errors.resx. (#9308) 2020-08-07 08:23:44 +02:00
Stripper.cs Improve our error handling code. (#8591) 2020-05-14 16:45:05 +02:00
Target.mtouch.cs [mtouch/mmp] Simplify some code to add assemblies to a target. 2020-08-14 18:33:29 +02:00
Tuning.mtouch.cs [mtouch/mmp] Share numerous command-line arguments. (#8599) 2020-05-19 15:30:38 +02:00
monotouch-fixes.c [Runtime] Enable the -Wsign-conversion warnings flag and fix some of the warnings. (#7405) 2019-11-12 15:10:16 -05:00
mtouch Use relative paths in scripts. (#7545) 2019-12-10 12:47:30 +01:00
mtouch.cs [dotnet] Add support for consuming binding projects. (#9376) 2020-08-20 08:35:12 +02:00
mtouch.csproj [src] Create a Constants.cs file for Constants that are in all platforms. (#9031) 2020-07-08 18:04:38 +02:00
packages.config [Localization] mtouch/mmp C# (#7710) 2020-01-31 15:02:52 -05:00
simlauncher.mm [mtouch] Fix typo in simlauncher.mm. (#8455) 2020-04-27 08:34:24 +02:00