aboutsummaryrefslogtreecommitdiffstats
path: root/generator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixes Generator::isObjectType(AbstractMetaType*) method.Marcelo Lira2011-10-171-1/+1
* Fixed minimalConstructor method for classes with template instantiations.Marcelo Lira2011-10-041-7/+60
* Added a couple of convenience methods to Generator: isCString and isVoidPointer.Marcelo Lira2011-10-031-0/+14
* Collect the instantiated container types from class fields.Marcelo Lira2011-10-031-4/+14
* Collect the instantiated container types for the current module.Marcelo Lira2011-09-121-1/+58
* Added a method to check if a TypeEntry should be generated or not.Marcelo Lira2011-08-181-1/+6
* Fixed minimalConstructor(TypeEntry*) to handle classes.Marcelo Lira2011-08-101-0/+3
* Find the package name even when no classes were found.Hugo Parente Lima2011-08-041-7/+16
* Fixed Generator::translateType() method treatment for "void" types.Marcelo Lira2011-07-281-1/+1
* Added a method to find the minimal constructor for types, plus some convenien...Marcelo Lira2011-07-281-0/+186
* Fix bug 501 - "Shiboken generator doesn't use full qualified name (with :: pr...Hugo Parente Lima2011-06-061-0/+2
* Empty lines from custom code must be cropped.Marcelo Lira2011-02-241-8/+14
* Add function getClassTargetFullName to get what AbstractMetaClass.fullName wo...Hugo Parente Lima2011-02-101-0/+26
* 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