summaryrefslogtreecommitdiffstats
path: root/libcxx/include/algorithm
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed bug in __independent_bits_engine found by Nick (from stackoverflow)Howard Hinnant2011-10-271-2/+2
* More windows port work by Ruben Van BoxemHoward Hinnant2011-10-221-69/+76
* Windows support by Ruben Van Boxem.Howard Hinnant2011-10-171-0/+2
* Initial checkin for debug mode (version 2)Howard Hinnant2011-09-141-75/+81
* Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574Howard Hinnant2011-08-121-0/+12
* _STD -> _VSTD to avoid macro clash on windowsHoward Hinnant2011-06-301-192/+192
* noexcept for <utility>. This included a little repair on pair, and some noex...Howard Hinnant2011-05-271-7/+1
* Fix copy_n to increment only n-1 times for an input iterator. This works muc...Howard Hinnant2011-02-271-1/+10
* Chris Jefferson noted many places where function calls needed to be qualified...Howard Hinnant2011-02-141-1/+1
* N3142. Many of these traits are just placeholders with medium quality emulat...Howard Hinnant2010-11-191-12/+12
* LWG 1432Howard Hinnant2010-11-181-1/+5
* license changeHoward Hinnant2010-11-161-2/+2
* Fixed bug in random_shuffle to avoid swapping with selfHoward Hinnant2010-10-221-3/+14
* Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant2010-09-041-1/+1
* Fixing whitespace problemsHoward Hinnant2010-08-221-66/+65
* US 122, N3106Howard Hinnant2010-08-211-43/+156
* weekly test results plus a bug fix clang foundHoward Hinnant2010-05-271-14/+14
* Completed [alg.random.shuffle].Howard Hinnant2010-05-261-86/+260
* patch by Jeffrey Yasskin for porting to Ubuntu Hardy. Everything was accepte...Howard Hinnant2010-05-241-5/+1
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-111-1/+1
* libcxx initial importHoward Hinnant2010-05-111-0/+5034
OpenPOWER on IntegriCloud