aboutsummaryrefslogtreecommitdiffstats
path: root/tests/samplebinding
Commit message (Expand)AuthorAgeFilesLines
* Adds 'reference-count' tag to ObjectView::setModel from test bindings.Marcelo Lira2010-02-101-1/+7
* Adds tests for reference counting in model/view style relationships.Marcelo Lira2010-02-104-0/+80
* Adds tests for classes with public member variables.Marcelo Lira2010-02-101-0/+122
* Implement support to conversion rule.Renato Filho2010-02-092-14/+24
* Adds tests for argument removal and type modification for virtual methods.Marcelo Lira2010-02-092-1/+40
* Fixes generation of binding reimplementation of modified virtual methods.Marcelo Lira2010-02-091-0/+3
* Adds test for argument removal plus argument type modification.Marcelo Lira2010-02-082-0/+24
* Fixing sort overloadLauro Neto2010-02-082-0/+21
* Shiboken::setParent also accepts list of children.Renato Filho2010-02-051-6/+3
* Fix Weakreference supportLauro Neto2010-02-041-2/+14
* Adding support for weakreferenceLauro Neto2010-02-031-0/+49
* Fix issue triggerd when an code injection on constructor tries to useHugo Lima2010-02-032-1/+50
* Fix crash when a virtual function with enum in they arguments is called from ...Hugo Lima2010-02-011-0/+9
* Create test for constructors with implicitly conversion and default args.Renato Filho2010-01-291-0/+3
* Add check of conversions errors on constructors.Hugo Lima2010-01-291-1/+5
* Add test for an impossible type discovery when the type has virtual functions.Hugo Lima2010-01-281-0/+42
* Adds support for void pointer conversions.Marcelo Lira2010-01-284-0/+54
* Changed API for PySequence_to_argc_argv.Hugo Lima2010-01-281-2/+2
* Write cptr macro for inner classes.Hugo Lima2010-01-262-0/+2
* 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