summaryrefslogtreecommitdiffstats
path: root/generators/boostpython
Commit message (Expand)AuthorAgeFilesLines
* forked boostpythongenerator project to separate the generatorrunnerMarcelo Lira2009-10-2611-2720/+0
* 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 bug#26.Hugo Lima2009-09-041-1/+2
* Fixed assert failure when using qtdocgenerator.Hugo Lima2009-09-031-5/+0
* Installs generator plugins in its own directory.Lauro Neto2009-09-031-1/+1
* 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/smallfixes'Renato Araujo Oliveira Filho2009-08-265-41/+39
|\
| * Use QFlags instead of an int as parameter type in some methods.Hugo Lima2009-08-265-41/+39
* | Merge commit 'setanta/generatorapp'Renato Araujo Oliveira Filho2009-08-262-0/+39
|\ \
| * | added convenience binary applications to call the generatorrunnerMarcelo Lira2009-08-262-0/+39
| |/
* / Merge commit 'mainline/master' into metaclassnameMarcelo Lira2009-08-252-3/+3
|/
* 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-251-49/+0
* - QtDocGenerator is now a GeneratorRunner plugin.Hugo Lima2009-08-253-220/+4
* Added boostpython as a generator plugin.Hugo Lima2009-08-255-6/+123
* The current generators will be just plugins and all generator stuff in APIExt...Hugo Lima2009-08-258-0/+2708