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
/
samplebinding
/
typesystem_sample.xml
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added tests to check the release of ownership of objects returned from Python.
Marcelo Lira
2010-12-16
1
-1
/
+8
*
Fix bug#513 - "Hardcoded bool return type for operator overloads"
Hugo Parente Lima
2010-12-13
1
-0
/
+2
*
Test case for proper generation of constructor altered by conversion-rule tag.
Marcelo Lira
2010-12-06
1
-0
/
+13
*
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
1
-0
/
+5
|
/
*
Updated some tests to work with new API.
Renato Araujo Oliveira Filho
2010-11-19
1
-2
/
+2
*
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
1
-4
/
+4
*
Fixed typesystem in function where is necessary thread save option.
renatofilho
2010-10-28
1
-0
/
+1
*
Created test for abstract function with not exported type as agument.
renatofilho
2010-10-18
1
-0
/
+4
*
Fix bug#411 - "Incorrect return statement generated in a function that return...
Hugo Parente Lima
2010-10-18
1
-1
/
+29
*
Fixed namespace lookup during the class generation.
renatofilho
2010-10-15
1
-1
/
+3
*
Added test for overload decisor handling container dependencies.
Marcelo Lira
2010-10-15
1
-1
/
+35
*
Created unit test for unknown class holder.
renatofilho
2010-10-15
1
-0
/
+7
*
Inject code for Point.__reduce__
0.5.1
Lauro Neto
2010-10-11
1
-0
/
+11
*
Unit test to target conversion.
renatofilho
2010-10-01
1
-0
/
+7
*
Created unit test to unsafe parent (parent created from c++)
renatofilho
2010-09-24
1
-0
/
+5
*
Updated type system file for test binding to use nested types.
Marcelo Lira
2010-09-23
1
-27
/
+37
*
Added tests for anonymous global and class bound enums.
Marcelo Lira
2010-09-20
1
-0
/
+3
*
Fix OverloadData::isSingleArgument
Lauro Neto
2010-09-20
1
-0
/
+5
*
Fix bug#339 - "RuntimeError when accessing mousepress event object"
Hugo Parente Lima
2010-09-17
1
-0
/
+3
*
Fix code generation for modified constructors.
Luciano Wolf
2010-09-13
1
-0
/
+11
*
Impleted auto code for classes derived from list container.
Renato Filho
2010-08-30
1
-0
/
+2
*
Fix mem leak in shiboken tests.
Hugo Parente Lima
2010-08-19
1
-5
/
+16
*
fixed tests exported symbols.
Renato Filho
2010-08-18
1
-1
/
+1
*
Create unit test to function with ambiguous signature in Python side.
Renato Filho
2010-08-16
1
-0
/
+9
*
Created unit test to operator().
Renato Filho
2010-08-11
1
-0
/
+1
*
Added custom code to VoidHolder.gimmeMeSomeVoidPointer().
Marcelo Lira
2010-08-03
1
-1
/
+11
*
Fix char* converter
Renato Filho
2010-07-27
1
-3
/
+3
*
Fixed inject code to works on windows.
Renato Filho
2010-07-19
1
-1
/
+2
*
Added support for protected fields when not using the "protected hack".
Marcelo Lira
2010-06-03
1
-0
/
+2
*
Generator improved to handle protected enums without the protected hack.
Marcelo Lira
2010-06-02
1
-1
/
+1
*
Adds protected enum test cases.
Marcelo Lira
2010-06-01
1
-0
/
+5
*
Added tests for user added functions declared inside namespaces.
Hugo Parente Lima
2010-04-30
1
-0
/
+5
*
Merge remote branch 'luck/fixprivctor'
Luciano Wolf
2010-04-23
1
-0
/
+1
|
\
|
*
Support to "only private constructor available" case.
Luciano Wolf
2010-04-21
1
-0
/
+1
*
|
Use qualified class name when callign a method like self->ClassName::method().
Hugo Parente Lima
2010-04-22
1
-1
/
+2
*
|
Added support for enums inside classes inside namespaces.
Hugo Parente Lima
2010-04-22
1
-0
/
+1
*
|
Add test for classes and inner classes inside namespaces.
Hugo Parente Lima
2010-04-22
1
-1
/
+4
*
|
Add declaration of global functions on sample typesystem.
Hugo Parente Lima
2010-04-22
1
-3
/
+24
|
/
*
Remove warnings about "deprecated conversion from string constant to 'char*'".
Hugo Parente Lima
2010-04-12
1
-1
/
+1
*
Adds test case for libsample's Size class copy constructor.
Marcelo Lira
2010-03-26
1
-6
/
+6
*
Adds tests to type system modifications regarding reference to pointer type.
Marcelo Lira
2010-03-22
1
-0
/
+44
*
Adds a test for a method with modifications and custom conversion rules.
Marcelo Lira
2010-03-19
1
-1
/
+17
*
Allow hash-function tag to be definied in object-types (Fix bug #186).
Hugo Lima
2010-03-19
1
-1
/
+1
*
Merge branch 'master' into extensibleconversions
Marcelo Lira
2010-03-04
1
-1
/
+2
|
\
[next]