aboutsummaryrefslogtreecommitdiff
path: root/common/array.h
AgeCommit message (Collapse)Author
2005-06-21Patches 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-01-01Updated copyrightMax Horn
svn-id: r16398
2004-09-28Preserve the order of config file sections -> to suite people who manually ↵Max Horn
edit the config file svn-id: r15322
2004-08-12Fix compilation of remove_at() in array.h. It was never tested before.Eugene Sandulenko
Make stacks' pop() return top value, not just move stack pointer. svn-id: r14565
2004-04-09Renamed template class 'List' to 'Array', since that is really what it is (a ↵Max Horn
resizable array, not a linked list) svn-id: r13520