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
*
The option "avoid protected hack" is now set via command line.
1.0.0-rc1
Marcelo Lira
2011-02-17
3
-2
/
+9
*
Module reload test now considers .pyo files (in addition to .pyc ones).
Marcelo Lira
2011-02-17
1
-1
/
+4
*
Added test to certify that old-style classes will not be accepted as numbers ...
Marcelo Lira
2011-02-16
1
-0
/
+76
*
Added a test to numpy scalar type being accepted as Python scalar.
Marcelo Lira
2011-02-16
1
-0
/
+30
*
Fix string used in tp_name on inner types.
Hugo Parente Lima
2011-02-11
2
-1
/
+6
*
Added test for overload decision situation involving inheritance.
Marcelo Lira
2011-02-10
3
-1
/
+17
*
Marked ObjectType and ObjectModel, from the sample test lib, as explicit.
Marcelo Lira
2011-02-10
2
-2
/
+2
*
Use action="set" instead of action="add" on reference-count tag.
Hugo Parente Lima
2011-02-09
1
-1
/
+1
*
Fix bug 616 - "error compiling when public and private methods differ by the ...
Hugo Parente Lima
2011-02-01
3
-6
/
+26
*
Test bindings project files modified to use key/value pair text files.
Marcelo Lira
2011-01-31
6
-50
/
+39
*
Test bindings now use project files instead of generator command line options.
Marcelo Lira
2011-01-31
4
-19
/
+55
*
Shiboken binary now responds to the "--version" argument.
Marcelo Lira
2011-01-31
2
-2
/
+4
*
Replaced tabs with spaces on cmake file.
Marcelo Lira
2011-01-31
1
-5
/
+4
*
Shiboken executable calls GeneratorRunner with the renamed "--generator-set" ...
Marcelo Lira
2011-01-31
2
-2
/
+5
*
Fix regression that caused overload sorting to not respect argument type rena...
Hugo Parente Lima
2011-01-28
3
-0
/
+17
*
Created unit test for enum.__repr__ function.
Renato Araujo Oliveira Filho
2011-01-28
1
-0
/
+10
*
Use SBK_PYTHON_INCLUDE_DIR instead of PYTHON_INCLUDE_DIRS or PYTHON_INCLUDE_P...
Hugo Parente Lima
2011-01-26
2
-2
/
+2
*
Fix bug#605 - "Using metaclasses with the PySide classes doesn't work"
Hugo Parente Lima
2011-01-26
1
-0
/
+33
*
Fix bug#633 - "bool of null QDate (possibly other empty QString/null QObj typ...
Hugo Parente Lima
2011-01-24
3
-4
/
+46
*
Shiboken enums now have a tp_print representation.
Marcelo Lira
2011-01-21
1
-0
/
+14
*
Added test for module reloading.
Marcelo Lira
2011-01-19
2
-0
/
+52
*
Added more test cases for protected attributes.
Marcelo Lira
2011-01-19
2
-7
/
+51
*
Used c++ pointer during the c++ class attribute get function.
Renato Araujo Oliveira Filho
2011-01-17
1
-1
/
+8
*
Optimized setParent function.
Renato Araujo Oliveira Filho
2011-01-13
1
-0
/
+10
*
Added test to assert the precedence of enum arguments over int implicit conve...
Marcelo Lira
2011-01-12
5
-0
/
+119
*
Add test for invalid type returning from virtuals
Lauro Neto
2011-01-10
1
-0
/
+57
*
Fix bug#530 - "Importing division from future breaks QPoint division"
Hugo Parente Lima
2011-01-07
3
-0
/
+21
*
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
[next]