index
:
ousia.git
master
Ousía Main Repository
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2015-01-02
reformated comments
Andreas Stöckel
2015-01-02
autoformat
Andreas Stöckel
2015-01-02
Using Index per default in NodeVector and NodeMap, added Unit test
Andreas Stöckel
2015-01-02
Allowing to pass arbitrary data to an event handler (not only Managed objects)
Andreas Stöckel
2015-01-02
Added index class which allows to build an index of Nodes stored in a ↵
Andreas Stöckel
NodeContainer
2015-01-02
Allowing to pass a Listener instance in the constructor and to access the ↵
Andreas Stöckel
listener instance in derived classes.
2015-01-02
Moved NodeTest to model folder
Andreas Stöckel
2015-01-02
Moved Node class to model folder
Andreas Stöckel
2015-01-02
Moved event system from the Node class to the Managed class (with zero ↵
Andreas Stöckel
overhead if is not used)
2015-01-02
Added new header containing definitions for the event system
Andreas Stöckel
2015-01-02
Added argument validation to parser stack
Andreas Stöckel
2015-01-02
Moved StandaloneParserContext to test folder
Andreas Stöckel
2015-01-02
Added SystemTypesystem class, autoformat
Andreas Stöckel
2015-01-02
Initializing depth with zero (prevents crash)
Andreas Stöckel
2015-01-02
added test/ directory to include path for unit tests
Andreas Stöckel
2015-01-01
Added new Terminal class to CMakeLists.txt
Andreas Stöckel
2015-01-01
Using CharReader instead of inputstream in Parser function
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 unit tests
Andreas Stöckel
2015-01-01
Replaced ParserException with more generic LoggerException
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
Adapted Tokenizer to new Location types
Andreas Stöckel
2015-01-01
Replaced TextCursor with Location header
Andreas Stöckel
2014-12-29
finished unit tests for typesystem class
Andreas Stöckel
2014-12-29
added new unit test and improved error messages
Andreas Stöckel
2014-12-29
added resetMaxEncounteredSeverity function (used for unit tests)
Andreas Stöckel
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 ↵
Andreas Stöckel
not done)
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-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
[next]