aboutsummaryrefslogtreecommitdiffstats
path: root/typesystem.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Do not exit with a assertion failure when the typesystem was not found.Hugo Lima2009-11-191-1/+4
* The type system parser now reuses TypeSystemTypeEntry for the any moduleMarcelo Lira2009-11-161-2/+5
* fixed the appending of code injection to the module;Marcelo Lira2009-11-141-1/+4
* Adding support to attribute stream in TypeEntryLauro Neto2009-11-091-0/+2
* Propagate generate flag for child typesystems.renato araujo oliveira2009-11-061-2/+2
* Add "()" to the function signature of functions without parenteses.Hugo Lima2009-11-031-1/+3
* Fix a crash when the function signature provided by add-function tag does notHugo Lima2009-10-291-11/+16
* conversion-rule tag now works inside value-type and object-type tags.Marcelo Lira2009-10-261-15/+18
* Added support for add-function tag into typesystem.Hugo Lima2009-10-211-14/+16
* Implemented a signature parser for the AddedFunction class.Hugo Lima2009-10-211-3/+76
* improved AddedFunction struct with more informations;Marcelo Lira2009-10-211-0/+45
* added AddFunction struct to type system collection of objects;Marcelo Lira2009-10-211-0/+6
* Added an entry for AddFunction tag in the StackElement enumHugo Lima2009-10-211-19/+20
* Handler::current renamed to Handler::m_currentHugo Lima2009-09-241-44/+44
* Fix bug#38.Hugo Lima2009-09-241-3/+4
* - Turn ctors of TypeDatabase private (It's a singleton!)Hugo Lima2009-09-181-2/+7
* Use specific Qt include headers for OS compatibility.Renato Araujo Oliveira Filho2009-09-101-1/+1
* moved setInclude, addExtraIncludes and related methods from ComplexTypeEntryMarcelo Lira2009-09-011-6/+6
* Removed all generator stuff from APIExtractor, this stuff should be moved to ...Hugo Lima2009-08-201-77/+1
* The genesis...Hugo Lima2009-08-171-0/+2085