aboutsummaryrefslogtreecommitdiffstats
path: root/tests/libsample/listuser.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Added test for overload decisor handling container dependencies.Marcelo Lira2012-03-081-0/+12
| | | | | | | | | | | | | | | Explaining with an example. Consider a function called "function" with two signatures accepting a list of Point and a list of PointF, respectively. Consider also that Point is implicitly convertible to PointF. void function(list<Point>&) void function(list<PointF>&) A list of Point should be checked before a list of PointF. Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* 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