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
/
hashmap.h
Age
Commit message (
Expand
)
Author
2011-01-30
COMMON: Add an erase method which takes an iterator to HashMap.
Johannes Schickel
2009-09-22
Add basic test for HashMap::iterator
Willem Jan Palenstijn
2009-09-06
COMMON: HashMap::getVal now allows specifying a default value.
Max Horn
2009-06-09
Changed some lines to tabs instead of whitespaces for identation.
Johannes Schickel
2009-06-09
Add (failing) hashmap test case for collision handling
Willem Jan Palenstijn
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
2009-01-11
test re-adding elements to emptied hashmap
Willem Jan Palenstijn
2009-01-01
Whoa! Removing trailing spaces.
Eugene Sandulenko
2008-08-28
Some extra HashMap tests
Max Horn
2008-05-28
Decrement _nele when erasing an element from hashmap, and add a test-case for...
Willem Jan Palenstijn
2008-03-30
Add test for copying hashmaps.
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-03-31
Some new & extended test cases
Max Horn
2006-03-28
Adapted unit tests to current situation
Max Horn