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 |
2012-02-22 | COMMON: Add a size_type to HashMap. | Johannes Schickel |
2011-07-03 | COMMON: Fix compilation when USE_HASHMAP_MEMORY_POOL is not defined. | Johannes Schickel |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion |
2011-04-04 | COMMON: Fix (harmless) int <-> uint mismatch | Max Horn |
2011-01-30 | COMMON: Add an erase method which takes an iterator to HashMap. | Johannes Schickel |
2010-11-01 | COMMON: Disable DEBUG_HASH_COLLISIONS (oops) | Max Horn |
2010-11-01 | COMMON: Change some (f)printf to debug calls; clenaup hashmap.h | Max Horn |
2010-10-15 | COMMON: Extend workaround in HashMap code for sgi IRIX MIPSpro to also apply ... | Johannes Schickel |
2010-07-17 | Remove PalmOS port | Max Horn |
2010-05-17 | Restrict MIPSpro workaround to non-gcc compilers -- fixes compilation with gc... | Joost Peters |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2009-09-22 | Remove superfluous checks | Willem Jan Palenstijn |
2009-09-22 | Fix regression in 44236, which caused iterators to see dummy node entries as ... | Johannes Schickel |
2009-09-21 | Stop confusing doxygen :) | Max Horn |
2009-09-21 | COMMON: Remove Common::HashMap::_dummyNode, instead use HASHMAP_DUMMY_NODE (t... | Max Horn |
2009-09-06 | COMMON: HashMap::getVal now allows specifying a default value. | Max Horn |
2009-08-14 | MIPSpro compilation fixes / workarounds (from a patch by Rainer Canavan) | Joost Peters |
2009-07-03 | If NDEBUG is #defined, then assert does nothing, leading to warnings about 'o... | Max Horn |
2009-06-13 | Fix erase() sometimes hiding other hash elements. | Willem Jan Palenstijn |
2009-04-28 | fixed a typo | Max Horn |
2009-03-07 | Modified HashMap ctr to skip _defaultVal() on PS2 to avoid gcc 3.2.2 ICE | Max Lingua |
2009-02-16 | More paranoia checks | Max Horn |
2008-12-22 | Fixed indentation and removed whitespaces at the end of line | Jordi Vilalta Prat |
2008-10-12 | COMMON: Added a new ObjectPool class, with matching operator new/delete overl... | Max Horn |
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 |
2008-08-04 | List the correct engines in about, | Lars Persson |
2008-07-22 | Disable hashmemory pool for Symbian OS | Lars Persson |
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 |