.. |
Cloning
|
Updated copyright statement for the year 2013; fixed a warning; minor cosmetic changes
|
2013-04-25 13:11:59 +00:00 |
Collections
|
Disabled Variegator completely on Windows Phone and Xbox 360 because those outdated .NET frameworks don't have sets (ISet)
|
2013-07-15 13:46:07 +00:00 |
IO
|
Added a C# port of my new Variegator collection, a MultiDictionary that resolves ambiguities by picking a random value or providing the least recently used one, very useful for returning varying responses
|
2013-06-27 16:05:54 +00:00 |
Licensing
|
Updated copyright statement for the year 2013; fixed a warning; minor cosmetic changes
|
2013-04-25 13:11:59 +00:00 |
Parsing
|
Added some helper methods for building parsers
|
2013-04-27 21:14:02 +00:00 |
AffineThreadPool.cs
|
Updated copyright statement for the year 2013; fixed a warning; minor cosmetic changes
|
2013-04-25 13:11:59 +00:00 |
AffineThreadPool.Test.cs
|
Updated copyright statement for the year 2013; fixed a warning; minor cosmetic changes
|
2013-04-25 13:11:59 +00:00 |
EnumHelper.cs
|
Updated copyright statement for the year 2013; fixed a warning; minor cosmetic changes
|
2013-04-25 13:11:59 +00:00 |
EnumHelper.Test.cs
|
Updated copyright statement for the year 2013; fixed a warning; minor cosmetic changes
|
2013-04-25 13:11:59 +00:00 |
FloatHelper.cs
|
Fixed the problems the AreAlmostEqual() methods had with floating point zeros
|
2014-02-24 13:31:35 +00:00 |
FloatHelper.Test.cs
|
Fixed the problems the AreAlmostEqual() methods had with floating point zeros
|
2014-02-24 13:31:35 +00:00 |
GarbagePolicy.cs
|
Updated copyright statement for the year 2013; fixed a warning; minor cosmetic changes
|
2013-04-25 13:11:59 +00:00 |
IntegerHelper.cs
|
Added unit tests for parallel background worker; fixed some issues with the parallel background worker; added failing unit test for almost equal checks with doubles; fixed a typo
|
2014-02-20 14:33:40 +00:00 |
IntegerHelper.Test.cs
|
Updated copyright statement for the year 2013; fixed a warning; minor cosmetic changes
|
2013-04-25 13:11:59 +00:00 |
Observable.cs
|
Updated copyright statement for the year 2013; fixed a warning; minor cosmetic changes
|
2013-04-25 13:11:59 +00:00 |
Observable.Test.cs
|
Updated copyright statement for the year 2013; fixed a warning; minor cosmetic changes
|
2013-04-25 13:11:59 +00:00 |
ObservableHelper.cs
|
Updated copyright statement for the year 2013; fixed a warning; minor cosmetic changes
|
2013-04-25 13:11:59 +00:00 |
ObservableHelper.Test.cs
|
Updated copyright statement for the year 2013; fixed a warning; minor cosmetic changes
|
2013-04-25 13:11:59 +00:00 |
ParallelBackgroundWorker.cs
|
Made the ParallelBackgroundWorker.CancelRunningTasks() and .CancelPendingTasks() methods safe to call after Dispose() (since many usage patterns become much easier with this allowed); Wait() didn't wait for queued tasks (though as long as tasks are queued, there will always be executing tasks, so this is just me being pedantic) - fixed; fixed a race condition in one of the unit tests for the ParallelBackgroundWorker
|
2014-02-24 11:02:39 +00:00 |
ParallelBackgroundWorker.Test.cs
|
Made the ParallelBackgroundWorker.CancelRunningTasks() and .CancelPendingTasks() methods safe to call after Dispose() (since many usage patterns become much easier with this allowed); Wait() didn't wait for queued tasks (though as long as tasks are queued, there will always be executing tasks, so this is just me being pedantic) - fixed; fixed a race condition in one of the unit tests for the ParallelBackgroundWorker
|
2014-02-24 11:02:39 +00:00 |
PathHelper.cs
|
Updated copyright statement for the year 2013; fixed a warning; minor cosmetic changes
|
2013-04-25 13:11:59 +00:00 |
PathHelper.Test.cs
|
Updated copyright statement for the year 2013; fixed a warning; minor cosmetic changes
|
2013-04-25 13:11:59 +00:00 |
PropertyChangedEventArgsHelper.cs
|
Updated copyright statement for the year 2013; fixed a warning; minor cosmetic changes
|
2013-04-25 13:11:59 +00:00 |
PropertyChangedEventArgsHelper.Test.cs
|
Updated copyright statement for the year 2013; fixed a warning; minor cosmetic changes
|
2013-04-25 13:11:59 +00:00 |
Semaphore.cs
|
Updated copyright statement for the year 2013; fixed a warning; minor cosmetic changes
|
2013-04-25 13:11:59 +00:00 |
Semaphore.Test.cs
|
Updated copyright statement for the year 2013; fixed a warning; minor cosmetic changes
|
2013-04-25 13:11:59 +00:00 |
Shared.cs
|
Updated copyright statement for the year 2013; fixed a warning; minor cosmetic changes
|
2013-04-25 13:11:59 +00:00 |
Shared.Test.cs
|
Updated copyright statement for the year 2013; fixed a warning; minor cosmetic changes
|
2013-04-25 13:11:59 +00:00 |
StringBuilderHelper.cs
|
Updated copyright statement for the year 2013; fixed a warning; minor cosmetic changes
|
2013-04-25 13:11:59 +00:00 |
StringBuilderHelper.Test.cs
|
Updated copyright statement for the year 2013; fixed a warning; minor cosmetic changes
|
2013-04-25 13:11:59 +00:00 |
StringHelper.cs
|
Updated copyright statement for the year 2013; fixed a warning; minor cosmetic changes
|
2013-04-25 13:11:59 +00:00 |
StringHelper.Test.cs
|
Updated copyright statement for the year 2013; fixed a warning; minor cosmetic changes
|
2013-04-25 13:11:59 +00:00 |
StringSegment.cs
|
Updated copyright statement for the year 2013; fixed a warning; minor cosmetic changes
|
2013-04-25 13:11:59 +00:00 |
StringSegment.Test.cs
|
Updated copyright statement for the year 2013; fixed a warning; minor cosmetic changes
|
2013-04-25 13:11:59 +00:00 |
TypeHelper.cs
|
Updated copyright statement for the year 2013; fixed a warning; minor cosmetic changes
|
2013-04-25 13:11:59 +00:00 |
TypeHelper.Test.cs
|
Updated copyright statement for the year 2013; fixed a warning; minor cosmetic changes
|
2013-04-25 13:11:59 +00:00 |
WeakReference.cs
|
Updated copyright statement for the year 2013; fixed a warning; minor cosmetic changes
|
2013-04-25 13:11:59 +00:00 |
WeakReference.Phone7.cs
|
Updated copyright statement for the year 2013; fixed a warning; minor cosmetic changes
|
2013-04-25 13:11:59 +00:00 |
WeakReference.Test.cs
|
Updated copyright statement for the year 2013; fixed a warning; minor cosmetic changes
|
2013-04-25 13:11:59 +00:00 |
XmlHelper.cs
|
Updated copyright statement for the year 2013; fixed a warning; minor cosmetic changes
|
2013-04-25 13:11:59 +00:00 |
XmlHelper.Test.cs
|
Improved unit test names for the XML helper class
|
2013-04-27 21:34:45 +00:00 |