summaryrefslogtreecommitdiffstats
path: root/libcxx/include/limits
Commit message (Expand)AuthorAgeFilesLines
* Fix -Wdouble-promotion warnings.Bruce Mitchener2019-07-011-1/+1
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308Marshall Clow2018-12-111-0/+1
* First part of P0482 - Establish that char8_t is an integral type, and that nu...Marshall Clow2018-11-291-0/+1
* Revert commit r347904 because it broke older compilersMarshall Clow2018-11-291-1/+0
* First part of P0482 - Establish that char8_t is an integral type, and that nu...Marshall Clow2018-11-291-0/+1
* Fix more unreserved namesEric Fiselier2017-06-011-4/+4
* [Libc++] Use #pragma push_macro/pop_macro to better handle min/max on WindowsEric Fiselier2017-05-311-7/+10
* [libc++] Refactor Windows support headers.Eric Fiselier2017-05-101-2/+2
* [libc++] Fix unknown pragma warning on MSVCBen Craig2017-04-111-1/+1
* [NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier2017-01-041-4/+4
* Fix PR30323: numeric_limits<T>::max_digits10 when using 16 bit ints.Eric Fiselier2016-12-081-3/+3
* Fix non-reserved name usageEric Fiselier2016-11-161-1/+1
* [WebAssembly] Set std::numeric_limits's traps field for WebAssembly.Dan Gohman2016-01-131-1/+2
* libc++: integral types trap on PNaClJF Bastien2014-11-261-1/+1
* Fix numeric_limits<XXX>::is_modulo for signed arithmetic types. We were repor...Marshall Clow2014-07-311-1/+1
* Add a _LIBCPP_CONSTEXPR that was missed in r170026.Nico Weber2014-05-301-1/+1
* Xing Xue: port to IBM XLC++/AIX.Howard Hinnant2013-08-141-0/+4
* Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant2013-08-121-4/+4
* Nico Rieck: Currently _MSC_VER and _WIN32 are used to guard code which isHoward Hinnant2013-08-011-2/+2
* No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant2013-03-061-4/+4
* Zhang Xiongpang: Add definitions for const data members. Fixes http://llvm....Howard Hinnant2012-12-121-0/+188
* Update <limits> with constexpr support. Patch contributed by Jonathan Sauer.Howard Hinnant2012-04-021-417/+417
* Add protection from min/max macrosHoward Hinnant2011-11-291-0/+2
* More windows port work by Ruben Van BoxemHoward Hinnant2011-10-221-0/+4
* Windows support by Ruben Van Boxem.Howard Hinnant2011-10-171-0/+2
* Applied noexcept to everything in [language.support] (Chapter 18)Howard Hinnant2011-05-261-99/+99
* license changeHoward Hinnant2010-11-161-2/+2
* visibility-decoration.Howard Hinnant2010-09-221-4/+4
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-111-1/+1
* libcxx initial importHoward Hinnant2010-05-111-0/+613
OpenPOWER on IntegriCloud