aboutsummaryrefslogtreecommitdiffstats
path: root/tests/libsample/derived.cpp
Commit message (Collapse)AuthorAgeFilesLines
* added support for pure virtual methods returning void ptrsMatti Airas2010-03-171-0/+7
| | | | | | | the return statements now have correct values for pure virtual methods returning void pointers. also added a dummy test for this (can't really test it properly until the semantics of casting the python return value into a void pointer is properly defined -- if ever).
* fixed a typo in the test class nameMatti Airas2010-03-171-2/+2
|
* Add test for bug on the current type discovery algorithm.Hugo Lima2010-03-021-0/+8
|
* Add test for an impossible type discovery when the type has virtual functions.Hugo Lima2010-01-281-0/+9
|
* Uses __FUNCTION__ instead of __PRETTY_FUNCTION__, which is a GCC extension.Hugo Lima2009-11-231-14/+0
|
* renamed PolymorphicData class to OverloadData, this should represent correctlyMarcelo Lira2009-09-021-12/+12
| | | | the class' function; other relative renamings were also performed
* Added LGPL copyright header to all libsample files.Hugo Lima2009-09-011-0/+34
|
* commented debug messages from test libraryMarcelo Lira2009-08-251-14/+14
|
* The End Is the Beginning Is the EndMarcelo Lira2009-08-171-0/+80