aboutsummaryrefslogtreecommitdiff
path: root/test/common/array.h
AgeCommit message (Expand)Author
2017-10-06COMMON: Allow construction of Arrays of non-copyable membersColin Snover
2017-09-30COMMON: Add standard data method to Common::ArrayColin Snover
2017-09-30COMMON: Add standard count & count+copy array constructorsColin Snover
2016-09-05TESTS: Fix warningEugene Sandulenko
2016-06-04TESTS: Fix SortedArray testEugene Sandulenko
2016-05-23TESTS: Implement SortedArray testEugene Sandulenko
2016-02-18COMMON: Add methods for inserting and erasing with iteratorsColin Snover
2011-10-09TEST: Extend Common::Array copy-constructor test a bit.Johannes Schickel
2011-05-16COMMON: Fix inserting an array into itself under certain conditionsMax Horn
2010-10-03SCI: Allow multiple word groups in parserWillem Jan Palenstijn
2010-03-18COMMON: Move typedef StringList from str.h to new header str-array.hMax Horn
2009-10-19Added operator== and != to Common::ArrayMax Horn
2009-05-26Fixed a bug in Common::Array (including a unit test for it), and changed the ...Max Horn
2009-05-19Converted unit tests to use TS_ASSERT_EQUALS / TS_ASSERT_DIFFERS where possib...Max Horn
2009-05-03Added unit test for Common::Array::resize()Max Horn
2009-04-27COMMON: Made sure Common::List and Common::array each have all front/back/pu...Max Horn
2009-04-22COMMON: changed class StringList to a simple typedef; enhanced the Common::Ar...Max Horn
2009-04-21Fix warnings (patch for array.h was supplied via salty-horse on IRC).Johannes Schickel
2009-04-20COMMON & TESTS: Added new constructor to Array<T>, namely Array(const T* data...Max Horn
2009-04-20TESTS: Code formatting; also changed some TS_ASSERT to TS_ASSERT_EQUALSMax Horn
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-05-23Commit of patch #1715313 ("CORE: STL like algorithm implementation").Johannes Schickel
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
2004-05-21Updated unit testsMax Horn
2004-04-12Skeleton unit test for array classMax Horn