Nuclex.Support/Source
Markus Ewald ddc76cf09f Made some progress on my configuration file parser / writer; ParserHelper can now skip over floating point values
git-svn-id: file:///srv/devel/repo-conversion/nusu@298 d2e56fa2-650e-0410-a79f-9358c0239efd
2014-07-19 11:04:19 +00:00
..
Cloning Updated the copyright statement for the year 2014; remove CommandLine.txt which seemed to contain a copy of CommandLine.cs for a purpose I have long since forgotten 2014-07-19 09:13:36 +00:00
Collections Updated the copyright statement for the year 2014; remove CommandLine.txt which seemed to contain a copy of CommandLine.cs for a purpose I have long since forgotten 2014-07-19 09:13:36 +00:00
Configuration Made some progress on my configuration file parser / writer; ParserHelper can now skip over floating point values 2014-07-19 11:04:19 +00:00
IO Updated the copyright statement for the year 2014; remove CommandLine.txt which seemed to contain a copy of CommandLine.cs for a purpose I have long since forgotten 2014-07-19 09:13:36 +00:00
Licensing Updated the copyright statement for the year 2014; remove CommandLine.txt which seemed to contain a copy of CommandLine.cs for a purpose I have long since forgotten 2014-07-19 09:13:36 +00:00
Parsing Made some progress on my configuration file parser / writer; ParserHelper can now skip over floating point values 2014-07-19 11:04:19 +00:00
AffineThreadPool.cs Updated the copyright statement for the year 2014; remove CommandLine.txt which seemed to contain a copy of CommandLine.cs for a purpose I have long since forgotten 2014-07-19 09:13:36 +00:00
AffineThreadPool.Test.cs Updated the copyright statement for the year 2014; remove CommandLine.txt which seemed to contain a copy of CommandLine.cs for a purpose I have long since forgotten 2014-07-19 09:13:36 +00:00
EnumHelper.cs Updated the copyright statement for the year 2014; remove CommandLine.txt which seemed to contain a copy of CommandLine.cs for a purpose I have long since forgotten 2014-07-19 09:13:36 +00:00
EnumHelper.Test.cs Updated the copyright statement for the year 2014; remove CommandLine.txt which seemed to contain a copy of CommandLine.cs for a purpose I have long since forgotten 2014-07-19 09:13:36 +00:00
FloatHelper.cs Updated the copyright statement for the year 2014; remove CommandLine.txt which seemed to contain a copy of CommandLine.cs for a purpose I have long since forgotten 2014-07-19 09:13:36 +00:00
FloatHelper.Test.cs Updated the copyright statement for the year 2014; remove CommandLine.txt which seemed to contain a copy of CommandLine.cs for a purpose I have long since forgotten 2014-07-19 09:13:36 +00:00
GarbagePolicy.cs Updated the copyright statement for the year 2014; remove CommandLine.txt which seemed to contain a copy of CommandLine.cs for a purpose I have long since forgotten 2014-07-19 09:13:36 +00:00
IntegerHelper.cs Updated the copyright statement for the year 2014; remove CommandLine.txt which seemed to contain a copy of CommandLine.cs for a purpose I have long since forgotten 2014-07-19 09:13:36 +00:00
IntegerHelper.Test.cs Updated the copyright statement for the year 2014; remove CommandLine.txt which seemed to contain a copy of CommandLine.cs for a purpose I have long since forgotten 2014-07-19 09:13:36 +00:00
Observable.cs Updated the copyright statement for the year 2014; remove CommandLine.txt which seemed to contain a copy of CommandLine.cs for a purpose I have long since forgotten 2014-07-19 09:13:36 +00:00
Observable.Test.cs Updated the copyright statement for the year 2014; remove CommandLine.txt which seemed to contain a copy of CommandLine.cs for a purpose I have long since forgotten 2014-07-19 09:13:36 +00:00
ObservableHelper.cs Updated the copyright statement for the year 2014; remove CommandLine.txt which seemed to contain a copy of CommandLine.cs for a purpose I have long since forgotten 2014-07-19 09:13:36 +00:00
ObservableHelper.Test.cs Updated the copyright statement for the year 2014; remove CommandLine.txt which seemed to contain a copy of CommandLine.cs for a purpose I have long since forgotten 2014-07-19 09:13:36 +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 Updated the copyright statement for the year 2014; remove CommandLine.txt which seemed to contain a copy of CommandLine.cs for a purpose I have long since forgotten 2014-07-19 09:13:36 +00:00
PathHelper.cs Updated the copyright statement for the year 2014; remove CommandLine.txt which seemed to contain a copy of CommandLine.cs for a purpose I have long since forgotten 2014-07-19 09:13:36 +00:00
PathHelper.Test.cs Updated the copyright statement for the year 2014; remove CommandLine.txt which seemed to contain a copy of CommandLine.cs for a purpose I have long since forgotten 2014-07-19 09:13:36 +00:00
PropertyChangedEventArgsHelper.cs Updated the copyright statement for the year 2014; remove CommandLine.txt which seemed to contain a copy of CommandLine.cs for a purpose I have long since forgotten 2014-07-19 09:13:36 +00:00
PropertyChangedEventArgsHelper.Test.cs Updated the copyright statement for the year 2014; remove CommandLine.txt which seemed to contain a copy of CommandLine.cs for a purpose I have long since forgotten 2014-07-19 09:13:36 +00:00
Semaphore.cs Updated the copyright statement for the year 2014; remove CommandLine.txt which seemed to contain a copy of CommandLine.cs for a purpose I have long since forgotten 2014-07-19 09:13:36 +00:00
Semaphore.Test.cs Updated the copyright statement for the year 2014; remove CommandLine.txt which seemed to contain a copy of CommandLine.cs for a purpose I have long since forgotten 2014-07-19 09:13:36 +00:00
Shared.cs Updated the copyright statement for the year 2014; remove CommandLine.txt which seemed to contain a copy of CommandLine.cs for a purpose I have long since forgotten 2014-07-19 09:13:36 +00:00
Shared.Test.cs Updated the copyright statement for the year 2014; remove CommandLine.txt which seemed to contain a copy of CommandLine.cs for a purpose I have long since forgotten 2014-07-19 09:13:36 +00:00
StringBuilderHelper.cs Updated the copyright statement for the year 2014; remove CommandLine.txt which seemed to contain a copy of CommandLine.cs for a purpose I have long since forgotten 2014-07-19 09:13:36 +00:00
StringBuilderHelper.Test.cs Updated the copyright statement for the year 2014; remove CommandLine.txt which seemed to contain a copy of CommandLine.cs for a purpose I have long since forgotten 2014-07-19 09:13:36 +00:00
StringHelper.cs Updated the copyright statement for the year 2014; remove CommandLine.txt which seemed to contain a copy of CommandLine.cs for a purpose I have long since forgotten 2014-07-19 09:13:36 +00:00
StringHelper.Test.cs Updated the copyright statement for the year 2014; remove CommandLine.txt which seemed to contain a copy of CommandLine.cs for a purpose I have long since forgotten 2014-07-19 09:13:36 +00:00
StringSegment.cs Updated the copyright statement for the year 2014; remove CommandLine.txt which seemed to contain a copy of CommandLine.cs for a purpose I have long since forgotten 2014-07-19 09:13:36 +00:00
StringSegment.Test.cs Updated the copyright statement for the year 2014; remove CommandLine.txt which seemed to contain a copy of CommandLine.cs for a purpose I have long since forgotten 2014-07-19 09:13:36 +00:00
TypeHelper.cs Updated the copyright statement for the year 2014; remove CommandLine.txt which seemed to contain a copy of CommandLine.cs for a purpose I have long since forgotten 2014-07-19 09:13:36 +00:00
TypeHelper.Test.cs Updated the copyright statement for the year 2014; remove CommandLine.txt which seemed to contain a copy of CommandLine.cs for a purpose I have long since forgotten 2014-07-19 09:13:36 +00:00
WeakReference.cs Updated the copyright statement for the year 2014; remove CommandLine.txt which seemed to contain a copy of CommandLine.cs for a purpose I have long since forgotten 2014-07-19 09:13:36 +00:00
WeakReference.Phone7.cs Updated the copyright statement for the year 2014; remove CommandLine.txt which seemed to contain a copy of CommandLine.cs for a purpose I have long since forgotten 2014-07-19 09:13:36 +00:00
WeakReference.Test.cs Updated the copyright statement for the year 2014; remove CommandLine.txt which seemed to contain a copy of CommandLine.cs for a purpose I have long since forgotten 2014-07-19 09:13:36 +00:00
XmlHelper.cs Updated the copyright statement for the year 2014; remove CommandLine.txt which seemed to contain a copy of CommandLine.cs for a purpose I have long since forgotten 2014-07-19 09:13:36 +00:00
XmlHelper.Test.cs Updated the copyright statement for the year 2014; remove CommandLine.txt which seemed to contain a copy of CommandLine.cs for a purpose I have long since forgotten 2014-07-19 09:13:36 +00:00