aboutsummaryrefslogtreecommitdiffstats
path: root/tests/libsample/listuser.h
Commit message (Collapse)AuthorAgeFilesLines
* Added test for overload decisor handling container dependencies.Marcelo Lira2012-03-081-0/+9
| | | | | | | | | | | | | | | 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>
* fixed tests exported symbols.Renato Filho2010-08-181-2/+2
| | | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* API fixes.Renato Filho2010-05-181-1/+1
| | | | | | | | | * 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>
* Added visibility rules to libsample.Hugo Lima2009-11-231-1/+3
|
* * added the ObjectType example which adds some cases similar toMarcelo Lira2009-11-031-0/+5
| | | | | | | | | | 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
|
* Added a common use case to break shiboken legs.Hugo Lima2009-08-281-0/+1
|
* added unit tests for stl::pair and stl::list conversions on libsampleMarcelo Lira2009-08-241-0/+6
|
* The End Is the Beginning Is the EndMarcelo Lira2009-08-171-0/+23