aboutsummaryrefslogtreecommitdiffstats
path: root/generator.h
Commit message (Expand)AuthorAgeFilesLines
* Fixed minimalConstructor method for classes with template instantiations.Marcelo Lira2011-10-041-0/+12
* Added a couple of convenience methods to Generator: isCString and isVoidPointer.Marcelo Lira2011-10-031-0/+5
* Collect the instantiated container types from class fields.Marcelo Lira2011-10-031-0/+1
* Collect the instantiated container types for the current module.Marcelo Lira2011-09-121-0/+7
* Added a method to check if a TypeEntry should be generated or not.Marcelo Lira2011-08-181-1/+4
* Added a method to find the minimal constructor for types, plus some convenien...Marcelo Lira2011-07-281-0/+17
* Add function getClassTargetFullName to get what AbstractMetaClass.fullName wo...Hugo Parente Lima2011-02-101-0/+3
* Removed deprecated methods.Hugo Parente Lima2010-07-081-30/+0
* Added methods Generator::findAbstractMetaEnum.Marcelo Lira2010-06-031-0/+12
* Fixing includes and include dirsLauro Neto2010-01-261-1/+1
* Change the getGenerators signature, because on some platforms a function expo...Hugo Lima2009-11-241-2/+2
* - Prepare libgenerator.so for a near future when we will need to worry about ...Hugo Lima2009-11-171-86/+66
* Add symbol visibility rules to generator runner.Hugo Lima2009-11-171-5/+6
* added Generator::implicitConversions(type) method that returns the constructorsMarcelo Lira2009-10-301-0/+12
* fixed typo in Generator::sortConstructor method nameMarcelo Lira2009-10-301-1/+1
* Add the missing qflags macro to Options qflag.Hugo Lima2009-10-261-0/+1
* Fixed missing include in docgenerator.Renato Araujo Oliveira Filho2009-09-141-1/+1
* Fixed assert failure when using qtdocgenerator.Hugo Lima2009-09-031-7/+2
* Use QFlags instead of an int as parameter type in some methods.Hugo Lima2009-08-261-3/+4
* Removed QtDocGenerator dependence from BoostPythonGenerator, so a lotHugo Lima2009-08-251-35/+11
* - QtDocGenerator is now a GeneratorRunner plugin.Hugo Lima2009-08-251-0/+11
* Added boostpython as a generator plugin.Hugo Lima2009-08-251-2/+11
* The current generators will be just plugins and all generator stuff in APIExt...Hugo Lima2009-08-251-0/+334