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
/
list.h
Age
Commit message (
Expand
)
Author
2009-05-19
Converted unit tests to use TS_ASSERT_EQUALS / TS_ASSERT_DIFFERS where possib...
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-21
Fix warnings (patch for array.h was supplied via salty-horse on IRC).
Johannes Schickel
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
2008-04-02
Implemented transparent List::iterator to List::const_iterator conversion and...
Johannes Schickel
2008-01-27
Removed trailing spaces.
Jordi Vilalta Prat
2007-09-19
Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...
Nicola Mettifogo
2006-05-26
add functions for reverse iteration of Common::List
Willem Jan Palenstijn
2006-03-31
Some new & extended test cases
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
2004-05-21
Updated unit tests
Max Horn
2003-12-24
simple unit tests for List/Map/String classes
Max Horn