summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/language.support/support.runtime
Commit message (Expand)AuthorAgeFilesLines
* Fix _LIBCPP_HAS_ definitions for Android.Dan Albert2019-11-182-5/+4
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-313-0/+6
* Fix implementation of ::abs and std::abs LWG 2192.Eric Fiselier2019-04-231-1/+49
* Support tests in freestandingJF Bastien2019-02-046-6/+18
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-196-24/+18
* [libcxx] [test] Don't detect Windows' UCRT with TEST_COMPILER_C1XXBilly Robert O'Neal III2018-10-201-4/+2
* Selectively import timespec_get into namespace std, since some C libraries do...Marshall Clow2018-08-151-1/+1
* Final bit of P0063 - make sure that aligned_alloc is available when the under...Marshall Clow2018-07-311-0/+10
* import timespec and timespec_get into namespace std if we're under c++17 or l...Marshall Clow2018-07-311-0/+14
* Remove mblen(), mbtowc() and wctomb() from the thread-unsafe functions.Ed Schouten2016-12-301-2/+0
* Move all tests for _LIBCPP_VERSION in language.support to test/libcxx/languag...Eric Fiselier2016-06-226-120/+0
* Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier2016-06-141-1/+3
* Fix warnings in tests.Eric Fiselier2016-06-141-1/+1
* Void cast runtime-unused variables. Patch from STL@microsoft.comEric Fiselier2016-05-022-1/+7
* Manually suppress -Wnonnull when it occurs in an unevaluated contextEric Fiselier2015-10-011-0/+6
* Fix a handful of tests that fail in C++03Eric Fiselier2015-07-281-3/+3
* Fix warnings in test/std/language.supportEric Fiselier2015-07-184-4/+19
* Make support for thread-unsafe C functions optional.Ed Schouten2015-06-242-1/+5
* Move test into test/std subdirectory.Eric Fiselier2014-12-2012-0/+394
OpenPOWER on IntegriCloud