aboutsummaryrefslogtreecommitdiffstats
path: root/generators/qtdoc/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Created cmake option 'ENABLE_VERSION_SUFFIX' to use version on generated ↵Renato Filho2010-09-101-0/+2
| | | | | | | files to allow multiples version installed simultaneous. Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Removed lib prefix from generators plugin.sb-0.6.0Renato Filho2010-07-191-0/+1
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Installs generator plugins in its own directory.Lauro Neto2009-09-031-1/+1
|
* added convenience binary applications to call the generatorrunnerMarcelo Lira2009-08-261-0/+5
| | | | | | with --generatorSet parameters for boostpython and docgenerator Reviewed by Hugo Parente <hugo.lima@openbossa.org>
* Removed QtDocGenerator dependence from BoostPythonGenerator, so a lotHugo Lima2009-08-251-1/+1
| | | | | | 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-251-0/+10
- A lot of methods moved from boostpythongenerator to the generator class.