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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed regression that made enums not hashable.
Hugo Parente Lima
2011-10-14
1
-0
/
+3
*
Removes printfs and fixes str test.
Marcelo Lira
2011-10-10
1
-10
/
+2
*
Removed invalid test.
Renato Filho
2011-10-06
2
-57
/
+1
*
Updated str test to work with both python 2.x and 3.x
Renato Filho
2011-10-06
1
-4
/
+4
*
Fixed tests to work with python3.x and python2.x
Renato Filho
2011-10-06
24
-67
/
+151
*
created py3k file to make tests compatible with python3.x and python2.x
Renato Filho
2011-10-06
1
-0
/
+2
*
Updated enum_test for support py3k.
Renato Filho
2011-10-06
1
-4
/
+10
*
Update string usage to new Shiboken::String API.
Renato Filho
2011-10-06
2
-34
/
+57
*
Fixed duck punch unti test to work with Python3.
Hugo Parente Lima
2011-10-06
1
-5
/
+11
*
Added py3kcompat.py to test suite to make tests pass on Python3.x and 2.x.
Hugo Parente Lima
2011-10-06
2
-2
/
+43
*
Added SBK_PyString_FromCString and SBK_PyString_FromFormat as helper macro fo...
Hugo Parente Lima
2011-10-06
1
-3
/
+3
*
Port libsample typesystem and glue codes to Python 3.
Hugo Parente Lima
2011-10-06
4
-38
/
+49
*
Revert "Implements PSEP-0106 and fixes bug 902 - "Expose Shiboken functionali...
Hugo Parente Lima
2011-09-16
5
-89
/
+6
*
Created unit test for cyclic dependency.
Renato Filho
2011-08-30
1
-0
/
+104
*
Implements PSEP-0106 and fixes bug 902 - "Expose Shiboken functionality throu...
Hugo Parente Lima
2011-08-29
5
-6
/
+89
*
Fixed generator to consider conversion rules for the return type of wrapper m...
Marcelo Lira
2011-08-18
4
-0
/
+118
*
Added a test case for a bit-field structure member.
Marcelo Lira
2011-08-18
6
-9
/
+26
*
Added a test for an user defined primitive type from a required module.
Marcelo Lira
2011-08-18
5
-2
/
+64
*
Added test for typedef of unsigned short.
Marcelo Lira
2011-08-15
3
-0
/
+9
*
Added test for user defined primitive type used as public class field.
Marcelo Lira
2011-08-15
2
-3
/
+17
*
Added test for implicit conversion with user's primitive type.
Marcelo Lira
2011-08-13
2
-4
/
+14
*
Added a method modification test dealing with code injection and user's primi...
Marcelo Lira
2011-08-13
3
-0
/
+14
*
Implemented unit test for deprecated functions.
Renato Filho
2011-08-10
3
-0
/
+53
*
Improved the generation of argument conversion in modified functions.
Marcelo Lira
2011-08-10
4
-4
/
+51
*
Improved type system converter variable usage in the sample test binding.
Marcelo Lira
2011-08-10
1
-105
/
+105
*
Added tests for a class that its only constructor is the copy one.
Marcelo Lira
2011-08-08
7
-0
/
+162
*
Added tests for classes that are typedefs that implement a template class.
Marcelo Lira
2011-08-08
7
-0
/
+189
*
The type checking now pays attention to the <no-null-pointer/> tag.
Marcelo Lira
2011-08-08
4
-0
/
+20
*
Added an unit test to check if derived type destructors are freeing memory tw...
Marcelo Lira
2011-08-08
1
-0
/
+49
*
Test's names now have their module as prefix.
Marcelo Lira
2011-08-08
1
-6
/
+7
*
Added a test dealing with a reference to an Object Type passed to Python.
Marcelo Lira
2011-08-08
7
-0
/
+140
*
Improved guessCPythonCheckFunction method to produce an AbstractMetaType for ...
Marcelo Lira
2011-08-08
4
-7
/
+37
*
Included tests for added function signatures very similar to already existing...
Marcelo Lira
2011-08-08
4
-4
/
+94
*
Added tests for custom conversion and buffer protocol.
Marcelo Lira
2011-08-08
10
-1
/
+601
*
Fixed type system variable replacement for arguments removed with conversion ...
Marcelo Lira
2011-08-03
4
-37
/
+49
*
Added compilation test for value type argument in a lshift operator.
Marcelo Lira
2011-08-02
1
-0
/
+1
*
Added test for removed pointer out argument.
Marcelo Lira
2011-08-02
7
-5
/
+72
*
Improved and fixed the setter and getter writer functions.
Marcelo Lira
2011-08-01
2
-1
/
+8
*
Moved many variables names used in generated code to macros.
Marcelo Lira
2011-08-01
1
-6
/
+8
*
Fixed writeBaseConversion method to handle references to C++ primitives.
Marcelo Lira
2011-07-28
4
-1
/
+61
*
Added test for a typedef to a primitive numerical type.
Marcelo Lira
2011-07-28
4
-0
/
+61
*
Moved writeMinimalConstructorCallArguments() functionality to Generator Runner.
Marcelo Lira
2011-07-28
2
-2
/
+2
*
Moved an enum tag on 'sample' test binding to a better position.
Marcelo Lira
2011-07-28
1
-1
/
+1
*
Added a build option to compile and run only the minimal set of tests.
Marcelo Lira
2011-07-20
1
-7
/
+15
*
Improved minimal binding test passing a None value where an object type point...
Marcelo Lira
2011-07-18
1
-0
/
+5
*
Fix samplebinding warnings suppresions.
Hugo Parente Lima
2011-07-11
1
-1
/
+16
*
Created unit test for bug #886.
Renato Filho
2011-07-05
3
-0
/
+21
*
Fix refleak during the parent c++ object destruction.
Renato Filho
2011-06-29
3
-1
/
+40
*
Fixed injected code processing to avoid infinite recursion in virtual method ...
Marcelo Lira
2011-06-09
3
-3
/
+24
*
Created unit test for add function rich-compare function.
Renato Filho
2011-06-06
2
-0
/
+49
[next]