summaryrefslogtreecommitdiffstats
path: root/libcxx/include/algorithm
Commit message (Collapse)AuthorAgeFilesLines
* Changed __config to react to all of clang's currently documented has_feature ↵Howard Hinnant2010-09-041-1/+1
| | | | | | flags, and renamed _LIBCPP_MOVE to _LIBCPP_HAS_NO_RVALUE_REFERENCES to be more consistent with the rest of the libc++'s flags, and with clang's nomenclature. llvm-svn: 113086
* Fixing whitespace problemsHoward Hinnant2010-08-221-66/+65
| | | | llvm-svn: 111750
* US 122, N3106Howard Hinnant2010-08-211-43/+156
| | | | llvm-svn: 111742
* weekly test results plus a bug fix clang foundHoward Hinnant2010-05-271-14/+14
| | | | llvm-svn: 104877
* Completed [alg.random.shuffle].Howard Hinnant2010-05-261-86/+260
| | | | llvm-svn: 104708
* patch by Jeffrey Yasskin for porting to Ubuntu Hardy. Everything was ↵Howard Hinnant2010-05-241-5/+1
| | | | | | accepted except there were some bug fixes needed in <locale> for the __nolocale_* series. For the apple branch I ended up using templates instead of the var_args solution because it seemed both safer and more efficient. llvm-svn: 104516
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-111-1/+1
| | | | llvm-svn: 103516
* libcxx initial importHoward Hinnant2010-05-111-0/+5034
llvm-svn: 103490
OpenPOWER on IntegriCloud