summaryrefslogtreecommitdiff
path: root/libcxx/test/std/numerics
AgeCommit message (Expand)Author
2025-11-19[libc++] Remove is_signed<T> use from <limits> (#168334)Nikolas Klauser
2025-11-13[libc++] Add an initial modulemap for the test support headers (#162800)Nikolas Klauser
2025-11-10[libc++] Avoid overloaded `operator,` for (`T`, `Iter`) cases (#161049)A. Jiang
2025-11-09[libc++][numeric] Marked saturation artithmetic functions as `[[nodiscard]]` ...Hristo Hristov
2025-11-05[libc++][NFC] Removed unsupported compilers from tests (#166403)Hristo Hristov
2025-09-25[libc++][C++03] cherry-pick #104773 (#158244)Nikolas Klauser
2025-09-25[libc++][C++03] cherry-pick #106566 (#158250)Nikolas Klauser
2025-09-04[libc++][NFC] Use llvm.org/PR to link to bug reports (#156288)Nikolas Klauser
2025-08-25[libcxx][test] Fix typos (#155217)Stephan T. Lavavej
2025-08-09[clang] Improve nested name specifier AST representation (#147835)Matheus Izvekov
2025-08-05[libc++] Workaround for a bug of overloads in MS UCRT's `<math.h>` (#149234)A. Jiang
2025-07-21[libc++] Remove mentions of Clang 18 in the test suite (#148862)Louis Dionne
2025-07-18[libc++][tests] Update XFAIL annotations for some tests on Windows (#149124)Paul Kirth
2025-07-17[libc++] Move more tests into better places (#148419)Nikolas Klauser
2025-07-15[libc++] Bump Xcode support (#148651)Louis Dionne
2025-06-24[libc++] Fix no-localisation CI failure on <complex> (#145213)Hui
2025-06-19[libc++][NFC] Format abs.pass.cpp testNikolas Klauser
2025-06-19[libc++] Move std::abs into __math/abs.h (#139586)Nikolas Klauser
2025-06-11[libc++] Upgrade to GCC 15 (#138293)Nikolas Klauser
2025-04-05[libc++] Implement ranges::iota (#68494)James E T Smith
2025-03-24[libc++] Remove one of the std::signbit overloads (#130505)Nikolas Klauser
2025-03-20[libc++][test] Fix issues found by MSVC's STL (#131787)Stephan T. Lavavej
2025-03-17[libc++][NFC] Fix incorrect main() signaturesLouis Dionne
2025-03-16[libc++][numeric][NFC] Cleanup *Saturation arithmetic* tests (#101826)Hristo Hristov
2025-03-02[libc++] Add tests for gcd that result in something other than zero or one (#...AdityaK
2025-01-30[libc++] Forward-proof some tests for AppleClang 17Louis Dionne
2025-01-29[libc++] Add clang-21 to failing tests on Windows (#124955)gulfemsavrun
2025-01-28[libc++] Update the CI to Clang-20 and drop Clang-17 support (#117429)Nikolas Klauser
2024-12-21[libc++][C++03] Use `__cxx03/` headers in C++03 mode (#109002)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-10-30[libc++] Deprecate and remove meaningless `<cxxx>` headers (#111615)A. Jiang
2024-10-12[libc++][RFC] Always define internal feature test macros (#89178)Nikolas Klauser
2024-09-16[libc++][modules] Fix missing and incorrect includes (#108850)Louis Dionne
2024-09-12[libc++][math] Provide overloads for cv-unqualified floating point types for ...Robin Caloudis
2024-09-05[libc++][math] Add `constexpr` for `std::signbit()` (#105946)Robin Caloudis
2024-09-05[libc++][modules] Modularize <cstddef> (#107254)Louis Dionne
2024-08-30[libcxx][test] Add macro for when long double is just double (#106708)David Spickett
2024-08-28[libc++][math] Provide overloads for cv-unqualified floating point types for ...Robin Caloudis
2024-08-16[libc++][math] Fix acceptance of convertible types in `std::isnan()` and `std...Robin Caloudis
2024-08-14[libc++] Fix ambiguous constructors for std::complex and std::optional (#103409)Louis Dionne
2024-08-07[libcxx][test][z/OS] Fix hermite.pass.cpp for HEX float (#101019)Zibi Sarbinowski
2024-08-05[libc++][math] Fix undue overflowing of `std::hypot(x,y,z)` (#100820)PaulXiCao
2024-08-03[libc++][bit] Improves rotate functions. (#98032)Mark de Wever
2024-07-31[libcxx][test] Require long_tests for eval.PR44847.pass.cp (#100722)David Spickett
2024-07-24Revert "[libc++][math] Fix undue overflowing of `std::hypot(x,y,z)` (#93350)"Mitch Phillips
2024-07-23[libc++] Add clang-20 to failing tests on Windows (#100119)gulfemsavrun
2024-07-23[libc++][math] Fix undue overflowing of `std::hypot(x,y,z)` (#93350)PaulXiCao
2024-07-20[libc++][math] Mathematical Special Functions: Hermite Polynomial (#89982)PaulXiCao
2024-07-18[libc++] Fix acceptance of convertible-to-{float,double,long double} in std::...Robin Caloudis