xamarin-macios/tools/common
Rolf Bjarne Kvinge 33ecd581ac
[mtouch/mmp] Move Application.BuildTarget, Application.IsDeviceBuild and Application.IsSimulatorBuild to shared code. (#9363)
Also add a 'None' build target for the BuildTarget enum for when we're
building for neither simulator nor device (i.e. macOS). This means the default
value will change (since 'Simulator' is no longer the first value), but as far
as I can tell we're always assigning a specific value and not relying on the
default, so this should not make any difference.

This will be needed when the .NET code starts using these classes.
2020-08-13 15:33:13 +02:00
..
.gitignore [mtouch/mmp] Use a single SdkVersions.cs in tools/common. (#8318) 2020-04-08 16:19:34 +02:00
ApplePlatform.cs Extract the ApplePlatform and LinkMode enums into their own files. (#8411) 2020-04-17 09:45:18 +02:00
Application.cs [mtouch/mmp] Move Application.BuildTarget, Application.IsDeviceBuild and Application.IsSimulatorBuild to shared code. (#9363) 2020-08-13 15:33:13 +02:00
Assembly.cs [mtouch] Move Driver.IsFrameworkAvailableInSimulator to shared Application code. (#9365) 2020-08-13 15:27:57 +02:00
BuildTasks.cs [Localization] mtouch/mmp C# (#7710) 2020-01-31 15:02:52 -05:00
CompilerFlags.cs [Localization] mtouch/mmp C# (#7710) 2020-01-31 15:02:52 -05:00
CoreResolver.cs [mtouch] Don't try to copy invalid symbol files. (#9262) 2020-08-04 08:08:44 +02:00
DerivedLinkContext.cs [mtouch/mmp] Remove IStaticRegistrar, it's no longer needed. (#8512) 2020-05-05 16:50:28 +02:00
Driver.cs [mtouch/mmp] Move Driver's LOCAL_BUILD_DIR and FRAMEWORK_LOCATION_VARIABLE constants to Application instance fields. (#9320) 2020-08-10 10:47:35 +02:00
Driver.execution.cs Unify code for executing processes. (#8848) 2020-06-18 12:34:07 +02:00
ErrorHelper.tools.cs Improve our error handling code. (#8591) 2020-05-14 16:45:05 +02: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 [mtouch/mmp] Add CoreFoundation and GSS to our list of known frameworks. (#9338) 2020-08-11 10:37:35 +02:00
LinkMode.cs Extract the ApplePlatform and LinkMode enums into their own files. (#8411) 2020-04-17 09:45:18 +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 [mtouch] Always enable experimental-xforms-product-type (#8425) 2020-04-17 17:18:20 -04: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
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 [mtouch/mmp] Move the Driver.PRODUCT constant to an Application.ProductName instance field. (#9280) 2020-08-06 16:10:06 +02:00
StaticRegistrar.cs [mtouch] Move Driver.IsFrameworkAvailableInSimulator to shared Application code. (#9365) 2020-08-13 15:27:57 +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 [mtouch/mmp] Move Target.Is32Build and Target.Is64Build to shared code. (#9306) 2020-08-07 08:11:52 +02:00
TargetFramework.cs Extract the ApplePlatform and LinkMode enums into their own files. (#8411) 2020-04-17 09:45:18 +02:00
Tuning.cs Improve our error handling code. (#8591) 2020-05-14 16:45:05 +02:00
cache.cs [mtouch] Fix cache.cs wrt response files. Fix #7514 (#7650) 2020-01-02 15:01:55 -05: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