aboutsummaryrefslogtreecommitdiffstats
path: root/tests/libsample/listuser.cpp
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>
* * added the ObjectType example which adds some cases similar toMarcelo Lira2009-11-031-4/+9
| | | | | | | | | | those on Qt's QObject (object name, parent and children list), although no ownership test was added yet. * added method Abstract::getObjectId(Abstract*) as a case of an argument that should be converted to an abstract type. * added ListUser::multiplyPointList(std::list<Point*>&, double), which tests the conversion from a Python list of Point wrappers to a C++ list whose items will be altered.
* Added LGPL copyright header to all libsample files.Hugo Lima2009-09-011-0/+34
|
* commented debug messages from test libraryMarcelo Lira2009-08-251-4/+3
|
* The End Is the Beginning Is the EndMarcelo Lira2009-08-171-0/+47