index
:
pyside/generatorrunner.git
4.8
dev
fromGit static_content test Obsolete Project. Merged into pyside/shiboken. fromGit static_content test
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
generator.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replaced Nokia copyrights in header
HEAD
dev
4.8
Teemu Kaukoranta
2013-05-23
1
-1
/
+1
*
Fixes container check in Generator::getSimplifiedContainerTypeName method.
Marcelo Lira
2011-12-27
1
-1
/
+1
*
Fixes Generator::isObjectType(AbstractMetaType*) method.
Marcelo Lira
2011-10-17
1
-1
/
+1
*
Fixed minimalConstructor method for classes with template instantiations.
Marcelo Lira
2011-10-04
1
-7
/
+60
*
Added a couple of convenience methods to Generator: isCString and isVoidPointer.
Marcelo Lira
2011-10-03
1
-0
/
+14
*
Collect the instantiated container types from class fields.
Marcelo Lira
2011-10-03
1
-4
/
+14
*
Collect the instantiated container types for the current module.
Marcelo Lira
2011-09-12
1
-1
/
+58
*
Added a method to check if a TypeEntry should be generated or not.
Marcelo Lira
2011-08-18
1
-1
/
+6
*
Fixed minimalConstructor(TypeEntry*) to handle classes.
Marcelo Lira
2011-08-10
1
-0
/
+3
*
Find the package name even when no classes were found.
Hugo Parente Lima
2011-08-04
1
-7
/
+16
*
Fixed Generator::translateType() method treatment for "void" types.
Marcelo Lira
2011-07-28
1
-1
/
+1
*
Added a method to find the minimal constructor for types, plus some convenien...
Marcelo Lira
2011-07-28
1
-0
/
+186
*
Fix bug 501 - "Shiboken generator doesn't use full qualified name (with :: pr...
Hugo Parente Lima
2011-06-06
1
-0
/
+2
*
Empty lines from custom code must be cropped.
Marcelo Lira
2011-02-24
1
-8
/
+14
*
Add function getClassTargetFullName to get what AbstractMetaClass.fullName wo...
Hugo Parente Lima
2011-02-10
1
-0
/
+26
*
Obey ExcludeConst and ExcludeReference arg in translateType function for QFlags.
Hugo Parente Lima
2010-11-23
1
-7
/
+6
*
Use the same function in translate type primitive types and others.
renatofilho
2010-11-22
1
-6
/
+0
*
Obey ExcludeConst and ExcludeReference for primitive types on translateType f...
Hugo Parente Lima
2010-10-28
1
-0
/
+6
*
Fixed translate type function.
renatofilho
2010-10-20
1
-13
/
+24
*
Implemented support to OriginalName flag on typeName function.
renatofilho
2010-10-05
1
-1
/
+4
*
Take care to remove only the first const and ref when translate types.
Renato Filho
2010-08-11
1
-4
/
+10
*
Removed deprecated methods.
Hugo Parente Lima
2010-07-08
1
-152
/
+0
*
Adapt to recent changes in ApiExtractor API.
Hugo Parente Lima
2010-07-08
1
-1
/
+1
*
Added methods Generator::findAbstractMetaEnum.
Marcelo Lira
2010-06-03
1
-0
/
+20
*
Avoid get the wrong class when using Generator::implicitConversions(const Typ...
Hugo Lima
2010-02-24
1
-4
/
+3
*
Improved Generator::replaceTemplateVariables method to avoid segfaults.
Marcelo Lira
2009-12-15
1
-1
/
+2
*
Remove white spaces at end of each line when formating injected code.
Hugo Lima
2009-11-19
1
-0
/
+2
*
Fix the formatCode function (again).
Hugo Lima
2009-11-19
1
-2
/
+3
*
Fix the formatCode function.
Hugo Lima
2009-11-19
1
-64
/
+18
*
- Prepare libgenerator.so for a near future when we will need to worry about ...
Hugo Lima
2009-11-17
1
-27
/
+70
*
Remove duplicated documentation.
Hugo Lima
2009-11-17
1
-2
/
+0
*
added Generator::implicitConversions(type) method that returns the constructors
Marcelo Lira
2009-10-30
1
-0
/
+16
*
fixed typo in Generator::sortConstructor method name
Marcelo Lira
2009-10-30
1
-2
/
+2
*
Fixed assert failure when using qtdocgenerator.
Hugo Lima
2009-09-03
1
-0
/
+14
*
Use QFlags instead of an int as parameter type in some methods.
Hugo Lima
2009-08-26
1
-24
/
+7
*
Removed QtDocGenerator dependence from BoostPythonGenerator, so a lot
Hugo Lima
2009-08-25
1
-0
/
+91
*
- QtDocGenerator is now a GeneratorRunner plugin.
Hugo Lima
2009-08-25
1
-0
/
+205
*
The current generators will be just plugins and all generator stuff in APIExt...
Hugo Lima
2009-08-25
1
-0
/
+143