aboutsummaryrefslogtreecommitdiff
path: root/common/map.h
AgeCommit message (Collapse)Author
2004-02-05renamed (Const)Iterator to (const_)iterator; changed size() to return an uintMax Horn
svn-id: r12722
2004-01-06updated copyright noticeMax Horn
svn-id: r12176
2003-11-08cleanup whitespacesPaweł Kołodziejski
svn-id: r11219
2003-11-07typo, gnaw gnawMax Horn
svn-id: r11172
2003-11-07Introduce Comperator template parameter to Map -> this allows more flexible ↵Max Horn
use of Map (in particular, I can now use a StringMap in ConfigManager which ignores case) svn-id: r11170
2003-10-08renamed createNode() to findOrCreateNode(); added addKey() method; ↵Max Horn
reimplemented merge() svn-id: r10683
2003-10-05no need for an explicit error here; rather, the linker will catch any ↵Max Horn
invalid uses if we don't give a body svn-id: r10610
2003-10-05cleaned up iterator code in MapMax Horn
svn-id: r10608
2003-10-05added doxygen comment & TODOsMax Horn
svn-id: r10604
2003-10-02renamed namespace ScummVM to CommonMax Horn
svn-id: r10544
2003-10-02fix a warning wjp gets with gcc 3.2.3Max Horn
svn-id: r10541
2003-09-06avoid accidental copying of MapMax Horn
svn-id: r10044
2003-08-21patch #791738 g++ 3.4 compile fix, from Falk Hueffner and a few minor local ↵Jonathan Gray
bits in my tree svn-id: r9807
2003-08-01#include cleanup (explicityl specify the location for headers from common/, ↵Max Horn
so that we at some point can get rid of -Icommon; exception is made for stdafx.h, since a) we might want to rename it and b) might want to move it to the top level) svn-id: r9359
2003-03-06updated copyrights headersPaweł Kołodziejski
svn-id: r6726
2003-03-06next pedantic cleanup codePaweł Kołodziejski
svn-id: r6714
2002-11-13properly init all datacd Projekte/scummvmMax Horn
svn-id: r5529
2002-10-22don't shadow varsMax Horn
svn-id: r5236
2002-09-10fixed compilation, but not sure about thisPaweł Kołodziejski
svn-id: r4921
2002-09-09fixed bug in remove() (could cause crashes)Max Horn
svn-id: r4917
2002-09-09added missing destructor; fixed clearNodes; fixed parameter of merge()Max Horn
svn-id: r4916
2002-09-08rewrote config class; cleanup; code restructuringMax Horn
svn-id: r4903