aboutsummaryrefslogtreecommitdiff
path: root/common/stack.h
AgeCommit message (Expand)Author
2014-02-18COMMON: Make GPL headers consistent in themselves.Johannes Schickel
2012-02-22COMMON: Slight formatting fixes in stack.h.Johannes Schickel
2012-02-22COMMON: Add a size_type to Stack and FixedStack.Johannes Schickel
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2009-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
2009-05-03COMMON: Simplified Common::Stack methods using the recent Common::Array impro...Max Horn
2009-04-21COMMON: Removed copy constructors / assignment operators in cases where they ...Max Horn
2009-01-21Made Common::Stack return refs, thus ensuring that it matches exactly the beh...Max Horn
2008-08-14* Saving of keymaps fully implementedStephen Kennedy
2008-05-03Formatting.Johannes Schickel
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-03-09Removing some unnecessary #includesMax Horn
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