aboutsummaryrefslogtreecommitdiff
path: root/common/list.h
AgeCommit message (Expand)Author
2006-03-31Modified the List postfix ++/-- operators to simply invoke their prefix count...Max Horn
2006-03-28Renamed various container isEmpty() methods to empty() to match STL conventionsMax Horn
2006-02-12'Changed Symbian configuration handling so it is using the basepath of the ap...Lars Persson
2006-02-11This seems to definitively fix my compilation problemChris Apers
2006-02-11Change CVS keywords to SVN keywordsMax Horn
2006-01-29cyx's gcc 2.95 fix makes things compile with gcc 2.95 again.Jonathan Gray
2006-01-18Update copyright noticeEugene Sandulenko
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
2005-09-03Fixed compilationChris Apers
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
2005-06-25Fix postfix inc/decrement operators of List::IteratorMax Horn
2005-06-21Patches needed to build for SYMBIAN32 WINS/GCC added.Lars Persson
2005-05-10Fix compilationEugene Sandulenko
2005-05-09fixed compilation for evc4 and vc7Paweł Kołodziejski
2005-05-08Comply to our coding conventionsMax Horn
2005-01-01Removing obsolete commentMax Horn
2005-01-01Updated copyrightMax Horn
2004-12-14Patch #1083548 (common/list enhancement)Max Horn
2004-12-12Optimized List assignment operator, thanks to h00liganMax Horn
2004-12-12Hide iterator implementation details from client codeMax Horn
2004-05-08Added default iterator constructor, for convenienceMax Horn
2004-04-16Fixed const iteratorMax Horn
2004-04-12simple double linked list template class (completely untested)Max Horn
2004-04-09Renamed template class 'List' to 'Array', since that is really what it is (a ...Max Horn
2004-03-15Added remove_at methodEugene Sandulenko
2004-02-05renamed (Const)Iterator to (const_)iterator; changed size() to return an uintMax Horn
2004-01-06updated copyright noticeMax Horn
2003-10-17added push_back method with List arg (append one list to another one efficien...Max Horn
2003-10-05added iterators to List templateMax Horn
2003-10-02renamed namespace ScummVM to CommonMax 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-14added missing #includeMax Horn
2002-10-15added insert_at method to List templateMax Horn
2002-09-08rewrote config class; cleanup; code restructuringMax Horn