aboutsummaryrefslogtreecommitdiff
path: root/test/common/str.h
AgeCommit message (Expand)Author
2019-04-06COMMON: add tests for Common::StringJaromir Wysoglad
2019-03-03COMMON: Allow '\#' to match '#' in matchStringsluicebox
2017-11-20TESTS: Remove zero-length string and associated -Wformat massageColin Snover
2017-11-10COMMON: Add basic fixed-width word wrap to Common::StringColin Snover
2017-01-05TESTS: Fix warningsWillem Jan Palenstijn
2017-01-05COMMON: Add strnlen for safer C string length readsColin Snover
2016-10-09JANITORIAL: Remove more trailing spacesEugene Sandulenko
2016-05-16COMMON: Add replace functions to Common and String.Borja Lorente Escobar
2016-01-26COMMON: Allow '#' to only match digits in matchString.Johannes Schickel
2013-06-20COMMON: Add erase method to String classrichiesams
2011-06-03COMMON: Let Common::normalizePath normalize '..' in pathsMax Horn
2011-05-23COMMON: Provide our own implementations for scumm_str(n)icmpMax Horn
2010-11-01COMMON: Rename String::printf() to String::format()Max Horn
2010-10-10TEST: Use TS_ASSERT_EQUALS instead of TS_ASSERT + operator==Max Horn
2010-09-07COMMON: Fix edge case for wildcard in matchStringWillem Jan Palenstijn
2010-08-16Common: Fix bug in lastPathComponent.Johannes Schickel
2010-05-30Split test cases for internal and external storage.Johannes Schickel
2010-05-30Add a (currently) failing test for reference logic in Common::String. (Taken ...Johannes Schickel
2010-05-05Typo.Johannes Schickel
2010-05-05Add a custom implementation of OpenBSD's strlcat and strlcpy.Johannes Schickel
2009-10-12Add unit test for bug fixed by r44979Willem Jan Palenstijn
2009-07-25Add Common::String::printf to format a stringWillem Jan Palenstijn
2009-06-07Added some new method variants to Common::StringMax Horn
2009-05-31Extend self asignment test a bit more (both using internal and allocated stor...Johannes Schickel
2009-05-31Add unit tests for Common::String operators. These test cases will for exampl...Johannes Schickel
2009-05-19Converted unit tests to use TS_ASSERT_EQUALS / TS_ASSERT_DIFFERS where possib...Max Horn
2009-04-20TESTS: Code formatting; also changed some TS_ASSERT to TS_ASSERT_EQUALSMax Horn
2008-09-05additional Common::String testsWillem Jan Palenstijn
2008-09-05Optimized matchString for the common case where there is a trailing * (if tha...Max Horn
2008-09-05Moved matchString from util.* to str.*; added new String::matchString method;...Max Horn
2008-09-02Added two new global funcs which ease proper handling of 'path' strings: Comm...Max Horn
2008-07-23Added convenience method String::makeUnique(); simplified String::operator=(c...Max Horn
2008-07-23Fix String::trim to work right for shared strings; augemented test cases to c...Max Horn
2008-07-22Added String::trim() methodMax Horn
2008-07-20Fixed potential issue in Common::String when asserting a substring of a strin...Max Horn
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-04-15Added Common::String::contains() methodMax Horn
2006-09-30Added some String tests, to verify copy-on-write works correctlyMax Horn
2006-03-28Renamed various container isEmpty() methods to empty() to match STL conventionsMax Horn
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
2005-06-24When including files from common/, explicitly use the common/ prefixMax Horn
2005-02-06Add testcases for String::hasSuffix and hasPrefixMax Horn
2003-12-24simple unit tests for List/Map/String classesMax Horn