summaryrefslogtreecommitdiff
path: root/include/limits
AgeCommit message (Expand)Author
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
2013-08-01Nico Rieck: Currently _MSC_VER and _WIN32 are used to guard code which isHoward Hinnant
2013-03-06No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant
2012-12-12Zhang Xiongpang: Add definitions for const data members. Fixes http://llvm....Howard Hinnant
2012-04-02Update <limits> with constexpr support. Patch contributed by Jonathan Sauer.Howard Hinnant
2011-11-29Add protection from min/max macrosHoward Hinnant
2011-10-22More windows port work by Ruben Van BoxemHoward Hinnant
2011-10-17Windows support by Ruben Van Boxem.Howard Hinnant
2011-05-26Applied noexcept to everything in [language.support] (Chapter 18)Howard Hinnant
2010-11-16license changeHoward Hinnant
2010-09-22visibility-decoration.Howard Hinnant
2010-05-11Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant
2010-05-11libcxx initial importHoward Hinnant