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
/
common
/
hashmap.cpp
Age
Commit message (
Expand
)
Author
2014-02-18
COMMON: Make GPL headers consistent in themselves.
Johannes Schickel
2013-01-26
JANITORIAL: Enforce "} // End of namespace" with a single space after }.
Johannes Schickel
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2010-11-01
COMMON: Change some (f)printf to debug calls; clenaup hashmap.h
Max Horn
2009-06-13
Fix erase() sometimes hiding other hash elements.
Willem Jan Palenstijn
2008-12-22
Fixed indentation and removed whitespaces at the end of line
Jordi Vilalta Prat
2008-09-02
Revised HashMap implementation
Max Horn
2008-08-20
Unified member names in container/storage classes Array, HashMap and String: ...
Max Horn
2008-08-20
Extended HashMap debug output
Max Horn
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-03-09
Removing some unnecessary #includes
Max Horn
2006-07-23
String class usage cleanup
Max Horn
2006-03-31
Modify HashMap to allow client code to override the equality/hash functionali...
Max Horn
2006-03-28
- Renamed class AssocArray to HashMap to match our existing class Map (note also
Max Horn