aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Write the enum name based on enum module, not the current module being genera...Hugo Lima2010-01-261-2/+10
* Fix implicitconv_numerical testsHugo Lima2010-01-221-3/+3
* Fix bug on overflow check routines under 32 bits platforms.Hugo Lima2010-01-224-1/+16
* Adds support for Duck Punching (aka Monkey Patching).Marcelo Lira2010-01-211-0/+139
* Added another constructor to Str class, just to test the new char behaviour.Hugo Lima2010-01-202-0/+7
* Adds test case for overload with static and a non-static versions of a method.Hugo Lima2010-01-194-1/+98
* Bucket::m_locked is accessed by multiple threads and must be volatile,Hugo Lima2010-01-181-1/+1
* Expanded thread locking tests with two more cases.Marcelo Lira2010-01-184-2/+42
* Adds CppGenerator::writeCppSelfDefinition method.Marcelo Lira2010-01-151-1/+1
* Adding new tests related to threads/GIL lockingLauro Neto2010-01-1512-0/+393
* Fixing shebang on runtest.shLauro Neto2010-01-151-1/+1
* Wrapped virtual methods now locking the GIL in the right places.Marcelo Lira2010-01-151-2/+0
* ProtectedVirtualDestructor must be object-type instead of value-type, because...Hugo Lima2010-01-151-2/+2
* Fix custom converters from libsample.Hugo Lima2010-01-153-5/+10
* Changed prefix of local generated C functions to avoid name clash with bindin...Hugo Lima2010-01-141-1/+1
* Removed type discovery tests from blacklist and added "other" binding directo...Hugo Lima2010-01-141-2/+2
* Added tests for the bug related to tp_new vs tp_init problem.Hugo Lima2010-01-111-1/+6
* Puts derived and otherderived tests on the black list.Marcelo Lira2009-12-291-1/+1
* Adds "libother" as a new test library.Marcelo Lira2009-12-299-2/+283
* Adds test for modified function using type system template.Marcelo Lira2009-12-294-0/+73
* Adds test case for type discovery.Marcelo Lira2009-12-281-0/+5
* Removes unnecessary comments from Complex converter test header.Marcelo Lira2009-12-211-9/+0
* New unit test for added function with varargs parameter.Marcelo Lira2009-12-182-0/+12
* Tests for numerical implicit conversions and fixesLauro Neto2009-12-164-0/+170
* New test adding a function to the module.Marcelo Lira2009-12-162-0/+14
* Updates virtual method tests.Marcelo Lira2009-12-151-3/+9
* Fixed inconsistency on type system variables and added a new one.Marcelo Lira2009-12-081-36/+36
* Renamed a lot of Shiboken things with "Py" prefix to use "Sbk" prefix.Marcelo Lira2009-12-081-3/+3
* Adds StrList test to check classes that inherit from containers.Marcelo Lira2009-12-078-2/+246
* Moved container converters from test library to libshiboken's converter header.Marcelo Lira2009-12-073-105/+0
* Adds Overflow check to integer types conversions.Marcelo Lira2009-12-073-0/+58
* Added unit test for Python class inheriting from a C++ class with multiple in...Marcelo Lira2009-12-051-0/+41
* Remove multiple_derived from the test blacklist.Hugo Lima2009-12-041-1/+1
* Extended implicit conversion test with a case that uses a reference to an Obj...Marcelo Lira2009-12-022-2/+10
* Expanded protected method tests with cases of reimplemented grand parent and ...Marcelo Lira2009-12-024-3/+94
* Expanded virtual methods tests with a case of reimplementation of a grand par...Marcelo Lira2009-12-024-4/+61
* Add test black list.Hugo Lima2009-12-021-4/+10
* Removed all undue usage of lambda with assertRaises on unit tests.Marcelo Lira2009-12-018-15/+15
* Do not try to write the C++ version of an argument when the argument type is aHugo Lima2009-12-011-2/+2
* Improved tests for the QLayout-like ObjectTypeLayout.Marcelo Lira2009-12-013-6/+129
* Fixed inverted parentship semantics.Marcelo Lira2009-12-011-4/+7
* Updated ObjectType and ObjectTypeLayout to resemble the Qt's QLayout class.Marcelo Lira2009-12-016-14/+217
* Added tests for object reparenting.Marcelo Lira2009-12-011-0/+115
* Fix some ownership tests.Luciano Wolf2009-12-012-18/+5
* Implement 'child return' examples and support.Luciano Wolf2009-11-304-0/+131
* Added tests for something like QLayout.Hugo Lima2009-11-309-1/+191
* Add the generator flag "enable-parent-ctor-heuristic".Hugo Lima2009-11-302-6/+1
* Added method to take care of the details of ownership transfer to C++.Marcelo Lira2009-11-302-0/+65
* Fixed some typos in tests' comments.Marcelo Lira2009-11-302-2/+2
* Wrapper invalidation method recursively updates children objects status.Marcelo Lira2009-11-301-3/+12