aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove outdated information about boost graph from docs.Hugo Parente Lima2010-09-151-2/+0
| | | | | Reviewer: Renato Araújo <renato.filho@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Add "doc" target to be able to build the docs out of the source directory.Hugo Parente Lima2010-09-155-95/+17
|
* Removed broken links from docs.Hugo Parente Lima2010-09-152-3/+0
|
* Version bump.Hugo Parente Lima2010-09-152-3/+3
|
* Use full file name on GENERATORRUNNER_BINARY.sb-0.6.1Renato Filho2010-09-101-1/+1
|
* Created cmake option 'ENABLE_VERSION_SUFFIX' to use version on generated ↵Renato Filho2010-09-108-30/+53
| | | | | | | 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 diferent path separators for windows and unices.Hugo Parente Lima2010-08-311-1/+5
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Cleanup generatorrunner export/import macros.Hugo Parente Lima2010-08-191-14/+8
| | | | | Reviewer: Luciano Wold <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Use DEFINE_SYMBOL in cmake to create the define to exports symbols.Renato Filho2010-08-193-6/+10
| | | | | 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
|
* Do not compiles doc generator when ApiExtractor doesn't have support forHugo Parente Lima2010-08-172-16/+20
| | | | | | | doc strings. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Take care to remove only the first const and ref when translate types.Renato Filho2010-08-111-4/+10
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Bump to version 0.6.1.Renato Filho2010-08-031-1/+1
|
* Removed lib prefix from generators plugin.sb-0.6.0Renato Filho2010-07-192-6/+6
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* 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>
* Removed deprecated methods.Hugo Parente Lima2010-07-083-184/+2
|
* Adapt to recent changes in ApiExtractor API.Hugo Parente Lima2010-07-082-5/+5
|
* Implemented support to namespace.Renato Filho2010-06-301-15/+30
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>, Hugo Parente Lima <hugo.lima@openbossa.org>
* Fix cmake files used by other projects to detect Generator Runner.Hugo Parente Lima2010-06-232-4/+4
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Fix instalation on MSVC.Hugo Parente Lima2010-06-151-1/+5
|
* Flush report messages at the end of program.Renato Filho2010-06-091-0/+1
|
* Updated documentation version.Renato Filho2010-06-071-2/+2
|
* Bump to version 0.5.1.Renato Filho2010-06-071-1/+1
|
* Bump version 0.5.0Renato Filho2010-06-031-2/+2
|
* Added methods Generator::findAbstractMetaEnum.Marcelo Lira2010-06-032-0/+32
| | | | | | | | The new methods returns an AbstractMetaEnum for a given TypeEntry, EnumTypeEntry, FlagsTypeEntry or AbstractMetaType. Reviewed by Renato Araújo <renato.filho@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* 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>
* Implemented support to api-version.Renato Filho2010-05-261-0/+4
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>, Marcelo Lira <marcelo.lira@openbossa.org>
* Use ":" as path splitter on all platforms, this unique behaviour will ↵Hugo Parente Lima2010-05-211-6/+1
| | | | | | | | | simplify the CMakeLists.txt and avoid configure errors on non-Unix like platforms. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@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
|
* Create .gitattributes file.Renato Filho2010-05-031-0/+2
|
* Do not crash when the given table is wrong.Hugo Parente Lima2010-05-031-1/+1
| | | | | Reviewer: Bruno Araújo <bruno.araujo@openbossa.org> Reviewer: Renato Araújo <renato.araujo@openbossa.org>
* Adapt to changes in ApiExtractorHugo Parente Lima2010-04-221-0/+1
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Reviewer: Renato Araújo <renato.araujo@openbossa.org>
* 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-232-534/+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
|
* Fix pkgconfig libdir variable with lib64/ or lib32/ directories.Hugo Lima2010-03-221-1/+1
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Reviewer: Bruno Araújo <bruno.araujo@openbossa.org>
* Change the application name on help message, besides the copyright year.Hugo Lima2010-03-221-3/+3
|
* Fix Config.cmake library pathLauro Neto2010-02-251-1/+1
| | | | Reviewed: Hugo Lima <hugo.lima@openbossa.org>
* Remove FindGeneratorRunner.cmake file in favor of GeneratorRunnerConfig and ↵Hugo Lima2010-02-244-25/+24
| | | | | | | | | | | 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
|
* Avoid get the wrong class when using Generator::implicitConversions(const ↵Hugo Lima2010-02-241-4/+3
| | | | | | TypeEntry*) when there are two classes with the same name, but in different scopes.
* Fixing includes and include dirsLauro Neto2010-01-264-4/+3
| | | | | | Avoiding .. includes Reviewed by Hugo Parente <hugo.lima@openbossa.org>
* Bump to version 0.3.4.renato2009-12-211-1/+1
|