aboutsummaryrefslogtreecommitdiffstats
path: root/tests/libsample/nondefaultctor.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>
* fixed tests exported symbols.Renato Filho2010-08-181-6/+6
| | | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* API fixes.Renato Filho2010-05-181-0/+2
| | | | | | | | | * 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 missing LGPL copyright header to libsample/oddbool.hMarcelo Lira2009-09-011-1/+1
|
* Added a python test to classes without default ctorHugo Lima2009-09-011-2/+8
|
* Added LGPL copyright header to all libsample files.Hugo Lima2009-09-011-0/+33
|
* added virtual method cases to NonDefaultCtor exampleMarcelo Lira2009-09-011-0/+10
|
* Added a corner case to broke Shiboken tests >:-)Hugo Lima2009-08-311-0/+28
Shiboken generates wrong C++ code when exists a function/method that returns a type without a default constructor.