index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
common
/
array.h
Age
Commit message (
Expand
)
Author
2011-10-09
TEST: Extend Common::Array copy-constructor test a bit.
Johannes Schickel
2011-05-16
COMMON: Fix inserting an array into itself under certain conditions
Max Horn
2010-10-03
SCI: Allow multiple word groups in parser
Willem Jan Palenstijn
2010-03-18
COMMON: Move typedef StringList from str.h to new header str-array.h
Max Horn
2009-10-19
Added operator== and != to Common::Array
Max Horn
2009-05-26
Fixed a bug in Common::Array (including a unit test for it), and changed the ...
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: 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
2007-09-19
Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...
Nicola Mettifogo
2007-05-23
Commit of patch #1715313 ("CORE: STL like algorithm implementation").
Johannes Schickel
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
2004-05-21
Updated unit tests
Max Horn
2004-04-12
Skeleton unit test for array class
Max Horn