aboutsummaryrefslogtreecommitdiffstats
path: root/tests/libsample
Commit message (Expand)AuthorAgeFilesLines
* Adds tests to type system modifications regarding reference to pointer type.Marcelo Lira2010-03-222-0/+16
* Adding greedy method to CollectorLauro Neto2010-03-223-0/+13
* Adds a test for a method with modifications and custom conversion rules.Marcelo Lira2010-03-192-0/+11
* Allow hash-function tag to be definied in object-types (Fix bug #186).Hugo Lima2010-03-192-0/+7
* added support for pure virtual methods returning void ptrsMatti Airas2010-03-173-0/+9
* fixed a typo in the test class nameMatti Airas2010-03-171-2/+2
* Merge branch 'master' into extensibleconversionsMarcelo Lira2010-03-043-0/+15
|\
| * Use polymorphic-id-expression to discover the correct type of a C++ object.Hugo Lima2010-03-022-0/+6
| * Add test for bug on the current type discovery algorithm.Hugo Lima2010-03-022-0/+9
* | Adds tests for a class without implicit conversions being extended in another...Marcelo Lira2010-03-021-0/+55
|/
* Adds unit test for implicit conversion defined by a conversion operator.Marcelo Lira2010-03-012-0/+9
* Shiboken generator now supports references to pointers as arguments.Marcelo Lira2010-02-261-0/+3
* Add hash function for Str and proper unit test.Hugo Lima2010-02-232-0/+12
* Adds test for C++ 'const char*' argument receiving a Python None as a null po...Marcelo Lira2010-02-201-0/+3
* Added more tests for bugs found in overload resolution.Hugo Lima2010-02-191-0/+4
* Adding test for sequenceToIntArrayLauro Neto2010-02-192-0/+13
* Adds tests for reference counting in model/view style relationships.Marcelo Lira2010-02-103-0/+116
* Adds tests for classes with public member variables.Marcelo Lira2010-02-102-4/+11
* Implement support to conversion rule.Renato Filho2010-02-092-3/+2
* Adds tests for argument removal and type modification for virtual methods.Marcelo Lira2010-02-091-0/+1
* Fixes generation of binding reimplementation of modified virtual methods.Marcelo Lira2010-02-091-1/+1
* Adds test for argument removal plus argument type modification.Marcelo Lira2010-02-082-0/+9
* Fixing sort overloadLauro Neto2010-02-081-0/+4
* Add workaround for hardware bug that causes failures on two "size" tests.Anderson Lizardo2010-02-031-2/+12
* Fix crash when a virtual function with enum in they arguments is called from ...Hugo Lima2010-02-012-0/+11
* Create test for constructors with implicitly conversion and default args.Renato Filho2010-01-291-4/+7
* Add test for an impossible type discovery when the type has virtual functions.Hugo Lima2010-01-282-0/+10
* Adds support for void pointer conversions.Marcelo Lira2010-01-281-0/+56
* 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-261-0/+7
* writeMinimalConstructorCallArguments knowns about enums.Hugo Lima2010-01-262-0/+4
* Fix bug on overflow check routines under 32 bits platforms.Hugo Lima2010-01-222-0/+7
* 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-192-0/+18
* 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-182-1/+12
* Adding new tests related to threads/GIL lockingLauro Neto2010-01-155-0/+149
* Fix custom converters from libsample.Hugo Lima2010-01-151-1/+1
* Adds test for modified function using type system template.Marcelo Lira2009-12-292-0/+27
* Tests for numerical implicit conversions and fixesLauro Neto2009-12-162-0/+35
* Adds StrList test to check classes that inherit from containers.Marcelo Lira2009-12-073-0/+124
* Adds Overflow check to integer types conversions.Marcelo Lira2009-12-072-0/+8
* 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-021-1/+15
* Expanded virtual methods tests with a case of reimplementation of a grand par...Marcelo Lira2009-12-021-3/+11
* Improved tests for the QLayout-like ObjectTypeLayout.Marcelo Lira2009-12-011-0/+1
* Updated ObjectType and ObjectTypeLayout to resemble the Qt's QLayout class.Marcelo Lira2009-12-014-9/+90
* Implement 'child return' examples and support.Luciano Wolf2009-11-302-0/+48
* Added tests for something like QLayout.Hugo Lima2009-11-305-1/+116