aboutsummaryrefslogtreecommitdiff
path: root/common/stack.h
AgeCommit message (Expand)Author
2007-02-18Made it possible to init a Stack<T> with an Array<T>; removed hack in Stack<T...Max Horn
2006-12-25Tweaked the FixedStack class a bitMax Horn
2006-03-28Renamed various container isEmpty() methods to empty() to match STL conventionsMax Horn
2006-02-11Change CVS keywords to SVN keywordsMax Horn
2006-01-18Update copyright noticeEugene Sandulenko
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
2005-01-01Updated copyrightMax Horn
2004-08-12Fix bug in FixedStack.pop(). Returned wrong value.Eugene Sandulenko
2004-08-12Fix compilation of remove_at() in array.h. It was never tested before.Eugene Sandulenko
2004-05-05Added generic variable size stack class - COMPLETELY UNTESTED. Really should ...Max Horn
2004-03-29very simpled and limited stack class (fixed size even)Max Horn