aboutsummaryrefslogtreecommitdiffstats
path: root/tests/samplebinding
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use correct python library in debug mode.Renato Filho2010-07-191-1/+1
* Fixed wrong overload decisor generated code.Marcelo Lira2010-07-131-0/+51
* Fixes bug#253 - "Segmentation Fault when clicked on ListWidget with TableModel"Hugo Parente Lima2010-07-061-0/+42
* Add support for static fields.Hugo Parente Lima2010-07-021-0/+3
* Added test for finding type scope in cases involving inheritance.Marcelo Lira2010-06-291-0/+43
* Fixes the build-tests by including the library postfixes in the programRenato Filho2010-06-181-1/+1
* Created unit tests for named arguments.Renato Filho2010-06-171-0/+67
* Used CMAKE_DEBUG_POSTFIX in plugin name on generatorrunner.Renato Filho2010-06-171-1/+1
* chmod -x on all tests.Hugo Parente Lima2010-06-1668-0/+0
* Adds a test for function call that triggers an implicit conversion.Marcelo Lira2010-06-151-0/+6
* Added test function with an integer argument that have an enum as default value.Marcelo Lira2010-06-151-0/+6
* Added Converter<T>::checkType.Hugo Parente Lima2010-06-091-1/+1
* Added support for protected fields when not using the "protected hack".Marcelo Lira2010-06-033-1/+15
* Fixes code generation for classes with private destructors.Marcelo Lira2010-06-021-0/+17
* Generator improved to handle protected enums without the protected hack.Marcelo Lira2010-06-022-5/+33
* Adds protected enum test cases.Marcelo Lira2010-06-013-1/+43
* Added tests for user added functions declared inside namespaces.Hugo Parente Lima2010-04-302-0/+9
* Adding test for #212 - Overloads with enumsLauro Neto2010-04-301-1/+13
* Merge remote branch 'luck/fixprivctor'Luciano Wolf2010-04-234-0/+82
|\
| * Support to "only private constructor available" case.Luciano Wolf2010-04-214-0/+82
* | Use qualified class name when callign a method like self->ClassName::method().Hugo Parente Lima2010-04-222-1/+3
* | Added support for enums inside classes inside namespaces.Hugo Parente Lima2010-04-222-0/+2