aboutsummaryrefslogtreecommitdiffstats
path: root/tests/libsample/collector.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-1/+1
| | | | | Reviewer: Hugo Parente Lima <hugo.pl@gmail.com> Luciano Wolf <luciano.wolf@openbossa.org>
* Fix problems on MacOSX due to uninitialized variables and mixing of int, ↵Hugo Parente Lima2010-06-151-4/+3
| | | | | | | uint and ulong variables. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Adding greedy method to CollectorLauro Neto2010-03-221-0/+4
| | | | | This method will somehow conflict with the external operator in libother OtherObjectType
* Added visibility rules to libsample.Hugo Lima2009-11-231-3/+4
|
* Adding signed int/long/char to primitiveType dictLauro Neto2009-11-101-1/+2
| | | | Reviewed by Hugo Lima (hugo.lima@openbossa.org)
* Adding external operator to Collector (stream)Lauro Neto2009-11-101-0/+15
|
* added test cases for C++ operator<< method (Python's __lshift__);Marcelo Lira2009-10-271-0/+57
also fixed some grammar on overload_test.py