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.h
Age
Commit message (
Expand
)
Author
2006-04-25
HashMap::size does not modify the state of the hashmap, so it can be declared...
Max Horn
2006-04-15
cleanup
Max Horn
2006-04-11
PalmOS too
Chris Apers
2006-04-04
Small updates to intiate variable and member visibility.
Lars Persson
2006-03-31
Add size() methods to Map and HashMap classes
Eugene Sandulenko
2006-03-31
Disable DEBUG_HASH_COLLISIONS again (accidentally got enabled in my previous ...
Max Horn
2006-03-31
Modify HashMap to allow client code to override the equality/hash functionali...
Max Horn
2006-03-28
Set correct load factor for hashmap (just wanted to check if anybody is payin...
Max Horn
2006-03-28
Added iterator support to hashmap, as well as erase & find methods (all curre...
Max Horn
2006-03-28
Reduce the differences between Map and HashMap some more (in the end, we shou...
Max Horn
2006-03-28
Increase the load factor for our hashmaps from 50% to 75%, to be slightly nic...
Max Horn
2006-03-28
- Renamed class AssocArray to HashMap to match our existing class Map (note also
Max Horn