aboutsummaryrefslogtreecommitdiffstats
path: root/tests/libsample/multiple_derived.h
Commit message (Collapse)AuthorAgeFilesLines
* Change the license boiler plates of all LGPL files removing the special ↵Hugo Parente Lima2010-09-091-20/+8
| | | | | | | exception. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Fix the type resolver algorithm.Hugo Parente Lima2010-08-301-2/+3
| | | | | | | | | | | | | | | | | The new algorithm do the following: - Try to use type_info on the object the get the object real name. - Try to find a type resolver with the name returned by type_info. - If a type resolver was found, get the python type. - Else, ask binding manager to resolve the type walking on all possible subclasses found in the inheritance tree. The binding manager has a graph representing the class inheritance tree. Note: This commit break the libshiboken ABI, but not the API. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.araujo@openbossa.org>
* fixed tests exported symbols.Renato Filho2010-08-181-25/+25
| | | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Fixes bug#253 - "Segmentation Fault when clicked on ListWidget with TableModel"Hugo Parente Lima2010-07-061-0/+3
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* API fixes.Renato Filho2010-05-181-5/+5
| | | | | | | | | * Export enums without macro * Declare virtual destructor on all classes with virtual functions * Fix extern "C" declaration scope Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Marcelo Lira <marcelo.lira@openbossa.org>
* Fixed visibility for multiple derived test classes.Marcelo Lira2009-11-251-9/+9
| | | | Reviewed by Hugo Lima <hugo.lima@openbossa.org>
* Merged with multipleinheritance branchMarcelo Lira2009-11-251-17/+140
|\
| * Added new cases to multiple inheritance tests.Marcelo Lira2009-11-181-0/+5
| |
| * improved multiple inheritance tests with a myriad of new casesMarcelo Lira2009-11-181-17/+135
| |
* | Added visibility rules to libsample.Hugo Lima2009-11-231-3/+5
|/
* improved the multiple inheritance test with two new methods that castMarcelo Lira2009-11-041-9/+12
| | | | | | | their instance of MDerived to MBase1 and MBase2; also did some refactors and commented the unit test Reviewed by Hugo Parente <hugo.lima@openbossa.org>
* Create multiple heritance tests.Renato Araujo Oliveira Filho2009-09-101-0/+68