Age | Commit message (Expand) | Author |
2010-04-10 | Slightly tweak Common::StringTokenizer tests, cleanup | Max Horn |
2010-04-10 | Part of patch #2982224: "GSoC: Added unit test and unified error message disp... | Max Horn |
2010-03-22 | Add simple testcase for ScopedPtr and SharedPtr | Max Horn |
2010-03-18 | COMMON: Move typedef StringList from str.h to new header str-array.h | Max Horn |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2009-12-30 | Rename Common::Stream::readLine_NEW to readLine | Max Horn |
2009-12-27 | allowed list to be sorted with default comparator | Vladimir Menshakov |
2009-12-27 | Add some tests for checkSort just in case... :-) | Johannes Schickel |
2009-12-27 | Typo. | Johannes Schickel |
2009-12-27 | Do not use TS_ASSERT_EQUALS in checkSort, but rather let return checkSort an | Johannes Schickel |
2009-12-27 | More cleanup. | Johannes Schickel |
2009-12-27 | Use some pseudo random numbers in test_container_sort. | Johannes Schickel |
2009-12-27 | Cleanup. | Johannes Schickel |
2009-12-27 | fixed typo | Vladimir Menshakov |
2009-12-27 | added tests for sort() functions | Vladimir Menshakov |
2009-11-23 | COMMON: Remove various variants of the md5_file / md5_file_string funcs; turn... | Max Horn |
2009-10-19 | Added operator== and != to Common::Array | Max Horn |
2009-10-12 | Add unit test for bug fixed by r44979 | Willem Jan Palenstijn |
2009-09-22 | Add basic test for HashMap::iterator | Willem Jan Palenstijn |
2009-09-06 | COMMON: HashMap::getVal now allows specifying a default value. | Max Horn |
2009-07-25 | Add Common::String::printf to format a string | Willem Jan Palenstijn |
2009-06-09 | Changed some lines to tabs instead of whitespaces for identation. | Johannes Schickel |
2009-06-09 | Add (failing) hashmap test case for collision handling | Willem Jan Palenstijn |
2009-06-07 | Added some new method variants to Common::String | Max Horn |
2009-05-31 | Extend self asignment test a bit more (both using internal and allocated stor... | Johannes Schickel |
2009-05-31 | Add unit tests for Common::String operators. These test cases will for exampl... | Johannes Schickel |
2009-05-26 | Renamed Common::Serializer::syncMagic to matchBytes, and added version paarms... | Max Horn |
2009-05-26 | Fixed a bug in Common::Array (including a unit test for it), and changed the ... | Max Horn |
2009-05-20 | fix warning | Max Horn |
2009-05-19 | - Formatting | Johannes Schickel |
2009-05-19 | Improved Common::Serializer in several ways: | Max Horn |
2009-05-19 | Converted unit tests to use TS_ASSERT_EQUALS / TS_ASSERT_DIFFERS where possib... | Max Horn |
2009-05-03 | Added unit test for Common::Array::resize() | Max Horn |
2009-04-27 | COMMON: Improved efficiency of some Common::List methods; added more unit tes... | Max Horn |
2009-04-27 | COMMON: Made sure Common::List and Common::array each have all front/back/pu... | Max Horn |
2009-04-22 | COMMON: changed class StringList to a simple typedef; enhanced the Common::Ar... | Max Horn |
2009-04-21 | Fix warnings (patch for array.h was supplied via salty-horse on IRC). | Johannes Schickel |
2009-04-20 | COMMON & TESTS: Added new constructor to Array<T>, namely Array(const T* data... | Max Horn |
2009-04-20 | TESTS: Code formatting; also changed some TS_ASSERT to TS_ASSERT_EQUALS | Max Horn |
2009-04-11 | COMMON: Added unit test for Common::List::size(); made List::size() slightly ... | Max Horn |
2009-04-09 | Rewrote Common::Rect::contains(Rect) to do what the name suggests (check whet... | Max Horn |
2009-04-09 | Patch #2735283: GSOC09: A few unit tests for Common::Rect | Max Horn |
2009-03-05 | Fix for bug #2664460: Various SeekableReadStream::seek() implementations (as ... | Max Horn |
2009-01-21 | Made Common::Stack return refs, thus ensuring that it matches exactly the beh... | Max Horn |
2009-01-11 | test re-adding elements to emptied hashmap | Willem Jan Palenstijn |
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko |
2008-09-16 | Fix sign warnings in unit tests | Max Horn |
2008-09-14 | Big patch changing semantics of ReadStream::eos(): | Willem Jan Palenstijn |
2008-09-06 | Added some unit tests for Stream::readLine_NEW, and clarified that readLine_N... | Max Horn |
2008-09-05 | additional Common::String tests | Willem Jan Palenstijn |