.. |
Cloning
|
Accidentally made two unit tests public - fixed
|
2012-02-09 13:56:28 +00:00 |
Collections
|
ObservableCollection no longer derives from System.Collections.ObjectModel.Collection, thus it is a real ICollection that does not expose itself as an IList
|
2011-10-25 14:59:38 +00:00 |
IO
|
Fixed a compilation error when targeting Windows Phone; ChainStream now uses a params list for its constructor; added object cloning framework with support for deep and shallow cloning as well as cloning based on fields or properties
|
2012-02-01 22:45:15 +00:00 |
Licensing
|
Updated license statement for the year 2010 ;-)
|
2010-07-08 12:37:39 +00:00 |
Parsing
|
AffineThreadPool now uses standard semaphores in Windows builds; command line parser is satisfied with an IList of arguments instead of requiring a concrete List instance; added NCrunch XML file to svn:ignore list
|
2012-02-01 10:39:39 +00:00 |
Plugins
|
Upgraded unit tests to NMock 3.0
|
2011-03-08 20:36:43 +00:00 |
Services
|
Removed scheduling and tracking directories from the projects (these have been moved into a separate assembly)
|
2011-08-14 11:09:40 +00:00 |
AffineThreadPool.cs
|
Fixed semaphore bug in AffineThreadPool when running on Windows
|
2012-02-02 00:20:32 +00:00 |
AffineThreadPool.Test.cs
|
Updated license statement for the year 2010 ;-)
|
2010-07-08 12:37:39 +00:00 |
EnumHelper.cs
|
Added XNA 4.0 for Windows Phone 7 project; updated Nuclex.Support to compile targeting Windows Phone 7
|
2010-09-17 15:29:22 +00:00 |
EnumHelper.Test.cs
|
Updated license statement for the year 2010 ;-)
|
2010-07-08 12:37:39 +00:00 |
FloatHelper.cs
|
Turned many of the helper methods into extension methods
|
2010-11-20 11:53:25 +00:00 |
FloatHelper.Test.cs
|
Updated license statement for the year 2010 ;-)
|
2010-07-08 12:37:39 +00:00 |
IntegerHelper.cs
|
Added methods for counting the number of bits set in integers
|
2010-11-22 18:05:55 +00:00 |
IntegerHelper.Test.cs
|
Added methods for counting the number of bits set in integers
|
2010-11-22 18:05:55 +00:00 |
PathHelper.cs
|
Updated license statement for the year 2010 ;-)
|
2010-07-08 12:37:39 +00:00 |
PathHelper.Test.cs
|
Updated license statement for the year 2010 ;-)
|
2010-07-08 12:37:39 +00:00 |
Semaphore.cs
|
Fixed a compilation error when targeting Windows Phone; ChainStream now uses a params list for its constructor; added object cloning framework with support for deep and shallow cloning as well as cloning based on fields or properties
|
2012-02-01 22:45:15 +00:00 |
Semaphore.Test.cs
|
AffineThreadPool now uses standard semaphores in Windows builds; command line parser is satisfied with an IList of arguments instead of requiring a concrete List instance; added NCrunch XML file to svn:ignore list
|
2012-02-01 10:39:39 +00:00 |
Shared.cs
|
Updated license statement for the year 2010 ;-)
|
2010-07-08 12:37:39 +00:00 |
Shared.Test.cs
|
Updated license statement for the year 2010 ;-)
|
2010-07-08 12:37:39 +00:00 |
StringBuilderHelper.cs
|
Removed some XNA 3.1 code paths; cleaned up constant usage in platform-specific code sections
|
2010-12-24 01:02:56 +00:00 |
StringBuilderHelper.Test.cs
|
Updated license statement for the year 2010 ;-)
|
2010-07-08 12:37:39 +00:00 |
StringHelper.cs
|
Turned many of the helper methods into extension methods
|
2010-11-20 11:53:25 +00:00 |
StringHelper.Test.cs
|
Updated license statement for the year 2010 ;-)
|
2010-07-08 12:37:39 +00:00 |
StringSegment.cs
|
Added XNA 4.0 XBox 360 project; fixed compilation errors that would result from compiling Nuclex.Support on the XBox 360's special compact framework
|
2010-09-17 01:43:00 +00:00 |
StringSegment.Test.cs
|
Updated license statement for the year 2010 ;-)
|
2010-07-08 12:37:39 +00:00 |
WeakReference.cs
|
StringBuilderHelper is now a static class; WeakReference<T> no longer derives from WeakReference if compiled for Windows Phone 7 because this makes the Windows Phone emulator crash as soon as the WeakReference<T> is referenced - nearly identical functionality is provided with an implicit conversion operator
|
2010-11-18 10:47:09 +00:00 |
WeakReference.Phone7.cs
|
StringBuilderHelper is now a static class; WeakReference<T> no longer derives from WeakReference if compiled for Windows Phone 7 because this makes the Windows Phone emulator crash as soon as the WeakReference<T> is referenced - nearly identical functionality is provided with an implicit conversion operator
|
2010-11-18 10:47:09 +00:00 |
WeakReference.Test.cs
|
Updated license statement for the year 2010 ;-)
|
2010-07-08 12:37:39 +00:00 |
XmlHelper.cs
|
Turned many of the helper methods into extension methods
|
2010-11-20 11:53:25 +00:00 |
XmlHelper.Test.cs
|
Updated XmlHelper class to use the XDocument class on .NET 4.0 and XNA 4.0 builds
|
2010-09-19 22:37:09 +00:00 |