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
2015-01-02
Initializing depth with zero (prevents crash)
Andreas Stöckel
2015-01-01
Added readRaw function to CharReader
Andreas Stöckel
2015-01-01
Treat Magic type like a string -- only the "isMagic" and "asMagic" methods ↵
Andreas Stöckel
can distinguish between the two.
2015-01-01
Added ScopedLogger class
Andreas Stöckel
2015-01-01
Moved Terminal class to own header (as Logger.cpp is quiet large now)
Andreas Stöckel
2015-01-01
No retrieval of context at invalid locations
Andreas Stöckel
2015-01-01
Adapted Logger to new Location classes, now using ContextCallback to ↵
Andreas Stöckel
retrieve the context for a certain SourceLocation
2015-01-01
Adapted LoggableException class to new Location types
Andreas Stöckel
2015-01-01
Added new functions to get the context at a certain byte offset
Andreas Stöckel
2015-01-01
Replaced TextCursor with Location header
Andreas Stöckel
2014-12-29
added resetMaxEncounteredSeverity function (used for unit tests)
Andreas Stöckel
2014-12-28
small performance improvement
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 ↵
Andreas Stöckel
could be an identifier
2014-12-23
updated documentation
Andreas Stöckel
2014-12-21
allowing to store Function objects in Variants, added simple unit test for ↵
Andreas Stöckel
the Method class
2014-12-21
added Function as new variant type
Andreas Stöckel
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