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
/
stack.h
Age
Commit message (
Expand
)
Author
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2009-05-24
Strip trailing whitespaces in the whole code base.
Johannes Schickel
2009-05-03
COMMON: Simplified Common::Stack methods using the recent Common::Array impro...
Max Horn
2009-04-21
COMMON: Removed copy constructors / assignment operators in cases where they ...
Max Horn
2009-01-21
Made Common::Stack return refs, thus ensuring that it matches exactly the beh...
Max Horn
2008-08-14
* Saving of keymaps fully implemented
Stephen Kennedy
2008-05-03
Formatting.
Johannes Schickel
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-03-09
Removing some unnecessary #includes
Max Horn
2007-02-18
Made it possible to init a Stack<T> with an Array<T>; removed hack in Stack<T...
Max Horn
2006-12-25
Tweaked the FixedStack class a bit
Max Horn
2006-03-28
Renamed various container isEmpty() methods to empty() to match STL conventions
Max Horn
2006-02-11
Change CVS keywords to SVN keywords
Max Horn
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-07-30
Remove trailing whitespaces.
Eugene Sandulenko
2005-01-01
Updated copyright
Max Horn
2004-08-12
Fix bug in FixedStack.pop(). Returned wrong value.
Eugene Sandulenko
2004-08-12
Fix compilation of remove_at() in array.h. It was never tested before.
Eugene Sandulenko
2004-05-05
Added generic variable size stack class - COMPLETELY UNTESTED. Really should ...
Max Horn
2004-03-29
very simpled and limited stack class (fixed size even)
Max Horn