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 (Expand)Author
2015-01-16Fixes buildMarek Safar
2015-01-14[bcl] Remove NET_4_0 defines from class libs.Zoltan Varga
2015-01-13[bcl] Remove NET_2_0 defines from the class libs. This has been done using: u...Zoltan Varga
2015-01-13[build] Updated csproj files.Marcos Henrich
2014-12-04Remove 4.0 profileMarek Safar
2014-06-19Merge pull request #946 from akoeplinger/fix-mono-parallelRodrigo Kumpera
2014-05-25[build] the csproj files can now do a full class libraries buildMiguel de Icaza
2014-05-24[build] Fresh new csproj files based on the updated build system.Miguel de Icaza
2014-04-28[Mono.Parallel] Removed broken Mono.Threading.Tasks codeAlexander Köplinger
2014-04-19Refreshed the CSProj files to use the new output build directoryMiguel de Icaza
2013-07-02Update csproj filesMarek Safar
2013-02-21Update 4.5 bcl solution filesMarek Safar
2013-02-12Since MOBILE implies NET_4_* now, take this into account and simplify our ifd...Rodrigo Kumpera
2013-02-07Update csproj filesMarek Safar
2012-06-26Fix System.Core reference in VS projectsMarek Safar
2012-06-26Update VS project filesMarek Safar
2012-04-24'make check' build fixes in Mono.Parallel and WebMatrix.Data.alexrp
2012-04-05Update csproj filesMarek Safar
2012-02-10Add VS project files for test projectMarek Safar
2012-02-09Update class library csproj filesMarek Safar
2011-08-20Split internal types in their own filesJérémie Laval
2011-08-20Move old default task scheduler to Mono.ParallelJérémie Laval
2011-04-06Don't forget to call Init in ConcurrentSkipList ctor.Jérémie Laval
2011-04-06Fix API changes in unit test (Mono.Parallel)Jérémie Laval
2011-02-17Kill old IScheduler interface.Jérémie Laval
2011-02-13Add solution filesMiguel de Icaza
2011-01-19Update Mono.Parallel docs with new propertiesJérémie Laval
2011-01-18Expose ThreadWorker in Mono.ParallelJérémie Laval
2011-01-18Add doc for IMonoTaskScheduler extra behaviorJérémie Laval
2011-01-18Update MonoTaskExtensions docJérémie Laval
2011-01-18Further checks of ParticipateUntil mashallingJérémie Laval
2011-01-18Add support for external ParticipateUntil method call in user-made TaskSchedulerJérémie Laval
2011-01-18Use static initializer for internal Execute bindingJérémie Laval
2011-01-14Add MonoTaskExtensions to Mono.Parallel (with test and doc).Jérémie Laval
2011-01-14Update namespacesJérémie Laval
2011-01-13Add CyclicDeque and docJérémie Laval
2011-01-13Finish ReaderWriterLockSlimmer documentationJérémie Laval
2011-01-13Protect RwlSlimmer and add Try equivalentJérémie Laval
2011-01-13Add missing documentation filesJérémie Laval
2011-01-13Adding ReaderWriterLockSlimmer to the build.Jérémie Laval
2011-01-13Doc for AtomicBoolean(Value)Jérémie Laval
2011-01-13Refactor CSnzi node to not expose too much stuffJérémie Laval
2011-01-13Use correct doc dialect for true and falseJérémie Laval
2011-01-13Finish docs of non-obvious methods in Mono.Collections.ConcurrentJérémie Laval
2011-01-13Use comparer directly in ConcurrentSkipList rather than wrapped in a lambda.Jérémie Laval
2011-01-13Make ConcurrentSkipList implements IEnumerable and ICollection instead of IPr...Jérémie Laval
2011-01-13Rename namespaces and update docsJérémie Laval
2011-01-13Move documentation to the right placeJérémie Laval
2011-01-13More doc for ConcurrentOrderedListJérémie Laval
2011-01-13Add mdoc documentationJérémie Laval