index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
list.h
Age
Commit message (
Expand
)
Author
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