summaryrefslogtreecommitdiff
path: root/libcxx/src/algorithm.cpp
AgeCommit message (Expand)Author
2025-08-28[libc++] Fix broken precondition of __bit_log2 (#155476)Louis Dionne
2025-05-28Revert "[libc++] Introduce ABI sensitive areas to avoid requiring _LIBCPP_HID...James Y Knight
2025-05-18[libc++] Introduce ABI sensitive areas to avoid requiring _LIBCPP_HIDE_FROM_A...Nikolas Klauser
2024-11-06[libc++] Refactor the configuration macros to being always defined (#112094)Nikolas Klauser
2024-10-30Reapply "[libc++] Simplify the implementation of std::sort a bit (#104902)" (...Nikolas Klauser
2024-09-20Revert "[libc++] Simplify the implementation of std::sort a bit (#104902)"Louis Dionne
2024-08-27[libc++] Simplify the implementation of std::sort a bit (#104902)Nikolas Klauser
2023-06-06[libc++] Refactor __lessNikolas Klauser
2023-02-01[libc++] Forward ranges::sort to instantiations in the dylibNikolas Klauser
2023-02-01[libc++] Remove explicit instantiations of __insertion_sort_incomplete and __...Nikolas Klauser
2022-06-16[libc++][ranges] Implement `ranges::sort`.Konstantin Varlamov
2022-02-15[libc++] Replace `#include ""` with `<>` in libcxx/src/. NFCI.Arthur O'Dwyer
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne
2021-10-12[libc++] Add an option to disable wide character support in libc++Louis Dionne
2020-06-30[libc++] Split dylib instantiations for deprecated std::random_shuffle into a...Louis Dionne
2019-12-02[libcxx{,abi}] Emit deplibs only when detected by CMakeMichał Górny
2019-07-22[runtimes] Don't depend on libpthread on AndroidYi Kong
2019-05-30[runtimes] Check if pragma comment(lib, ...) is supported firstPetr Hosek
2019-05-30[runtimes] Support ELF dependent libraries featurePetr Hosek
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2016-09-28Mark libc++ internal globals with _LIBCPP_SAFE_STATIC.Eric Fiselier
2016-05-06Refactor pthread usage of libcxx.Asiri Rathnayake
2014-09-05Allow libc++ to be built on systems without POSIX threadsJonathan Roelofs
2014-08-15Revert "Turn off extern templates for most uses."Justin Bogner
2013-08-29Turn off extern templates for most uses. It is causing more problems than it...Howard Hinnant
2010-11-16license changeHoward Hinnant
2010-05-26Completed [alg.random.shuffle].Howard Hinnant
2010-05-11Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant
2010-05-11libcxx initial importHoward Hinnant