aboutsummaryrefslogtreecommitdiff
path: root/libcxx/test/std/numerics/numeric.ops
AgeCommit message (Expand)AuthorFilesLines
2025-09-04[libc++][NFC] Use llvm.org/PR to link to bug reports (#156288)Nikolas Klauser1-1/+1
2025-07-15[libc++] Bump Xcode support (#148651)Louis Dionne5-5/+5
2025-04-05[libc++] Implement ranges::iota (#68494)James E T Smith1-0/+215
2025-03-20[libc++][test] Fix issues found by MSVC's STL (#131787)Stephan T. Lavavej1-1/+1
2025-03-16[libc++][numeric][NFC] Cleanup *Saturation arithmetic* tests (#101826)Hristo Hristov11-95/+96
2025-03-02[libc++] Add tests for gcd that result in something other than zero or one (#...AdityaK1-1/+13
2024-12-06[libc++] Fix sub-overflow in std::gcd implementation (#117984)serge-sans-paille1-11/+1
2024-10-31[libc++] Granularize <cstddef> includes (#108696)Nikolas Klauser7-19/+14
2024-06-25[libc++] Fix incorrect overflow checking in std::lcm (#96310)Louis Dionne1-1/+26
2024-05-28[libc++] [test] Fix portability issues for MSVC (#93259)Stephan T. Lavavej1-3/+6
2024-05-28[libc++] [test] Fix MSVC warnings (#93257)Stephan T. Lavavej1-4/+6
2024-05-22[libc++][pstl] Improve exception handling (#88998)Louis Dionne3-0/+266
2024-05-08[libc++] Implement std::gcd using the binary version (#77747)serge-sans-paille1-1/+88
2024-04-30[libc++] Some tests are missing include for `numeric_limits` (#90345)Alex Guteniev1-0/+1
2024-03-27[libc++] Fix one case in saturate_cast.pass.cpp for 64-bit on z/OS (#86724)zibi21-1/+1
2024-01-29[libc++][test] Silence MSVC warnings (#79791)Stephan T. Lavavej1-0/+5
2024-01-22[libc++][numeric] P0543R3: Saturation arithmetic (#77967)Hristo Hristov11-0/+1546
2023-12-20[libc++] Fix ability to explicitly instantiate std::midpoint (#74217)Sanjay Marreddi1-0/+6
2023-07-03[libc++] Move all the remaining .fail.cpp tests to .verify.cppLouis Dionne1-0/+0
2023-07-01[libc++] Enables constexpr string tests.Mark de Wever4-72/+8
2023-03-22[libc++] Qualifies ptrdiff_t and max_align_t.Mark de Wever1-1/+1
2023-03-21[libc++] Qualifies size_t.Mark de Wever9-86/+86
2023-03-14[libc++] Qualifies uint32_t and friends.Mark de Wever1-7/+7
2023-03-08[libc++][test] Uses qualified std::uint32_t.Mark de Wever1-1/+2
2022-12-23[libc++] Granularize <type_traits> includes in <compare>Nikolas Klauser1-0/+1
2022-08-23[libc++] Extend check for non-ASCII characters to src/, test/ and benchmarks/Louis Dionne5-34/+34
2022-06-14[NFC][libcxx] Check def of __LONG_DOUBLE_IEEE128__David Tenty1-3/+2
2022-05-28[libc++] Remove unused __functional includesNikolas Klauser1-0/+1
2022-02-04[libc++][NFC] Use cpp17_output_iterator in tests.Mark de Wever4-20/+20
2022-01-27[libc++][nfc] Add TEST_HAS_NO_INT128.Mark de Wever1-1/+1
2022-01-13[libc++][NFC] Fix placement of some XFAILsLouis Dionne1-0/+2
2021-11-08[libc++][CI] Add AIX pipeline configDavid Tenty1-0/+1
2021-08-20[libc++] Remove test-suite annotations for unsupported Clang versionsLouis Dionne23-29/+12
2021-08-20[libc++][PowerPC] Fix a test case failure when compiled with libcxxAlbion Fung1-1/+1
2021-08-12[libc++] Remove Lit annotations for unsupported GCC versions from the test suiteLouis Dionne23-23/+0
2021-05-02[libcxx][nfc] prefixes test type `input_iterator` with `cpp17_`Christopher Di Bella22-66/+66
2021-04-21[libc++] [test] Remove epicyclic workarounds for vector/span; use T[] or std:...Arthur O'Dwyer8-354/+126
2020-11-28[libc++] Disable some tests using gcc 9.Mark de Wever23-0/+23
2020-11-28[libc++] P1645 constexpr for <numeric>Mark de Wever23-212/+797
2020-11-27[libc++] Use std::move in numeric algorithms (P0616R0).zoecarver4-4/+222
2020-11-25Revert "[libc++] P1645 constexpr for <numeric>"Mark de Wever23-699/+198
2020-11-25[libc++] P1645 constexpr for <numeric>Mark de Wever23-198/+699
2020-10-28[libc++] Refactor tests to remove uses of std::rand()Louis Dionne2-6/+4
2020-10-13[libc++/abi] Clean up uses of <iostream> in the test suiteLouis Dionne3-5/+0
2020-06-03[libc++] Remove the c++98 Lit feature from the test suiteLouis Dionne32-32/+32
2020-04-15[libc++] Remove workaround for .fail.cpp tests that don't have clang-verify m...Louis Dionne12-0/+0
2019-10-23[NFC] Strip trailing whitespace from libc++Louis Dionne2-5/+5
2019-10-09[libc++][test] Miscellaneous MSVC cleanupsCasey Carter1-3/+3
2019-06-18Disable the 'nextafter' portions of these tests on PPC when using 128-bit dou...Marshall Clow1-19/+27
2019-06-18Fix the floating point version of midpoint. It wasn't constexpr, among other ...Marshall Clow1-5/+16