aboutsummaryrefslogtreecommitdiffstats
path: root/tests/libsample/objecttype.h
Commit message (Expand)AuthorAgeFilesLines
* Change the license boiler plates of all LGPL files removing the special excep...Hugo Parente Lima2010-09-091-20/+8
* fixed tests exported symbols.Renato Filho2010-08-181-6/+6
* Create unit test to function with ambiguous signature in Python side.Renato Filho2010-08-161-0/+10
* Created unit tests for named arguments.Renato Filho2010-06-171-0/+6
* Adding test for #212 - Overloads with enumsLauro Neto2010-04-301-0/+3
* Fixed argument policy propagate.Renato Filho2010-04-221-1/+1
* Adding greedy method to CollectorLauro Neto2010-03-221-0/+2
* Allow hash-function tag to be definied in object-types (Fix bug #186).Hugo Lima2010-03-191-0/+2
* Adding new tests related to threads/GIL lockingLauro Neto2010-01-151-0/+1
* Updated ObjectType and ObjectTypeLayout to resemble the Qt's QLayout class.Marcelo Lira2009-12-011-1/+11
* Implement 'child return' examples and support.Luciano Wolf2009-11-301-0/+4
* Added tests for something like QLayout.Hugo Lima2009-11-301-1/+7
* Some fixing and refactoring for the ObjectType test class.Marcelo Lira2009-11-301-2/+2
* Add removeChild and killChild to ObjectType testLauro Neto2009-11-271-0/+2
* Test ownership transfer from Python to C++Luciano Wolf2009-11-271-0/+3
* Added visibility rules to libsample.Hugo Lima2009-11-231-2/+4
* Added support for the type system "invalidate-after-use" argument modification.Marcelo Lira2009-11-181-1/+18
* * added the ObjectType example which adds some cases similar toMarcelo Lira2009-11-031-0/+67