Граф коммитов

20 Коммитов

Автор SHA1 Сообщение Дата
Sebastien Pouliot 4cc33f4d80
[src] Use `Runtime.NSLog` instead of `System.Console.WriteLine` (#8626)
inside the product assemblies [1]. The latter brings a lot [2] of the BCL
into the application for, eventually, ending up back to `NSLog` anyway

Also include a, cecil-based, test to ensure we don't regress.

[1] except for Xamarin.Mac.dll since there's a workaround for a
Sierra (only) bug

[2] https://gist.github.com/spouliot/c63343c1a76f4e49248be3a2c7aa25ed
2020-05-20 13:38:44 -04:00
Alexander Köplinger 247a6bf551 Switch to mono archive and remove submodule 2019-05-21 22:16:02 +02:00
Rolf Bjarne Kvinge 53b88bfd7f Remove unusued project configuration ('DebugStaticRegistrar') from Xamarin.iOS.sln. 2018-08-23 12:32:09 +02:00
Rolf Bjarne Kvinge 51c16e4fdc Fix mtouch's Release configuration to build the right Cecil assemblies. 2018-08-23 12:31:24 +02:00
Rolf Bjarne Kvinge 3ab627cb78
Fix solution after some test projects moved. (#3416) 2018-02-07 22:06:26 +01:00
Alex Soto 81115d917f
Adds generator-tests to Xamarin.iOS.sln's Tests solution folder for easier access (#2949) 2017-11-02 08:33:31 -06:00
Rolf Bjarne Kvinge 700480180f Fix solutions & projects as VSfM wants them. (#2821) 2017-10-02 11:57:50 +02:00
Andy Martin 9ed308dd11 Table view naming fix p1 (#2295)
* set solution to follow mono code formatting to prevent spaces vs tabs changes

* fixed spacing as requested by chamons

* updated xamarin.mac to follow the mono C# policy as suggested by rolfbjarne

* modified the Mono policy to reflect changes recommended by rolfbjarne.
2017-07-10 08:23:27 +02:00
Rolf Bjarne Kvinge 4cbfc537f7 [mtouch] Add the mtouch test project to the Xamarin.iOS solution. (#1510)
Add the mtouch test project to the Xamarin.iOS solution, and also create a new
mtouch solution that only contains projects directly related to mtouch.
2017-01-16 18:46:15 +01:00
Rolf Bjarne Kvinge 69654f653f Update solution file after project removal. (#968) 2016-10-10 16:22:59 +02:00
Rolf Bjarne Kvinge 2eb6ba12c7 [mtouch/mmp] Fix build after breaking cecil update in mono.
Also use mono's cecil instead of our own cecil submodule for mtouch.
2016-09-01 18:28:35 +02:00
Rolf Bjarne Kvinge e291f1717d Revert "Bump [watch-]mono to master to get fix for #43658." (#665) 2016-08-25 14:44:53 +02:00
Rolf Bjarne Kvinge f6b1ccd748 Bump [watch-]mono to master to get fix for #43658. (#653)
* Bump [watch-]mono to master to get fix for #43658.

https://bugzilla.xamarin.com/show_bug.cgi?id=43658

* [mtouch/mmp] Fix build after breaking cecil update in mono.

Also use mono's cecil instead of our own cecil submodule for mtouch.

* Bump [watch-]mono to get compilation fixes after cecil bump in mono.

* Remove cecil submodule, we only use the one in mono now.
2016-08-25 13:10:14 +02:00
Rolf Bjarne Kvinge 101a1c5e6a Fix invalid solution file. (#294)
Strangely Xamarin Studio doesn't complain about the duplicate 'EndProject' lines.
2016-06-28 04:45:11 -07:00
Rolf Bjarne Kvinge 714165c65e Add generator project to the Xamarin.iOS solution. 2016-06-27 13:07:37 +02:00
Rolf Bjarne Kvinge f0319ac6ae Add bindings-generator.csproj to Xamarin.iOS.sln (#132) 2016-06-06 15:01:28 +02:00
Sebastien Pouliot c126a6e354 [tests] Move linker tests from maccore (#69) 2016-05-20 14:07:34 -04:00
Rolf Bjarne Kvinge 515ed012c1 Add libmonotouch.csproj / xamios.csproj to Xamarin.iOS.sln. 2016-05-17 11:23:48 +02:00
Sebastien Pouliot 00ada0f773 Move parts of dontlink tests into new introspection tests (#32)
Those tests needs to be run with the linker disabled since they use
reflection for most of their work.

The original dontlink (for linker tests) was becoming too large in
some configuration (e.g. tvOS release with bitcode) but this was
due to other BCL assemblies (not the introspection tests)
2016-05-04 20:14:32 -04:00
Rolf Bjarne Kvinge 5c9c058dde Add Xamarin.iOS solution file. (#11) 2016-04-27 15:36:08 -04:00