summaryrefslogtreecommitdiff
path: root/libcxx/src/algorithm.cpp
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Forward ranges::sort to instantiations in the dylibNikolas Klauser2023-02-011-1/+15
* [libc++] Remove explicit instantiations of __insertion_sort_incomplete and __...Nikolas Klauser2023-02-011-20/+0
* [libc++][ranges] Implement `ranges::sort`.Konstantin Varlamov2022-06-161-0/+2
* [libc++] Replace `#include ""` with `<>` in libcxx/src/. NFCI.Arthur O'Dwyer2022-02-151-1/+1
* [runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne2021-11-171-1/+1
* [libc++] Add an option to disable wide character support in libc++Louis Dionne2021-10-121-0/+4
* [libc++] Split dylib instantiations for deprecated std::random_shuffle into a...Louis Dionne2020-06-301-48/+0
* [libcxx{,abi}] Emit deplibs only when detected by CMakeMichał Górny2019-12-021-1/+1
* [runtimes] Don't depend on libpthread on AndroidYi Kong2019-07-221-1/+1
* [runtimes] Check if pragma comment(lib, ...) is supported firstPetr Hosek2019-05-301-1/+1
* [runtimes] Support ELF dependent libraries featurePetr Hosek2019-05-301-0/+5
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Mark libc++ internal globals with _LIBCPP_SAFE_STATIC.Eric Fiselier2016-09-281-1/+1
* Refactor pthread usage of libcxx.Asiri Rathnayake2016-05-061-3/+3
* Allow libc++ to be built on systems without POSIX threadsJonathan Roelofs2014-09-051-0/+8
* Revert "Turn off extern templates for most uses."Justin Bogner2014-08-151-1/+0
* Turn off extern templates for most uses. It is causing more problems than it...Howard Hinnant2013-08-291-0/+1
* license changeHoward Hinnant2010-11-161-2/+2
* Completed [alg.random.shuffle].Howard Hinnant2010-05-261-0/+35
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-111-1/+1
* libcxx initial importHoward Hinnant2010-05-111-0/+48