aboutsummaryrefslogtreecommitdiff
path: root/common/map.h
AgeCommit message (Expand)Author
2005-01-01Updated copyrightMax Horn
2004-02-05renamed (Const)Iterator to (const_)iterator; changed size() to return an uintMax Horn
2004-01-06updated copyright noticeMax Horn
2003-11-08cleanup whitespacesPaweł Kołodziejski
2003-11-07typo, gnaw gnawMax Horn
2003-11-07Introduce Comperator template parameter to Map -> this allows more flexible u...Max Horn
2003-10-08renamed createNode() to findOrCreateNode(); added addKey() method; reimplemen...Max Horn
2003-10-05no need for an explicit error here; rather, the linker will catch any invalid...Max Horn
2003-10-05cleaned up iterator code in MapMax Horn
2003-10-05added doxygen comment & TODOsMax Horn
2003-10-02renamed namespace ScummVM to CommonMax Horn
2003-10-02fix a warning wjp gets with gcc 3.2.3Max Horn
2003-09-06avoid accidental copying of MapMax Horn
2003-08-21patch #791738 g++ 3.4 compile fix, from Falk Hueffner and a few minor local b...Jonathan Gray
2003-08-01#include cleanup (explicityl specify the location for headers from common/, s...Max Horn
2003-03-06updated copyrights headersPaweł Kołodziejski
2003-03-06next pedantic cleanup codePaweł Kołodziejski
2002-11-13properly init all datacd Projekte/scummvmMax Horn
2002-10-22don't shadow varsMax Horn
2002-09-10fixed compilation, but not sure about thisPaweł Kołodziejski
2002-09-09fixed bug in remove() (could cause crashes)Max Horn
2002-09-09added missing destructor; fixed clearNodes; fixed parameter of merge()Max Horn
2002-09-08rewrote config class; cleanup; code restructuringMax Horn