aboutsummaryrefslogtreecommitdiff
path: root/common/list.h
AgeCommit message (Collapse)Author
2004-05-08Added default iterator constructor, for convenienceMax Horn
svn-id: r13808
2004-04-16Fixed const iteratorMax Horn
svn-id: r13591
2004-04-12simple double linked list template class (completely untested)Max Horn
svn-id: r13555
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
2004-03-15Added remove_at methodEugene Sandulenko
svn-id: r13297
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-10-17added push_back method with List arg (append one list to another one ↵Max Horn
efficiently) svn-id: r10850
2003-10-05added iterators to List templateMax Horn
svn-id: r10607
2003-10-02renamed namespace ScummVM to CommonMax Horn
svn-id: r10544
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-14added missing #includeMax Horn
svn-id: r5545
2002-10-15added insert_at method to List templateMax Horn
svn-id: r5153
2002-09-08rewrote config class; cleanup; code restructuringMax Horn
svn-id: r4903