aboutsummaryrefslogtreecommitdiffstats
path: root/tests/samplebinding
Commit message (Expand)AuthorAgeFilesLines
* The option "avoid protected hack" is now set via command line.sb-1.0.0-rc1Marcelo Lira2012-03-081-1/+1
* Module reload test now considers .pyo files (in addition to .pyc ones).Marcelo Lira2012-03-081-1/+4
* Added test to certify that old-style classes will not be accepted as numbers ...Marcelo Lira2012-03-081-0/+76
* Added a test to numpy scalar type being accepted as Python scalar.Marcelo Lira2012-03-081-0/+30
* Fix string used in tp_name on inner types.Hugo Parente Lima2012-03-082-1/+6
* Added test for overload decision situation involving inheritance.Marcelo Lira2012-03-082-1/+11
* Use action="set" instead of action="add" on reference-count tag.Hugo Parente Lima2012-03-081-1/+1
* Fix bug 616 - "error compiling when public and private methods differ by the ...Hugo Parente Lima2012-03-082-6/+8
* Test bindings project files modified to use key/value pair text files.Marcelo Lira2012-03-083-24/+18
* Test bindings now use project files instead of generator command line options.Marcelo Lira2012-03-082-10/+26
* Shiboken binary now responds to the "--version" argument.Marcelo Lira2012-03-081-1/+2
* Shiboken executable calls GeneratorRunner with the renamed "--generator-set" ...Marcelo Lira2012-03-081-1/+3
* Fix regression that caused overload sorting to not respect argument type rena...Hugo Parente Lima2012-03-082-0/+12
* Created unit test for enum.__repr__ function.Renato Araujo Oliveira Filho2012-03-081-0/+10
* Use SBK_PYTHON_INCLUDE_DIR instead of PYTHON_INCLUDE_DIRS or PYTHON_INCLUDE_P...Hugo Parente Lima2012-03-081-1/+1
* Fix bug#605 - "Using metaclasses with the PySide classes doesn't work"Hugo Parente Lima2012-03-081-0/+33
* Fix bug#633 - "bool of null QDate (possibly other empty QString/null QObj typ...Hugo Parente Lima2012-03-082-1/+39
* Shiboken enums now have a tp_print representation.Marcelo Lira2012-03-081-0/+14
* Added test for module reloading.Marcelo Lira2012-03-082-0/+52
* Added more test cases for protected attributes.Marcelo Lira2012-03-081-6/+38
* Used c++ pointer during the c++ class attribute get function.Renato Araujo Oliveira Filho2012-03-081-1/+8
* Optimized setParent function.Renato Araujo Oliveira Filho2012-03-081-0/+10
* Added test to assert the precedence of enum arguments over int implicit conve...Marcelo Lira2012-03-084-0/+67
* Add test for invalid type returning from virtualsLauro Neto2012-03-081-0/+57
* Fix bug#530 - "Importing division from future breaks QPoint division"Hugo Parente Lima2012-03-081-0/+14
* Added test case for Bug #572.Marcelo Lira2012-03-081-0/+47
* Add support for operator overload injection.Hugo Parente Lima2012-03-082-1/+10
* Add support to fix the bug#493 - "__eq__ and friends not implemented for QKey...Hugo Parente Lima2012-03-081-0/+9
* Fix bug#495 - "Broken rich compare operators if they use an object-type as pa...Hugo Parente Lima2012-03-084-0/+47
* Fix bug#554 - "Inner classes don't work and give us a segfault"Hugo Parente Lima2012-03-081-0/+40
* Added support for promoting enums from removed namespaces to upper scope.Marcelo Lira2012-03-084-0/+66
* Fixed code generation for virtual method ownership release of returned value.Marcelo Lira2012-03-081-1/+1
* Added tests to check the release of ownership of objects returned from Python.Marcelo Lira2012-03-085-6/+88
* Fix bug#513 - "Hardcoded bool return type for operator overloads"Hugo Parente Lima2012-03-085-1/+46
* Test case for proper generation of constructor altered by conversion-rule tag.Marcelo Lira2012-03-084-0/+60
* Merge branch 'fixapi'Hugo Parente Lima2012-03-081-7/+7
|\
| * Namespace Shiboken::Wrapper renamed to Shiboken::Object.Hugo Parente Lima2012-03-081-3/+3
| * namespace Shiboken::BaseType renamed to Shiboken::ObjectType.Hugo Parente Lima2012-03-081-6/+6
* | Created debug function on samle bindings.Renato Araujo Oliveira Filho2012-03-082-5/+29
|/
* Updated some tests to work with new API.Renato Araujo Oliveira Filho2012-03-082-4/+4
* Variable SbkBaseWrapperType_Type renamed to SbkObjectType_TypeHugo Parente Lima2012-03-081-1/+1
* SbkBaseWrapper_Type variable renamed to SbkObject_TypeHugo Parente Lima2012-03-081-1/+1
* SbkBaseWrapperType and some other functions used by Python C-API moved outsid...Hugo Parente Lima2012-03-081-1/+1
* Fix injectcode test to work with the newer version of sequencetoArgcArgv.Hugo Parente Lima2012-03-081-4/+4
* Fixed typesystem in function where is necessary thread save option.renatofilho2012-03-081-0/+1
* Created test for abstract function with not exported type as agument.renatofilho2012-03-081-0/+4
* Fix bug#411 - "Incorrect return statement generated in a function that return...Hugo Parente Lima2012-03-083-1/+31
* Fixed namespace lookup during the class generation.renatofilho2012-03-081-1/+3
* Added test for overload decisor handling container dependencies.Marcelo Lira2012-03-085-3/+101
* Fix bug#272 - "__del__ never called by python"Hugo Parente Lima2012-03-081-0/+45