xamarin-macios/tools
Rolf Bjarne Kvinge b72a0d9bc1
[builds] Make the tools build use mono's packaged logic instead of our own. (#5962)
* [builds] Move the facade check targets down in the Makefile.

Move the facade check targets below the declaration of their prerequisite
variables (*_BCL_TARGETS), since otherwise the prerequisite variable will be
empty when the facade check targets are read by make, they end up with no
prerequisites at all, and the targets fail.

* [builds] Make the tools build use mono's packaged logic instead of our own.

Make the 'tools64' build use mono's packaged build logic instead of our own.
This is the first step to consuming the BCL from the mono archive.

Also completely refactor the 'tools64' build by removing everything we don't
need and renaming it to 'bcl' (since that's more representative of what it
does).

* [apidiff] Unzip downloaded files into a temporary subdirectory.

Before we unzip, we remove the target directory. This is a bad idea if the
target directory is also used for other things: in particular it breaks
parallel make if some other target tries to write to the temporary directory.

Instead unzip downloaded files into a subdirectory exclusively used by those
unzipped files, which means we can remove at will before unzipping.

* [apidiff] Use mono-api-[info|html].exe from the mono archive.
2019-04-30 07:33:16 +02:00
..
apidiff [builds] Make the tools build use mono's packaged logic instead of our own. (#5962) 2019-04-30 07:33:16 +02:00
bcl-test-importer bcl-test-importer: Add three more unit test assemblies 2019-04-17 14:58:49 +02:00
common [runtime] Improve exception creation. (#5944) 2019-04-26 11:16:23 +02:00
devops [tests] Add sample tester. (#5870) 2019-04-25 17:18:43 +02:00
install-source Update pdb files in install-source tool 2019-03-22 12:20:07 +01:00
linker [linker] Remove new memory allocations (List) in the sealer 2019-04-05 14:01:44 -05:00
mlaunch Clone files if possible whenever it makes sense. (#5049) 2018-10-29 16:09:30 +01:00
mmp [mmp] Fix error for `mmp --version` (#5955) 2019-04-27 10:11:47 -04:00
mtouch Merge remote-tracking branch 'upstream/master' into mono-2019-02 2019-04-24 23:28:00 +02:00
siminstaller [siminstaller] Improve failure scenarios. (#5662) 2019-02-25 07:33:37 +01:00
xibuild [xibuild] Add support for /verbose, and use it accordingly. (#5224) 2019-01-09 07:43:22 +01:00
.gitignore Add scripts to calculate API diffs and generated code diff between the current build and another revision. (#3447) 2018-02-13 07:47:47 +01:00
Makefile Add tool to download and install simulators, and use it to provision the iOS 10.3 simulator if needed. Fixes maccore#1442. (#5645) 2019-02-22 10:39:16 +01:00
compare-commits.sh [jenkins] Try to give better information when api comparison / generator diff fails. (#5477) 2019-01-25 17:33:58 +01:00
diff-to-html Add scripts to calculate API diffs and generated code diff between the current build and another revision. (#3447) 2018-02-13 07:47:47 +01:00