index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
func.h
Age
Commit message (
Expand
)
Author
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
2009-04-27
COMMON: Added Functor2Fun; fixed some typos
Max Horn
2008-07-31
- Added Common::mem_fun_ref for object references instead of pointers.
Johannes Schickel
2008-07-29
- Formatting
Johannes Schickel
2008-07-29
Little fix for documentation.
Johannes Schickel
2008-07-29
Documentation for func.h.
Johannes Schickel
2008-05-03
Formatting.
Johannes Schickel
2008-04-21
Removed some dead code
Max Horn
2008-04-20
- moved kyra functor code to common/func.h
Johannes Schickel
2008-04-05
- cleanup
Johannes Schickel
2008-01-27
Removed trailing spaces.
Jordi Vilalta Prat
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-05-30
Hash<T> is an UnaryFunction (very pedantic and effectively effectless change ...
Max Horn
2007-05-23
Commit of patch #1715313 ("CORE: STL like algorithm implementation").
Johannes Schickel
2006-04-16
Fixed broken svn:keywords values
Max Horn
2006-04-04
Re-fix sort by renaming min to minElem (avoid conflicts with certain system h...
Max Horn
2006-04-04
Turned FSList::sort into a generic function which can be applied to anything ...
Max Horn
2006-04-04
We don't need wchar_t -> removing this to improve portability
Max Horn
2006-03-31
Added some functor objects (for comparision and hash computations), similar t...
Max Horn