Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-18 | COMMON: Make GPL headers consistent in themselves. | Johannes Schickel | |
2012-02-22 | COMMON: Slight formatting fixes in stack.h. | Johannes Schickel | |
2012-02-22 | COMMON: Add a size_type to Stack and FixedStack. | Johannes Schickel | |
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 | |
svn-id: r40867 | |||
2009-05-03 | COMMON: Simplified Common::Stack methods using the recent Common::Array ↵ | Max Horn | |
improvements svn-id: r40267 | |||
2009-04-21 | COMMON: Removed copy constructors / assignment operators in cases where they ↵ | Max Horn | |
are identical to the automatically generated ones. Also removed a pointless 'explicit' svn-id: r40049 | |||
2009-01-21 | Made Common::Stack return refs, thus ensuring that it matches exactly the ↵ | Max Horn | |
behavior of FixedStack; added unit tests svn-id: r35974 | |||
2008-08-14 | * Saving of keymaps fully implemented | Stephen Kennedy | |
* Added Keymapper::cleanupGameKeymaps() with code to remove game keymaps from active stack svn-id: r33853 | |||
2008-05-03 | Formatting. | Johannes Schickel | |
svn-id: r31852 | |||
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client ↵ | Max Horn | |
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024 | |||
2007-03-09 | Removing some unnecessary #includes | Max Horn | |
svn-id: r26044 | |||
2007-02-18 | Made it possible to init a Stack<T> with an Array<T>; removed hack in ↵ | Max Horn | |
Stack<T>::top svn-id: r25696 | |||
2006-12-25 | Tweaked the FixedStack class a bit | Max Horn | |
svn-id: r24926 | |||
2006-03-28 | Renamed various container isEmpty() methods to empty() to match STL conventions | Max Horn | |
svn-id: r21472 | |||
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn | |
svn-id: r20510 | |||
2006-01-18 | Update copyright notice | Eugene Sandulenko | |
svn-id: r20088 | |||
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko | |
svn-id: r19142 | |||
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko | |
svn-id: r18604 | |||
2005-01-01 | Updated copyright | Max Horn | |
svn-id: r16398 | |||
2004-08-12 | Fix bug in FixedStack.pop(). Returned wrong value. | Eugene Sandulenko | |
svn-id: r14567 | |||
2004-08-12 | Fix compilation of remove_at() in array.h. It was never tested before. | Eugene Sandulenko | |
Make stacks' pop() return top value, not just move stack pointer. svn-id: r14565 | |||
2004-05-05 | Added generic variable size stack class - COMPLETELY UNTESTED. Really should ↵ | Max Horn | |
add some unit tests for this... svn-id: r13776 | |||
2004-03-29 | very simpled and limited stack class (fixed size even) | Max Horn | |
svn-id: r13429 |