aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/__numeric
AgeCommit message (Expand)AuthorFilesLines
2024-06-18[libc++][NFC] Remove unnecessary parens in static_asserts (#95605)Nikolas Klauser1-7/+7
2024-06-12[libc++] Remove unnecessary #ifdef guards around PSTL implementation details ...Louis Dionne1-12/+13
2024-06-12[libc++] Overhaul the PSTL dispatching mechanism (#88131)Louis Dionne1-132/+66
2024-05-27[libc++][pstl] Merge all frontend functions for the PSTL (#89219)Louis Dionne2-115/+80
2024-05-08[libc++] Implement std::gcd using the binary version (#77747)serge-sans-paille1-2/+42
2024-04-24[libc++] Makes saturation functions privately available. (#89503)Mark de Wever1-6/+35
2024-04-17[libc++][pstl] Promote CPU backends to top-level backends (#88968)Louis Dionne1-1/+1
2024-04-17[libc++] Add missing iterator requirement checks in the PSTL (#88127)Louis Dionne2-0/+9
2024-04-04[libc++][NFC] Make __desugars_to a variable template and rename the header to...Nikolas Klauser1-1/+1
2024-02-29[libc++] Clean up includes of <__assert> (#80091)Louis Dionne1-0/+1
2024-02-17[libc++] simplify the midpoint function (#81717)rilysh1-8/+10
2024-01-25[libc++] Fix missing and incorrect push/pop macros (#79204)Louis Dionne5-0/+25
2024-01-22[libc++][numeric] P0543R3: Saturation arithmetic (#77967)Hristo Hristov1-0/+110
2024-01-20[libc++][hardening] Categorize assertions that produce incorrect results (#77...Konstantin Varlamov1-1/+1
2023-12-20[libc++] Fix ability to explicitly instantiate std::midpoint (#74217)Sanjay Marreddi1-6/+2
2023-12-18[libc++] Format the code base (#74334)Louis Dionne13-249/+196
2023-12-05[libc++] Replace uses of _VSTD:: by std:: (#74331)Louis Dionne11-24/+24
2023-12-04[libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095)Louis Dionne13-30/+30
2023-11-23[libc++] Unify __is_trivial_equality_predicate and __is_trivial_plus_operatio...Anton Rydahl1-1/+1
2023-10-06[libc++][PSTL] Overhaul exceptions handlingNikolas Klauser2-21/+103
2023-10-04[libc++] Explicitly pass execution policies to _LIBCPP_PSTL_CUSTOMIZATION_POI...Louis Dionne1-2/+2
2023-07-12[libc++][PSTL] Add a GCD backendNikolas Klauser1-1/+2
2023-07-06Fixing conflicting macro definitions between curses.h and the standard library.Nicole Rabjohn5-0/+25
2023-06-28[libc++][hardening][NFC] Introduce `_LIBCPP_ASSERT_UNCATEGORIZED`.varconst1-1/+1
2023-06-01[libc++][PSTL] Implement std::reduce and std::transform_reduceNikolas Klauser3-2/+175
2023-02-15[libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser12-21/+21
2023-01-21[libc++] Granularize <type_traits> includes in <bit>, <numbers> and <coroutine>Nikolas Klauser2-2/+16
2022-12-23[libc++] Add custom clang-tidy checksNikolas Klauser1-3/+3
2022-09-06[libc++] Avoid instantiating type_trait classesNikolas Klauser1-4/+4
2022-08-19[libc++][NFC] Rename the constexpr macrosNikolas Klauser11-23/+23
2022-08-13[libc++] Add a bunch of missing _LIBCPP_HIDE_FROM_ABINikolas Klauser1-2/+2
2022-07-08[libc++] Make parameter names consistent and enforce the naming style using r...Nikolas Klauser1-3/+3
2022-03-01[libc++] Revert "Protect users from relying on detail headers" & related changesLouis Dionne13-13/+0
2022-02-26[libcxx][modules] protects users from relying on detail headersChristopher Di Bella13-0/+13
2022-02-16[libc++] Move everything related solely to _LIBCPP_ASSERT to its own fileLouis Dionne1-1/+1
2022-02-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer2-2/+2
2021-12-01[libcxx][modularisation] modularises <numeric> headerChristopher Di Bella13-0/+781