aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
...
* 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