summaryrefslogtreecommitdiff
path: root/libcxx/include/ctime
AgeCommit message (Expand)Author
2024-12-21[libc++][C++03] Use `__cxx03/` headers in C++03 mode (#109002)Nikolas Klauser
2024-12-10[libc++] Add #if 0 block to all the top-level headers (#119234)Nikolas Klauser
2024-09-05[libc++][modules] Modularize <cstddef> (#107254)Louis Dionne
2024-02-29[libc++] Clean up includes of <__assert> (#80091)Louis Dionne
2023-02-15[libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser
2022-11-23[libc++] Add missing __has_include checks for C headers not provided by libc++Louis Dionne
2022-03-30[libc++] Ensure that all public C++ headers include <__assert>Louis Dionne
2022-03-11[libc++] Remove workaround for C11 features on compilers that don't support u...Louis Dionne
2022-02-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne
2021-08-24[libc++] Remove support for CloudABI, which has been abandonedLouis Dionne
2021-08-18[libc++] Skip logic for detecting C11 features when using_if_exists is supportedLouis Dionne
2021-06-04[libc++] Use the using_if_exists attribute when providedLouis Dionne
2021-04-20[libc++] NFC: Normalize `#endif //` comment indentationLouis Dionne
2020-09-02[libc++] Avoid including <sys/cdefs.h> on non-Apple platforms in <ctime>Louis Dionne
2020-09-02[libc++] Re-apply the workaround for timespec_get not always being available ...Louis Dionne
2019-11-18Fix _LIBCPP_HAS_ definitions for Android.Dan Albert
2019-10-23[NFC] Strip trailing whitespace from libc++Louis Dionne
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
2015-06-24Make support for thread-unsafe C functions optional.Ed Schouten
2011-10-17Windows support by Ruben Van Boxem.Howard Hinnant
2010-11-16license changeHoward Hinnant
2010-08-22Fixing whitespace problemsHoward Hinnant
2010-05-11Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant
2010-05-11libcxx initial importHoward Hinnant