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-18
Renamed RttiType to Rtti
Andreas Stöckel
2015-01-18
Droped Rtti<T> class, using RttiType instead
Andreas Stöckel
2015-01-18
Removed Variant handle constructor (caught to much stuff)
Andreas Stöckel
2015-01-18
Fixed bug in VariantReader::parseGenericToken when a number is at the beginni...
Andreas Stöckel
2015-01-18
Added function for parsing complete strings (as needed in the xml parser)
Andreas Stöckel
2015-01-18
Allowing to override location when logging exceptions.
Andreas Stöckel
2015-01-16
Added Utils::split function for splitting strings at a delimiter
Andreas Stöckel
2015-01-15
Fixed bug in Argument validation when missing values are inserted (string typ...
Andreas Stöckel
2015-01-15
Using Arguments::None instead of storing a flag if no explicit arguments were...
Andreas Stöckel
2015-01-15
Added possibility to construct Arguments in a mode in which no validation is ...
Andreas Stöckel
2015-01-14
Added RttiType::hasProperty and RttiType::hasMethod function
Andreas Stöckel
2015-01-14
Implemented attaching Methods and Property information to Types (this will la...
Andreas Stöckel
2015-01-13
Added new Property class for defining getters and setters
Andreas Stöckel
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
[prev]
[next]