aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-153-0/+14
* Fix problems on MacOSX due to uninitialized variables and mixing of int, uint...Hugo Parente Lima2010-06-157-25/+23
* MSVC complains about the missing operator< in Str when we use it on a std::list.Hugo Parente Lima2010-06-142-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-034-1/+24
* Fixes code generation for classes with private destructors.Marcelo Lira2010-06-022-0/+20
* Generator improved to handle protected enums without the protected hack.Marcelo Lira2010-06-023-5/+39
* Adds protected enum test cases.Marcelo Lira2010-06-014-1/+57
* Fixed declaration of class SimpleFile.Renato Filho2010-05-262-30/+56
* API fixes.Renato Filho2010-05-1812-20/+23
* 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-303-1/+23
* Merge remote branch 'luck/fixprivctor'Luciano Wolf2010-04-235-0/+143
|\
| * Support to "only private constructor available" case.Luciano Wolf2010-04-215-0/+143
* | Use qualified class name when callign a method like self->ClassName::method().Hugo Parente Lima2010-04-223-1/+13
* | Added support for enums inside classes inside namespaces.Hugo Parente Lima2010-04-223-0/+6
* | Add test for classes and inner classes inside namespaces.Hugo Parente Lima2010-04-225-2/+58
* | Add declaration of global functions on sample typesystem.Hugo Parente Lima2010-04-221-3/+24
* | Fixed argument policy propagate.Renato Filho2010-04-223-2/+14
|/
* Unit test for multiple derived classes.Renato Filho2010-04-121-2/+26
* Remove warnings about "deprecated conversion from string constant to 'char*'".Hugo Parente Lima2010-04-121-1/+1
* Better error messages when reimplementing virtual methods.Hugo Parente Lima2010-04-082-1/+15
* Add another test case to multi_cpp_test.pyHugo Parente Lima2010-04-081-0/+30
* Adding test for mixed Python/C++ mult. inheritanceLauro Neto2010-04-081-0/+71
* Adding multiple inheritance + virtual method testLauro Neto2010-04-081-0/+83
* Added unit test for crash with references, None types and comparison functions.Hugo Parente Lima2010-04-051-1/+6