aboutsummaryrefslogtreecommitdiff
path: root/common/algorithm.h
AgeCommit message (Expand)Author
2019-12-14BACKENDS: Move nextHigher2() into common/algorithm.hCameron Cawley
2018-04-22JANITORIAL: Fix formattingAdrian Frühwirth
2016-10-09JANITORIAL: Remove more trailing spacesEugene Sandulenko
2016-05-16COMMON: Add replace functions to Common and String.Borja Lorente Escobar
2015-11-10COMMON: Avoid useless (and dangerous when cctor/operator= don't support it) S...Bertrand Augereau
2014-02-18COMMON: Make GPL headers consistent in themselves.Johannes Schickel
2011-11-16COMMON: Make value parameter of fill a const reference.Johannes Schickel
2011-11-16COMMON: Rename Common::set_to to Common::fill.Johannes Schickel
2011-08-07COMMON: Remove superfluous Common:: qualifiers.Christoph Mallon
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-05-29COMMON: Limit pragma warning use in algorithm.h to MSVC.Johannes Schickel
2011-05-24COMMON: Silence MSVC warning for Common::gcd calls with an unsigned typeLittleboy
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-02-09COMMON: Add comment that explains strange <= checks in gcd()Max Horn
2010-10-15COMMON: Revert attempt to silence MSVC warning in Common::gcd.Johannes Schickel
2010-10-15COMMON: Silence gcc warning introduced with r53496.Johannes Schickel
2010-10-15COMMON: Attempt to silence MSVC warning in Common::gcd.Johannes Schickel
2010-07-30JANITORIAL: Some small explanation about stability of sorting algorithms.Johannes Schickel
2010-07-30JANITORIAL: Add comment about the stability of Common::sort.Johannes Schickel
2010-05-17Some tweaks and fixes for Common::RationalMax Horn
2010-05-17Add the Common::Rational class from patch #2963496 (VideoDecoder Rewrite)Matthew Hoops
2010-03-20Add common/util.h include to common/algorithm.h for SWAP.Johannes Schickel
2009-12-28Spelling: Par*r*titionMax Horn
2009-12-27allowed list to be sorted with default comparatorVladimir Menshakov
2009-12-27Some more code format fixes.Johannes Schickel
2009-12-27more code convention fixesVladimir Menshakov
2009-12-27added whitespace to conform code conventionVladimir Menshakov
2009-12-27replaced bubble sort with quick sortVladimir Menshakov
2009-10-04Change a couple places from 'end of namespace' to 'End of namespace', for con...Max Horn
2008-12-22Fixed indentation and removed whitespaces at the end of lineJordi Vilalta Prat
2008-07-29Added 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-10BE -> AEMax Horn
2007-11-17Added 'specialized' versions of set_to for char*, signed char* and unsigned c...Johannes Schickel
2007-09-24Adds Common::set_to which sets elements from the range [first, last) to value.Johannes Schickel
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-05-23Commit of patch #1715313 ("CORE: STL like algorithm implementation").Johannes Schickel