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
/
generator
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixes writeReturnValueHeuristics to not mess with constructors.
Marcelo Lira
2011-10-17
2
-1
/
+2
*
Fix python 2.x generation.
Renato Filho
2011-10-06
1
-4
/
+4
*
Updated shiboken generator to works with python3 code.
Renato Filho
2011-10-06
2
-19
/
+75
*
Update string usage to new Shiboken::String API.
Renato Filho
2011-10-06
2
-1
/
+6
*
Create SHIBOKEN MODULE INIT macro.
Renato Filho
2011-10-06
1
-11
/
+2
*
Fix getattro function on Python3.
Hugo Parente Lima
2011-10-06
1
-2
/
+1
*
Added SBK_PyString_FromCString and SBK_PyString_FromFormat as helper macro fo...
Hugo Parente Lima
2011-10-06
1
-1
/
+1
*
Correctly prints the return type of virtual functions instead of a C++ expres...
Hugo Parente Lima
2011-10-06
1
-7
/
+7
*
Port module initialization to Python3.
Hugo Parente Lima
2011-10-06
1
-7
/
+42
*
Use PyBytes instead of PyString on generated code.
Hugo Parente Lima
2011-10-06
1
-3
/
+5
*
Use ErrorCode class when writing enums.
Hugo Parente Lima
2011-10-06
2
-11
/
+15
*
Port libsample typesystem and glue codes to Python 3.
Hugo Parente Lima
2011-10-06
1
-2
/
+1
*
Added sbkpython.h to deal with conflicts and missing symbols between Python2...
Hugo Parente Lima
2011-10-06
2
-2
/
+2
*
Revert "Implements PSEP-0106 and fixes bug 902 - "Expose Shiboken functionali...
Hugo Parente Lima
2011-09-16
2
-24
/
+19
*
Fix bug 995 - "QDeclarativeView.itemAt returns faulty reference. (leading to ...
Hugo Parente Lima
2011-09-13
1
-15
/
+7
*
Use internal dynamic metaobject insted of created by pyside.
Renato Filho
2011-09-09
1
-0
/
+3
*
Safer type index define line generation.
Marcelo Lira
2011-09-02
1
-1
/
+2
*
Fiexed default __repr__ function generation.
Renato Filho
2011-08-30
1
-1
/
+1
*
Implements PSEP-0106 and fixes bug 902 - "Expose Shiboken functionality throu...
Hugo Parente Lima
2011-08-29
2
-19
/
+24
*
Implmented support to q_metacall function modification.
Renato Filho
2011-08-26
1
-7
/
+22
*
Not print warning if the typedef used on signal is QFlags.
Renato Filho
2011-08-22
1
-1
/
+1
*
Centralized the place where the TypeResolver creation is written.
Marcelo Lira
2011-08-19
1
-11
/
+25
*
Creates type registers for enums in createScopedEnum and createGlobalEnum.
Marcelo Lira
2011-08-18
1
-4
/
+0
*
Fixed generator to consider conversion rules for the return type of wrapper m...
Marcelo Lira
2011-08-18
2
-8
/
+10
*
CppGenerator's writeCopyFunction method now uses cpythonToPythonConversionFun...
Marcelo Lira
2011-08-13
3
-9
/
+22
*
CppGenerator's method writeReprFunction now uses writeCppSelfDefinition.
Marcelo Lira
2011-08-13
1
-10
/
+7
*
Functions marked as deprecated will raises a python warning.
Renato Filho
2011-08-10
1
-0
/
+7
*
Improved the generation of argument conversion in modified functions.
Marcelo Lira
2011-08-10
4
-58
/
+96
*
Improved type system converter variable usage in the sample test binding.
Marcelo Lira
2011-08-10
1
-2
/
+1
*
CppGenerator's writeHashFunction now uses writeCppSelfDefinition.
Marcelo Lira
2011-08-10
1
-4
/
+3
*
The type system converter variable replacement was moved to a single method.
Marcelo Lira
2011-08-09
2
-30
/
+77
*
Moved functionality from a couple of write function to ones that return strings.
Marcelo Lira
2011-08-08
2
-35
/
+46
*
Method buildAbstractMetaTypeFromString now uses a cache for the types it builds.
Marcelo Lira
2011-08-08
4
-47
/
+36
*
Added tests for a class that its only constructor is the copy one.
Marcelo Lira
2011-08-08
1
-1
/
+1
*
Improved the generation of type indexes written to the generated module header.
Marcelo Lira
2011-08-08
3
-13
/
+68
*
The type checking now pays attention to the <no-null-pointer/> tag.
Marcelo Lira
2011-08-08
4
-6
/
+34
*
The result of rich comparisons are stored in a return variable before convert...
Marcelo Lira
2011-08-08
1
-8
/
+9
*
Improved guessCPythonCheckFunction method to produce an AbstractMetaType for ...
Marcelo Lira
2011-08-08
3
-17
/
+65
*
Included tests for added function signatures very similar to already existing...
Marcelo Lira
2011-08-08
2
-13
/
+27
*
Don't abort header generator if no classes were found.
Hugo Parente Lima
2011-08-04
1
-3
/
+0
*
Check if the directory exists before writing C++ module definition file.
Hugo Parente Lima
2011-08-04
1
-0
/
+1
*
Removed huge if block to ease the code readbility.
Hugo Parente Lima
2011-08-04
1
-187
/
+190
*
Fixed type system variable replacement for arguments removed with conversion ...
Marcelo Lira
2011-08-03
3
-18
/
+24
*
Small visual improvements on writeArgumentNames().
Marcelo Lira
2011-08-03
1
-10
/
+7
*
Disassembled ShibokenGenerator's writeCodeSnips method.
Marcelo Lira
2011-08-03
4
-296
/
+301
*
Removed unnecessary indentation from generated overload selector switch.
Marcelo Lira
2011-08-02
1
-19
/
+13
*
Improved and fixed the setter and getter writer functions.
Marcelo Lira
2011-08-01
1
-46
/
+38
*
Moved many variables names used in generated code to macros.
Marcelo Lira
2011-08-01
4
-149
/
+142
*
Revamped the virtual method writer.
Marcelo Lira
2011-08-01
4
-80
/
+82
*
I rewrote generator functions of type checking strings in ShibokenGenerator.
Marcelo Lira
2011-07-29
1
-60
/
+55
[next]