summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/language.support/support.limits/support.limits.general
Commit message (Expand)AuthorAgeFilesLines
* [libc++] [P1612] Add missing feature-test macro __cpp_lib_endian.Louis Dionne2019-11-142-0/+40
* P0722R3: Implement library support for destroying deleteEric Fiselier2019-05-232-6/+6
* Implement midpoint for floating point types. Reviewed as https://reviews.llvm...Marshall Clow2019-04-252-0/+40
* Add std::is_constant_evaluated.Eric Fiselier2019-04-242-6/+6
* Support tests in freestandingJF Bastien2019-02-0446-46/+54
* Move the feature test macros script to the utils directory.Eric Fiselier2019-02-021-975/+0
* Update generator script to use the new license file header.Chandler Carruth2019-01-191-4/+3
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1947-188/+141
* correct script name in generated testsEric Fiselier2019-01-1643-89/+91
* Fix feature test macros for atomics/mutexes without threadingEric Fiselier2019-01-164-73/+177
* Implement feature test macros using a script.Eric Fiselier2019-01-1643-1054/+7079
* Add the feature test macros that were defined in p1353r0 to the headers of th...Marshall Clow2019-01-073-1/+35
* Implement P1209 - Adopt Consistent Container Erasure from Library Fundamental...Marshall Clow2018-12-149-0/+100
* Fix problems with char8_t stuff on compilers that don't support char8_t yetMarshall Clow2018-12-119-9/+9
* Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308Marshall Clow2018-12-1145-8/+275
* [libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej2018-11-141-1/+1
* Update commnents to reflect the changes for LWG#3127. NFCMarshall Clow2018-10-222-1/+31
* Update commnents to reflect the changes for LWG#3122. NFCMarshall Clow2018-10-222-0/+2
* Fix threaded test under no-threading configurationEric Fiselier2018-10-012-0/+4
* Implement the infrastructure for feature-test macros. Very few actual feature...Marshall Clow2018-09-1240-0/+1486
OpenPOWER on IntegriCloud