aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* 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-193-1/+23
* Fixing array deallocation in exampleLauro Neto2010-02-191-1/+1
* Adding test for sequenceToIntArrayLauro Neto2010-02-194-0/+65
* other binding does not link against sample binding.Hugo Lima2010-02-182-3/+2
* User definied converters are written outside Shiboken namespace.Hugo Lima2010-02-185-1/+10
* Adds test for cast operator for a class in a different module.Marcelo Lira2010-02-188-1/+159
* libother now uses its own library export macros instead of libsample ones.Marcelo Lira2010-02-182-2/+54
* Removed tests related to reference keeping from black list.Marcelo Lira2010-02-121-1/+1
* The tests for C++ class' fields and reference count will fail.Marcelo Lira2010-02-101-1/+1
* 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-107-0/+196
* Adds tests for classes with public member variables.Marcelo Lira2010-02-103-4/+133
* Implement support to conversion rule.Renato Filho2010-02-094-17/+26
* Adds tests for argument removal and type modification for virtual methods.Marcelo Lira2010-02-093-1/+41
* Fixes generation of binding reimplementation of modified virtual methods.Marcelo Lira2010-02-092-1/+4
* Adds test for argument removal plus argument type modification.Marcelo Lira2010-02-084-0/+33
* Fixing sort overloadLauro Neto2010-02-083-0/+25
* 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
* Add workaround for hardware bug that causes failures on two "size" tests.Anderson Lizardo2010-02-031-2/+12
* Add missing PythonInterp checkAnderson Lizardo2010-02-031-0/+2
* 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-013-0/+20
* Create test for constructors with implicitly conversion and default args.Renato Filho2010-01-292-4/+10
* 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-283-0/+52
* Adds support for void pointer conversions.Marcelo Lira2010-01-285-0/+110
* Changed API for PySequence_to_argc_argv.Hugo Lima2010-01-281-2/+2
* Export converters when needed.Hugo Lima2010-01-261-2/+4
* Use qualified C++ names on variables inside richComparison functions.Hugo Lima2010-01-261-0/+1
* Do not use C++ qualified name to generate the number protocol struct.Hugo Lima2010-01-261-0/+1
* Write cptr macro for inner classes.Hugo Lima2010-01-263-0/+9
* writeMinimalConstructorCallArguments knowns about enums.Hugo Lima2010-01-263-0/+5
* 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