Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | forked boostpythongenerator project to separate the generatorrunner | Marcelo Lira | 2009-10-26 | 11 | -2720/+0 |
| | | | | | so that it could be used independently; the qtdoc generator module remained part of generatorrunner | ||||
* | Implemented support to conversion-rule tag. | renato araujo | 2009-10-21 | 3 | -10/+38 |
| | | | | Reviwed by: Marcelo Lira <marcelo.lira@openbossa.org> | ||||
* | Created execption handle for virtual functions. | renato araujo | 2009-10-20 | 1 | -1/+8 |
| | |||||
* | Fixed generation of fields for non wrapped class. | Renato Araujo Oliveira Filho | 2009-09-18 | 3 | -21/+40 |
| | | | | Fixed copy constructor generation. | ||||
* | Implemented support to return policy for Qt::HANDLE. | Renato Araujo Oliveira Filho | 2009-09-14 | 1 | -0/+4 |
| | |||||
* | Fixed bug#26. | Hugo Lima | 2009-09-04 | 1 | -1/+2 |
| | | | | Reviewed by Renato Araújo | ||||
* | Fixed assert failure when using qtdocgenerator. | Hugo Lima | 2009-09-03 | 1 | -5/+0 |
| | | | | | Added a default implementation for Generator::subDirectoryForClass. This breaks the binary compatibility but NOT the source compatibility. | ||||
* | Installs generator plugins in its own directory. | Lauro Neto | 2009-09-03 | 1 | -1/+1 |
| | |||||
* | Fixed default return policy for functions which return references. | Renato Araujo Oliveira Filho | 2009-08-28 | 1 | -9/+13 |
| | |||||
* | Fixed export enums without namespace. | Renato Araujo Oliveira Filho | 2009-08-27 | 1 | -1/+1 |
| | |||||
* | Implemneted QAbstrctField as Python properties. | Renato Araujo Oliveira Filho | 2009-08-27 | 2 | -8/+87 |
| | | | | | | This implementation avoid Karmic python and boost conflict for readonly fields. Reviewed by Lauro Neto <lauro.neto@openbossa.org> | ||||
* | Skip native types using only inNativePointer. | Renato Araujo Oliveira Filho | 2009-08-26 | 1 | -7/+3 |
| | | | | | | with this new isNativePointer, the generator can avoid create useless return policies. Reviewed by Marcelo Lira <marcelo.lira@openbossa.org> | ||||
* | Merge commit 'hugo/smallfixes' | Renato Araujo Oliveira Filho | 2009-08-26 | 5 | -41/+39 |
|\ | |||||
| * | Use QFlags instead of an int as parameter type in some methods. | Hugo Lima | 2009-08-26 | 5 | -41/+39 |
| | | | | | | | | Reviewed by Setanta | ||||
* | | Merge commit 'setanta/generatorapp' | Renato Araujo Oliveira Filho | 2009-08-26 | 2 | -0/+39 |
|\ \ | |||||
| * | | added convenience binary applications to call the generatorrunner | Marcelo Lira | 2009-08-26 | 2 | -0/+39 |
| |/ | | | | | | | | | | | with --generatorSet parameters for boostpython and docgenerator Reviewed by Hugo Parente <hugo.lima@openbossa.org> | ||||
* / | Merge commit 'mainline/master' into metaclassname | Marcelo Lira | 2009-08-25 | 2 | -3/+3 |
|/ | | | | | Conflicts: boostpythongenerator.cpp | ||||
* | Fix the libgenrunner name in target_link_libraries | Hugo Lima | 2009-08-25 | 1 | -1/+1 |
| | |||||
* | Backport "disable named args" bugfix from mainline | Hugo Lima | 2009-08-25 | 2 | -3/+3 |
| | |||||
* | translateType method has been moved to Generator class | Hugo Lima | 2009-08-25 | 1 | -10/+0 |
| | |||||
* | Removed QtDocGenerator dependence from BoostPythonGenerator, so a lot | Hugo Lima | 2009-08-25 | 1 | -49/+0 |
| | | | | | | of function were moved from BoostPythonGenerator to the Generator class. In other words, QtDocGenerator finally compiles and their unit test pass :-) | ||||
* | - QtDocGenerator is now a GeneratorRunner plugin. | Hugo Lima | 2009-08-25 | 3 | -220/+4 |
| | | | | - A lot of methods moved from boostpythongenerator to the generator class. | ||||
* | Added boostpython as a generator plugin. | Hugo Lima | 2009-08-25 | 5 | -6/+123 |
| | |||||
* | The current generators will be just plugins and all generator stuff in ↵ | Hugo Lima | 2009-08-25 | 8 | -0/+2708 |
APIExtractor were moved to this project. So we need to re-think if boostpythongenerator still a good name for the project, because boostpythongenerator will be the name of the plugin to generate bindings for boost::python. Also the generators were just moved to a subdirectory (generators) and the boostpython generators to a sub-subdirectory (generators/boostpython), transform them in plugins will be a second milestone. |