aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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-086-0/+141
* Shiboken avoids generating code for private enums.Marcelo Lira2012-03-081-1/+9
* Created unit test to unsafe parent (parent created from c++)renatofilho2012-03-085-2/+80
* Updated type system file for test binding to use nested types.Marcelo Lira2012-03-081-27/+37
* Move Python debug check to root Cmake file.renatofilho2012-03-081-21/+0
* Shiboken generator code moved to the directory generator.Hugo Parente Lima2012-03-083-2/+25
* Added tests for anonymous global and class bound enums.Marcelo Lira2012-03-083-0/+28
* Fix OverloadData::isSingleArgumentLauro Neto2012-03-082-0/+8
* Fix bug#339 - "RuntimeError when accessing mousepress event object"Hugo Parente Lima2012-03-084-1/+33
* Fix code generation for modified constructors.Luciano Wolf2012-03-087-0/+134
* Created cmake option 'ENABLE_VERSION_SUFFIX' to use version on generated file...sb-0.5.0Renato Filho2010-09-102-6/+2
* Change the license boiler plates of all LGPL files removing the special excep...Hugo Parente Lima2010-09-0984-1680/+672
* Avoid call functions when an error occurs on argument conversion.Renato Filho2010-09-032-0/+7
* Use the correct path separator on Windows.Hugo Parente Lima2010-08-311-2/+2
* Fix linker problems on MSVC.Hugo Parente Lima2010-08-311-4/+4
* Impleted auto code for classes derived from list container.Renato Filho2010-08-305-0/+110
* Fix the type resolver algorithm.Hugo Parente Lima2010-08-305-4/+77
* Fixed tests enviroment vars.Renato Filho2010-08-191-2/+2
* Fix mem leak in shiboken tests.Hugo Parente Lima2010-08-191-5/+16
* Use .pyd to python modules on windows.Renato Filho2010-08-192-0/+6
* Fixed tests to run on windows.Renato Filho2010-08-192-30/+27
* Fixed libsample export to avoid warnings on windows.Renato Filho2010-08-191-3/+3
* fixed tests exported symbols.Renato Filho2010-08-1841-186/+184
* Create unit test to function with ambiguous signature in Python side.Renato Filho2010-08-166-1/+124
* Created unit test to operator().Renato Filho2010-08-114-0/+56
* 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
* Revert "Created operator != or __ne__ in Point class, to avoid tests errors ...Marcelo Lira2010-08-032-7/+0
* 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
* Created operator != or __ne__ in Point class, to avoid tests errors with Pyt...Renato Filho2010-08-022-0/+7
* 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-275-30/+36
* Fixed inject code to works on windows.Renato Filho2010-07-191-1/+2
* Use correct python library in debug mode.Renato Filho2010-07-192-2/+2
* Use 60 secs to default test timeout.Renato Filho2010-07-131-1/+4
* Fixed wrong overload decisor generated code.Marcelo Lira2010-07-133-0/+86
* Fixes bug#253 - "Segmentation Fault when clicked on ListWidget with TableModel"Hugo Parente Lima2010-07-062-0/+45
* Add support for static fields.Hugo Parente Lima2010-07-023-0/+6
* Added test for finding type scope in cases involving inheritance.Marcelo Lira2010-06-292-0/+44
* Add unit test for bug#237.Hugo Parente Lima2010-06-211-0/+48
* Fixes the build-tests by including the library postfixes in the programRenato Filho2010-06-182-2/+2
* Created unit tests for named arguments.Renato Filho2010-06-173-4/+104
* Used CMAKE_DEBUG_POSTFIX in plugin name on generatorrunner.Renato Filho2010-06-172-2/+2
* Add libother directory to LD_LIBRARY_PATH, shiboken can be compiled with CMAK...Hugo Parente Lima2010-06-171-1/+1