aboutsummaryrefslogtreecommitdiffstats
path: root/tests/libsample/samplenamespace.h
Commit message (Collapse)AuthorAgeFilesLines
* Added test for finding type scope in cases involving inheritance.Marcelo Lira2010-06-291-0/+1
| | | | | Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>
* Added test function with an integer argument that have an enum as default value.Marcelo Lira2010-06-151-0/+2
|
* API fixes.Renato Filho2010-05-181-4/+4
| | | | | | | | | * 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>
* Use qualified class name when callign a method like self->ClassName::method().Hugo Parente Lima2010-04-221-0/+10
| | | | This fix some problems compiling bindings for classes under C++ namespaces.
* Added support for enums inside classes inside namespaces.Hugo Parente Lima2010-04-221-0/+4
|
* Add test for classes and inner classes inside namespaces.Hugo Parente Lima2010-04-221-0/+12
|
* Adds a test for a method with modifications and custom conversion rules.Marcelo Lira2010-03-191-0/+2
| | | | | | | | | | | | | The test function does nothing in fact, it is there just to cause a situation that could cause a compilation problem if the generator is not working as it should. In other words if it compiles, then it is ok. :) The added method was a dummy clone of a similar QPixmap.loadFromData method signature that prevented QtGui from compiling properly. Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Anderson Lizardo <anderson.lizardo@openbossa.org>
* Added visibility rules to libsample.Hugo Lima2009-11-231-6/+8
|
* Added LGPL copyright header to all libsample files.Hugo Lima2009-09-011-0/+34
|
* The End Is the Beginning Is the EndMarcelo Lira2009-08-171-0/+36