aboutsummaryrefslogtreecommitdiffstats
path: root/tests/samplebinding
Commit message (Expand)AuthorAgeFilesLines
...
* Add hash function for Str and proper unit test.Hugo Lima2010-02-232-1/+44
* The C++-like enum values are now registered inside the related enums.Marcelo Lira2010-02-231-0/+7
* Remove warning in injected code related to comparison between signed and unsi...Hugo Lima2010-02-221-1/+1
* Adds test for C++ 'const char*' argument receiving a Python None as a null po...Marcelo Lira2010-02-201-0/+49
* All enums are now extensible to match the C++ casting behaviour.Marcelo Lira2010-02-201-4/+11
* Added more tests for bugs found in overload resolution.Hugo Lima2010-02-192-1/+19
* Fixing array deallocation in exampleLauro Neto2010-02-191-1/+1
* Adding test for sequenceToIntArrayLauro Neto2010-02-192-0/+52
* other binding does not link against sample binding.Hugo Lima2010-02-181-1/+1
* User definied converters are written outside Shiboken namespace.Hugo Lima2010-02-185-1/+10
* 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