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
AgeCommit message (Collapse)Author
2017-08-07[bcl] Specify the name of the key file on the command line instead of using ↵Zoltan Varga
the AssemblyKeyFile attribute for consistency and to make it easier to do path name manipulation on the file name. (#5316)
2016-10-29[bcl] Replace nunit24 with nunit-liteMarcos Henrich
Get rid of TEST_HARNESS_VERBOSE and enable verbose logging by default nunit-lite doesn't have the "dot when test runs" progress indicator anymore, so we need to enable "verbose" output by default otherwise we don't get any progress until the test run is over. Also remove the TestResult_$(PROFILE).log and nunit-summary.xsl files, they're not needed anymore.
2015-07-15[build] Switch to 4.6 profile as default profileMarek Safar
2015-03-02[build] Add the assemblies in LIB_REFS to LIB_MCS_FLAGS automatically to ↵Zoltan Varga
reduce duplication.
2015-02-27[build] Add dependency information for class libraries using a LIB_REFS ↵Zoltan Varga
variable which lists the assemblies a given assembly depends on to build.
2015-02-03Remove obsolete profiles and profile checks from the build system.Alex Rønne Petersen
* Removed all old profiles from VALID_PROFILE checks. * Removed most logic under checks like ifeq (net_2_0), $(PROFILE)) as it is dead code now that those old profiles are gone. * Simplified the list of assemblies in mcs/class/Makefile now that we only have one profile. * LIBRARY_NEEDS_POSTPROCESSING has been removed as it was only used by old 1.x assemblies that no longer exist. * Build logic that sets MONO_PATH now points to mcs/class/lib/net_4_5 instead of mcs/class/lib/net_2_0.
2013-12-16Updated Rx to 2.2 release.Atsushi Eno
2013-03-05[rx] Add missing AssemblyInfos.Atsushi Eno
2013-03-05Add Assembly version attributes to hopefully fix bug #10002.Atsushi Eno
2013-02-08Add test which is now workingMarek Safar
2013-02-06Revert previous revert to old rx.Atsushi Eno
Desktop rx should be up to date. mcs and runtime needs to be fixed for mobile.
2013-01-24Revert "update rx to the latest rx-oss-v1.1 build."Atsushi Eno
This reverts commit 924ab25739968ab2408a7c39f105405c2a89c613. Conflicts: external/rx mcs/class/build-rx-dll-sources.sh mcs/class/project_template_android.txt mcs/class/project_template_ios.txt
2013-01-22update source generator.Atsushi Eno
2013-01-22update rx to the latest rx-oss-v1.1 build.Atsushi Eno
2013-01-18[rx] dummy content in Test directory is required (for "make test")Atsushi Eno
2012-12-11Add Reactive Extensions as installed libs, take 2 (with fixed rpmspec this ↵Atsushi Eno
time).
2012-11-15fix install-local and simplify signing in rx assemblies.Atsushi Eno
2012-11-15Another dist build fix for rx integration, move *.cs file to safe-ish path.Atsushi Eno
2012-11-14...and they also need EXTRA_DISTFILES for tarballs.Atsushi Eno
2012-11-14import Microsoft Reactive Extensions from rx.codeplex.com and add to build.Atsushi Eno