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 (Collapse)Author
2010-04-012010-04-01 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
* config-default.make (LIBRARY_FLAGS): Applied patch from Laurent Etiemble (laurent.etiemble@gmail.com). Use CFLAGS in the environment if defined. svn path=/branches/mono-2-6/mcs/; revision=154607
2010-01-122010-01-12 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
* profiles/basic.make: Document that mono 2.6 can't be compiled with mono SVN HEAD. svn path=/branches/mono-2-6/mcs/; revision=149365
2010-01-072010-01-07 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* Consts.cs.in: Update FX version for SL3 latest released version [Backport r149187] svn path=/branches/mono-2-6/mcs/; revision=149188
2009-11-182009-11-17 Marek Habersack <mhabersack@novell.com>Marek Habersack
* tests.make (TEST_RUNTIME_WRAPPERS_PATH): added - used to set up correct PATH for tests svn path=/branches/mono-2-6/mcs/; revision=146379
2009-11-122009-11-12 Jb Evain <jbevain@novell.com>Jb Evain
* Consts.cs.in: add a AssemblySystem_Core constant. svn path=/branches/mono-2-6/mcs/; revision=146032
2009-11-06backport missing file for monotouch buildGeoff Norton
svn path=/branches/mono-2-6/mcs/; revision=145602
2009-11-05fix the moonlight/mt buildsGeoff Norton
svn path=/branches/mono-2-6/mcs/; revision=145457
2009-10-262009-10-26 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* Consts.cs.in: Update SL2 FX version to the second (and last) released version. [Backport r144843] svn path=/branches/mono-2-6/mcs/; revision=144844
2009-10-09Fixed bootstrap with trunkMarek Safar
svn path=/branches/mono-2-6/mcs/; revision=143870
2009-09-112008-09-11 Marek Safar <marek.safar@gmail.com>Marek Safar
* library.make: Add NO_BUILD to ignore assembly during build. svn path=/trunk/mcs/; revision=141778
2009-08-122009-08-11 Jérémie Laval <jeremie.laval@gmail.com>Jérémie Laval
In build/common/: * Consts.cs.in: Add BOOTSTRAP_NET_4_0. In class/corlib/System.Collections.Concurrent/: * ConcurrentQueue.cs: * IProducerConsumerCollection.cs: Add BOOTSTRAP_NET_4_0. In class/corlib/System.Runtime.CompilerServices/: * TypeForwardedFromAttribute.cs: Add BOOTSTRAP_NET_4_0. In class/corlib/System.Threading/: * Watch.cs: * SpinWait.cs: * CountdownEvent.cs: * CancellationToken.cs: * ICancelableOperation.cs: * CancellationTokenSource.cs: * CancellationTokenRegistration.cs: Add BOOTSTRAP_NET_4_0. In class/corlib/System/: * Funcs.cs: * Action.cs: * AggregateException.cs: Add BOOTSTRAP_NET_4_0. svn path=/trunk/mcs/; revision=139736
2009-07-30Add a sanity-check to catch cyclic-dependency issuesRaja R Harinath
* build/library.make (SNFLAGS): Remove '-R', since it's specific to the action required. ($(build_lib)): Use -R flag with $(SN). ($(the_lib)): Add a sanity check to verify that the assembly is signed. * tools/csharplib/Makefile ($(the_lib)): Update to changes in build/library.make. svn path=/trunk/mcs/; revision=139041
2009-07-30hopefully fix the build (from clean)Sebastien Pouliot
svn path=/trunk/mcs/; revision=138996
2009-07-26Make AOT compilation explicitRaja R Harinath
* platforms/darwin.make (PLATFORM_AOT_SUFFIX): New. * platforms/linux.make (PLATFORM_AOT_SUFFIX): New. * library.make ($(build_lib)): Don't try to AOT compile the library in its possibly temporary location. (DO_AOT): Remove. Move to ... ($(the_lib)$(PLATFORM_AOT_SUFFIX)): ... here, new rule to explicitly run the AOT compilation. (all-local) [ENABLE_AOT]: Build the AOT compiled library as appropriate. svn path=/trunk/mcs/; revision=138696
2009-07-26Fix parallel-build issues with LIBRARY_USE_INTERMEDIATE_FILERaja R Harinath
* library.make (build_lib): Define to a profile dependent temporary location for LIBRARY_USE_INTERMEDIATE_FILE. (DO_AOT): New. Extracted from ... ($(build_lib)): ... here. Simplify. Extract code handling LIBRARY_USE_INTERMEDIATE_FILE into ... ($(the_lib)) [LIBRARY_USE_INTERMEDIATE_FILE]: ... here, a new rule that takes care of copying the library from its temporary location to the final location. svn path=/trunk/mcs/; revision=138691
2009-07-202009-07-20 Jb Evain <jbevain@novell.com>Jb Evain
* profiles/monotouch.make: add monotouch profile. svn path=/trunk/mcs/; revision=138223
2009-07-18Added support for setting the provider using an App.config file, also allow ↵Michael Barker
for Mono.Messaging.RabbitMQ provider to be loaded from the GAC. svn path=/trunk/mcs/; revision=138179
2009-07-16Improve coarse-grain parallelism in the buildRaja R Harinath
* Makefile (_boot_:net_2_0_bootstrap): Depend on 'net_1_1_bootstrap' profile, rather than 'net_1_1'. * build/profiles/net_2_0_bootstrap.make (BOOTSTRAP_PROFILE): Set to net_1_1_bootstrap instead of net_1_1. svn path=/trunk/mcs/; revision=138070
2009-06-152009-06-15 Miguel de Icaza <miguel@novell.com>Miguel de Icaza
* MonoTODOAttribute.cs: Thin diet, no point in having virtual methods and overrides that do the same thing. svn path=/trunk/mcs/; revision=136139
2009-06-102009-06-10 Marek Safar <marek.safar@gmail.com>Marek Safar
* Consts.cs.in: Add AssemblySystemCore_3_5. svn path=/trunk/mcs/; revision=135855
2009-06-04Distribute the profilesMarek Safar
svn path=/trunk/mcs/; revision=135453
2009-06-04Add net_4_0_bootstrapMarek Safar
svn path=/trunk/mcs/; revision=135428
2009-06-04Add BOOTSTRAP_NET_4_0Marek Safar
svn path=/trunk/mcs/; revision=135425
2009-06-042009-06-04 Marek Safar <marek.safar@gmail.com>Marek Safar
* Consts.cs.in: Add NET_4_0 constants. svn path=/trunk/mcs/; revision=135408
2009-06-032009-06-03 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
* profiles/net_4_0.make: Add preliminary net 4.0 profile. svn path=/trunk/mcs/; revision=135245
2009-06-01Added nunit.mocks.dll to the set of NUnit libraries used by test targetsMarek Habersack
svn path=/trunk/mcs/; revision=135131
2009-05-02The supportMiguel de Icaza
svn path=/trunk/mcs/; revision=133397
2009-05-01Move the scripts to a new locationMiguel de Icaza
svn path=/trunk/mcs/; revision=133229
2009-05-01Change the model usedMiguel de Icaza
svn path=/trunk/mcs/; revision=133224
2009-05-01Update csproj toolMiguel de Icaza
svn path=/trunk/mcs/; revision=133223
2009-04-30Hook to allow the caller to requested a call to csproj-localMiguel de Icaza
svn path=/trunk/mcs/; revision=133098
2009-04-29csproj generatorMiguel de Icaza
svn path=/trunk/mcs/; revision=132897
2009-04-09 * executable.make, library.make: Move the include for tests.make soJonathan Pryor
that DISTFILES can be properly set (and thus properly distribute the *_test.dll.sources file). This allows unit tests to actually build and run when building from the tarball. svn path=/trunk/mcs/; revision=131409
2009-04-05 * executable.make: Support HAS_NUNIT_TEST variable; if set, will buildJonathan Pryor
an NUnit test assembly during 'make test' and will run the tests within the NUnit test assembly during 'make run-test'. * library.make: Split out NUnit test rules/logic into tests.make. * Makefile: Distribute tests.make. * README.makefiles: Document HAS_NUNIT_TEST for executable.make, documenting how to have NUnit tests for executables. * tests.make: Added; NUnit test logic rules. svn path=/trunk/mcs/; revision=131072
2009-03-09Add .gitignore's.Martin Baulig
svn path=/trunk/mcs/; revision=128880
2009-01-082009-01-08 Geoff Norton <gnorton@novell.com>Geoff Norton
* Makefile: Add darwin.make to the make dist target as well svn path=/trunk/mcs/; revision=122774
2009-01-072009-01-07 Geoff Norton <gnorton@novell.com>Geoff Norton
* library.make: Allow platform specific exclude tags from the test harness suite. * darwin.make: Add to the build and add a new NotOnMac test category svn path=/trunk/mcs/; revision=122616
2008-12-30* library.make (TEST_HARNESS_OUTPUT*): Fix /labels switch.Ankit Jain
svn path=/trunk/mcs/; revision=122255
2008-12-12* rules.make (topdir): Don't use $(shell ...).Raja R Harinath
Reported by Jonathan Chambers. svn path=/trunk/mcs/; revision=121446
2008-12-102008-12-10 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* library.make : enable FIXTURE and TESTNAME on run-test-ondotnet. svn path=/trunk/mcs/; revision=121178
2008-11-282008-11-28 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* Makefile : ugh, ok another dist pain. svn path=/trunk/mcs/; revision=120209
2008-11-282008-11-28 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* nunit-summary.xsl : copied from nunit resource (summary.xslt) * library.make : put transformation result from TestResult-*.xml into TestResult-*.log as we used to do. svn path=/trunk/mcs/; revision=120207
2008-11-282008-11-28 Marek Habersack <mhabersack@novell.com>Marek Habersack
* library.make (TESTNAME_ARG): added support for the nunit-console -run parameter, so that individual tests can be ran. svn path=/trunk/mcs/; revision=120198
2008-11-282008-11-28 Marek Habersack <mhabersack@novell.com>Marek Habersack
* library.make (FIXTURE_ARG): /parameter:value syntax is not supported in nunit 2.4 svn path=/trunk/mcs/; revision=120196
2008-11-272008-11-26 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* library.make : another nunit20 to kill :( svn path=/trunk/mcs/; revision=120137
2008-11-26update nunit options that break upgrade to 2.4.Atsushi Eno
svn path=/trunk/mcs/; revision=120008
2008-11-252008-11-25 Rolf Bjarne Kvinge <RKvinge@novell.com>Rolf Bjarne Kvinge
* Consts.cs.in: Update Silverlight's FxFileVersion to final version number of Silverlight 2. svn path=/trunk/mcs/; revision=119934
2008-11-18A micro-optimization of 'make dist'Raja R Harinath
* library.make (TEST_FILES): Notice filenames with ../ in the test sources file, and handle them in a way suitable for the 'make dist' handling of such files. svn path=/trunk/mcs/; revision=119196
2008-11-122008-11-12 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
* library.make: AOT the library after compilation if the AOT_IN_PROFILES variable is defined and it contains the current profile. svn path=/trunk/mcs/; revision=118624
2008-10-18 * rules.make (dist-default): Distribute the Documentation directory, Jonathan Pryor
if present. svn path=/trunk/mcs/; revision=116379