summaryrefslogtreecommitdiff
path: root/libcxx/include/numeric
AgeCommit message (Expand)Author
2025-04-05[libc++] Implement ranges::iota (#68494)James E T Smith
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-07-18[libc++] Include the rest of the detail headers by version in the umbrella he...Nikolas Klauser
2024-05-27[libc++][pstl] Merge all frontend functions for the PSTL (#89219)Louis Dionne
2024-02-29[libc++] Clean up includes of <__assert> (#80091)Louis Dionne
2024-01-22[libc++][numeric] P0543R3: Saturation arithmetic (#77967)Hristo Hristov
2023-10-29[libc++] Remove a few transitive includes (#70553)philnik777
2023-06-01[libc++][PSTL] Implement std::reduce and std::transform_reduceNikolas Klauser
2023-04-21[libc++][PSTL] Remove current integrationNikolas Klauser
2023-01-21[libc++] Granularize <type_traits> includes in <bit>, <numbers> and <coroutine>Nikolas Klauser
2022-11-05[libc++] Granularize <concept> includesNikolas Klauser
2022-09-03[NFC][libc++] Moves transitive includes location.Mark de Wever
2022-08-31[libc++] Reduces the number of transitive includes.Mark de Wever
2022-06-27[libc++] Re-add transitive includes that had been removed since LLVM 14Louis Dionne
2022-06-15[libc++] Removes unneeded <iterator> includes.Mark de Wever
2022-06-10[libc++] Granularize <iterator> includesNikolas Klauser
2022-04-26[libc++] Remove <functional> includesNikolas Klauser
2022-04-20[libc++] Granularize <functional> includesNikolas 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
2021-12-01[libcxx][modularisation] modularises <numeric> headerChristopher Di Bella
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne
2021-05-18[libc++] Alphabetize header inclusions and include-what-you-use <__debug>. NFCI.Arthur O'Dwyer
2021-04-20[libc++] NFC: Normalize `#endif //` comment indentationLouis Dionne
2021-04-17[libc++] Remove hard tabs, U+00AD, and U+200B from all libc++ headers. NFCI.Arthur O'Dwyer
2020-12-01[libc++] Consistently replace `std::` qualification with `_VSTD::` or nothing...Arthur O'Dwyer
2020-12-01[libc++] Optimize the number of assignments in std::exclusive_scanLouis Dionne
2020-11-28[libc++] P1645 constexpr for <numeric>Mark de Wever
2020-11-27[libc++] Use std::move in numeric algorithms (P0616R0).zoecarver
2020-11-25Revert "[libc++] P1645 constexpr for <numeric>"Mark de Wever
2020-11-25[libc++] P1645 constexpr for <numeric>Mark de Wever
2020-11-24[libc++] NFC: Fix confusing indentation in <numeric>Louis Dionne
2019-12-21[libc++] Fix typo in std::midpointRuslan Baratov
2019-11-04Optimize std::midpoint for integersJorg Brown
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
2019-06-18Fix the floating point version of midpoint. It wasn't constexpr, among other ...Marshall Clow
2019-05-29[NFC][libcxx] Remove trailing whitespaceLouis Dionne
2019-05-29Add additional constraints on midpoint(pointer, pointer). Fixes PR#42037.Marshall Clow
2019-05-07Mark private function __sign as constexpr.Marshall Clow
2019-04-25Implement midpoint for floating point types. Reviewed as https://reviews.llvm...Marshall Clow
2019-03-14Add std::midpoint for integral and poiner types. Described in P0811, reviewed...Marshall Clow
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-09-12Implement the infrastructure for feature-test macros. Very few actual feature...Marshall Clow
2018-08-03[NFC][libc++] Consistently use spaces to indentLouis Dionne
2018-01-05Fix incorrect handling of move-only types in transform_reduce iter iter iter ...Billy Robert O'Neal III
2018-01-05Automated trailing whitespace removal by VS Code.Billy Robert O'Neal III