1. 95cf9fa [libcxx] [test] Don't detect Windows' UCRT with TEST_COMPILER_C1XX by Billy Robert O'Neal III · 7 years ago
  2. 171c77b Selectively import timespec_get into namespace std, since some C libraries don't have it. Reviewed as https://reviews.llvm.org/D50799 by Marshall Clow · 7 years ago
  3. 1f9e03f Final bit of P0063 - make sure that aligned_alloc is available when the underlying C library supports it by Marshall Clow · 7 years ago
  4. deb471f import timespec and timespec_get into namespace std if we're under c++17 or later AND the underlying C library has them. Fixes PR#38220, but doesn't implement all of P0063 yet. by Marshall Clow · 7 years ago
  5. 0a92402 Remove mblen(), mbtowc() and wctomb() from the thread-unsafe functions. by Ed Schouten · 9 years ago
  6. 0202dec Move all tests for _LIBCPP_VERSION in language.support to test/libcxx/language.support. by Eric Fiselier · 9 years ago
  7. f2f2a63 Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. by Eric Fiselier · 9 years ago
  8. 3245e1f Fix warnings in tests. by Eric Fiselier · 9 years ago
  9. fb42f4c Void cast runtime-unused variables. Patch from STL@microsoft.com by Eric Fiselier · 9 years ago
  10. d866bdd Manually suppress -Wnonnull when it occurs in an unevaluated context by Eric Fiselier · 10 years ago
  11. abd52ca Fix a handful of tests that fail in C++03 by Eric Fiselier · 10 years ago
  12. 5fd3089 Fix warnings in test/std/language.support by Eric Fiselier · 10 years ago
  13. e0cf3b9 Make support for thread-unsafe C functions optional. by Ed Schouten · 10 years ago
  14. 5a83710 Move test into test/std subdirectory. by Eric Fiselier · 11 years ago