aboutsummaryrefslogtreecommitdiffstats
path: root/typesystem_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Adds support for nested type declarations on the type system file.Marcelo Lira2012-03-091-7/+12
| | | | | | | | | | | | | | | Instead of: <enum-type name="Foo::Bar"/> <value-type name="Foo"/> the nested version could be used: <value-type name="Foo"> <enum-type name="Bar"/> </value-type> The old usage is still allowed.
* TypeDatabase class moved to its own header/cpp.Hugo Parente Lima2012-03-091-0/+159