aboutsummaryrefslogtreecommitdiff
path: root/common/func.h
AgeCommit message (Expand)Author
2014-02-18COMMON: Make GPL headers consistent in themselves.Johannes Schickel
2013-01-26JANITORIAL: Enforce "} // End of namespace" with a single space after }.Johannes Schickel
2011-08-07COMMON: Remove superfluous Common:: qualifiers.Christoph Mallon
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2009-11-24typoMax Horn
2009-04-27COMMON: Added Functor2Fun; fixed some typosMax Horn
2008-07-31- Added Common::mem_fun_ref for object references instead of pointers.Johannes Schickel
2008-07-29- FormattingJohannes Schickel
2008-07-29Little fix for documentation.Johannes Schickel
2008-07-29Documentation for func.h.Johannes Schickel
2008-05-03Formatting.Johannes Schickel
2008-04-21Removed some dead codeMax Horn
2008-04-20- moved kyra functor code to common/func.hJohannes Schickel
2008-04-05- cleanupJohannes Schickel
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-05-30Hash<T> is an UnaryFunction (very pedantic and effectively effectless change ...Max Horn
2007-05-23Commit of patch #1715313 ("CORE: STL like algorithm implementation").Johannes Schickel
2006-04-16Fixed broken svn:keywords valuesMax Horn
2006-04-04Re-fix sort by renaming min to minElem (avoid conflicts with certain system h...Max Horn
2006-04-04Turned FSList::sort into a generic function which can be applied to anything ...Max Horn
2006-04-04We don't need wchar_t -> removing this to improve portabilityMax Horn
2006-03-31Added some functor objects (for comparision and hash computations), similar t...Max Horn