xamarin-macios/tools/common
Rolf Bjarne Kvinge a495077533
[xcode11] Stop building/shipping 32-bit Xamarin.Mac bits. Partial fix for #6300. (#6393)
This includes:

* 32-bit version of Xamarin.Mac.dll and OpenTK.dll
* XamMac.dll and XamMac.CFNetwork.dll
* 32-bit versions of the runtime libraries (libxammac.a and friends).
* 32-bit version of the partial static library for Xamarin.Mac.
* Classic support in the generator.

We still ship a few Classic files so that Visual Studio for Mac continue to detect that Xamarin.Mac is installed (otherwise VSfM won't open Classic projects, which makes it impossible to use the migration wizard).

This makes our build slightly faster.

Partial fix for #6300.
2019-07-15 10:19:24 -07:00
..
Application.cs [mtouch/mmp] Make the mono native mode a Target-specific variable. (#6037) 2019-05-10 15:40:17 +02:00
Assembly.cs [mtouch] Consider deployment and simulator availability versions for frameworks. Fixes #5753 (#5765) 2019-03-14 08:12:42 -05:00
BuildTasks.cs [mtouch] Fix --dot:<path> to honor the path passed. (#5626) 2019-02-20 06:30:08 +01:00
ClassicStaticRegistrar.cs Make a copy of the static registrar and the runtime headers for Xamarin.Mac/Classic. (#5945) 2019-04-25 18:08:10 +02:00
CompilerFlags.cs [mtouch] Work around regression in dyld. Fixes #6422. (#6545) 2019-07-10 05:06:27 -07:00
CoreResolver.cs Bump mono to head of 2018-02 + fix mtouch/mmp (#4171) (#4181) 2018-06-05 11:54:27 -04:00
DerivedLinkContext.cs Merge pull request #5563 from xamarin/mono-2019-02 2019-04-25 19:24:35 +02:00
Driver.cs [mtouch] Disable some optimizations when the interpreter is enabled (#5770) 2019-03-15 09:05:53 -05:00
FileCopier.cs Add 'NoBindingEmbedding' style binding project support (#5167) 2018-12-12 09:55:57 -05:00
Frameworks.cs [CoreMedia] Add support for CoreMedia on Xcode 11 beta 3. (#6513) 2019-07-11 20:14:58 +02:00
MachO.cs Fix mlaunch build. (#6038) 2019-05-10 15:40:51 +02:00
Make.common [xharness] Add support for running tests with the earliest possible simulator, and use it for introspection tests. 2019-05-09 13:23:34 +02:00
Optimizations.cs [d16-2] [linker] Add the custom attributes removal step as an configurable optimization. Fix #3655 (#6058) 2019-05-16 16:55:10 -05:00
PInvokeWrapperGenerator.cs Make a copy of the static registrar and the runtime headers for Xamarin.Mac/Classic. (#5945) 2019-04-25 18:08:10 +02:00
PListExtensions.cs [xharness] Add helper methods to get/set deployment target in plist for macOS. 2019-06-20 10:36:15 +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 [xharness] Add support for running tests with the earliest possible simulator, and use it for introspection tests. 2019-05-09 13:23:34 +02:00
StaticRegistrar.cs [registar] Search the entire interface hierarchy for protocols. Fixes #6493. (#6524) 2019-07-09 06:50:55 -07:00
StringUtils.cs [xcode11] Fix several issues to make the mtouch tests pass. Fixes #6259. (#6332) 2019-06-19 07:20:02 +02:00
Symbols.cs [mtouch] Properly deserialize cached Objective-C class symbols. Fixes #5467. (#5468) 2019-01-24 15:08:50 +01:00
Target.cs [devicecheck] Update for xcode 11 beta 1 (#6286) 2019-06-13 20:09:34 -04:00
TargetFramework.cs [xcode11] Stop building/shipping 32-bit Xamarin.Mac bits. Partial fix for #6300. (#6393) 2019-07-15 10:19:24 -07:00
cache.cs [mtouch] Take into account the contents of response files when determining whether the cache is valid or not. Fixes #4033. (#4032) (#4051) 2018-05-08 17:27:05 -04:00
create-makefile-fragment.sh Make the bgen build respect the BUILD_DIR variable. Fixes maccore#959. (#4700) 2018-08-27 16:46:01 +02:00