Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-18 | COMMON: Make GPL headers consistent in themselves. | Johannes Schickel | |
2013-01-26 | JANITORIAL: Enforce "} // End of namespace" with a single space after }. | Johannes Schickel | |
2011-08-07 | COMMON: Remove superfluous Common:: qualifiers. | Christoph Mallon | |
2011-08-07 | JANITORIAL: Remove trailing empty lines. | Christoph Mallon | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2009-11-24 | typo | Max Horn | |
svn-id: r46129 | |||
2009-04-27 | COMMON: Added Functor2Fun; fixed some typos | Max Horn | |
svn-id: r40160 | |||
2008-07-31 | - Added Common::mem_fun_ref for object references instead of pointers. | Johannes Schickel | |
- Added simple tests for a little bit functionallity from common/func.h svn-id: r33470 | |||
2008-07-29 | - Formatting | Johannes Schickel | |
- Improved Functor#Mem::isValid implementations. svn-id: r33427 | |||
2008-07-29 | Little fix for documentation. | Johannes Schickel | |
svn-id: r33426 | |||
2008-07-29 | Documentation for func.h. | Johannes Schickel | |
svn-id: r33425 | |||
2008-05-03 | Formatting. | Johannes Schickel | |
svn-id: r31852 | |||
2008-04-21 | Removed some dead code | Max Horn | |
svn-id: r31645 | |||
2008-04-20 | - moved kyra functor code to common/func.h | Johannes Schickel | |
- adapted debugger code to use functor code from common/func.h - adapted kyra engine to use functor code from common/func.h svn-id: r31614 | |||
2008-04-05 | - cleanup | Johannes Schickel | |
- sort savefiles in kyra from newest -> oldest svn-id: r31397 | |||
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat | |
svn-id: r30664 | |||
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-05-30 | Hash<T> is an UnaryFunction (very pedantic and effectively effectless change ↵ | Max Horn | |
*g*) svn-id: r27013 | |||
2007-05-23 | Commit of patch #1715313 ("CORE: STL like algorithm implementation"). | Johannes Schickel | |
svn-id: r26929 | |||
2006-04-16 | Fixed broken svn:keywords values | Max Horn | |
svn-id: r21939 | |||
2006-04-04 | Re-fix sort by renaming min to minElem (avoid conflicts with certain system ↵ | Max Horn | |
headers that #define min) svn-id: r21618 | |||
2006-04-04 | Turned FSList::sort into a generic function which can be applied to anything ↵ | Max Horn | |
which implements comparable iterators (like Array, List, or plain C arrays) svn-id: r21617 | |||
2006-04-04 | We don't need wchar_t -> removing this to improve portability | Max Horn | |
svn-id: r21595 | |||
2006-03-31 | Added some functor objects (for comparision and hash computations), similar ↵ | Max Horn | |
to those present in the STL svn-id: r21510 |