aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/limits
AgeCommit message (Expand)AuthorFilesLines
2025-07-18Remove last few bits for Native Client support (#148983)Brad Smith1-1/+1
2025-06-21[libc++] Simplify <limits> a bit (#140021)Nikolas Klauser1-16/+3
2025-04-09[libc++] Remove _LIBCPP_TEMPLATE_VIS (#134885)Nikolas Klauser1-4/+4
2024-12-21[libc++][C++03] Use `__cxx03/` headers in C++03 mode (#109002)Nikolas Klauser1-3/+4
2024-12-10[libc++] Add #if 0 block to all the top-level headers (#119234)Nikolas Klauser1-27/+30
2024-11-13[libc++] Make variables in templates inline (#115785)Nikolas Klauser1-70/+23
2024-09-12[libc++][NFC] Use [[__nodiscard__]] unconditionally (#80454)Nikolas Klauser1-63/+63
2024-06-18[libc++][NFC] Run clang-format on libcxx/include again (#95874)Louis Dionne1-18/+54
2024-04-22[libc++] Remove _LIBCPP_DISABLE_NODISCARD_EXTENSIONS and refactor the tests (...Nikolas Klauser1-63/+63
2024-03-15[libc++] Add [[nodiscard]] to static numeric limit functions (#83748)Marc Auberer1-63/+63
2024-02-29[libc++] Clean up includes of <__assert> (#80091)Louis Dionne1-1/+0
2024-02-08[libc++][NFC] Simplify the implementation of `numeric_limits` (#80425)Nikolas Klauser1-278/+5
2023-12-18[libc++] Format the code base (#74334)Louis Dionne1-547/+531
2023-12-05[libc++] Replace uses of _VSTD:: by std:: (#74331)Louis Dionne1-1/+1
2023-12-04[libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095)Louis Dionne1-90/+90
2023-10-06[libc++] Implement P2614R2 (Deprecate numeric_limits::has_denorm)Nikolas Klauser1-24/+32
2023-07-07Revert "[libc++] Remove the type_traits includes from limits and new"Ian Anderson1-0/+4
2023-06-24[libc++] Remove the type_traits includes from limits and newIan Anderson1-4/+0
2022-12-22[libc++] Granularize <type_traits> includes in <utility>Nikolas Klauser1-1/+7
2022-11-22[libc++] Replace __ppc64__ with __powerpc64__ and fix is_iec559 for non-ibm128Fangrui Song1-1/+1
2022-09-20[libc++] Remove MSVC codeNikolas Klauser1-4/+0
2022-09-06[libc++] Avoid instantiating type_trait classesNikolas Klauser1-2/+2
2022-07-14[libcxx][AIX][z/OS] Remove headers included via `_IBMCPP__`David Tenty1-4/+0
2022-03-30[libc++] Ensure that all public C++ headers include <__assert>Louis Dionne1-0/+2
2022-02-22Set std::numeric_limits<>::tinyness_before to true for floating point types o...Owen Anderson1-0/+12
2022-02-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer1-1/+1
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne1-1/+1
2021-04-20[libc++] NFC: Normalize `#endif //` comment indentationLouis Dionne1-1/+1
2021-02-04[libc++] Rename include/support to include/__supportLouis Dionne1-2/+2
2019-07-01Fix -Wdouble-promotion warnings.Bruce Mitchener1-1/+1
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-12-11Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308Marshall Clow1-0/+1
2018-11-29First part of P0482 - Establish that char8_t is an integral type, and that nu...Marshall Clow1-0/+1
2018-11-29Revert commit r347904 because it broke older compilersMarshall Clow1-1/+0
2018-11-29First part of P0482 - Establish that char8_t is an integral type, and that nu...Marshall Clow1-0/+1
2017-06-01Fix more unreserved namesEric Fiselier1-4/+4
2017-05-31[Libc++] Use #pragma push_macro/pop_macro to better handle min/max on WindowsEric Fiselier1-7/+10
2017-05-10[libc++] Refactor Windows support headers.Eric Fiselier1-2/+2
2017-04-11[libc++] Fix unknown pragma warning on MSVCBen Craig1-1/+1
2017-01-04[NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier1-4/+4
2016-12-08Fix PR30323: numeric_limits<T>::max_digits10 when using 16 bit ints.Eric Fiselier1-3/+3
2016-11-16Fix non-reserved name usageEric Fiselier1-1/+1
2016-01-13[WebAssembly] Set std::numeric_limits's traps field for WebAssembly.Dan Gohman1-1/+2
2014-11-26libc++: integral types trap on PNaClJF Bastien1-1/+1
2014-07-31Fix numeric_limits<XXX>::is_modulo for signed arithmetic types. We were repor...Marshall Clow1-1/+1
2014-05-30Add a _LIBCPP_CONSTEXPR that was missed in r170026.Nico Weber1-1/+1
2013-08-14Xing Xue: port to IBM XLC++/AIX.Howard Hinnant1-0/+4
2013-08-12Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant1-4/+4
2013-08-01Nico Rieck: Currently _MSC_VER and _WIN32 are used to guard code which isHoward Hinnant1-2/+2
2013-03-06No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant1-4/+4