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
2008-05-28
Decrement _nele when erasing an element from hashmap, and add a test-case for...
Willem Jan Palenstijn
2008-05-03
Formatting.
Johannes Schickel
2008-04-02
Committed patch #1929274 "HashMap: Iterator rework".
Johannes Schickel
2008-03-30
Added fixme regarding header 'new'.
Johannes Schickel
2008-03-30
Whitespacing fixes
Bertrand Augereau
2008-03-30
The hashmap uses the memorypool for allocating/deallocating its Nodes
Bertrand Augereau
2008-03-30
Cleanup.
Johannes Schickel
2008-03-30
Fixed hashmap code. (please make a better check next time when changing code ...
Johannes Schickel
2008-03-30
Formatting.
Johannes Schickel
2008-03-29
Centralized the way the hashmaps allocate and free nodes (in order to instrum...
Bertrand Augereau
2008-02-07
Fix bug preventing compilation in iterator code.
Johannes Schickel
2008-01-31
Second part of patch #1880781: "BeOS port for scummvm"
Eugene Sandulenko
2008-01-28
Forward declare HashMap::ConstIterator (this might fix compile errors with so...
Max Horn
2008-01-27
Removed trailing spaces.
Jordi Vilalta Prat
2008-01-23
assert if hashmap iterator is out of bounds (e.g. happens when derefing end()
Max Horn
2008-01-13
Fix warnings HashMap causes on some compilers (notably, GCC 3.x used for vari...
Max Horn
2007-12-28
Fix hashmap.h properly (this is not a bug in GCC 4.0 etc., rather it's a bug ...
Max Horn
2007-12-27
same bug on arm-wince-gcc 4.1.0
Kostas Nakos
2007-12-27
Fix for bug #1858824 "AMIGAOS4: Build Process breaks due to regression".
Johannes Schickel
2007-12-26
Patch #1837119 (COMMON: Common::HashMap iterator rework) with workaroud for M...
Max Horn
2007-09-19
Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...
Nicola Mettifogo
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-03-12
Protect Array<> and HashMap<> instances against self assignments
Max Horn
2007-03-09
Avoid double frees in HashMap::erase
Max Horn
2007-03-04
Some HashMap cleanup:
Max Horn
2007-03-04
Paranoia: a hashmap node must never ever change its key after its creation
Max Horn
2007-01-28
Return a default value in the const-variant of HashMap::getVal, instead of as...
Max Horn
2007-01-21
Added non-const variant of HashMap::getVal
Max Horn
2007-01-21
Added some new HashMap methods: lookupAndCreateIfMissing (internal only), set...
Max Horn
2007-01-19
Added copy constructor and assignment operator to class HashMap
Max Horn
2007-01-14
Still doesn't work with PalmOS compiler
Chris Apers
2006-11-26
Replaced #ifdef hack in the HashMap code by a much nicer and cleaner 'friend ...
Max Horn
2006-10-03
typo
Max Horn
2006-10-02
Remove BaseNodeType (it is not used anymore, we can readd it, should we ever ...
Max Horn
2006-07-30
Added explicit string equals/hash functors to a new header common/hash-str.h;...
Max Horn
2006-07-30
Rename BaseNodeFunc to BaseNodeType
Max Horn
2006-07-22
Part of the FreeMiNT patch
Max Horn
2006-06-03
Removed unnecessary typedef
Max Horn
2006-06-03
Really remove HashMap::find(char *)
Max Horn
2006-06-03
Replaced the bogus find(const String &key) method with the proper find(const ...
Max Horn
2006-06-02
Plug memory leak
Eugene Sandulenko
2006-06-02
Remove slipped in debug output.
Eugene Sandulenko
2006-06-02
Added possibility to use (char *) as ashMap keys. For some reason it does not
Eugene Sandulenko
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
[next]