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
/
algorithm.h
Age
Commit message (
Expand
)
Author
2011-11-16
COMMON: Make value parameter of fill a const reference.
Johannes Schickel
2011-11-16
COMMON: Rename Common::set_to to Common::fill.
Johannes Schickel
2011-08-07
COMMON: Remove superfluous Common:: qualifiers.
Christoph Mallon
2011-08-07
JANITORIAL: Remove trailing empty lines.
Christoph Mallon
2011-05-29
COMMON: Limit pragma warning use in algorithm.h to MSVC.
Johannes Schickel
2011-05-24
COMMON: Silence MSVC warning for Common::gcd calls with an unsigned type
Littleboy
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-02-09
COMMON: Add comment that explains strange <= checks in gcd()
Max Horn
2010-10-15
COMMON: Revert attempt to silence MSVC warning in Common::gcd.
Johannes Schickel
2010-10-15
COMMON: Silence gcc warning introduced with r53496.
Johannes Schickel
2010-10-15
COMMON: Attempt to silence MSVC warning in Common::gcd.
Johannes Schickel
2010-07-30
JANITORIAL: Some small explanation about stability of sorting algorithms.
Johannes Schickel
2010-07-30
JANITORIAL: Add comment about the stability of Common::sort.
Johannes Schickel
2010-05-17
Some tweaks and fixes for Common::Rational
Max Horn
2010-05-17
Add the Common::Rational class from patch #2963496 (VideoDecoder Rewrite)
Matthew Hoops
2010-03-20
Add common/util.h include to common/algorithm.h for SWAP.
Johannes Schickel
2009-12-28
Spelling: Par*r*tition
Max Horn
2009-12-27
allowed list to be sorted with default comparator
Vladimir Menshakov
2009-12-27
Some more code format fixes.
Johannes Schickel
2009-12-27
more code convention fixes
Vladimir Menshakov
2009-12-27
added whitespace to conform code convention
Vladimir Menshakov
2009-12-27
replaced bubble sort with quick sort
Vladimir Menshakov
2009-10-04
Change a couple places from 'end of namespace' to 'End of namespace', for con...
Max Horn
2008-12-22
Fixed indentation and removed whitespaces at the end of line
Jordi Vilalta Prat
2008-07-29
Added documentation for the functions in algorithm.h.
Johannes Schickel
2008-01-28
- make Common::sort supporting a function object to compare two entries inste...
Johannes Schickel
2008-01-10
BE -> AE
Max Horn
2007-11-17
Added 'specialized' versions of set_to for char*, signed char* and unsigned c...
Johannes Schickel
2007-09-24
Adds Common::set_to which sets elements from the range [first, last) to value.
Johannes Schickel
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-05-23
Commit of patch #1715313 ("CORE: STL like algorithm implementation").
Johannes Schickel