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
*
Use sleep function to give time to process breath.
1.0.0-beta3
Renato Araujo Oliveira Filho
2011-01-05
1
-1
/
+10
*
Added test case for Bug #572.
Marcelo Lira
2011-01-03
2
-0
/
+49
*
Add support for operator overload injection.
Hugo Parente Lima
2010-12-29
2
-1
/
+10
*
Add support to fix the bug#493 - "__eq__ and friends not implemented for QKey...
Hugo Parente Lima
2010-12-29
3
-6
/
+33
*
Fix test after changes to SequenceToArgcArgv
Lauro Neto
2010-12-29
1
-1
/
+1
*
Fix bug#495 - "Broken rich compare operators if they use an object-type as pa...
Hugo Parente Lima
2010-12-28
7
-0
/
+141
*
Avoid compiler warning about unhandled constant in switch block.
Hugo Parente Lima
2010-12-28
1
-0
/
+3
*
Fix typo
Hugo Parente Lima
2010-12-28
1
-1
/
+1
*
Fix bug#554 - "Inner classes don't work and give us a segfault"
Hugo Parente Lima
2010-12-23
1
-0
/
+40
*
Added support for promoting enums from removed namespaces to upper scope.
Marcelo Lira
2010-12-23
5
-0
/
+128
*
Fixed code generation for virtual method ownership release of returned value.
Marcelo Lira
2010-12-17
1
-1
/
+1
*
Added tests to check the release of ownership of objects returned from Python.
Marcelo Lira
2010-12-16
10
-11
/
+185
*
Fix bug#513 - "Hardcoded bool return type for operator overloads"
Hugo Parente Lima
2010-12-13
8
-1
/
+232
*
Test case for proper generation of constructor altered by conversion-rule tag.
Marcelo Lira
2010-12-06
5
-0
/
+98
*
Fix compilation errors on Windows.
Hugo Parente Lima
2010-11-25
1
-5
/
+4
*
Merge branch 'fixapi'
Hugo Parente Lima
2010-11-23
1
-7
/
+7
|
\
|
*
Namespace Shiboken::Wrapper renamed to Shiboken::Object.
Hugo Parente Lima
2010-11-23
1
-3
/
+3
|
*
namespace Shiboken::BaseType renamed to Shiboken::ObjectType.
Hugo Parente Lima
2010-11-23
1
-6
/
+6
*
|
Created debug function on samle bindings.
Renato Araujo Oliveira Filho
2010-11-23
2
-5
/
+29
|
/
*
Updated some tests to work with new API.
Renato Araujo Oliveira Filho
2010-11-19
2
-4
/
+4
*
Variable SbkBaseWrapperType_Type renamed to SbkObjectType_Type
Hugo Parente Lima
2010-11-10
1
-1
/
+1
*
SbkBaseWrapper_Type variable renamed to SbkObject_Type
Hugo Parente Lima
2010-11-10
1
-1
/
+1
*
SbkBaseWrapperType and some other functions used by Python C-API moved outsid...
Hugo Parente Lima
2010-11-10
1
-1
/
+1
*
Fix injectcode test to work with the newer version of sequencetoArgcArgv.
Hugo Parente Lima
2010-10-29
2
-5
/
+5
*
Fixed typesystem in function where is necessary thread save option.
renatofilho
2010-10-28
1
-0
/
+1
*
Simplifies the generated code removing the use of std::auto_ptr.
Hugo Parente Lima
2010-10-28
1
-0
/
+2
*
Write copy constructor for Object types when there is one.
Hugo Parente Lima
2010-10-28
1
-0
/
+2
*
Ignore namespace crash on windows.
renatofilho
2010-10-22
1
-0
/
+2
*
Fixed signal register function.
renatofilho
2010-10-20
1
-1
/
+1
*
Created test for abstract function with not exported type as agument.
renatofilho
2010-10-18
5
-0
/
+16
*
Fix bug#411 - "Incorrect return statement generated in a function that return...
Hugo Parente Lima
2010-10-18
5
-1
/
+45
*
Fixed namespace lookup during the class generation.
renatofilho
2010-10-15
2
-1
/
+6
*
Added test for overload decisor handling container dependencies.
Marcelo Lira
2010-10-15
10
-3
/
+312
*
Fix bug#272 - "__del__ never called by python"
Hugo Parente Lima
2010-10-15
1
-0
/
+45
*
Created unit test for unknown class holder.
renatofilho
2010-10-15
6
-0
/
+151
*
Inject code for Point.__reduce__
0.5.1
Lauro Neto
2010-10-11
1
-0
/
+11
*
Adding pickling test
Lauro Neto
2010-10-11
1
-0
/
+21
*
Adding deepcopy test.
Lauro Neto
2010-10-11
1
-0
/
+12
*
Adding value-type copy test
Lauro Neto
2010-10-11
1
-0
/
+48
*
Unit test to target conversion.
renatofilho
2010-10-01
6
-0
/
+141
*
Shiboken avoids generating code for private enums.
Marcelo Lira
2010-09-30
1
-1
/
+9
*
Created unit test to unsafe parent (parent created from c++)
renatofilho
2010-09-24
5
-2
/
+80
*
Updated type system file for test binding to use nested types.
Marcelo Lira
2010-09-23
1
-27
/
+37
*
Move Python debug check to root Cmake file.
renatofilho
2010-09-21
1
-21
/
+0
*
Shiboken generator code moved to the directory generator.
Hugo Parente Lima
2010-09-20
3
-2
/
+25
*
Added tests for anonymous global and class bound enums.
Marcelo Lira
2010-09-20
3
-0
/
+28
*
Fix OverloadData::isSingleArgument
Lauro Neto
2010-09-20
2
-0
/
+8
*
Fix bug#339 - "RuntimeError when accessing mousepress event object"
Hugo Parente Lima
2010-09-17
4
-1
/
+33
*
Fix code generation for modified constructors.
Luciano Wolf
2010-09-13
7
-0
/
+134
*
Created cmake option 'ENABLE_VERSION_SUFFIX' to use version on generated file...
0.5.0
Renato Filho
2010-09-10
2
-6
/
+2
[next]