aboutsummaryrefslogtreecommitdiffstats
path: root/generators
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | | | 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 Lima2009-08-257-284/+49
| | | | - A lot of methods moved from boostpythongenerator to the generator class.
* 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 ↵Hugo Lima2009-08-258-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.