Age | Commit message (Expand) | Author |
2011-06-03 | COMMON: Let Common::normalizePath normalize '..' in paths | Max Horn |
2011-05-23 | COMMON: Provide our own implementations for scumm_str(n)icmp | Max Horn |
2010-11-01 | COMMON: Rename String::printf() to String::format() | Max Horn |
2010-10-10 | TEST: Use TS_ASSERT_EQUALS instead of TS_ASSERT + operator== | Max Horn |
2010-09-07 | COMMON: Fix edge case for wildcard in matchString | Willem Jan Palenstijn |
2010-08-16 | Common: Fix bug in lastPathComponent. | Johannes Schickel |
2010-05-30 | Split test cases for internal and external storage. | Johannes Schickel |
2010-05-30 | Add a (currently) failing test for reference logic in Common::String. (Taken ... | Johannes Schickel |
2010-05-05 | Typo. | Johannes Schickel |
2010-05-05 | Add a custom implementation of OpenBSD's strlcat and strlcpy. | Johannes Schickel |
2009-10-12 | Add unit test for bug fixed by r44979 | Willem Jan Palenstijn |
2009-07-25 | Add Common::String::printf to format a string | 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-19 | Converted unit tests to use TS_ASSERT_EQUALS / TS_ASSERT_DIFFERS where possib... | Max Horn |
2009-04-20 | TESTS: Code formatting; also changed some TS_ASSERT to TS_ASSERT_EQUALS | Max Horn |
2008-09-05 | additional Common::String tests | Willem Jan Palenstijn |
2008-09-05 | Optimized matchString for the common case where there is a trailing * (if tha... | Max Horn |
2008-09-05 | Moved matchString from util.* to str.*; added new String::matchString method;... | Max Horn |
2008-09-02 | Added two new global funcs which ease proper handling of 'path' strings: Comm... | Max Horn |
2008-07-23 | Added convenience method String::makeUnique(); simplified String::operator=(c... | Max Horn |
2008-07-23 | Fix String::trim to work right for shared strings; augemented test cases to c... | Max Horn |
2008-07-22 | Added String::trim() method | Max Horn |
2008-07-20 | Fixed potential issue in Common::String when asserting a substring of a strin... | Max Horn |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |
2007-04-15 | Added Common::String::contains() method | Max Horn |
2006-09-30 | Added some String tests, to verify copy-on-write works correctly | Max Horn |
2006-03-28 | Renamed various container isEmpty() methods to empty() to match STL conventions | Max Horn |
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko |
2005-06-24 | When including files from common/, explicitly use the common/ prefix | Max Horn |
2005-02-06 | Add testcases for String::hasSuffix and hasPrefix | Max Horn |
2003-12-24 | simple unit tests for List/Map/String classes | Max Horn |