aboutsummaryrefslogtreecommitdiff
path: root/common/hashmap.cpp
AgeCommit message (Expand)Author
2018-04-15JANITORIAL: Fix whitespaceAdrian Frühwirth
2014-02-18COMMON: Make GPL headers consistent in themselves.Johannes Schickel
2013-01-26JANITORIAL: Enforce "} // End of namespace" with a single space after }.Johannes Schickel
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2010-11-01COMMON: Change some (f)printf to debug calls; clenaup hashmap.hMax Horn
2009-06-13Fix erase() sometimes hiding other hash elements.Willem Jan Palenstijn
2008-12-22Fixed indentation and removed whitespaces at the end of lineJordi Vilalta Prat
2008-09-02Revised HashMap implementationMax Horn
2008-08-20Unified member names in container/storage classes Array, HashMap and String: ...Max Horn
2008-08-20Extended HashMap debug outputMax Horn
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-03-09Removing some unnecessary #includesMax Horn
2006-07-23String class usage cleanupMax Horn
2006-03-31Modify 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 alsoMax Horn