aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* When the user passes an absolute path as the plugin name,Hugo Lima2009-09-041-1/+6
* - Merged boostpythongeneratorversion.h.in and generator_plugin_dir.h.inHugo Lima2009-09-036-20/+17
* Fixed assert failure when using qtdocgenerator.Hugo Lima2009-09-034-17/+16
* 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
* 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
* 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
* Skip native types using only inNativePointer.Renato Araujo Oliveira Filho2009-08-261-7/+3
* 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
* | 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
| * | Install the generator header file into include/generatorrunnerHugo Lima2009-08-261-1/+1
| |/
* | 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
| |/
* | Merge commit 'setanta/metaclassname'Renato Araujo Oliveira Filho2009-08-264-8/+60
|\ \
| * | moved the code for prepending the Sphinx tag '~' to QtXmlToSphinx::resolveCon...Marcelo Lira2009-08-251-2/+2
| * | Merge commit 'mainline/master' into metaclassnameMarcelo Lira2009-08-2521-358/+1131
| |\|
| * | DocGenerator now resolves context for method references: it searchsMarcelo Lira2009-08-252-10/+45
| * | 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
| * | writes correct full qualified C++ names for classes and other componentsMarcelo Lira2009-08-212-3/+3
* | | the generator runner exits with an error code if the call toMarcelo Lira2009-08-261-1/+2
| |/ |/|
* | 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
* | translateType method has been moved to Generator classHugo Lima2009-08-251-10/+0
* | Removed QtDocGenerator dependence from BoostPythonGenerator, so a lotHugo Lima2009-08-259-93/+120
* | - QtDocGenerator is now a GeneratorRunner plugin.Hugo Lima2009-08-259-284/+265
* | libgenerator is called libgenrunner and boostpythongenerator is called genera...Hugo Lima2009-08-251-13/+14
* | Moved docgenerator to generators/qtdoc and renamed it to qtdocgeneratorHugo Lima2009-08-252-0/+0
* | Removed redundant PATHSPLITTER macro, using the already definied PATH_SPLITTE...Hugo Lima2009-08-251-7/+2
* | Added boostpython as a generator plugin.Hugo Lima2009-08-259-19/+147
* | The current generators will be just plugins and all generator stuff in APIExt...Hugo Lima2009-08-2512-30/+662
* | Removed use of return_const_prt.Renato Araujo Oliveira Filho2009-08-252-25/+14
* | Merge commit 'hugo/master'Renato Araujo Oliveira Filho2009-08-242-5/+15
|\ \
| * | Proper initialize m_disableNamedArgs variable.Hugo Lima2009-08-242-5/+15
| |/
* | Use of return_const_ptr_object for functions with const pointer return.Renato Araujo Oliveira Filho2009-08-241-6/+16