log

age author description
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