aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/__numeric
AgeCommit message (Expand)AuthorFilesLines
2026-01-12[libc++] Removed unused internal helper functions from the midpoint.h header ...eiytoq1-5/+0
2026-01-09[libc++] Fix LWG 4265: std::midpoint should not accept const bool (#174579)eiytoq1-1/+2
2026-01-08[libc++][numeric] Modernized `std::midpoint` (#174596)Hristo Hristov1-9/+8
2025-12-30[libc++][NFC] Simplify `gcd` a bit (#173570)A. Jiang1-34/+24
2025-11-09[libc++][numeric] Marked saturation artithmetic functions as `[[nodiscard]]` ...Hristo Hristov1-5/+5
2025-11-04[libc++] Use saturation builtins directly for {add,sub}_sat (#165228)Nikolas Klauser1-0/+8
2025-10-07[libc++] Make the naming of the iterator_traits aliases consistent (#161661)Nikolas Klauser1-2/+2
2025-06-21[libc++] Simplify <limits> a bit (#140021)Nikolas Klauser1-1/+1
2025-06-11[libc++] Refactor signed/unsigned integer traits (#142750)Nikolas Klauser1-15/+15
2025-04-05[libc++] Implement ranges::iota (#68494)James E T Smith1-0/+65
2025-03-18[NFC][libc++] Guard against operator& hijacking. (#129453)Mark de Wever2-4/+6
2025-01-24[libc++] Switch experimental library macros to 0/1 macros (#124030)Nikolas Klauser1-2/+2
2024-12-06[libc++] Fix sub-overflow in std::gcd implementation (#117984)serge-sans-paille1-13/+10
2024-10-31[libc++] Granularize <cstddef> includes (#108696)Nikolas Klauser1-1/+1
2024-06-25[libc++] Fix incorrect overflow checking in std::lcm (#96310)Louis Dionne1-3/+5
2024-06-23[libc++][NFC] Replace _NOEXCEPT and _LIBCPP_CONSTEXPR macros with the keyword...Nikolas Klauser1-5/+5
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