index
:
users/pcacjr/shiboken.git
master
Paulo's Shiboken repository
Paulo Alcantara
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
shibokengenerator.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Shiboken generator code moved to the directory generator.
Hugo Parente Lima
2010-09-20
1
-364
/
+0
*
Generate correct python function definitions.
renatofilho
2010-09-15
1
-0
/
+5
*
Fix bug#316 - "QAbstractItemModel.createIndex is broken"
Hugo Parente Lima
2010-09-01
1
-1
/
+1
*
Get ride of PyMODINIT_FUNC, since it doesn't correctly set the visibility rul...
Hugo Parente Lima
2010-08-19
1
-3
/
+0
*
Added function to check if a function visibility was changed to private.
Marcelo Lira
2010-08-04
1
-0
/
+2
*
Create a new copy from object when convert from PyObject to const ref.
Renato Filho
2010-07-27
1
-1
/
+1
*
Create referenceMap on demand.
Renato Filho
2010-07-09
1
-6
/
+0
*
Implemented support to properties.
Renato Filho
2010-07-08
1
-0
/
+1
*
Added method fullPythonFunctionName(func) to ShibokenGenerator.
Marcelo Lira
2010-06-17
1
-0
/
+1
*
Added method to guess scope of function argument default values.
Marcelo Lira
2010-06-15
1
-0
/
+3
*
Added Converter<T>::checkType.
Hugo Parente Lima
2010-06-09
1
-5
/
+7
*
ShibokenGenerator::filterFunctions method becomes static.
0.3.2
Marcelo Lira
2010-06-03
1
-1
/
+1
*
Added support for protected fields when not using the "protected hack".
Marcelo Lira
2010-06-03
1
-0
/
+2
*
Generator improved to handle protected enums without the protected hack.
Marcelo Lira
2010-06-02
1
-0
/
+2
*
Cosmetic changes.
Hugo Parente Lima
2010-05-21
1
-3
/
+3
*
Fixed refcount leak on virtual functions args.
Renato Filho
2010-04-29
1
-1
/
+1
*
Add extra options for ShibokenGenerator::writeBaseConversion.
Hugo Parente Lima
2010-04-05
1
-2
/
+2
*
Updated ShibokenGenerator::injectedCodeHasReturnValueAttribution.
Marcelo Lira
2010-03-22
1
-4
/
+5
*
Adds ShibokenGenerator::buildAbstractMetaTypeFromString.
Marcelo Lira
2010-03-19
1
-0
/
+8
*
Adds convenience methods to return the name of extended conversion functions.
Marcelo Lira
2010-03-02
1
-0
/
+3
*
Adds ShibokenGenerator::getExtendedConverters() method.
Marcelo Lira
2010-03-02
1
-0
/
+6
*
Adds method ShibokenGenerator::getAllAncestors(metaClass)
Marcelo Lira
2010-02-24
1
-1
/
+4
*
Add writeToCppConversion overload with AbstractMetaClass instead of AbstractM...
Hugo Lima
2010-02-23
1
-0
/
+1
*
Pass QStrings by const references instead of by value.
Hugo Lima
2010-02-23
1
-5
/
+4
*
Adds the convenience method 'isPairContainer' to ShibokenGenerator.
Marcelo Lira
2010-02-20
1
-0
/
+1
*
Adds the convenience method 'isCString' to ShibokenGenerator.
Marcelo Lira
2010-02-20
1
-0
/
+2
*
Write a verbose error messages when the function arguments don't match.
Hugo Lima
2010-02-18
1
-0
/
+4
*
Do not export Sbk*Type variables.
Hugo Lima
2010-02-12
1
-0
/
+3
*
Adds 2 convenience methods to ShibokenGenerator to check for refcount mods.
Marcelo Lira
2010-02-10
1
-0
/
+6
*
Adds some name generator methods to ShibokenGenerator.
Marcelo Lira
2010-02-10
1
-0
/
+3
*
Implement ShibokenGenerator::isCopyable based on BoostPythonGenerator
Anderson Lizardo
2010-02-04
1
-0
/
+2
*
Fix indentation problems on code injections.
Hugo Lima
2010-02-03
1
-0
/
+2
*
Implement return value heuristic.
Hugo Lima
2010-02-02
1
-0
/
+3
*
Small refactor on filterFunction function.
Hugo Lima
2010-02-01
1
-2
/
+0
*
Fixing includes
Lauro Neto
2010-01-26
1
-1
/
+1
*
Adds helper methods to ShibokenGenerator.
Marcelo Lira
2010-01-19
1
-0
/
+8
*
Common variable names are stored as #defines instead of C++ static methods.
Marcelo Lira
2010-01-18
1
-5
/
+5
*
Generator now makes use of the GilState and ThreadStateSaver classes.
Marcelo Lira
2010-01-18
1
-1
/
+1
*
Adds CppGenerator::writeCppSelfDefinition method.
Marcelo Lira
2010-01-15
1
-0
/
+1
*
Added ShibokenGenerator::shouldDereferenceAbstractMetaTypePointer method.
Marcelo Lira
2010-01-15
1
-2
/
+3
*
Adds ShibokenGenerator::threadStateVariableName() method.
Marcelo Lira
2010-01-15
1
-0
/
+1
*
Values returned from C++ are now stored in a C++ variable.
Marcelo Lira
2010-01-15
1
-1
/
+2
*
Added a convenience overload for cpythonBaseName, with AbstractMetaClass as p...
Hugo Lima
2010-01-14
1
-0
/
+1
*
Modifies ShibokenGenerator::writeCodeSnips semantics.
Marcelo Lira
2009-12-28
1
-1
/
+3
*
Added the option --enable-pyside-extensions to enable PySide extensions.
Hugo Lima
2009-12-16
1
-0
/
+3
*
Removes unused method ShibokenGenerator::hasInjectedCodeOrSignatureModification.
Marcelo Lira
2009-12-15
1
-2
/
+0
*
Updates generator to use improvements in API Extractor regarding function mod...
Marcelo Lira
2009-12-15
1
-8
/
+0
*
Added convenience method to get the file name for a module's global header.
Marcelo Lira
2009-12-08
1
-0
/
+4
*
Multiple inheritance works as desired for 99.9% of all known use cases!
Hugo Lima
2009-12-05
1
-0
/
+2
*
Try to guess the check function for custom types.
Hugo Lima
2009-12-01
1
-0
/
+1
[next]