Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mcs/build
AgeCommit message (Expand)Author
2016-05-18genproj: Improve handling of executables and projects with build dependenciesMiguel de Icaza
2016-04-10[build] Remove EXTENSION_include and _exclude from library.makeAlexander Köplinger
2016-04-05[build] Exclude generated .g.cs files from "make dist"Alexander Köplinger
2016-04-04[build] Update nunit-console path for xbuild profilesMarek Safar
2016-04-04[build] Change the way how mcs references are passed to compiler to always us...Marek Safar
2016-03-28[bcl] Avoid 'sed: net_4_x_System.ServiceModel_test.dll.excludes: No such file...Zoltan Varga
2016-03-20Fix "make dist"Alexander Köplinger
2016-03-16[bcl] Remove wrong IVT attributesMarek Safar
2016-03-15[build] Use full filename for csc referencesMarek Safar
2016-03-04Merge pull request #2700 from akoeplinger/monotouch-mobile-staticmonojenkins
2016-03-04[corlib] Fixes build to using correct build profile dependencyMarek Safar
2016-03-04[bcl] Redo referencesource resource string integration to not depend on mcsMarek Safar
2016-03-01Don't try AOTing Facades assemblies in the mobile_static profileAlexander Köplinger
2016-02-17Prepare XM for Http additionsChris Hamons
2016-02-15[genproj] Fix bashism in library.makeAlexander Köplinger
2016-02-08[mcs] Use $(PLATFORM_PATH_SEPARATOR) instead of ':' for MONO_PATH to fix Wind...Alexander Köplinger
2016-02-03Merge pull request #2542 from akoeplinger/remove-changelogAlexander Köplinger
2016-02-03Revert "[rules.make] to support 'make dist' on MacOS"Alexander Köplinger
2016-02-03[rules.make] to support 'make dist' on MacOSMiguel de Icaza
2016-02-03[corlib] Fixes Environment version for .net 4.6Marek Safar
2016-01-29Remove ChangeLog files from the repoAlexander Köplinger
2016-01-29[llvmonly] Remove bind-to-runtime-version from the aot flag used to compile t...Zoltan Varga
2016-01-29[llvmonly] Allow any value for MONO_LLVMONLY not just TRUE.Zoltan Varga
2016-01-27[mobile_static] Don't use gsharedvt with llvmonlyAlexander Kyte
2016-01-27[aot/bcl] Add Makefile configuration to build the bcl with aot, use it in mob...Alexander Kyte
2016-01-27Merge pull request #2431 from alexanderkyte/tests_with_excludesAlexander Kyte
2016-01-23[bcl/build] Move the config include before setting platform if it is missing,...Alexander Kyte
2016-01-23[bcl] Add current directory to reflection lookup path to fix nunit-lite tests.Alexander Kyte
2016-01-23[mobile_static] Don't run vts tests on mobile_staticAlexander Kyte
2016-01-23[mobile_static] Exclude the MobileNotWorking category on mobile_staticAlexander Kyte
2016-01-23[bcl] Make the bcl build system respect .excludes for test suitesAlexander Kyte
2016-01-23[bcl] Fix gensources undesired behavior, see full messageAlexander Kyte
2016-01-23[nunit-lite] Use nunit-lite in the build system if variable set, set for mobi...Alexander Kyte
2016-01-22[nunit-lite] Use nunit-lite in the build system if variable set, set for mobi...Alexander Kyte
2016-01-11[mscorlib] Add support for intercepting threadpool work, and use it for Xamar...Rolf Bjarne Kvinge
2016-01-07[corlib] Remove multiple appdomain support (AppDomain.CreateDomain, etc) from...Rolf Bjarne Kvinge
2015-11-25[System] Remove Process.Start and related API from TvOS/WatchOS.Rolf Bjarne Kvinge
2015-11-19Remove Thread API from the watch/tv runtime profiles as well.Rolf Bjarne Kvinge
2015-11-19Remove Thread.[Abort|Suspend|Resume] from TvOS/WatchOS.Rolf Bjarne Kvinge
2015-11-17Add monotouch_*_runtime profiles for watchOS and tvOS.Rolf Bjarne Kvinge
2015-09-14Add a monotouch_tv profile.Rolf Bjarne Kvinge
2015-09-14Merge pull request #2046 from rolfbjarne/profile-simplificationRolf Bjarne Kvinge
2015-09-14[genproj] Do not overwrite class library inputs with Facades.João Matos
2015-09-14[mcs] Write mcs library references when generating csproj order data.João Matos
2015-09-11Remove profile-specific logic from makefiles.Rolf Bjarne Kvinge
2015-08-21[BCL] Partial compilation fix for xammac_4_5. Facades still busted.Rodrigo Kumpera
2015-07-28[build] library.make: Avoid collisions in response file name for facades on W...Alexander Köplinger
2015-07-15[build] Update missing fileMarek Safar
2015-07-15[build] Switch to 4.6 profile as default profileMarek Safar
2015-07-14Look for resgen2 where mcs is.Rolf Bjarne Kvinge