aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* forked boostpythongenerator project to separate the generatorrunnerMarcelo Lira2009-10-2651-4225/+47
| | | | | so that it could be used independently; the qtdoc generator module remained part of generatorrunner
* Fixed the openbossa logo on the pysidedocs theme.Hugo Lima2009-10-212-0/+5
|
* Added pysidedocs theme to the generatorrunner documentation.Hugo Lima2009-10-2127-64/+1522
|
* Implemented support to conversion-rule tag.renato araujo2009-10-213-10/+38
| | | | Reviwed by: Marcelo Lira <marcelo.lira@openbossa.org>
* Created execption handle for virtual functions.renato araujo2009-10-201-1/+8
|
* Bump to 0.3.2Lauro Neto2009-10-051-1/+1
|
* Update changelog for 0.3.1Lauro Neto2009-10-021-0/+41
|
* reinterpert_cast replaced by a C-style cast, to avoid compiler errors on ↵Hugo Lima2009-10-021-1/+1
| | | | | | | | | | | some plataforms. Cast an object pointer to a function pointer is an undefinied behaviour in some exotic platforms, so some compiler raise a flag against it. However if we use a C-style cast the compiler ignores it. This problem is related to the QLibrary API returning a void* instead of a generic function pointer.
* Add manpages for generatorrunner, docgenerator and boostpythongenerator. ↵Bruno dos Santos de Araujo2009-09-254-0/+90
| | | | (Fixes: #29)
* Fixed generation of fields for non wrapped class.Renato Araujo Oliveira Filho2009-09-183-21/+40
| | | | Fixed copy constructor generation.
* Implemented support to return policy for Qt::HANDLE.Renato Araujo Oliveira Filho2009-09-141-0/+4
|
* Fixed missing include in docgenerator.Renato Araujo Oliveira Filho2009-09-142-1/+2
| | | | Fixes Bug #5
* Write logs in the outputdirectory instead of the current working directory.Hugo Lima2009-09-111-2/+2
|
* Created ChangeLog file.Renato Araujo Oliveira Filho2009-09-101-0/+253
|
* Fix typo: GENERATORRUNNER_PUGIN_DIR => GENERATORRUNNER_PLUGIN_DIRHugo Lima2009-09-082-2/+2
|
* Fix typoHugo Lima2009-09-081-1/+1
|
* Fix missing parenteses in FindGeneratorRunner.cmakeHugo Lima2009-09-081-1/+1
|
* Fixed bug#26.Hugo Lima2009-09-041-1/+2
| | | | Reviewed by Renato Araújo
* When the user passes an absolute path as the plugin name,Hugo Lima2009-09-041-1/+6
| | | | | | | | | | generator runner will load the desired file instead of doing a mess with the absolute path and the GENERATORRUNNER_PLUGIN_DIR variable. This is usefull to test generators plugins without installing them. Reviewed by Renato Araújo
* - Merged boostpythongeneratorversion.h.in and generator_plugin_dir.h.inHugo Lima2009-09-036-20/+17
| | | | | | | | | 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.
* Fixed assert failure when using qtdocgenerator.Hugo Lima2009-09-034-17/+16
| | | | | Added a default implementation for Generator::subDirectoryForClass. This breaks the binary compatibility but NOT the source compatibility.
* Installs generator plugins in its own directory.Lauro Neto2009-09-035-3/+15
|
* 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-313-0/+38
| | | | Reviewed by Hugo Parente
* Fixed default return policy for functions which return references.Renato Araujo Oliveira Filho2009-08-281-9/+13
|
* Fixed export enums without namespace.Renato Araujo Oliveira Filho2009-08-271-1/+1
|
* Implemneted QAbstrctField as Python properties.Renato Araujo Oliveira Filho2009-08-272-8/+87
| | | | | | This implementation avoid Karmic python and boost conflict for readonly fields. Reviewed by Lauro Neto <lauro.neto@openbossa.org>
* Skip native types using only inNativePointer.Renato Araujo Oliveira Filho2009-08-261-7/+3
| | | | | | with this new isNativePointer, the generator can avoid create useless return policies. Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>
* Merge commit 'hugo/fixdocgenerator'Renato Araujo Oliveira Filho2009-08-261-0/+2
|\
| * Add missing macro to export qtdocgenerator plugin.Hugo Lima2009-08-261-0/+2
| | | | | | | | Reviewed by Luciano Wolf
* | Merge commit 'hugo/smallfixes'Renato Araujo Oliveira Filho2009-08-2610-72/+54
|\ \
| * | Use QFlags instead of an int as parameter type in some methods.Hugo Lima2009-08-269-71/+53
| | | | | | | | | | | | Reviewed by Setanta
| * | Install the generator header file into include/generatorrunnerHugo Lima2009-08-261-1/+1
| |/ | | | | | | Reviewed by Setanta
* | Merge commit 'setanta/generatorapp'Renato Araujo Oliveira Filho2009-08-264-0/+78
|\ \
| * | added convenience binary applications to call the generatorrunnerMarcelo Lira2009-08-264-0/+78
| |/ | | | | | | | | | | with --generatorSet parameters for boostpython and docgenerator Reviewed by Hugo Parente <hugo.lima@openbossa.org>
* | Merge commit 'setanta/metaclassname'Renato Araujo Oliveira Filho2009-08-264-8/+60
|\ \
| * | moved the code for prepending the Sphinx tag '~' to ↵Marcelo Lira2009-08-251-2/+2
| | | | | | | | | | | | | | | | | | QtXmlToSphinx::resolveContextForMethod Reviewed by Hugo Parente <hugo.lima@openbossa.org>
| * | Merge commit 'mainline/master' into metaclassnameMarcelo Lira2009-08-2521-358/+1131
| |\| | | | | | | | | | | | | Conflicts: boostpythongenerator.cpp
| * | DocGenerator now resolves context for method references: it searchsMarcelo Lira2009-08-252-10/+45
| | | | | | | | | | | | | | | | | | for the class that have implemented the method and link to its definition instead of producing a broken link to the current inheriting class documentation
| * | fixed links to classes inside namespacesMarcelo Lira2009-08-241-2/+10
| | |
| * | fixed problem on documentation: method lists for classes get theMarcelo Lira2009-08-241-3/+12
| | | | | | | | | | | | scope duplicated when the owner class is inside a namespace
| * | writes correct full qualified C++ names for classes and other componentsMarcelo Lira2009-08-212-3/+3
| | | | | | | | | | | | | | | and also fixes the generated source code file names to follow changes on API Extractor
* | | the generator runner exits with an error code if the call toMarcelo Lira2009-08-261-1/+2
| |/ |/| | | | | | | | | ApiExtractor.run() returns false Reviewed by Hugo Parente <hugo.lima@openbossa.org>
* | Fixed typo in tests CMakesLists.Renato Araujo Oliveira Filho2009-08-251-1/+1
| |
* | Fix the libgenrunner name in target_link_librariesHugo Lima2009-08-251-1/+1
| |
* | Fix the libgenrunner version numberHugo Lima2009-08-251-2/+4
| |
* | Backport "disable named args" bugfix from mainlineHugo Lima2009-08-252-3/+3
| |
* | Plugins always ends with _generator in their namesHugo Lima2009-08-251-1/+1
| |