aboutsummaryrefslogtreecommitdiffstats
path: root/tests/libsample
Commit message (Expand)AuthorAgeFilesLines
* Adds protected enum test cases.Marcelo Lira2010-06-011-0/+14
* Fixed declaration of class SimpleFile.Renato Filho2010-05-262-30/+56
* API fixes.Renato Filho2010-05-1812-20/+23
* Adding test for #212 - Overloads with enumsLauro Neto2010-04-302-0/+10
* Merge remote branch 'luck/fixprivctor'Luciano Wolf2010-04-231-0/+61
|\
| * Support to "only private constructor available" case.Luciano Wolf2010-04-211-0/+61
* | Use qualified class name when callign a method like self->ClassName::method().Hugo Parente Lima2010-04-221-0/+10
* | Added support for enums inside classes inside namespaces.Hugo Parente Lima2010-04-221-0/+4
* | Add test for classes and inner classes inside namespaces.Hugo Parente Lima2010-04-221-0/+12
* | Fixed argument policy propagate.Renato Filho2010-04-222-1/+3
|/
* Better error messages when reimplementing virtual methods.Hugo Parente Lima2010-04-081-0/+6
* Do not segfault when a null pointer is passed to Str constructor.Hugo Parente Lima2010-04-051-1/+2
* 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