index
:
pyside/pyside-setup.git
5.11
5.11.0
5.11.1
5.11.2
5.11.3
5.12
5.12.0
5.12.1
5.12.2
5.12.3
5.12.4
5.12.5
5.12.6
5.13
5.13.0
5.13.1
5.13.2
5.14
5.14.0
5.14.1
5.14.2
5.15
5.15.0
5.15.1
5.15.2
5.6
5.9
6.0
6.0.0
6.0.1
6.0.2
6.0.3
6.0.4
6.1
6.1.0
6.1.1
6.1.2
6.1.3
6.2
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.3
6.3.0
6.3.1
6.3.2
6.4
6.4.0
6.4.1
6.4.2
dev
wip/6.3_pypy
wip/pypy
Git super project for PySide
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Version Bump.
sb-1.0.6
Renato Filho
2012-03-08
1
-3
/
+3
*
Not print warning if the typedef used on signal is QFlags.
Renato Filho
2012-03-08
1
-1
/
+1
*
Centralized the place where the TypeResolver creation is written.
Marcelo Lira
2012-03-08
1
-11
/
+25
*
Creates type registers for enums in createScopedEnum and createGlobalEnum.
Marcelo Lira
2012-03-08
2
-23
/
+17
*
Fixed generator to consider conversion rules for the return type of wrapper m...
Marcelo Lira
2012-03-08
6
-8
/
+128
*
Added a test case for a bit-field structure member.
Marcelo Lira
2012-03-08
6
-9
/
+26
*
Added a test for an user defined primitive type from a required module.
Marcelo Lira
2012-03-08
5
-2
/
+64
*
Added test for typedef of unsigned short.
Marcelo Lira
2012-03-08
3
-0
/
+9
*
Added test for user defined primitive type used as public class field.
Marcelo Lira
2012-03-08
2
-3
/
+17
*
Added test for implicit conversion with user's primitive type.
Marcelo Lira
2012-03-08
2
-4
/
+14
*
Added a method modification test dealing with code injection and user's primi...
Marcelo Lira
2012-03-08
3
-0
/
+14
*
CppGenerator's writeCopyFunction method now uses cpythonToPythonConversionFun...
Marcelo Lira
2012-03-08
3
-9
/
+22
*
CppGenerator's method writeReprFunction now uses writeCppSelfDefinition.
Marcelo Lira
2012-03-08
1
-10
/
+7
*
Check for NULL pointer on transferOwnership function.
Renato Filho
2012-03-08
1
-1
/
+2
*
Mark deprecated functions as deprecated.
Hugo Parente Lima
2012-03-08
3
-4
/
+11
*
Check for python debug enviroment to print debug messages on
Renato Filho
2012-03-08
1
-1
/
+2
*
Implemented unit test for deprecated functions.
Renato Filho
2012-03-08
3
-0
/
+53
*
Functions marked as deprecated will raises a python warning.
Renato Filho
2012-03-08
1
-0
/
+7
*
Improved the generation of argument conversion in modified functions.
Marcelo Lira
2012-03-08
9
-62
/
+149
*
Improved type system converter variable usage in the sample test binding.
Marcelo Lira
2012-03-08
2
-107
/
+106
*
CppGenerator's writeHashFunction now uses writeCppSelfDefinition.
Marcelo Lira
2012-03-08
1
-4
/
+3
*
Removed last js files.
Hugo Parente Lima
2012-03-08
3
-731
/
+0
*
Update pysidedocs theme to rely more on sphinx's base theme:
Didier Raboud
2012-03-08
14
-425
/
+72
*
Drop superflous .directory file.
Didier Raboud
2012-03-08
1
-3
/
+0
*
The type system converter variable replacement was moved to a single method.
Marcelo Lira
2012-03-08
2
-30
/
+77
*
Moved functionality from a couple of write function to ones that return strings.
Marcelo Lira
2012-03-08
2
-35
/
+46
*
Method buildAbstractMetaTypeFromString now uses a cache for the types it builds.
Marcelo Lira
2012-03-08
4
-47
/
+36
*
Added tests for a class that its only constructor is the copy one.
Marcelo Lira
2012-03-08
8
-1
/
+163
*
Improved the generation of type indexes written to the generated module header.
Marcelo Lira
2012-03-08
3
-13
/
+68
*
Added tests for classes that are typedefs that implement a template class.
Marcelo Lira
2012-03-08
7
-0
/
+189
*
The type checking now pays attention to the <no-null-pointer/> tag.
Marcelo Lira
2012-03-08
8
-6
/
+54
*
Added an unit test to check if derived type destructors are freeing memory tw...
Marcelo Lira
2012-03-08
1
-0
/
+49
*
Test's names now have their module as prefix.
Marcelo Lira
2012-03-08
1
-6
/
+7
*
The result of rich comparisons are stored in a return variable before convert...
Marcelo Lira
2012-03-08
1
-8
/
+9
*
Added a test dealing with a reference to an Object Type passed to Python.
Marcelo Lira
2012-03-08
7
-0
/
+140
*
Improved guessCPythonCheckFunction method to produce an AbstractMetaType for ...
Marcelo Lira
2012-03-08
7
-24
/
+102
*
Included tests for added function signatures very similar to already existing...
Marcelo Lira
2012-03-08
6
-17
/
+121
*
Added tests for custom conversion and buffer protocol.
Marcelo Lira
2012-03-08
10
-1
/
+601
*
Don't abort header generator if no classes were found.
Hugo Parente Lima
2012-03-08
1
-3
/
+0
*
Check if the directory exists before writing C++ module definition file.
Hugo Parente Lima
2012-03-08
1
-0
/
+1
*
Removed huge if block to ease the code readbility.
Hugo Parente Lima
2012-03-08
1
-187
/
+190
*
Fixed type system variable replacement for arguments removed with conversion ...
Marcelo Lira
2012-03-08
8
-56
/
+87
*
Small visual improvements on writeArgumentNames().
Marcelo Lira
2012-03-08
1
-10
/
+7
*
Disassembled ShibokenGenerator's writeCodeSnips method.
Marcelo Lira
2012-03-08
4
-296
/
+301
*
Added compilation test for value type argument in a lshift operator.
Marcelo Lira
2012-03-08
1
-0
/
+1
*
Added test for removed pointer out argument.
Marcelo Lira
2012-03-08
7
-5
/
+72
*
Removed unnecessary indentation from generated overload selector switch.
Marcelo Lira
2012-03-08
1
-19
/
+13
*
Improved and fixed the setter and getter writer functions.
Marcelo Lira
2012-03-08
3
-47
/
+46
*
Moved many variables names used in generated code to macros.
Marcelo Lira
2012-03-08
5
-155
/
+150
*
Revamped the virtual method writer.
Marcelo Lira
2012-03-08
4
-80
/
+82
[next]