.. |
Collections
|
Added INotifyCollectionChanged interface to ObservableCollection and ObservableDictionary; added a new dictionary type, the MultiDictionary which is equivalent to the C++ multimap<> class
|
2011-07-04 22:21:57 +00:00 |
IO
|
Updated license statement for the year 2010 ;-)
|
2010-07-08 12:37:39 +00:00 |
Licensing
|
Updated license statement for the year 2010 ;-)
|
2010-07-08 12:37:39 +00:00 |
Parsing
|
Updated license statement for the year 2010 ;-)
|
2010-07-08 12:37:39 +00:00 |
Plugins
|
Upgraded unit tests to NMock 3.0
|
2011-03-08 20:36:43 +00:00 |
Scheduling
|
Upgraded unit tests to NMock 3.0
|
2011-03-08 20:36:43 +00:00 |
Services
|
Removed some XNA 3.1 code paths; cleaned up constant usage in platform-specific code sections
|
2010-12-24 01:02:56 +00:00 |
Tracking
|
Upgraded unit tests to NMock 3.0
|
2011-03-08 20:36:43 +00:00 |
AffineThreadPool.cs
|
Assembly is now signed with a strong name key; minor cosmetic improvements
|
2011-02-14 18:15:23 +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
|
Assembly is now signed with a strong name key; minor cosmetic improvements
|
2011-02-14 18:15:23 +00:00 |
Semaphore.Test.cs
|
Updated license statement for the year 2010 ;-)
|
2010-07-08 12:37: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 |