summaryrefslogtreecommitdiff
path: root/libcxx/include/__math/traits.h
AgeCommit message (Expand)Author
2025-10-30[libc++] Fix LLVM 22 TODOs (#153367)Nikolas Klauser
2025-08-05[libc++] Workaround for a bug of overloads in MS UCRT's `<math.h>` (#149234)A. Jiang
2025-05-08[libc++] Simplify __promote (#136101)Nikolas Klauser
2025-03-24[libc++] Remove one of the std::signbit overloads (#130505)Nikolas Klauser
2024-09-12[libc++][NFC] Use [[__nodiscard__]] unconditionally (#80454)Nikolas Klauser
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-08-28[libc++][math] Remove constrained overloads of `std::{isnan, isinf, isfinite}...Robin Caloudis
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-07-18[libc++] Fix acceptance of convertible-to-{float,double,long double} in std::...Robin Caloudis
2024-04-22[libc++] Remove _LIBCPP_DISABLE_NODISCARD_EXTENSIONS and refactor the tests (...Nikolas Klauser
2023-08-03[libc++][NFC] Replace typedefs with using in the math headersNikolas Klauser
2023-08-02[libc++][NFC] Refactor the enable_ifs in the math headersNikolas Klauser
2023-07-31[libc++][NFC] Format math headersNikolas Klauser
2023-07-31[libc++][NFC] Remove std:: qualifications from math headersNikolas Klauser
2023-07-31[libc++] Granulaize math.h and move the functions to std::__mathNikolas Klauser