index
:
ousia.git
master
Ousía Main Repository
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
common
Age
Commit message (
Collapse
)
Author
2014-12-21
changed RttiTypes from class to namespace
Andreas Stöckel
2014-12-21
Function now derives from Managed
Andreas Stöckel
2014-12-21
moved Rtti from managed to common folder, added Function header
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
implemented reading escaped unicode characters as in javascript
Andreas Stöckel
2014-12-20
using stringstream for variant int/double to string conversion
Andreas Stöckel
2014-12-12
Added new version of Typesystem in cooperation with Andreas.
Benjamin Paassen
2014-12-12
Slight changes to logging mechanism.
Benjamin Paassen
2014-12-12
implemented parseObject and added unit test
Andreas Stöckel
2014-12-12
changed message prefix for fatal error
Andreas Stöckel
2014-12-12
fixed Variant::toString method
Andreas Stöckel
2014-12-12
fixed bug in Utils::isIdentifier and added regression test
Andreas Stöckel
2014-12-11
implemented Logger.fork and corresponding LoggerFork class
Andreas Stöckel
2014-12-11
refactored logger
Andreas Stöckel
2014-12-11
moved to CharReader everywhere
Andreas Stöckel