aboutsummaryrefslogtreecommitdiff
path: root/libcxx/src/algorithm.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-11-06[libc++] Refactor the configuration macros to being always defined (#112094)Nikolas Klauser1-1/+1
2024-10-30Reapply "[libc++] Simplify the implementation of std::sort a bit (#104902)" (...Nikolas Klauser1-2/+1
2024-09-20Revert "[libc++] Simplify the implementation of std::sort a bit (#104902)"Louis Dionne1-1/+2
2024-08-27[libc++] Simplify the implementation of std::sort a bit (#104902)Nikolas Klauser1-2/+1
2023-06-06[libc++] Refactor __lessNikolas Klauser1-2/+3
2023-02-01[libc++] Forward ranges::sort to instantiations in the dylibNikolas Klauser1-1/+15
2023-02-01[libc++] Remove explicit instantiations of __insertion_sort_incomplete and __...Nikolas Klauser1-20/+0
2022-06-16[libc++][ranges] Implement `ranges::sort`.Konstantin Varlamov1-0/+2
2022-02-15[libc++] Replace `#include ""` with `<>` in libcxx/src/. NFCI.Arthur O'Dwyer1-1/+1
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne1-1/+1
2021-10-12[libc++] Add an option to disable wide character support in libc++Louis Dionne1-0/+4
2020-06-30[libc++] Split dylib instantiations for deprecated std::random_shuffle into a...Louis Dionne1-48/+0
2019-12-02[libcxx{,abi}] Emit deplibs only when detected by CMakeMichał Górny1-1/+1
2019-07-22[runtimes] Don't depend on libpthread on AndroidYi Kong1-1/+1
2019-05-30[runtimes] Check if pragma comment(lib, ...) is supported firstPetr Hosek1-1/+1
2019-05-30[runtimes] Support ELF dependent libraries featurePetr Hosek1-0/+5
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2016-09-28Mark libc++ internal globals with _LIBCPP_SAFE_STATIC.Eric Fiselier1-1/+1
2016-05-06Refactor pthread usage of libcxx.Asiri Rathnayake1-3/+3
2014-09-05Allow libc++ to be built on systems without POSIX threadsJonathan Roelofs1-0/+8
2014-08-15Revert "Turn off extern templates for most uses."Justin Bogner1-1/+0
2013-08-29Turn off extern templates for most uses. It is causing more problems than it...Howard Hinnant1-0/+1
2010-11-16license changeHoward Hinnant1-2/+2
2010-05-26Completed [alg.random.shuffle].Howard Hinnant1-0/+35
2010-05-11Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant1-1/+1
2010-05-11libcxx initial importHoward Hinnant1-0/+48