summaryrefslogtreecommitdiff
path: root/libcxx/include/execution
AgeCommit message (Expand)Author
2025-04-09[libc++][C++03] Remove headers which don't provide anything (#134044)Nikolas Klauser
2025-01-24[libc++] Switch experimental library macros to 0/1 macros (#124030)Nikolas Klauser
2025-01-23[libc++] Use [[clang::no_specializations]] to diagnose invalid user specializ...Nikolas Klauser
2024-12-21[libc++][C++03] Use `__cxx03/` headers in C++03 mode (#109002)Nikolas Klauser
2024-12-10[libc++] Add #if 0 block to all the top-level headers (#119234)Nikolas Klauser
2024-03-18[libc++] Simplify the implementation of remove_reference (#85207)Nikolas Klauser
2024-02-29[libc++] Clean up includes of <__assert> (#80091)Louis Dionne
2023-05-11[libc++][PSTL] Add more specialized backend customization pointsLouis Dionne
2023-05-05[libc++][PSTL] Make the PSTL available by default under -fexperimental-libraryNikolas Klauser
2023-05-02[libc++] Add _LIBCPP_HIDE_FROM_ABI to the unsequenced_policy constructorNikolas Klauser
2023-05-01[libc++][PSTL] Fix clang-tidyNikolas Klauser
2023-04-29[libc++][PSTL] Implement std::{any, all, none}_ofNikolas Klauser
2023-04-29[libc++][PSTL] Implement <execution> contentsNikolas Klauser
2023-04-21[libc++][PSTL] Remove current integrationNikolas Klauser
2022-03-30[libc++] Ensure that all public C++ headers include <__assert>Louis Dionne
2022-02-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer
2022-01-04[libc++] Add the version header to all headers.Mark de Wever
2021-12-05[libc++] Add missing `#pragma GCC system_header` in a few headers. NFCI.Arthur O'Dwyer
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne
2019-08-06[pstl][libc++] Provide uglified header names for interface headersLouis Dionne
2019-08-05[libc++] Take 2: Integrate the PSTL into libc++Louis Dionne
2019-07-19Revert "[libc++] Integrate the PSTL into libc++"Louis Dionne
2019-07-19[libc++] Integrate the PSTL into libc++Louis Dionne