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 (
Expand
)
Author
2015-01-12
Fixed Variant::getTypeName not being const
Andreas Stöckel
2015-01-12
Added Argument and Arguments class
Andreas Stöckel
2015-01-11
Implemented conversion to more Variant types, implemented VariantConverter::c...
Andreas Stöckel
2015-01-11
Added getRttiType function to the Variant class
Andreas Stöckel
2015-01-11
Added primitive Rtti Types
Andreas Stöckel
2015-01-11
Renamed RttiBase to RttiType
Andreas Stöckel
2015-01-11
Added Rtti descriptors for primitive type for use in the Variant class
Andreas Stöckel
2015-01-11
Renamed Variant::Type to VariantType to allow forward declaration
Andreas Stöckel
2015-01-11
Made Number class interface better
Andreas Stöckel
2015-01-11
Refactored conversion routines used in the Typesystem class and the Variant c...
Andreas Stöckel
2015-01-11
Added ExceptionLogger class which directly throws any reported error.
Andreas Stöckel
2015-01-11
Refactored number class out of VariantReader and added documentation
Andreas Stöckel
2015-01-06
Implemented RttiBuilder
Andreas Stöckel
2015-01-05
Replaced the term "aggregation" with "composition"
Andreas Stöckel
2015-01-05
Fixed compilation with gcc 4.9
Andreas Stöckel
2015-01-03
Renamed "contains" to aggregatedOf, added corresponding convenience function ...
Andreas Stöckel
2015-01-03
Improved contains functionality (now includes the parent types of each aggreg...
Andreas Stöckel
2015-01-03
Precomputing all possible parents (for a faster isa function) and introduced ...
Andreas Stöckel
2015-01-02
fixing missing include
Andreas Stöckel
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 ca...
Andreas Stöckel
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 retrieve...
Andreas Stöckel
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 could...
Andreas Stöckel
2014-12-23
updated documentation
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
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
[prev]
[next]