Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko | |
svn-id: r18604 | |||
2005-06-21 | Patches needed to build for SYMBIAN32 WINS/GCC added. | Lars Persson | |
Test built for Symbian and run on P910i without any major problems. Test built for MSVC6. Changed parts seems to compile ok but there are some problems with MSVC6 and some of the targets which the EPOC build does n't support (KYRA,SAGA). svn-id: r18430 | |||
2005-04-23 | Remove StringMap class from map.h (at least for now) | Max Horn | |
svn-id: r17772 | |||
2005-01-01 | Updated copyright | Max Horn | |
svn-id: r16398 | |||
2004-02-05 | renamed (Const)Iterator to (const_)iterator; changed size() to return an uint | Max Horn | |
svn-id: r12722 | |||
2004-01-06 | updated copyright notice | Max Horn | |
svn-id: r12176 | |||
2003-11-08 | cleanup whitespaces | Paweł Kołodziejski | |
svn-id: r11219 | |||
2003-11-07 | typo, gnaw gnaw | Max Horn | |
svn-id: r11172 | |||
2003-11-07 | Introduce 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-08 | renamed createNode() to findOrCreateNode(); added addKey() method; ↵ | Max Horn | |
reimplemented merge() svn-id: r10683 | |||
2003-10-05 | no 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-05 | cleaned up iterator code in Map | Max Horn | |
svn-id: r10608 | |||
2003-10-05 | added doxygen comment & TODOs | Max Horn | |
svn-id: r10604 | |||
2003-10-02 | renamed namespace ScummVM to Common | Max Horn | |
svn-id: r10544 | |||
2003-10-02 | fix a warning wjp gets with gcc 3.2.3 | Max Horn | |
svn-id: r10541 | |||
2003-09-06 | avoid accidental copying of Map | Max Horn | |
svn-id: r10044 | |||
2003-08-21 | patch #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-06 | updated copyrights headers | Paweł Kołodziejski | |
svn-id: r6726 | |||
2003-03-06 | next pedantic cleanup code | Paweł Kołodziejski | |
svn-id: r6714 | |||
2002-11-13 | properly init all datacd Projekte/scummvm | Max Horn | |
svn-id: r5529 | |||
2002-10-22 | don't shadow vars | Max Horn | |
svn-id: r5236 | |||
2002-09-10 | fixed compilation, but not sure about this | Paweł Kołodziejski | |
svn-id: r4921 | |||
2002-09-09 | fixed bug in remove() (could cause crashes) | Max Horn | |
svn-id: r4917 | |||
2002-09-09 | added missing destructor; fixed clearNodes; fixed parameter of merge() | Max Horn | |
svn-id: r4916 | |||
2002-09-08 | rewrote config class; cleanup; code restructuring | Max Horn | |
svn-id: r4903 |