summaryrefslogtreecommitdiff
path: root/libcxx/include/limits
AgeCommit message (Expand)Author
2025-11-19[libc++] Remove is_signed<T> use from <limits> (#168334)Nikolas Klauser
2025-11-15[libc++] Make `std::numeric_limits<NonPromoted>::traps` `false` (#166724)A. Jiang
2025-07-18Remove last few bits for Native Client support (#148983)Brad Smith
2025-06-21[libc++] Simplify <limits> a bit (#140021)Nikolas Klauser
2025-04-09[libc++] Remove _LIBCPP_TEMPLATE_VIS (#134885)Nikolas Klauser
2024-12-21[libc++][C++03] Use `__cxx03/` headers in C++03 mode (#109002)Nikolas Klauser
2024-12-10[libc++] Add #if 0 block to all the top-level headers (#119234)Nikolas Klauser
2024-11-13[libc++] Make variables in templates inline (#115785)Nikolas Klauser
2024-09-12[libc++][NFC] Use [[__nodiscard__]] unconditionally (#80454)Nikolas Klauser
2024-06-18[libc++][NFC] Run clang-format on libcxx/include again (#95874)Louis Dionne
2024-04-22[libc++] Remove _LIBCPP_DISABLE_NODISCARD_EXTENSIONS and refactor the tests (...Nikolas Klauser
2024-03-15[libc++] Add [[nodiscard]] to static numeric limit functions (#83748)Marc Auberer
2024-02-29[libc++] Clean up includes of <__assert> (#80091)Louis Dionne
2024-02-08[libc++][NFC] Simplify the implementation of `numeric_limits` (#80425)Nikolas Klauser
2023-12-18[libc++] Format the code base (#74334)Louis Dionne
2023-12-05[libc++] Replace uses of _VSTD:: by std:: (#74331)Louis Dionne
2023-12-04[libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095)Louis Dionne
2023-10-06[libc++] Implement P2614R2 (Deprecate numeric_limits::has_denorm)Nikolas Klauser
2023-07-07Revert "[libc++] Remove the type_traits includes from limits and new"Ian Anderson
2023-06-24[libc++] Remove the type_traits includes from limits and newIan Anderson
2022-12-22[libc++] Granularize <type_traits> includes in <utility>Nikolas Klauser
2022-11-22[libc++] Replace __ppc64__ with __powerpc64__ and fix is_iec559 for non-ibm128Fangrui Song
2022-09-20[libc++] Remove MSVC codeNikolas Klauser
2022-09-06[libc++] Avoid instantiating type_trait classesNikolas Klauser
2022-07-14[libcxx][AIX][z/OS] Remove headers included via `_IBMCPP__`David Tenty
2022-03-30[libc++] Ensure that all public C++ headers include <__assert>Louis Dionne
2022-02-22Set std::numeric_limits<>::tinyness_before to true for floating point types o...Owen Anderson
2022-02-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne
2021-04-20[libc++] NFC: Normalize `#endif //` comment indentationLouis Dionne
2021-02-04[libc++] Rename include/support to include/__supportLouis Dionne
2019-07-01Fix -Wdouble-promotion warnings.Bruce Mitchener
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-11Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308Marshall Clow
2018-11-29First part of P0482 - Establish that char8_t is an integral type, and that nu...Marshall Clow
2018-11-29Revert commit r347904 because it broke older compilersMarshall Clow
2018-11-29First part of P0482 - Establish that char8_t is an integral type, and that nu...Marshall Clow
2017-06-01Fix more unreserved namesEric Fiselier
2017-05-31[Libc++] Use #pragma push_macro/pop_macro to better handle min/max on WindowsEric Fiselier
2017-05-10[libc++] Refactor Windows support headers.Eric Fiselier
2017-04-11[libc++] Fix unknown pragma warning on MSVCBen Craig
2017-01-04[NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier
2016-12-08Fix PR30323: numeric_limits<T>::max_digits10 when using 16 bit ints.Eric Fiselier
2016-11-16Fix non-reserved name usageEric Fiselier
2016-01-13[WebAssembly] Set std::numeric_limits's traps field for WebAssembly.Dan Gohman
2014-11-26libc++: integral types trap on PNaClJF Bastien
2014-07-31Fix numeric_limits<XXX>::is_modulo for signed arithmetic types. We were repor...Marshall Clow
2014-05-30Add a _LIBCPP_CONSTEXPR that was missed in r170026.Nico Weber
2013-08-14Xing Xue: port to IBM XLC++/AIX.Howard Hinnant
2013-08-12Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant