summaryrefslogtreecommitdiff
path: root/libcxx/test/std/language.support/support.runtime/ctime.pass.cpp
AgeCommit message (Expand)Author
2021-10-05[libcxx] [test] Move a missed test to ctime.timespec.compile.pass.cppMartin Storsjö
2021-08-24[libc++] Remove support for CloudABI, which has been abandonedLouis Dionne
2021-08-18[libc++] Split off tests for aligned_alloc & friends into separate test filesLouis Dionne
2021-08-18[libc++] Convert test-suite workarounds for some C11 features to XFAILsLouis Dionne
2021-05-31[libcxx] Define LIBCPP_HAS_TIMESPEC_GET for MSVC configurationsMartin Storsjö
2021-03-22[libcxx] [test] Add XFAIL LIBCXX-WINDOWS-FIXME in 124 tests that fail in the ...Martin Storsjö
2020-10-30[libc++] NFC: Fix several GCC warnings in the test suiteLouis Dionne
2019-11-18Fix _LIBCPP_HAS_ definitions for Android.Dan Albert
2019-02-04Support tests in freestandingJF Bastien
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-08-15Selectively import timespec_get into namespace std, since some C libraries do...Marshall Clow
2018-07-31import timespec and timespec_get into namespace std if we're under c++17 or l...Marshall Clow
2016-06-14Fix warnings in tests.Eric Fiselier
2016-05-02Void cast runtime-unused variables. Patch from STL@microsoft.comEric Fiselier
2015-07-18Fix warnings in test/std/language.supportEric Fiselier
2015-06-24Make support for thread-unsafe C functions optional.Ed Schouten
2014-12-20Move test into test/std subdirectory.Eric Fiselier