summaryrefslogtreecommitdiff
path: root/libcxx/include/__numeric
AgeCommit message (Expand)Author
2025-11-09[libc++][numeric] Marked saturation artithmetic functions as `[[nodiscard]]` ...Hristo Hristov
2025-11-04[libc++] Use saturation builtins directly for {add,sub}_sat (#165228)Nikolas Klauser
2025-10-07[libc++] Make the naming of the iterator_traits aliases consistent (#161661)Nikolas Klauser
2025-06-21[libc++] Simplify <limits> a bit (#140021)Nikolas Klauser
2025-06-11[libc++] Refactor signed/unsigned integer traits (#142750)Nikolas Klauser
2025-04-05[libc++] Implement ranges::iota (#68494)James E T Smith
2025-03-18[NFC][libc++] Guard against operator& hijacking. (#129453)Mark de Wever
2025-01-24[libc++] Switch experimental library macros to 0/1 macros (#124030)Nikolas Klauser
2024-12-06[libc++] Fix sub-overflow in std::gcd implementation (#117984)serge-sans-paille
2024-10-31[libc++] Granularize <cstddef> includes (#108696)Nikolas Klauser
2024-06-25[libc++] Fix incorrect overflow checking in std::lcm (#96310)Louis Dionne
2024-06-23[libc++][NFC] Replace _NOEXCEPT and _LIBCPP_CONSTEXPR macros with the keyword...Nikolas Klauser
2024-06-18[libc++][NFC] Remove unnecessary parens in static_asserts (#95605)Nikolas Klauser
2024-06-12[libc++] Remove unnecessary #ifdef guards around PSTL implementation details ...Louis Dionne
2024-06-12[libc++] Overhaul the PSTL dispatching mechanism (#88131)Louis Dionne
2024-05-27[libc++][pstl] Merge all frontend functions for the PSTL (#89219)Louis Dionne
2024-05-08[libc++] Implement std::gcd using the binary version (#77747)serge-sans-paille
2024-04-24[libc++] Makes saturation functions privately available. (#89503)Mark de Wever
2024-04-17[libc++][pstl] Promote CPU backends to top-level backends (#88968)Louis Dionne
2024-04-17[libc++] Add missing iterator requirement checks in the PSTL (#88127)Louis Dionne
2024-04-04[libc++][NFC] Make __desugars_to a variable template and rename the header to...Nikolas Klauser
2024-02-29[libc++] Clean up includes of <__assert> (#80091)Louis Dionne
2024-02-17[libc++] simplify the midpoint function (#81717)rilysh
2024-01-25[libc++] Fix missing and incorrect push/pop macros (#79204)Louis Dionne
2024-01-22[libc++][numeric] P0543R3: Saturation arithmetic (#77967)Hristo Hristov
2024-01-20[libc++][hardening] Categorize assertions that produce incorrect results (#77...Konstantin Varlamov
2023-12-20[libc++] Fix ability to explicitly instantiate std::midpoint (#74217)Sanjay Marreddi
2023-12-18[libc++] Format the code base (#74334)Louis Dionne
2023-12-05[libc++] Replace uses of _VSTD:: by std:: (#74331)Louis Dionne
2023-12-04[libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095)Louis Dionne
2023-11-23[libc++] Unify __is_trivial_equality_predicate and __is_trivial_plus_operatio...Anton Rydahl
2023-10-06[libc++][PSTL] Overhaul exceptions handlingNikolas Klauser
2023-10-04[libc++] Explicitly pass execution policies to _LIBCPP_PSTL_CUSTOMIZATION_POI...Louis Dionne
2023-07-12[libc++][PSTL] Add a GCD backendNikolas Klauser
2023-07-06Fixing conflicting macro definitions between curses.h and the standard library.Nicole Rabjohn
2023-06-28[libc++][hardening][NFC] Introduce `_LIBCPP_ASSERT_UNCATEGORIZED`.varconst
2023-06-01[libc++][PSTL] Implement std::reduce and std::transform_reduceNikolas Klauser
2023-02-15[libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser
2023-01-21[libc++] Granularize <type_traits> includes in <bit>, <numbers> and <coroutine>Nikolas Klauser
2022-12-23[libc++] Add custom clang-tidy checksNikolas Klauser
2022-09-06[libc++] Avoid instantiating type_trait classesNikolas Klauser
2022-08-19[libc++][NFC] Rename the constexpr macrosNikolas Klauser
2022-08-13[libc++] Add a bunch of missing _LIBCPP_HIDE_FROM_ABINikolas Klauser
2022-07-08[libc++] Make parameter names consistent and enforce the naming style using r...Nikolas Klauser
2022-03-01[libc++] Revert "Protect users from relying on detail headers" & related changesLouis Dionne
2022-02-26[libcxx][modules] protects users from relying on detail headersChristopher Di Bella
2022-02-16[libc++] Move everything related solely to _LIBCPP_ASSERT to its own fileLouis 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