aboutsummaryrefslogtreecommitdiffstats
path: root/generator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Obey ExcludeConst and ExcludeReference arg in translateType function for QFlags.Hugo Parente Lima2010-11-231-7/+6
* Use the same function in translate type primitive types and others.renatofilho2010-11-221-6/+0
* Obey ExcludeConst and ExcludeReference for primitive types on translateType f...Hugo Parente Lima2010-10-281-0/+6
* Fixed translate type function.renatofilho2010-10-201-13/+24
* Implemented support to OriginalName flag on typeName function.renatofilho2010-10-051-1/+4
* Take care to remove only the first const and ref when translate types.Renato Filho2010-08-111-4/+10
* Removed deprecated methods.Hugo Parente Lima2010-07-081-152/+0
* Adapt to recent changes in ApiExtractor API.Hugo Parente Lima2010-07-081-1/+1
* Added methods Generator::findAbstractMetaEnum.Marcelo Lira2010-06-031-0/+20
* Avoid get the wrong class when using Generator::implicitConversions(const Typ...Hugo Lima2010-02-241-4/+3
* Improved Generator::replaceTemplateVariables method to avoid segfaults.Marcelo Lira2009-12-151-1/+2
* Remove white spaces at end of each line when formating injected code.Hugo Lima2009-11-191-0/+2
* Fix the formatCode function (again).Hugo Lima2009-11-191-2/+3
* Fix the formatCode function.Hugo Lima2009-11-191-64/+18
* - Prepare libgenerator.so for a near future when we will need to worry about ...Hugo Lima2009-11-171-27/+70
* Remove duplicated documentation.Hugo Lima2009-11-171-2/+0
* added Generator::implicitConversions(type) method that returns the constructorsMarcelo Lira2009-10-301-0/+16
* fixed typo in Generator::sortConstructor method nameMarcelo Lira2009-10-301-2/+2
* Fixed assert failure when using qtdocgenerator.Hugo Lima2009-09-031-0/+14
* Use QFlags instead of an int as parameter type in some methods.Hugo Lima2009-08-261-24/+7
* Removed QtDocGenerator dependence from BoostPythonGenerator, so a lotHugo Lima2009-08-251-0/+91
* - QtDocGenerator is now a GeneratorRunner plugin.Hugo Lima2009-08-251-0/+205
* The current generators will be just plugins and all generator stuff in APIExt...Hugo Lima2009-08-251-0/+143