annotate dsss.conf @ 29:c422ff6477dd experimental

Better handling of serializing pointers.
author Jacob Carlborg <doob@me.com>
date Sun, 21 Nov 2010 16:53:46 +0100
parents fc315d786f24
children 9df3b7a46a51
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
26
78e5fef4bbf2 Third step in refactoring the API. Stating to add unit tests.
Jacob Carlborg <doob@me.com>
parents: 25
diff changeset
1 #[orange/serialization/Serializer.d]
27
fc315d786f24 Added unit testing.
Jacob Carlborg <doob@me.com>
parents: 26
diff changeset
2
29
c422ff6477dd Better handling of serializing pointers.
Jacob Carlborg <doob@me.com>
parents: 27
diff changeset
3 [main.d]
27
fc315d786f24 Added unit testing.
Jacob Carlborg <doob@me.com>
parents: 26
diff changeset
4
fc315d786f24 Added unit testing.
Jacob Carlborg <doob@me.com>
parents: 26
diff changeset
5
fc315d786f24 Added unit testing.
Jacob Carlborg <doob@me.com>
parents: 26
diff changeset
6 #[orange]
fc315d786f24 Added unit testing.
Jacob Carlborg <doob@me.com>
parents: 26
diff changeset
7
29
c422ff6477dd Better handling of serializing pointers.
Jacob Carlborg <doob@me.com>
parents: 27
diff changeset
8 #[tests/all.d]
c422ff6477dd Better handling of serializing pointers.
Jacob Carlborg <doob@me.com>
parents: 27
diff changeset
9 #buildflags += -unittest
c422ff6477dd Better handling of serializing pointers.
Jacob Carlborg <doob@me.com>
parents: 27
diff changeset
10 #target = unittest
c422ff6477dd Better handling of serializing pointers.
Jacob Carlborg <doob@me.com>
parents: 27
diff changeset
11 #version += OrangeUnitTest