aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Updated apiextractor version dependency.sb-0.6.4Renato Araujo Oliveira Filho2011-01-211-1/+1
|
* Don't ignore inject-documentation when mode="replace".Hugo Parente Lima2011-01-132-7/+27
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Add option to install testsLauro Neto2011-01-112-0/+8
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>
* Fix bug#574 - "In docs of QUuid there's documentation for a function called ↵Hugo Parente Lima2011-01-061-0/+1
| | | | | | | 'operator QString'" Reviewer: Renato Araújo <renato.filho@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Add support for extra documentation in module table of contents.Hugo Parente Lima2011-01-062-1/+24
| | | | This is needed to fix the bug bug#560 ("Lack of QtCore.Signal documentation")
* Bumped version 0.6.4Renato Araujo Oliveira Filho2010-11-251-1/+1
|
* Bump ApiExtractor version dependencysb-0.6.3Lauro Neto2010-11-241-1/+1
|
* Obey ExcludeConst and ExcludeReference arg in translateType function for QFlags.Hugo Parente Lima2010-11-231-7/+6
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Use the same function in translate type primitive types and others.renatofilho2010-11-221-6/+0
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Require ApiExtractor at least 0.8.2.Hugo Parente Lima2010-10-291-1/+1
|
* Obey ExcludeConst and ExcludeReference for primitive types on translateType ↵Hugo Parente Lima2010-10-281-0/+6
| | | | function.
* Bump version to 0.6.3Hugo Parente Lima2010-10-281-1/+1
|
* Fixed translate type function.renatofilho2010-10-201-13/+24
| | | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Marcelo lira <marcelo.lira@openbossa.org>
* Updating documentation to reflect adoption of wikipages.sb-0.6.2Luciano Wolf2010-10-116-184/+4
| | | | Reviewer: Renato Araújo <renato.filho@openbossa.org>
* Implemented support to OriginalName flag on typeName function.renatofilho2010-10-051-1/+4
| | | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Use the correct package name at module index.Hugo Parente Lima2010-10-041-1/+1
|
* Replace QVariant doc entries by None or object.Hugo Parente Lima2010-09-271-0/+4
| | | | | | | | | None when QVariant is used as an argument default value, object when it's used as return value or just to inform the expected argument type. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo lira <marcelo.lira@openbossa.org>
* Support doc generation of various modules in one go and removes QString and ↵Hugo Parente Lima2010-09-272-59/+76
| | | | QStringList entries from generated docs.
* Fixes bug#168, bug#310 and bug#330.Hugo Parente Lima2010-09-232-130/+109
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Add quotes to GENERATORRUNNER_PLUGINDIR variable.Hugo Parente Lima2010-09-231-1/+1
|
* Removed file not used related to documentation.Hugo Parente Lima2010-09-2315-666/+1
|
* 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>