aboutsummaryrefslogtreecommitdiffstats
path: root/tests/samplebinding
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Created unit test for unknown class holder.renatofilho2012-03-085-0/+96
* Inject code for Point.__reduce__sb-0.5.1Lauro Neto2012-03-081-0/+11
* Adding pickling testLauro Neto2012-03-081-0/+21
* Adding deepcopy test.Lauro Neto2012-03-081-0/+12
* Adding value-type copy testLauro Neto2012-03-081-0/+48
* Unit test to target conversion.renatofilho2012-03-085-0/+97
* Created unit test to unsafe parent (parent created from c++)renatofilho2012-03-083-2/+61
* Updated type system file for test binding to use nested types.Marcelo Lira2012-03-081-27/+37
* Shiboken generator code moved to the directory generator.Hugo Parente Lima2012-03-081-1/+1
* Added tests for anonymous global and class bound enums.Marcelo Lira2012-03-082-0/+14
* Fix OverloadData::isSingleArgumentLauro Neto2012-03-081-0/+5
* Fix bug#339 - "RuntimeError when accessing mousepress event object"Hugo Parente Lima2012-03-082-0/+24
* Fix code generation for modified constructors.Luciano Wolf2012-03-084-0/+57
* Created cmake option 'ENABLE_VERSION_SUFFIX' to use version on generated file...sb-0.5.0Renato Filho2010-09-101-3/+1
* Avoid call functions when an error occurs on argument conversion.Renato Filho2010-09-031-0/+5
* Impleted auto code for classes derived from list container.Renato Filho2010-08-304-0/+57
* Fix the type resolver algorithm.Hugo Parente Lima2010-08-301-0/+13
* Fix mem leak in shiboken tests.Hugo Parente Lima2010-08-191-5/+16
* Use .pyd to python modules on windows.Renato Filho2010-08-191-0/+3
* fixed tests exported symbols.Renato Filho2010-08-181-1/+1
* Create unit test to function with ambiguous signature in Python side.Renato Filho2010-08-163-0/+48
* Created unit test to operator().Renato Filho2010-08-113-0/+3
* Modified one more test to use assert_(not a == b) instead of assertNotEqualKalev Lember2010-08-041-1/+1
* Modified tests using Point and assertNotEqual to use assert_(not a == b).Marcelo Lira2010-08-032-2/+2
* Added custom code to VoidHolder.gimmeMeSomeVoidPointer().Marcelo Lira2010-08-031-1/+11
* Added a case for VoidHolder test that uses a native Python object.Marcelo Lira2010-08-031-1/+9
* Create a new copy from object when convert from PyObject to const ref.Renato Filho2010-07-271-9/+0
* BindingManager destructor now asserts if the wrapper map is empty.Marcelo Lira2010-07-271-0/+13
* Fix char* converterRenato Filho2010-07-272-6/+10
* Fixed inject code to works on windows.Renato Filho2010-07-191-1/+2