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-13
Documented missing parameter
Andreas Stöckel
2015-01-13
Made functions move and copy constructible. Why? Because I can.
Andreas Stöckel
2015-01-13
allowing validated methods
Andreas Stöckel
2015-01-13
auto format + made some functions const
Andreas Stöckel
2015-01-12
Added unittests for validateArray and validateMap functions, injecting standa...
Andreas Stöckel
2015-01-12
Improved error message
Andreas Stöckel
2015-01-12
Implemented and tested "Any" Argument type
Andreas Stöckel
2015-01-12
Merge branch 'master' of somweyr.de:ousia
Andreas Stöckel
2015-01-12
Added (not yet done) unit test for the Argument class
Andreas Stöckel
2015-01-12
Improved error messages of VariantConverter
Andreas Stöckel
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
[prev]
[next]