Nuclex.Support/Source
Markus Ewald c90033caad Added a SkipString() method to the parser helper; began work in implementing a configuration file parser
git-svn-id: file:///srv/devel/repo-conversion/nusu@296 d2e56fa2-650e-0410-a79f-9358c0239efd
2014-07-19 09:08:35 +00:00
..
Cloning Updated copyright statement for the year 2013; fixed a warning; minor cosmetic changes 2013-04-25 13:11:59 +00:00
Collections Returned to my own naming convention - at the latest, the 'SingleInt32Union' would raise the question about where there is only a single int32 in that union 2014-02-24 15:40:12 +00:00
Configuration Added a SkipString() method to the parser helper; began work in implementing a configuration file parser 2014-07-19 09:08:35 +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 a SkipString() method to the parser helper; began work in implementing a configuration file parser 2014-07-19 09:08:35 +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 Returned to my own naming convention - at the latest, the 'SingleInt32Union' would raise the question about where there is only a single int32 in that union 2014-02-24 15:40:12 +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