log

age author description
Sat, 13 Aug 2011 17:06:35 +0200 Jacob Carlborg Added unit tests for events. default tip
Sat, 13 Aug 2011 17:01:46 +0200 Jacob Carlborg Simplified the script for running the unit tests.
Sat, 13 Aug 2011 15:57:19 +0200 Jacob Carlborg Fixed (de)serializing through base class reference, including unit test.
Sat, 13 Aug 2011 15:24:52 +0200 Jacob Carlborg Removed unnecessary method.
Sat, 13 Aug 2011 15:23:03 +0200 Jacob Carlborg Implemented unarchiveBaseClass. Enabled the unit tests for deserialize subclasses.
Tue, 09 Aug 2011 11:38:50 +0200 Jacob Carlborg Issue 8: Wrong results for array of arrays. (Temporary fix).
Tue, 09 Aug 2011 10:13:29 +0200 Jacob Carlborg Fixed deserializing of wchar enums for D2.
Tue, 09 Aug 2011 10:11:14 +0200 Jacob Carlborg Fixed deserialization of whcar for D2. Fixed events for D2.
Tue, 09 Aug 2011 09:26:57 +0200 Jacob Carlborg Added test for serializing subclasses.
Sun, 07 Aug 2011 17:53:50 +0200 Jacob Carlborg Added unit tests for (de)serializing events.
Sat, 06 Aug 2011 13:38:26 +0200 Jacob Carlborg Added a file for running the unit tests.
Sat, 06 Aug 2011 13:27:21 +0200 Jacob Carlborg Moved all tests into its own modules.
Thu, 04 Aug 2011 21:29:56 +0200 Jacob Carlborg Made a couple of refactorings:
Wed, 03 Aug 2011 22:09:22 +0200 Jacob Carlborg Enabled comparison of associative array for D2 in the unit tests.
Wed, 03 Aug 2011 21:58:21 +0200 Jacob Carlborg Merged "experimental" into "default".
Wed, 03 Aug 2011 21:45:56 +0200 Jacob Carlborg Fixed an D1 error in the unit test. experimental
Wed, 03 Aug 2011 21:44:11 +0200 Jacob Carlborg Now all unit tests pass on latest DMD2 compiler. experimental
Mon, 01 Aug 2011 20:34:54 +0200 Jacob Carlborg Cleaned up. Updated to latest D2 compiler. experimental
Sun, 31 Jul 2011 17:56:44 +0200 Jacob Carlborg Now both internal and external pointers work. experimental
Sun, 21 Nov 2010 18:51:05 +0100 Jacob Carlborg Updated the unit test with the latest changes. experimental
Sun, 21 Nov 2010 17:37:20 +0100 Jacob Carlborg Fixed some bugs in the handling of pointers. experimental
Sun, 21 Nov 2010 17:12:24 +0100 Jacob Carlborg Added IDs to every serialized value. experimental
Sun, 21 Nov 2010 16:53:46 +0100 Jacob Carlborg Better handling of serializing pointers. experimental
Fri, 19 Nov 2010 11:55:04 +0100 Jacob Carlborg Associative arrays are now treated as references. experimental
Fri, 19 Nov 2010 11:14:55 +0100 Jacob Carlborg Added unit testing. experimental
Tue, 19 Oct 2010 10:22:10 +0200 Jacob Carlborg Third step in refactoring the API. Stating to add unit tests. experimental
Wed, 06 Oct 2010 16:18:02 +0200 Jacob Carlborg Second step in refactoring the API. experimental
Tue, 05 Oct 2010 21:59:46 +0200 Jacob Carlborg First step in refactoring the API. experimental
Mon, 04 Oct 2010 20:45:32 +0200 Jacob Carlborg Changed the build target.
Mon, 04 Oct 2010 20:42:45 +0200 Jacob Carlborg Resolved merge conflicts.
Mon, 04 Oct 2010 20:18:02 +0200 Jacob Carlborg Merged changes from dsource repository.
Mon, 04 Oct 2010 18:27:21 +0200 Jacob Carlborg Added support for slices. Strings and arrays are now treated as references.
Sat, 14 Aug 2010 17:24:42 +0200 Jacob Carlborg getValueOfAtrribute has no return at end of method. Fixes #5.
Thu, 12 Aug 2010 23:24:51 +0200 Jacob Carlborg Added an error callback. Fixes #3 and #4.
Sun, 08 Aug 2010 21:59:59 +0200 Jacob Carlborg Changed toData/fromData to take an instance of the serializer instead of the archive.
Sun, 08 Aug 2010 21:27:10 +0200 Jacob Carlborg Missed some in the previous commit.
Sun, 08 Aug 2010 21:26:11 +0200 Jacob Carlborg Changed from archive to serializer in the register wrappers.
Sun, 08 Aug 2010 21:24:11 +0200 Jacob Carlborg Fixed (de)serializing of arrays and associative arrays.
Fri, 30 Jul 2010 12:28:41 +0200 Jacob Carlborg Added makefile, thanks to jaysistar
Sun, 25 Jul 2010 16:02:04 +0200 Jacob Carlborg Release version 0.0.1
Sun, 25 Jul 2010 13:25:55 +0200 Jacob Carlborg Deserialization now works as well using D2. Compiles again with D1 and Tango. Cleaned up orange.util.io a bit. 0.0.1
Sat, 24 Jul 2010 19:37:45 +0200 Jacob Carlborg Removed some left over debugging code
Sat, 24 Jul 2010 18:58:18 +0200 Jacob Carlborg Serialization works now with D2, deserialization still doesn't work
Wed, 21 Jul 2010 13:44:08 +0200 Jacob Carlborg Now works with dmd 1.062
Fri, 25 Jun 2010 23:07:49 +0200 Jacob Carlborg nameOfFieldAt fails poorly if position >= tuple.length
Fri, 25 Jun 2010 20:27:27 +0200 Jacob Carlborg Added logo
Mon, 07 Jun 2010 13:04:15 +0200 Jacob Carlborg Changed the dsss.conf file
Mon, 31 May 2010 19:20:14 +0200 Jacob Carlborg Simplified the implementation of RegisterWrapper. Fixed: the base class of an object was not serialized
Mon, 31 May 2010 18:51:56 +0200 Jacob Carlborg Fixed structs
Mon, 31 May 2010 17:44:23 +0200 Jacob Carlborg Fixed multiple NonSerialized
Mon, 31 May 2010 16:06:36 +0200 Jacob Carlborg Removed dependency on private library
Wed, 26 May 2010 17:19:13 +0200 Jacob Carlborg First commit