| Source path: svn/ corelib/ branches/ users/ chryswoods/ src/ libs/ Siren/ interface.h |
|
|
|
|
Change log
I've got Siren compiled and linked, and have got (most) of the python wrappers working. The code works, to an extent, but there are quite a few problems and bugs (e.g. in streaming, and in the logger). The whole .getClass() hierarchy works really well :-) Code is no longer broken - it compiles, links and Siren now needs debugging
| Go to: |
Sign in to write a code review
Older revisions
r1093
by chryswoods
on Nov 15, 2009
Diff
I've created the Handle hierarchy of classes which are used to provide the equivalent of Object for shared data types. Handle provides handles with which to ...
r1092
by chryswoods
on Nov 14, 2009
Diff
I've finished the basics of Siren - all the code compiles, but there are lots of unresolved symbols. Siren is very broken ...
r1088
by chryswoods
on Nov 13, 2009
Diff
I'm committing my work to date to abstract the various Sire object systems into a single consistent (Java-like) hierarchy, called Siren. Once this is ...