aboutsummaryrefslogtreecommitdiffstats
path: root/tests/libsample/str.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-1/+1
* MSVC complains about the missing operator< in Str when we use it on a std::list.Hugo Parente Lima2010-06-141-0/+1
* Add hash function for Str and proper unit test.Hugo Lima2010-02-231-0/+2
* Added another constructor to Str class, just to test the new char behaviour.Hugo Lima2010-01-201-0/+1
* Adds test for modified function using type system template.Marcelo Lira2009-12-291-0/+2
* Added visibility rules to libsample.Hugo Lima2009-11-231-3/+5
* Added a great deal of tests to virtual method modification cases.Marcelo Lira2009-11-231-0/+1
* Added a reverse operator to the test class Str.Hugo Lima2009-11-101-3/+11
* * added the ObjectType example which adds some cases similar toMarcelo Lira2009-11-031-1/+3
* added the Str class to libsample and test cases that check the __str__Marcelo Lira2009-10-301-0/+62