aboutsummaryrefslogtreecommitdiffstats
path: root/tests/samplebinding
Commit message (Expand)AuthorAgeFilesLines
* Fix implicitconv_numerical testsHugo Lima2010-01-221-3/+3
* Fix bug on overflow check routines under 32 bits platforms.Hugo Lima2010-01-222-1/+9
* Adds support for Duck Punching (aka Monkey Patching).Marcelo Lira2010-01-211-0/+139
* Adds test case for overload with static and a non-static versions of a method.Hugo Lima2010-01-192-1/+80
* Expanded thread locking tests with two more cases.Marcelo Lira2010-01-182-1/+30
* Adds CppGenerator::writeCppSelfDefinition method.Marcelo Lira2010-01-151-1/+1
* Adding new tests related to threads/GIL lockingLauro Neto2010-01-157-0/+244
* 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-152-4/+9
* Changed prefix of local generated C functions to avoid name clash with bindin...Hugo Lima2010-01-141-1/+1
* Added tests for the bug related to tp_new vs tp_init problem.Hugo Lima2010-01-111-1/+6
* Adds "libother" as a new test library.Marcelo Lira2009-12-291-1/+1
* Adds test for modified function using type system template.Marcelo Lira2009-12-292-0/+46
* 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-162-0/+135
* 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-075-2/+122
* 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-071-0/+50
* Added unit test for Python class inheriting from a C++ class with multiple in...Marcelo Lira2009-12-051-0/+41
* Extended implicit conversion test with a case that uses a reference to an Obj...Marcelo Lira2009-12-021-1/+5
* Expanded protected method tests with cases of reimplemented grand parent and ...Marcelo Lira2009-12-023-2/+79
* Expanded virtual methods tests with a case of reimplementation of a grand par...Marcelo Lira2009-12-023-1/+50
* 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-012-6/+128
* Fixed inverted parentship semantics.Marcelo Lira2009-12-011-4/+7
* Updated ObjectType and ObjectTypeLayout to resemble the Qt's QLayout class.Marcelo Lira2009-12-012-5/+127
* 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-302-0/+83
* Added tests for something like QLayout.Hugo Lima2009-11-304-0/+75
* 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-301-0/+64
* 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
* Fix objects/points methods to return a list + fix example using them.Luciano Wolf2009-11-271-7/+7
* Use map instead of list inside BlackBox class.Luciano Wolf2009-11-271-2/+2
* Fix identation of generated code for C++ wrapper destructor.Marcelo Lira2009-11-271-1/+1
* Add test for delete child in pythonLauro Neto2009-11-272-0/+51
* Adding test for deleting parentLauro Neto2009-11-271-3/+7
* Add invalidate parent testLauro Neto2009-11-271-0/+49
* Add test for deleting child in cppLauro Neto2009-11-271-0/+49
* Add parent tags for ObjectType class.Hugo Lima2009-11-271-0/+10