aboutsummaryrefslogtreecommitdiffstats
path: root/typesystem.h
Commit message (Expand)AuthorAgeFilesLines
* Fixed memory leak.Renato Filho2012-03-091-4/+4
* Put back variable-name in 'reference-count' tag.Renato Filho2012-03-091-0/+1
* Implemented support to "rename to" in argument modificationRenato Filho2012-03-091-0/+3
* Added the "default-constructor" attribute to the "primitive-type" tag.Marcelo Lira2012-03-091-0/+14
* Implemented support to flag "since" on typesystem.Renato Filho2012-03-091-53/+92
* Add EnumValueTypeEntry.Hugo Parente Lima2012-03-091-0/+24
* Fix constness of FunctionTypeEntry methods.Hugo Parente Lima2012-03-091-2/+2
* TypeDatabase class moved to its own header/cpp.Hugo Parente Lima2012-03-091-266/+0
* Added the "function" tag to ApiExtractor.Hugo Parente Lima2012-03-091-1/+29
* Include class moved to its own .h/.cpp file.Hugo Parente Lima2012-03-091-39/+3
* Fixed constness of Include::isValid.Hugo Parente Lima2012-03-091-1/+1
* Added qHash, operator<<(QTextStream,Include) and operator== to class Include.Hugo Parente Lima2012-03-091-1/+10
* Added ContainerTypeEntry::typeName() method.Hugo Parente Lima2012-03-091-0/+2
* Remove some java-oriented stuff from ApiExtractor inherited from QtJambi gene...Hugo Lima2012-03-091-7/+0
* Fix add-function tag when adding a global function.Hugo Lima2010-02-091-9/+9
* Added function can be tagged as static methods.Hugo Lima2010-01-071-0/+12
* Adds support for varargs in AbstractMetaArgument, AbstractMetaType and Vararg...Marcelo Lira2009-12-161-0/+11
* Adds normalizedSignature static method to TypeDatabase.Marcelo Lira2009-12-161-0/+2
* Adds support for module level 'add-function' tag.Marcelo Lira2009-12-161-0/+23
* Do not export global variables used only in typesystem.cpp.Hugo Lima2009-11-201-48/+10
* Add public visibility for more classes.Hugo Lima2009-11-161-12/+12
* Remove CustomTypeEntry classHugo Lima2009-11-161-18/+0
* Remove JObjectWrapperTypeEntry classHugo Lima2009-11-161-24/+0
* Remove QThreadTypeEntry classHugo Lima2009-11-161-23/+0
* APIExtractor is a huge amount of legacy code inherited from QtScriptGenerator,Hugo Lima2009-11-131-9/+10
* Adding support to attribute stream in TypeEntryLauro Neto2009-11-091-1/+13
* Added convenience method AbstractMetaFunction::injectedCodeSnips.Hugo Lima2009-10-301-1/+2
* conversion-rule tag now works inside value-type and object-type tags.Marcelo Lira2009-10-261-0/+19
* Added documentation for the new class "AddedFunction"Marcelo Lira2009-10-211-0/+20
* Added support for add-function tag into typesystem.Hugo Lima2009-10-211-23/+7
* Implemented a signature parser for the AddedFunction class.Hugo Lima2009-10-211-15/+20
* improved AddedFunction struct with more informations;Marcelo Lira2009-10-211-5/+44
* added AddFunction struct to type system collection of objects;Marcelo Lira2009-10-211-0/+46
* - Turn ctors of TypeDatabase private (It's a singleton!)Hugo Lima2009-09-181-2/+9
* moved setInclude, addExtraIncludes and related methods from ComplexTypeEntryMarcelo Lira2009-09-011-29/+28
* Added typedefs to QList<const PrimitiveTypeEntry*> andHugo Lima2009-08-201-2/+2
* Removed all generator stuff from APIExtractor, this stuff should be moved to ...Hugo Lima2009-08-201-3/+0
* The genesis...Hugo Lima2009-08-171-0/+1958