Age | Commit message (Expand) | Author |
2006-05-26 | add functions for reverse iteration of Common::List | Willem Jan Palenstijn |
2006-03-31 | Modified the List postfix ++/-- operators to simply invoke their prefix count... | Max Horn |
2006-03-28 | Renamed various container isEmpty() methods to empty() to match STL conventions | Max Horn |
2006-02-12 | 'Changed Symbian configuration handling so it is using the basepath of the ap... | Lars Persson |
2006-02-11 | This seems to definitively fix my compilation problem | Chris Apers |
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn |
2006-01-29 | cyx's gcc 2.95 fix makes things compile with gcc 2.95 again. | Jonathan Gray |
2006-01-18 | Update copyright notice | Eugene Sandulenko |
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko |
2005-09-03 | Fixed compilation | Chris Apers |
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko |
2005-06-25 | Fix postfix inc/decrement operators of List::Iterator | Max Horn |
2005-06-21 | Patches needed to build for SYMBIAN32 WINS/GCC added. | Lars Persson |
2005-05-10 | Fix compilation | Eugene Sandulenko |
2005-05-09 | fixed compilation for evc4 and vc7 | Paweł Kołodziejski |
2005-05-08 | Comply to our coding conventions | Max Horn |
2005-01-01 | Removing obsolete comment | Max Horn |
2005-01-01 | Updated copyright | Max Horn |
2004-12-14 | Patch #1083548 (common/list enhancement) | Max Horn |
2004-12-12 | Optimized List assignment operator, thanks to h00ligan | Max Horn |
2004-12-12 | Hide iterator implementation details from client code | Max Horn |
2004-05-08 | Added default iterator constructor, for convenience | Max Horn |
2004-04-16 | Fixed const iterator | Max Horn |
2004-04-12 | simple double linked list template class (completely untested) | Max Horn |
2004-04-09 | Renamed template class 'List' to 'Array', since that is really what it is (a ... | Max Horn |
2004-03-15 | Added remove_at method | Eugene Sandulenko |
2004-02-05 | renamed (Const)Iterator to (const_)iterator; changed size() to return an uint | Max Horn |
2004-01-06 | updated copyright notice | Max Horn |
2003-10-17 | added push_back method with List arg (append one list to another one efficien... | Max Horn |
2003-10-05 | added iterators to List template | Max Horn |
2003-10-02 | renamed namespace ScummVM to Common | Max Horn |
2003-08-21 | patch #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-06 | updated copyrights headers | Paweł Kołodziejski |
2003-03-06 | next pedantic cleanup code | Paweł Kołodziejski |
2002-11-14 | added missing #include | Max Horn |
2002-10-15 | added insert_at method to List template | Max Horn |
2002-09-08 | rewrote config class; cleanup; code restructuring | Max Horn |