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
2005-09-05Reflect latest generics API changes in the August CTP.Martin Baulig
svn path=/trunk/mcs/; revision=49476
2005-07-10Mark BindGenericParameters as deprecated (update from Beta2 API). Use ↵Kamil Skalski
MakeGenericType as default implementation with updated signature. Fix API usage here and there. svn path=/trunk/mcs/; revision=47147
2005-06-282005-06-27 Ben Maurer <bmaurer@ximian.com>Ben Maurer
* Makefile: don't install on the 1.x profiles. svn path=/trunk/mcs/; revision=46595
2005-06-27remove .cvsignore from everywhere, as it is useless on svnBen Maurer
svn path=/trunk/mcs/; revision=46564
2005-04-292005-04-29 Martin Baulig <martin@ximian.com>Martin Baulig
Reflect latest API changes. * Collections.cs (EnumerableBase): Explicitly implement System.Collections.IEnumerable.GetEnumerator(). * Makefile: Add `nowarn:169'. svn path=/trunk/mcs/; revision=43780
2005-04-16reduce warnings when compiling unit testsSebastien Pouliot
svn path=/trunk/mcs/; revision=43118
2005-01-192005-01-19 Martin Baulig <martin@ximian.com>Martin Baulig
* test/RedBlackTreeSetTests.cs: Decrease number of iterations. * arrays/SortedArrayTests.cs: Likewise. svn path=/trunk/mcs/; revision=39180
2005-01-192005-01-19 Martin Baulig <martin@ximian.com>Martin Baulig
* Sorting.cs: 2000 elements is enough for us. svn path=/trunk/mcs/; revision=39178
2005-01-192005-01-19 Martin Baulig <martin@ximian.com>Martin Baulig
* Sorting.cs: 10000 elements is enough for us. svn path=/trunk/mcs/; revision=39173
2005-01-192005-01-19 Martin Baulig <martin@ximian.com>Martin Baulig
* trees/RedBlackTreeSetTests.cs: Put the threading tests into a "Threading" category, so we can exclude them when running in the debugger. * arrays/SortedArrayTests.cs: Likewise. svn path=/trunk/mcs/; revision=39171
2004-12-10Hardcode this badboyMiguel de Icaza
svn path=/trunk/mcs/; revision=37544
2004-12-042004-12-04 Martin Baulig <martin@ximian.com>Martin Baulig
* hashing/HashTableTests.cs: Disabled some tests which make assumptions about the ordering of elements in the hashtable. They also do not work on Windows. * hashing/HashBagTests.cs: Likewise. * hashing/HashDictionaryTests.cs: Likewise. svn path=/trunk/mcs/; revision=37087
2004-12-04Removed the last FIXME's.Martin Baulig
svn path=/trunk/mcs/; revision=37085
2004-12-032004-12-03 Martin Baulig <martin@ximian.com>Martin Baulig
* arrays/SortedArrayTests.cs: Removed the exception message from the [ExpectedException(typeof(ArgumentOutOfRangeException))]. * trees/RedBlackTreeSetTests.cs: Likewise. * trees/Bag.cs: Likewise. svn path=/trunk/mcs/; revision=37022
2004-12-03Fixed more FIXME's.Martin Baulig
svn path=/trunk/mcs/; revision=37021
2004-12-03Kill more FIXME's.Martin Baulig
svn path=/trunk/mcs/; revision=37019
2004-12-02Killed more FIXME's.Martin Baulig
svn path=/trunk/mcs/; revision=36969
2004-11-28Fixed more FIXME's.Martin Baulig
svn path=/trunk/mcs/; revision=36717
2004-11-28Removed more FIXME's.Martin Baulig
svn path=/trunk/mcs/; revision=36703
2004-11-28Fixed one more FIXME.Martin Baulig
svn path=/trunk/mcs/; revision=36698
2004-11-28Killed two more FIXME's.Martin Baulig
svn path=/trunk/mcs/; revision=36697
2004-11-27Removed two FIXME's.Martin Baulig
svn path=/trunk/mcs/; revision=36689
2004-11-262004-11-26 Martin Baulig <martin@ximian.com>Martin Baulig
* Makefile: Removed `NO_TEST = yes'. svn path=/trunk/mcs/; revision=36636
2004-11-262004-11-26 Martin Baulig <martin@ximian.com>Martin Baulig
* */*.cs: Added some more `#if FIXME's to comment out tests which are currently crashing or hanging. svn path=/trunk/mcs/; revision=36635
2004-11-25In .:Raja R Harinath
* Makefile (DISTFILES): Add nunit.key. In build: * platforms/linux.make (EXTERNAL_MCS,EXTERNAL_MBAS,EXTERNAL_RUNTIME): New. * platforms/win32.make: Likewise. * profiles/basic.make: Use $(EXTERNAL_MCS). * profiles/net_1_1_bootstrap.make: Likewise. * library.make ($(the_lib)): Add support for BUILT_SOURCES. (run-test-lib): Pass $(TEST_HARNESS_FLAGS) to harness. Useful to pass, say /labels, to nunit-console. In class: * Makefile (DISTFILES): Add public and private keys. (lib/basic.tar.gz): New. (dist-local): Distribute it. (DIST_ONLY_SUBDIRS): Distribute Managed.Windows.Forms. * I18N/Makefile (DISTFILES): Add Assembly/ChangeLog and Assembly/AssemblyInfo.cs. * IBM.Data.DB2/Makefile (EXTRA_DISTFILES): Distribute ibm.pub. In class/System.Web: * Makefile (RESOURCE_FILES): New. List set of resources. (EXTRA_DISTFILES): New. Distribute them. In class/ICSharpCode.SharpZipLib: * Makefile (EXTRA_DISTFILES): Add SharpZipLib.pub. In class/System.Data: * Makefile (BUILT_SOURCES): New. Build Mono.Data.SqlExpressions/Parser.cs. (EXTRA_DISTFILES): Add Mono.Data.SqlExpressions/Parser.jay. * System.Data.dll.sources: Don't mention Mono.Data.SqlExpressions/Parser.cs. In class/Microsoft.Web.Services: * Makefile (dist-local): Use cp -p. In class/Npgsql: * Makefile (EXTRA_DISTFILES): Add Npgsql.dll.resources. In class/Mono.C5: * Makefile (EXTRA_DISTFILES): Distribute LICENCE.txt and keys. In class/Mono.Security.Win32: * Makefile (NO_TEST): Define when not in W32. In class/Microsoft.VisualBasic: * Makefile (EXTRA_DISTFILES): Fix typo. svn path=/trunk/mcs/; revision=36550
2004-11-24#if NET_2_0 everywhere ....Martin Baulig
svn path=/trunk/mcs/; revision=36472
2004-11-202004-11-20 Martin Baulig <martin@ximian.com>Martin Baulig
* arrays/ArrayListTest.cs: Comment out some anonymous methods. * arrays/HashedArrayListTest.cs: Likewise. * linkedlists/HashedLinkedListTest.cs: Likewise. * linkedlists/LinkedListTest.cs: Likewise. svn path=/trunk/mcs/; revision=36344
2004-11-192004-11-19 Martin Baulig <martin@ximian.com>Martin Baulig
* Wrappers.cs: Removed all the FIXME's. GMCS can now compile the original, unmodified code :-) svn path=/trunk/mcs/; revision=36319
2004-11-17Removed workaround for #69546.Martin Baulig
svn path=/trunk/mcs/; revision=36186
2004-11-15Keep the `NO_TEST = yes' in the Makefile for the moment !Martin Baulig
svn path=/trunk/mcs/; revision=36118
2004-11-152004-11-15 Martin Baulig <martin@ximian.com>Martin Baulig
Importing version 0.5 of C5's test suite, http://www.itu.dk/research/c5/. svn path=/trunk/mcs/; revision=36110
2004-11-12Ooops, forgot this.Martin Baulig
svn path=/trunk/mcs/; revision=36070
2004-11-122004-11-12 Martin Baulig <martin@ximian.com>Martin Baulig
* Wrappers.cs: Added workaround for #69082. svn path=/trunk/mcs/; revision=36069
2004-11-12Added a Makefile.Martin Baulig
svn path=/trunk/mcs/; revision=36068
2004-11-122004-11-12 Martin Baulig <martin@ximian.com>Martin Baulig
* linkedlists/LinkedList.cs: Added workaround for bug #57747. svn path=/trunk/mcs/; revision=36067
2004-08-162004-08-16 Martin Baulig <martin@ximian.com>Martin Baulig
Importing version 0.5 of C5, http://www.itu.dk/research/c5/. svn path=/trunk/mcs/; revision=32383
2004-08-16Protect everything with #if NET_2_0.Martin Baulig
svn path=/trunk/mcs/; revision=32382
2004-08-16Initial revisionMartin Baulig
svn path=/trunk/mcs/; revision=32378
2004-08-16Protect everything in #if NET_2_0.Martin Baulig
svn path=/trunk/mcs/; revision=32377
2004-08-16Initial revisionMartin Baulig
svn path=/trunk/mcs/; revision=32374