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
2007-09-05 18:20:10 +00:00
Properties Imported newly created Nuclex.Support library which contains various supporting classes not related to a specific topic 2007-02-28 20:20:50 +00:00
Source Renamed UnintrusivePriorityQueue to PairPriorityQueue; Switched PairPriorityQueue to work on PriorityItemPairs instead of eating up the priority value once the item was added; PriorityQueue and PairPriorityQueue now both work on the default comparer or use a custom comparer specified in the constructor 2007-09-05 18:20:10 +00:00
Nuclex.Support (PC).csproj Renamed UnintrusivePriorityQueue to PairPriorityQueue; Switched PairPriorityQueue to work on PriorityItemPairs instead of eating up the priority value once the item was added; PriorityQueue and PairPriorityQueue now both work on the default comparer or use a custom comparer specified in the constructor 2007-09-05 18:20:10 +00:00
Nuclex.Support.build Removed AcquiringCollection because in hindsight, the design added little value and even required some workarounds to be fully usable in the classes it was intended to simplify; added mono/linux build for the assembly 2007-07-24 19:51:51 +00:00
Nuclex.Support.txt Several small optimizations; improved XML comments; added a text file for storing general ideas about the design of Nuclex.Support 2007-05-08 18:42:00 +00:00