index
:
users/pcacjr/generatorrunner.git
master
Paulo's Generatorrunner repository
Paulo Alcantara
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update changelog for 0.3.1
0.3.1
Lauro Neto
2009-10-02
1
-0
/
+41
*
reinterpert_cast replaced by a C-style cast, to avoid compiler errors on some...
Hugo Lima
2009-10-02
1
-1
/
+1
*
Add manpages for generatorrunner, docgenerator and boostpythongenerator. (Fix...
Bruno dos Santos de Araujo
2009-09-25
4
-0
/
+90
*
Fixed generation of fields for non wrapped class.
Renato Araujo Oliveira Filho
2009-09-18
3
-21
/
+40
*
Implemented support to return policy for Qt::HANDLE.
Renato Araujo Oliveira Filho
2009-09-14
1
-0
/
+4
*
Fixed missing include in docgenerator.
Renato Araujo Oliveira Filho
2009-09-14
2
-1
/
+2
*
Write logs in the outputdirectory instead of the current working directory.
Hugo Lima
2009-09-11
1
-2
/
+2
*
Created ChangeLog file.
Renato Araujo Oliveira Filho
2009-09-10
1
-0
/
+253
*
Fix typo: GENERATORRUNNER_PUGIN_DIR => GENERATORRUNNER_PLUGIN_DIR
Hugo Lima
2009-09-08
2
-2
/
+2
*
Fix typo
Hugo Lima
2009-09-08
1
-1
/
+1
*
Fix missing parenteses in FindGeneratorRunner.cmake
Hugo Lima
2009-09-08
1
-1
/
+1
*
Fixed bug#26.
Hugo Lima
2009-09-04
1
-1
/
+2
*
When the user passes an absolute path as the plugin name,
Hugo Lima
2009-09-04
1
-1
/
+6
*
- Merged boostpythongeneratorversion.h.in and generator_plugin_dir.h.in
Hugo Lima
2009-09-03
6
-20
/
+17
*
Fixed assert failure when using qtdocgenerator.
Hugo Lima
2009-09-03
4
-17
/
+16
*
Installs generator plugins in its own directory.
Lauro Neto
2009-09-03
5
-3
/
+15
*
Bump version to 0.3.1 (correct version)
Lauro Neto
2009-09-02
1
-3
/
+4
*
Bump version to 0.4 (development version)
Lauro Neto
2009-09-02
1
-2
/
+2
*
Bump to 0.3
Lauro Neto
2009-09-01
1
-1
/
+1
*
Add pkg-config and cmake support
Chris Hills
2009-08-31
3
-0
/
+38
*
Fixed default return policy for functions which return references.
Renato Araujo Oliveira Filho
2009-08-28
1
-9
/
+13
*
Fixed export enums without namespace.
Renato Araujo Oliveira Filho
2009-08-27
1
-1
/
+1
*
Implemneted QAbstrctField as Python properties.
Renato Araujo Oliveira Filho
2009-08-27
2
-8
/
+87
*
Skip native types using only inNativePointer.
Renato Araujo Oliveira Filho
2009-08-26
1
-7
/
+3
*
Merge commit 'hugo/fixdocgenerator'
Renato Araujo Oliveira Filho
2009-08-26
1
-0
/
+2
|
\
|
*
Add missing macro to export qtdocgenerator plugin.
Hugo Lima
2009-08-26
1
-0
/
+2
*
|
Merge commit 'hugo/smallfixes'
Renato Araujo Oliveira Filho
2009-08-26
10
-72
/
+54
|
\
\
|
*
|
Use QFlags instead of an int as parameter type in some methods.
Hugo Lima
2009-08-26
9
-71
/
+53
|
*
|
Install the generator header file into include/generatorrunner
Hugo Lima
2009-08-26
1
-1
/
+1
|
|
/
*
|
Merge commit 'setanta/generatorapp'
Renato Araujo Oliveira Filho
2009-08-26
4
-0
/
+78
|
\
\
|
*
|
added convenience binary applications to call the generatorrunner
Marcelo Lira
2009-08-26
4
-0
/
+78
|
|
/
*
|
Merge commit 'setanta/metaclassname'
Renato Araujo Oliveira Filho
2009-08-26
4
-8
/
+60
|
\
\
|
*
|
moved the code for prepending the Sphinx tag '~' to QtXmlToSphinx::resolveCon...
Marcelo Lira
2009-08-25
1
-2
/
+2
|
*
|
Merge commit 'mainline/master' into metaclassname
Marcelo Lira
2009-08-25
21
-358
/
+1131
|
|
\
|
|
*
|
DocGenerator now resolves context for method references: it searchs
Marcelo Lira
2009-08-25
2
-10
/
+45
|
*
|
fixed links to classes inside namespaces
Marcelo Lira
2009-08-24
1
-2
/
+10
|
*
|
fixed problem on documentation: method lists for classes get the
Marcelo Lira
2009-08-24
1
-3
/
+12
|
*
|
writes correct full qualified C++ names for classes and other components
Marcelo Lira
2009-08-21
2
-3
/
+3
*
|
|
the generator runner exits with an error code if the call to
Marcelo Lira
2009-08-26
1
-1
/
+2
|
|
/
|
/
|
*
|
Fixed typo in tests CMakesLists.
Renato Araujo Oliveira Filho
2009-08-25
1
-1
/
+1
*
|
Fix the libgenrunner name in target_link_libraries
Hugo Lima
2009-08-25
1
-1
/
+1
*
|
Fix the libgenrunner version number
Hugo Lima
2009-08-25
1
-2
/
+4
*
|
Backport "disable named args" bugfix from mainline
Hugo Lima
2009-08-25
2
-3
/
+3
*
|
Plugins always ends with _generator in their names
Hugo Lima
2009-08-25
1
-1
/
+1
*
|
translateType method has been moved to Generator class
Hugo Lima
2009-08-25
1
-10
/
+0
*
|
Removed QtDocGenerator dependence from BoostPythonGenerator, so a lot
Hugo Lima
2009-08-25
9
-93
/
+120
*
|
- QtDocGenerator is now a GeneratorRunner plugin.
Hugo Lima
2009-08-25
9
-284
/
+265
*
|
libgenerator is called libgenrunner and boostpythongenerator is called genera...
Hugo Lima
2009-08-25
1
-13
/
+14
*
|
Moved docgenerator to generators/qtdoc and renamed it to qtdocgenerator
Hugo Lima
2009-08-25
2
-0
/
+0
*
|
Removed redundant PATHSPLITTER macro, using the already definied PATH_SPLITTE...
Hugo Lima
2009-08-25
1
-7
/
+2
[next]