aboutsummaryrefslogtreecommitdiffstats
path: root/tests/libsample/str.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change the license boiler plates of all LGPL files removing the special excep...Hugo Parente Lima2010-09-091-20/+8
* MSVC complains about the missing operator< in Str when we use it on a std::list.Hugo Parente Lima2010-06-141-0/+5
* Do not segfault when a null pointer is passed to Str constructor.Hugo Parente Lima2010-04-051-1/+2
* Add hash function for Str and proper unit test.Hugo Lima2010-02-231-0/+10
* Added another constructor to Str class, just to test the new char behaviour.Hugo Lima2010-01-201-0/+6
* Adds test for modified function using type system template.Marcelo Lira2009-12-291-0/+25
* Added a great deal of tests to virtual method modification cases.Marcelo Lira2009-11-231-0/+7
* Added a reverse operator to the test class Str.Hugo Lima2009-11-101-45/+37
* * added the ObjectType example which adds some cases similar toMarcelo Lira2009-11-031-0/+11
* added the Str class to libsample and test cases that check the __str__Marcelo Lira2009-10-301-0/+123