Nuclex.Support/Source/Scheduling
2008-12-07 19:36:29 +00:00
..
AbortedException.cs Moved packing algorithms, spatial partitioning system and serialization helpers from Nuclex.Support to Nuclex.Game; minor improvements in documentation; AbortedException no longer derives from ApplicationException; added document that gives an overview of several R-Tree splitting techniques I found on the 'net 2008-08-01 20:55:43 +00:00
AbortedException.Test.cs Eliminated warnings that still came up when compiling with the mono C# compiler; all classes in the Nuclex.Support.Scheduling namespace now have 100% test coverage 2008-12-07 19:36:29 +00:00
IAbortable.cs Moved all contents of the Nuclex.Plugins project into the Nuclex.Support project; added copyright notices to all files imported from Nuclex.Plugins; updated copyright span year in all copyright notices; minor documentation improvements 2008-01-07 18:04:02 +00:00
Operation.cs Renamed FailableOperation to Request, this is a much shorter name that better represents the concept implemented by the class 2008-03-26 19:52:28 +00:00
Operation.Test.cs Eliminated warnings that still came up when compiling with the mono C# compiler; all classes in the Nuclex.Support.Scheduling namespace now have 100% test coverage 2008-12-07 19:36:29 +00:00
OperationQueue.cs Renamed Waitable to Transaction (Progression -> Waitable -> Transaction -- might it be that this concept is no crispy enough and should be revisited? I think so!); increased test coverage for lots of classes in the tracking namespace, all but 3 are now 100% covered; eliminated redundant ProgressUpdate events from the ProgressTracker and adjusted unit tests so progress update events that re-report the current progress are optional; added a new idea for a replacement of the broken (quality-wise, at least) command line parser 2008-12-03 18:58:20 +00:00
OperationQueue.Test.cs Eliminated warnings that still came up when compiling with the mono C# compiler; all classes in the Nuclex.Support.Scheduling namespace now have 100% test coverage 2008-12-07 19:36:29 +00:00
ThreadCallbackOperation.cs Moved all contents of the Nuclex.Plugins project into the Nuclex.Support project; added copyright notices to all files imported from Nuclex.Plugins; updated copyright span year in all copyright notices; minor documentation improvements 2008-01-07 18:04:02 +00:00
ThreadCallbackOperation.Test.cs Eliminated warnings that still came up when compiling with the mono C# compiler; all classes in the Nuclex.Support.Scheduling namespace now have 100% test coverage 2008-12-07 19:36:29 +00:00
ThreadOperation.cs Eliminated warnings that still came up when compiling with the mono C# compiler; all classes in the Nuclex.Support.Scheduling namespace now have 100% test coverage 2008-12-07 19:36:29 +00:00
ThreadOperation.Test.cs Eliminated warnings that still came up when compiling with the mono C# compiler; all classes in the Nuclex.Support.Scheduling namespace now have 100% test coverage 2008-12-07 19:36:29 +00:00