Age | Commit message (Expand) | Author |
2014-12-29 | fixed StructType::cast signature, more unit tests | Andreas Stöckel |
2014-12-29 | more unit tests | Andreas Stöckel |
2014-12-28 | implemented and tested creation with parent type | Andreas Stöckel |
2014-12-28 | fixed insertion of attribute default values in the StructType.insert function | Andreas Stöckel |
2014-12-28 | Finished StructType implementation, started to write unit tests | Andreas Stöckel |
2014-12-28 | autoformat | Andreas Stöckel |
2014-12-28 | Added debug output | Andreas Stöckel |
2014-12-28 | fixed move constructor with owner swap | Andreas Stöckel |
2014-12-28 | added inequality operator to Handle class | Andreas Stöckel |
2014-12-28 | autoformat | Andreas Stöckel |
2014-12-28 | small performance improvement | Andreas Stöckel |
2014-12-24 | finished EnumType class, added unit tests | Andreas Stöckel |
2014-12-23 | some more work on the Typesystem front (documentation and unit tests, still n... | Andreas Stöckel |
2014-12-23 | implemented routines for automatically extracting arrays when parsing generics | Andreas Stöckel |
2014-12-23 | implemented new Magic type used for single-token unescaped strings that could... | Andreas Stöckel |
2014-12-23 | updated documentation | Andreas Stöckel |
2014-12-22 | some more Typesystem documentation and unit tests | Andreas Stöckel |
2014-12-22 | added unit tests and documentation for the IntType class | Andreas Stöckel |
2014-12-22 | moved all Node and Typesystem RTTI information to own namespace, added Consta... | Andreas Stöckel |
2014-12-22 | removed orphaned forward declaration | Andreas Stöckel |
2014-12-21 | fixed crash bug in TestDomain -- if a class has an Owned handle the owner mus... | Andreas Stöckel |
2014-12-21 | some insignificant changes | Andreas Stöckel |
2014-12-21 | added additional constructor (initializer list) to ManagedContainer classes | Andreas Stöckel |
2014-12-21 | allowing to store Function objects in Variants, added simple unit test for th... | Andreas Stöckel |
2014-12-21 | added Function as new variant type | Andreas Stöckel |
2014-12-21 | added some more documentation to the Managed class | Andreas Stöckel |
2014-12-21 | Merge branch 'master' of somweyr.de:ousia | Andreas Stöckel |
2014-12-21 | Dokumenten und Domänenbeispiel. | Benjamin Paassen |
2014-12-21 | Merge branch 'master' of somweyr.de:ousia | Andreas Stöckel |
2014-12-21 | changed RttiTypes from class to namespace | Andreas Stöckel |
2014-12-21 | First draft of book domain example and slight changes to the book domain: _al... | Benjamin Paassen |
2014-12-21 | Function now derives from Managed | Andreas Stöckel |
2014-12-21 | made Rtti a source dependency of Managed, not a header dependency | Andreas Stöckel |
2014-12-21 | moved Rtti from managed to common folder, added Function header | Andreas Stöckel |
2014-12-20 | added unit test for variant storing object references | Andreas Stöckel |
2014-12-20 | additional comment in Variant.cpp | Andreas Stöckel |
2014-12-20 | Variants can now store references to managed objects and act as a Rooted handle | Andreas Stöckel |
2014-12-20 | fixed some typos | Andreas Stöckel |
2014-12-20 | adapted model classes to new Rtti class | Andreas Stöckel |
2014-12-20 | Merge branch 'master' of somweyr.de:ousia | Andreas Stöckel |
2014-12-20 | Renamed ManagedType class to Rtti to make naming less confusing, implemented ... | Andreas Stöckel |
2014-12-20 | implemented reading escaped unicode characters as in javascript | Andreas Stöckel |
2014-12-20 | added small utf8cpp library for encoding unicode characters as UTF8, updated ... | Andreas Stöckel |
2014-12-20 | Introduced global type variables for model classes and used them in the Domai... | Benjamin Paassen |
2014-12-20 | replaces ManagedVector by NodeVector in Model classes. | Benjamin Paassen |
2014-12-20 | improved RTTI system | Andreas Stöckel |
2014-12-20 | added TypesystemTest | Andreas Stöckel |
2014-12-20 | working on Typesystem docu and unit tests | Andreas Stöckel |
2014-12-20 | using stringstream for variant int/double to string conversion | Andreas Stöckel |
2014-12-19 | fixed source of segfault/access to uninitialized memory region | Andreas Stöckel |