aboutsummaryrefslogtreecommitdiffstats
path: root/typesystem.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added the "<custom-type>" tag, and better requirements for function signatures.sb-0.10.10Marcelo Lira2012-03-091-0/+4
* Function signatures including return types are reported as invalid.Marcelo Lira2012-03-091-0/+32
* Fixed insert-template tag when used inside a module level inject-code tag.Marcelo Lira2012-03-091-0/+8
* Added improved functionality for the 'conversion-rule' tag.Marcelo Lira2012-03-091-36/+310
* Optimize isCppPrimitive function.Hugo Parente Lima2012-03-091-27/+7
* Added setTargetLangPackage and targetLangPackage methods to PrimitiveTypeEntry.sb-0.10.6Marcelo Lira2012-03-091-2/+15
* Included the unsigned types in TypeEntry::isCppPrimitive() method list of types.Marcelo Lira2012-03-091-1/+3
* Fix bug 731 - "Can't specify more than a single 'since' argument"Hugo Parente Lima2012-03-091-13/+23
* Set code generation flags on TypeSystem type entry.Hugo Parente Lima2012-03-091-0/+1
* Added default constructor option for value types.Marcelo Lira2012-03-091-7/+34
* Fixed TypeEntry::isCppPrimitive() to process typedefs and "long long" type.Marcelo Lira2012-03-091-2/+7
* Added revision attribute to type entries tags and flags-revision to enum-type...Hugo Parente Lima2012-03-091-2/+10
* Fix bug 417 - "Support nested naming of flags"Hugo Parente Lima2012-03-091-3/+12
* Removed warning about unused variable when using gcc 4.6.Hugo Parente Lima2012-03-091-4/+1
* Added support for module extra includes.Marcelo Lira2012-03-091-0/+1
* Added a depth counter to avoid segmentation faults when discarding type entries.Marcelo Lira2012-03-091-9/+18
* Type system parser has now the ability to ignore entries as demanded by the u...Marcelo Lira2012-03-091-0/+39
* Uncomment usefull code to get reference-count action attribute work again for...Hugo Parente Lima2012-03-091-2/+2
* Global functions can now be renamed.Marcelo Lira2012-03-091-0/+14
* Renamed the "define-ownership" tag "calss" attribute value from "shell" to "n...sb-0.9.1Marcelo Lira2012-03-091-1/+1
* 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