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
/
cppgenerator.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Shiboken generator code moved to the directory generator.
Hugo Parente Lima
2010-09-20
1
-3849
/
+0
*
Anonymous enums now supported.
Marcelo Lira
2010-09-20
1
-43
/
+75
*
Fix bug#339 - "RuntimeError when accessing mousepress event object"
Hugo Parente Lima
2010-09-17
1
-9
/
+26
*
Fixed minor cosmetic issues in the generated code.
Hugo Parente Lima
2010-09-15
1
-8
/
+8
*
Fix bug#347 - "Setting properties in constructors gives incorrect results"
Hugo Parente Lima
2010-09-15
1
-103
/
+36
*
Generate correct python function definitions.
renatofilho
2010-09-15
1
-20
/
+12
*
Retore thread state in the first line before the C++ call to avoid any other
Hugo Parente Lima
2010-09-08
1
-32
/
+40
*
Avoid call functions when an error occurs on argument conversion.
Renato Filho
2010-09-03
1
-0
/
+2
*
Fix bug#320 - "OR'ing Qt alignments doesn't work; adding them does"
Hugo Parente Lima
2010-09-03
1
-50
/
+29
*
Make the ownership transfer to CPP in native virtual functions.
Renato Filho
2010-09-02
1
-1
/
+2
*
Impleted auto code for classes derived from list container.
Renato Filho
2010-08-30
1
-0
/
+64
*
Release the python threads inside of injected code.
Renato Filho
2010-08-30
1
-28
/
+31
*
Fix the type resolver algorithm.
Hugo Parente Lima
2010-08-30
1
-27
/
+26
*
Generated original_name with "*" for object classes.
Renato Filho
2010-08-26
1
-1
/
+4
*
Accepts inject conde on virtual functions before call c++ code.
Renato Filho
2010-08-25
1
-0
/
+9
*
Fix bug#308 - "Confusing error for wrong argument types"
Hugo Parente Lima
2010-08-24
1
-3
/
+10
*
Included vector header on generated files.
Renato Filho
2010-08-23
1
-0
/
+1
*
Removed generation of #warning in cpp files move this message to generator re...
Renato Filho
2010-08-20
1
-2
/
+1
*
Avoid create arguments parser to function without default arguments.
Renato Filho
2010-08-20
1
-20
/
+24
*
Get ride of PyMODINIT_FUNC, since it doesn't correctly set the visibility rul...
Hugo Parente Lima
2010-08-19
1
-6
/
+9
*
Fixed module initialization export.
Renato Filho
2010-08-19
1
-1
/
+1
*
Include python headers befor use Python macros.
Renato Filho
2010-08-19
1
-3
/
+4
*
Fixed bug on named args parser.
Renato Filho
2010-08-17
1
-1
/
+2
*
Fix bug 294 - "If the function must return a QFlags<T> and you return T, an e...
Hugo Parente Lima
2010-08-17
1
-2
/
+2
*
Implement support to signal connection on constructor using named arguments.
Renato Filho
2010-08-16
1
-9
/
+26
*
Adds support for property setting in QObject derived constructors.
Marcelo Lira
2010-08-13
1
-15
/
+51
*
Register wrapper class on type resolver.
Hugo Parente Lima
2010-08-12
1
-0
/
+4
*
Use 0 as default value to Valuepointer.
Renato Filho
2010-08-10
1
-1
/
+1
*
C++ wrapper code is generated for functions whose visibility was modified to ...
Marcelo Lira
2010-08-04
1
-2
/
+3
*
Create a new copy from object when convert from PyObject to const ref.
Renato Filho
2010-07-27
1
-1
/
+1
*
Fix char* converter
Renato Filho
2010-07-27
1
-5
/
+20
*
Fix elasticnodes segfault.
Luciano Wolf
2010-07-23
1
-1
/
+1
*
Fix error message, avoiding segfaults when dealing with primitive types.
Luciano Wolf
2010-07-21
1
-1
/
+4
*
Enable support for NativePointer type (eg.: void *, QChar *, etc)
Luciano Wolf
2010-07-13
1
-0
/
+1
*
Fixed wrong overload decisor generated code.
Marcelo Lira
2010-07-13
1
-11
/
+16
*
Create referenceMap on demand.
Renato Filho
2010-07-09
1
-5
/
+11
*
Adapt to recent changed in ApiExtractor API.
Hugo Parente Lima
2010-07-09
1
-11
/
+11
*
Implemented support to properties.
Renato Filho
2010-07-08
1
-18
/
+57
*
Fixes bug#253 - "Segmentation Fault when clicked on ListWidget with TableModel"
Hugo Parente Lima
2010-07-06
1
-1
/
+7
*
Store class orignal name to future use.
Renato Filho
2010-07-05
1
-1
/
+3
*
Add support for static fields.
Hugo Parente Lima
2010-07-02
1
-1
/
+21
*
Do not write setters for const fields.
Hugo Parente Lima
2010-07-01
1
-5
/
+7
*
Fix bug#256 - "PySide does not support signals with containers."
Hugo Parente Lima
2010-06-29
1
-0
/
+18
*
Fix overload decisor written on constructors.
Hugo Parente Lima
2010-06-25
1
-4
/
+4
*
Generate cpp file with "using namespace ..." if class inside of
Renato Filho
2010-06-25
1
-1
/
+13
*
Do not export init_CLASSNAME functions.
Hugo Parente Lima
2010-06-25
1
-8
/
+5
*
Don't use PyAPI_FUNC in cpp files.
Catalin Iacob
2010-06-23
1
-1
/
+1
*
Implementad generation of objects without namespace if namespace was
Renato Filho
2010-06-23
1
-2
/
+2
*
Adds support for named arguments in function calls.
Marcelo Lira
2010-06-17
1
-33
/
+177
*
Fixes minor error in ternary expression.
Marcelo Lira
2010-06-17
1
-2
/
+2
[next]