85 lines
2.3 KiB
Plaintext
85 lines
2.3 KiB
Plaintext
2010-04-15 Jérémie Laval <jeremie.laval@gmail.com>
|
|
|
|
* ConcurrentDictionary.cs:
|
|
* ConcurrentSkipList.cs:
|
|
* OrderablePartitioner.cs:
|
|
* Partitioner.cs: Add BOOTSTRAP_NET_4_0 define
|
|
|
|
2010-03-24 Jérémie Laval <jeremie.laval@gmail.com>
|
|
|
|
* ConcurrentDictionary.cs: Remove while looping
|
|
|
|
2010-03-24 Jérémie Laval <jeremie.laval@gmail.com>
|
|
|
|
* ConcurrentDictionary.cs: Enable tracking on SpinLock
|
|
* ConcurrentSkipList.cs: Use Spinlock instead of Monitor and
|
|
refactor to use a saner lock acquiring scheme.
|
|
|
|
2010-03-24 Jérémie Laval <jeremie.laval@gmail.com>
|
|
|
|
* ConcurrentDictionary.cs: Fix lock releasing
|
|
|
|
2010-03-24 Jérémie Laval <jeremie.laval@gmail.com>
|
|
|
|
* ConcurrentDictionary.cs: Use SpinLock instead of Monitor
|
|
for basket locking
|
|
|
|
2010-02-02 Jérémie Laval <jeremie.laval@gmail.com>
|
|
|
|
* ConcurrentDictionary.cs:
|
|
* ConcurrentQueue.cs:
|
|
* ConcurrentStack.cs:
|
|
* Partitioner.cs: Port to .NET 4 beta 2 API
|
|
|
|
* ConcurrentSkipList.cs: Use Monitor for locking
|
|
|
|
2009-08-19 Jérémie Laval <jeremie.laval@gmail.com>
|
|
|
|
* Partitioner.cs: Fix infinite recursion when calling Create
|
|
with a IList.
|
|
* Partitionners/ListPartitioner.cs: Fix bad splitting for the
|
|
last partition.
|
|
|
|
2009-08-11 Jérémie Laval <jeremie.laval@gmail.com>
|
|
|
|
* ConcurrentQueue.cs:
|
|
* IProducerConsumerCollection.cs: Add BOOTSTRAP_NET_4_0.
|
|
|
|
2009-08-11 Jérémie Laval <jeremie.laval@gmail.com>
|
|
|
|
* BlockingCollection.cs: Moved type.
|
|
|
|
|
|
2009-08-04 Jérémie Laval <jeremie.laval@gmail.com>
|
|
|
|
* ConcurrentDictionary: Fix compilation issue
|
|
with IDictionary methods.
|
|
|
|
2009-07-31 Jérémie Laval <jeremie.laval@gmail.com>
|
|
|
|
* ConcurrentBag.cs:
|
|
* ConcurrentQueue.cs:
|
|
* ConcurrentStack.cs:
|
|
* ConcurrentSkipList.cs:
|
|
* ConcurrentDictionary.cs:
|
|
* IProducerConsumerCollection.cs: Make the namespace comply to 4.0b1
|
|
|
|
2009-07-31 Jérémie Laval <jeremie.laval@gmail.com>
|
|
|
|
* ConcurrentDictionary.cs:
|
|
* ConcurrentQueue.cs:
|
|
* ConcurrentStack.cs: Make the classes comply with B1 API
|
|
|
|
2009-07-27 Jérémie Laval <jeremie.laval@gmail.com>
|
|
|
|
* BlockingCollection.cs:
|
|
* ConcurrentBag.cs:
|
|
* ConcurrentDictionary.cs:
|
|
* ConcurrentQueue.cs:
|
|
* ConcurrentSkipList.cs:
|
|
* ConcurrentStack.cs:
|
|
* IProducerConsumerCollection.cs:
|
|
* OrderablePartitioner.cs:
|
|
* Partitioner.cs: Added ParallelFx files for System.Collections.Concurrent namespace
|
|
|