aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Version bump to 0.6.7Hugo Parente Lima2011-03-011-1/+1
|
* Added the "--drop-type-entries=<entries>" command line option.sb-0.6.6Marcelo Lira2011-02-161-1/+1
| | | | | | | The documentation was updates on this and older things. Reviewed by Bruno Araújo <bruno.araujo@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Bump version to 0.6.6.Renato Araujo Oliveira Filho2011-02-021-2/+2
|
* Added the "project-file" command line option.Marcelo Lira2011-01-251-2/+4
| | | | | | | | | | | | | | | The project file is a XML that provides the same options that could be provided via command line. Command line arguments added by further modules will be converted into xml tags on the project file following this rule: GENERATOR --new-boolean-option --new-option=SOMETHING in XML turns into: <new-boolean-option /> <new-option value="SOMETHING />
* Bump to version 0.6.5Renato Araujo Oliveira Filho2011-01-211-2/+2
|
* Updated apiextractor version dependency.sb-0.6.4Renato Araujo Oliveira Filho2011-01-211-1/+1
|
* Add option to install testsLauro Neto2011-01-111-0/+5
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
* Bumped version 0.6.4Renato Araujo Oliveira Filho2010-11-251-1/+1
|
* Bump ApiExtractor version dependencysb-0.6.3Lauro Neto2010-11-241-1/+1
|
* Require ApiExtractor at least 0.8.2.Hugo Parente Lima2010-10-291-1/+1
|
* Bump version to 0.6.3Hugo Parente Lima2010-10-281-1/+1
|
* Add "doc" target to be able to build the docs out of the source directory.Hugo Parente Lima2010-09-151-0/+1
|
* Version bump.Hugo Parente Lima2010-09-151-1/+1
|
* Created cmake option 'ENABLE_VERSION_SUFFIX' to use version on generated ↵Renato Filho2010-09-101-23/+17
| | | | | | | files to allow multiples version installed simultaneous. Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Bump the required ApiExtractor version.Hugo Parente Lima2010-09-091-1/+1
|
* Use DEFINE_SYMBOL in cmake to create the define to exports symbols.Renato Filho2010-08-191-4/+6
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Don't *always* build generatorrunner as debug.Hugo Parente Lima2010-08-181-3/+1
| | | | | | | This fixes the segfault under windows when compiling in release mode. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Fix flags used when compiling using MSVC.Hugo Parente Lima2010-08-181-1/+1
|
* Bump to version 0.6.1.Renato Filho2010-08-031-1/+1
|
* Bump version due to ABI changes.Hugo Parente Lima2010-07-091-3/+3
| | | | | Reviewer: Renato Araújo <renato.filho@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix cmake files used by other projects to detect Generator Runner.Hugo Parente Lima2010-06-231-4/+4
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Bump to version 0.5.1.Renato Filho2010-06-071-1/+1
|
* Bump version 0.5.0Renato Filho2010-06-031-2/+2
|
* Use external CXX_FLAGS on compilation flags.Renato Filho2010-05-281-2/+2
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>, Marcelo Lira <marcelo.lira@openbossa.org>
* Disabled GCC optimization flags by default.Renato Filho2010-05-281-4/+18
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>, Marcelo Lira <marcelo.lira@openbossa.org>
* Bump to version 0.4.3Renato Filho2010-05-041-1/+1
|
* Updated git-archive use to keep compatibility with git version 1.6.Renato Filho2010-05-041-1/+1
|
* Fix libgenerator SONAME.Hugo Parente Lima2010-05-041-0/+2
|
* Bump version to 0.4.2Hugo Parente Lima2010-05-041-1/+1
|
* Do not build tests if explicitly wanted to. Default is to build.Carlos Goncalves2010-04-221-2/+9
| | | | | | | | | The majority of users don't need tests built. This will reduce build time significantly, and packagers will be thanked for it. To not build tests append -DBUILD_TESTS=False to cmake parameters. Reviewer: Anderson Lizardo <anderson.lizardo@openbossa.org> Reviewer: Hugo Parente <hugo.lima@openbossa.org>
* Changed routine to build source packages.Hugo Lima2010-03-231-3/+7
| | | | | | | | Our changelog is just the output of git log, so it's added only on source packages and don't need to stay in the git repository. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Reviewer: Anderson Lizardo <anderson.lizardo@openbossa.org>
* Bump version to 0.4.1Hugo Lima2010-03-221-1/+1
|
* Bump version to 0.4.0Hugo Lima2010-03-221-2/+2
|
* Remove FindGeneratorRunner.cmake file in favor of GeneratorRunnerConfig and ↵Hugo Lima2010-02-241-4/+8
| | | | | | | | | | | Version .cmake files. This is the right way to go, according to: - http://www.cmake.org/pipermail/cmake/2009-April/028504.html - http://www.cmake.org/Wiki/CMake_2.6_Notes#Packages Reviewed by Renato Araújo <renato.filho@openbossa.org>
* Fix bug in CMakeLists.txt triggered when some paths contains white spaces.Hugo Lima2010-02-241-13/+13
|
* Fixing includes and include dirsLauro Neto2010-01-261-1/+0
| | | | | | Avoiding .. includes Reviewed by Hugo Parente <hugo.lima@openbossa.org>
* Bump to version 0.3.4.renato2009-12-211-1/+1
|
* Merge commit 'mainline/master'renato araujo oliveira2009-11-241-3/+10
|\
| * Install FindGenRunner.cmake and libgenrunner in the correct directory.Hugo Lima2009-11-231-2/+4
| |
| * Add proper compiler flags for msvc.Hugo Lima2009-11-211-1/+6
| |
* | Bump to version 0.3.3.renato araujo oliveira2009-11-241-1/+1
|/
* 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
|