Library of supporting code for .NET. Observable collections, settings storage registry and .ini files, deep object cloning, command line parser, stream chaining and segmenting, license key transformation and many more things.
Go to file
2009-07-11 19:55:59 +00:00
Documents Completed the command line parser, then decided while adding result validation to the unit tests that the parser should be greedy (and accept option initiators within option names) - I don't like the way the parser code turned out anyway, so I'll rewrite soon 2008-12-11 20:15:21 +00:00
Properties Moved Shared.cs from Nuclex.Math to Nuclex.Support because this class can be quite useful in other locations as well; added CPL copyright header to all files in Nuclex.Math; fixed copyright date in AssemblyInfo.cs of Nuclex.Math and Nuclex.Support 2008-10-22 20:45:13 +00:00
Source Implemented deque Insert() and RemoveAt() methods with fixed shifting of all items to the right for now - still have to extend the code to shift items to the closest end; added more unit tests to achieve 100% test coverage for the code 2009-07-11 19:55:59 +00:00
Nuclex.Support (Xbox 360).csproj Began implementing a block-allocating Deque class similar to C++'s std::deque - insertion and removal at both ends already working 2009-07-10 18:42:23 +00:00
Nuclex.Support.csproj Began implementing a block-allocating Deque class similar to C++'s std::deque - insertion and removal at both ends already working 2009-07-10 18:42:23 +00:00