aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Add proper compiler flags for msvc.Hugo Lima2009-11-211-1/+6
|
* Fixes bug91Hugo Lima2009-11-171-1/+1
| | | | Create only one symlink, libgenrunner.so, pointing to libgenrunner.so.x.y.z
* Add symbol visibility rules to generator runner.Hugo Lima2009-11-171-0/+2
|
* Fix SOVERSION/VERSIONLauro Neto2009-10-271-1/+1
| | | | | SOVERSION -> MAJOR_VERSION VERSION -> full VERSION
* readded tests for qtdoc generator that were left behind when forkingMarcelo Lira2009-10-261-0/+1
| | | | from boostpythongenerator
* forked boostpythongenerator project to separate the generatorrunnerMarcelo Lira2009-10-261-1/+1
| | | | | so that it could be used independently; the qtdoc generator module remained part of generatorrunner
* Bump to 0.3.2Lauro Neto2009-10-051-1/+1
|
* Add manpages for generatorrunner, docgenerator and boostpythongenerator. ↵Bruno dos Santos de Araujo2009-09-251-0/+4
| | | | (Fixes: #29)
* - Merged boostpythongeneratorversion.h.in and generator_plugin_dir.h.inHugo Lima2009-09-031-6/+2
| | | | | | | | | into generatorrunnerconfig.h - Added some variables to FindGeneratorRunner.cmake * GENERATORRUNNER_PLUGIN_DIR The dir where the generator plugins should be installed. * GENERATORRUNNER_VERSION The generatorrunner current version.
* Installs generator plugins in its own directory.Lauro Neto2009-09-031-0/+6
|
* Bump version to 0.3.1 (correct version)Lauro Neto2009-09-021-3/+4
| | | | | The previous commit bumped to a wrong version. This also adds support to micro version numbers.
* Bump version to 0.4 (development version)Lauro Neto2009-09-021-2/+2
|
* Bump to 0.3Lauro Neto2009-09-011-1/+1
|
* Add pkg-config and cmake supportChris Hills2009-08-311-0/+10
| | | | Reviewed by Hugo Parente
* Install the generator header file into include/generatorrunnerHugo Lima2009-08-261-1/+1
| | | | Reviewed by Setanta
* Fix the libgenrunner version numberHugo Lima2009-08-251-2/+4
|
* Removed QtDocGenerator dependence from BoostPythonGenerator, so a lotHugo Lima2009-08-251-2/+2
| | | | | | of function were moved from BoostPythonGenerator to the Generator class. In other words, QtDocGenerator finally compiles and their unit test pass :-)
* libgenerator is called libgenrunner and boostpythongenerator is called ↵Hugo Lima2009-08-251-13/+14
| | | | generatorrunner from now and beyond.
* Added boostpython as a generator plugin.Hugo Lima2009-08-251-10/+12
|
* The current generators will be just plugins and all generator stuff in ↵Hugo Lima2009-08-251-10/+5
| | | | | | | | | | | | 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.
* Adding 'make dist' with git-archiveLauro Neto2009-08-191-4/+10
|
* Remove libbindgen from project, it doesnt exists yet.Hugo Lima2009-08-181-1/+1
|
* updated BoostPythonGenerator version to 0.2Marcelo Lira2009-08-181-1/+3
|
* The genesis...Hugo Lima2009-08-171-0/+54