index
:
ousia.git
master
Ousía Main Repository
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
core
/
common
Age
Commit message (
Collapse
)
Author
2015-01-11
Renamed RttiBase to RttiType
Andreas Stöckel
2015-01-11
Fixed GCC 4.9 warnings (signed unsigned compare)
Andreas Stöckel
2015-01-11
Refactored conversion routines used in the Typesystem class and the Variant ↵
Andreas Stöckel
class into an own class, implemented missing conversion from string to integer/double, implemented proper JSON serialization of variants
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
to Rtti class
2015-01-03
Improved contains functionality (now includes the parent types of each ↵
Andreas Stöckel
aggregated type and the aggregated types of each parent)
2015-01-03
added test for the RttiBase::contains function
Andreas Stöckel
2015-01-01
Adapted unit tests
Andreas Stöckel
2014-12-28
Finished StructType implementation, started to write unit tests
Andreas Stöckel
2014-12-23
implemented routines for automatically extracting arrays when parsing generics
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
moved Rtti from managed to common folder, added Function header
Andreas Stöckel
2014-12-20
implemented reading escaped unicode characters as in javascript
Andreas Stöckel
2014-12-16
fixed compiler warning
Andreas Stöckel
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
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
[prev]