aboutsummaryrefslogtreecommitdiffstats
path: root/typesystem.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added the 'remove' attribute to the 'modify-field' type system tag.Marcelo Lira2012-03-091-12/+22
* Fixes spelling on warning message.Marcelo Lira2012-03-091-1/+1
* Fix TypeEntry::isCppPrimitive to return true on void types.Hugo Parente Lima2012-03-091-1/+1
* Add helper method TypeEntry::isCppPrimitive.Hugo Parente Lima2012-03-091-0/+16
* Implemented support to added functions for TypeAlias.sb-0.8.1renatofilho2012-03-091-1/+1
* Implement support to target conversion.renatofilho2012-03-091-10/+16
* Adds support for nested type declarations on the type system file.Marcelo Lira2012-03-091-66/+74
* Anonymous enums now supported.Marcelo Lira2012-03-091-0/+11
* Fixed function modification propagation.Renato Filho2012-03-091-0/+31
* Fixed memory leak.Renato Filho2012-03-091-2/+2
* Fixed tag processing to accept "inject-code" as child tag of "add-function".Marcelo Lira2012-03-091-1/+2
* Put back variable-name in 'reference-count' tag.Renato Filho2012-03-091-0/+2
* Implemented support to "rename to" in argument modificationRenato Filho2012-03-091-5/+9
* Added the "default-constructor" attribute to the "primitive-type" tag.Marcelo Lira2012-03-091-0/+3
* Implemented support to flag "since" on typesystem.Renato Filho2012-03-091-34/+54
* Do not generate bindings for global functions when the typesystem was loaded ...Hugo Parente Lima2012-03-091-0/+1
* TypeDatabase class moved to its own header/cpp.Hugo Parente Lima2012-03-091-398/+48
* Added the "function" tag to ApiExtractor.Hugo Parente Lima2012-03-091-1/+38
* Include class moved to its own .h/.cpp file.Hugo Parente Lima2012-03-091-24/+0
* Added qHash, operator<<(QTextStream,Include) and operator== to class Include.Hugo Parente Lima2012-03-091-0/+12
* Added ContainerTypeEntry::typeName() method.Hugo Parente Lima2012-03-091-0/+33
* Remove some java-oriented stuff from ApiExtractor inherited from QtJambi gene...Hugo Lima2012-03-091-32/+6
* Fixed error checking about already existing conversion rules.Marcelo Lira2010-03-181-5/+4
* Fix add-function tag when adding a global function.Hugo Lima2010-02-091-7/+12
* Reactivated 'reference-count' tag.Marcelo Lira2010-02-091-12/+4
* Assumes utf-8 encoding for conversion rules stored in external files.Hugo Lima2010-02-081-2/+2
* Code injection from external files are always read using UTF-8.Hugo Lima2010-02-081-4/+3
* Correctly search for typesystem in all available typesystem paths.Hugo Lima2010-01-081-8/+5
* Added function can be tagged as static methods.Hugo Lima2010-01-071-0/+2
* Adds support for varargs in AbstractMetaArgument, AbstractMetaType and Vararg...Marcelo Lira2009-12-161-3/+10
* Adds normalizedSignature static method to TypeDatabase.Marcelo Lira2009-12-161-2/+20
* Adds support for module level 'add-function' tag.Marcelo Lira2009-12-161-2/+31
* Fixed support for modify args in add-function tag.renato2009-12-081-1/+2
* Do not export global variables used only in typesystem.cpp.Hugo Lima2009-11-201-7/+49
* 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