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
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
[prev]