aboutsummaryrefslogtreecommitdiffstats
path: root/generators
Commit message (Expand)AuthorAgeFilesLines
* Add constraint to avoid index out-of-range errorsBruno dos Santos de Araujo2009-12-161-2/+2
* Remove two compilation warnings from qtdoc generator.Hugo Lima2009-11-181-5/+5
* Add symbol visibility rules to generator runner.Hugo Lima2009-11-171-2/+2
* forked boostpythongenerator project to separate the generatorrunnerMarcelo Lira2009-10-2615-2724/+3
* Implemented support to conversion-rule tag.renato araujo2009-10-213-10/+38
* Created execption handle for virtual functions.renato araujo2009-10-201-1/+8
* Fixed generation of fields for non wrapped class.Renato Araujo Oliveira Filho2009-09-183-21/+40
* Implemented support to return policy for Qt::HANDLE.Renato Araujo Oliveira Filho2009-09-141-0/+4
* Fixed missing include in docgenerator.Renato Araujo Oliveira Filho2009-09-141-0/+1
* Fixed bug#26.Hugo Lima2009-09-041-1/+2
* Fixed assert failure when using qtdocgenerator.Hugo Lima2009-09-032-10/+0
* Installs generator plugins in its own directory.Lauro Neto2009-09-032-2/+2
* Fixed default return policy for functions which return references.Renato Araujo Oliveira Filho2009-08-281-9/+13
* Fixed export enums without namespace.Renato Araujo Oliveira Filho2009-08-271-1/+1
* Implemneted QAbstrctField as Python properties.Renato Araujo Oliveira Filho2009-08-272-8/+87
* Skip native types using only inNativePointer.Renato Araujo Oliveira Filho2009-08-261-7/+3
* Merge commit 'hugo/fixdocgenerator'Renato Araujo Oliveira Filho2009-08-261-0/+2
|\
| * Add missing macro to export qtdocgenerator plugin.Hugo Lima2009-08-261-0/+2
* | Merge commit 'hugo/smallfixes'Renato Araujo Oliveira Filho2009-08-267-44/+42
|\ \
| * | Use QFlags instead of an int as parameter type in some methods.Hugo Lima2009-08-267-44/+42
| |/
* | Merge commit 'setanta/generatorapp'Renato Araujo Oliveira Filho2009-08-264-0/+78
|\ \
| * | added convenience binary applications to call the generatorrunnerMarcelo Lira2009-08-264-0/+78
| |/
* | moved the code for prepending the Sphinx tag '~' to QtXmlToSphinx::resolveCon...Marcelo Lira2009-08-251-2/+2
* | Merge commit 'mainline/master' into metaclassnameMarcelo Lira2009-08-254-8/+60
|/
* Fix the libgenrunner name in target_link_librariesHugo Lima2009-08-251-1/+1
* Backport "disable named args" bugfix from mainlineHugo Lima2009-08-252-3/+3
* translateType method has been moved to Generator classHugo Lima2009-08-251-10/+0
* Removed QtDocGenerator dependence from BoostPythonGenerator, so a lotHugo Lima2009-08-253-50/+10
* - QtDocGenerator is now a GeneratorRunner plugin.Hugo Lima2009-08-257-284/+49
* Moved docgenerator to generators/qtdoc and renamed it to qtdocgeneratorHugo Lima2009-08-252-0/+1582
* Added boostpython as a generator plugin.Hugo Lima2009-08-256-6/+124
* The current generators will be just plugins and all generator stuff in APIExt...Hugo Lima2009-08-258-0/+2708