aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/chrono
AgeCommit message (Expand)AuthorFilesLines
2023-06-12[libc++][spaceship] P1614R2: Removed `operator!=` from `weekday`sHristo Hristov1-9/+0
2023-05-24[libc++][format] Removes the experimental status.Mark de Wever1-1/+1
2023-05-03[libc++][chrono] Adds formatter local_time.Mark de Wever1-0/+12
2023-04-09[libc++][spaceship] Implement `operator<=>` for `time_point`Hristo Hristov1-1/+5
2023-04-08[libc++][chrono] Add sys_time formatter.Mark de Wever1-0/+6
2023-04-07[libc++][format] Use granularized charconv.Mark de Wever1-0/+4
2023-03-21[libc++][spaceship] Implement `operator<=>` for `duration`Hristo Hristov1-1/+5
2023-02-21[libc++] Move constexpr <cstring> functions into their own headers and remove...Nikolas Klauser1-0/+1
2023-02-17[libc++] Granularize <bit> includesNikolas Klauser1-0/+1
2023-02-15[libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser1-1/+1
2023-02-14[libc++][chrono] Add hh_mm_ss formatter.Mark de Wever1-0/+6
2022-12-24[libc++][chrono] Add calendar type formatters.Mark de Wever1-0/+53
2022-11-05[libc++] Granularize <concept> includesNikolas Klauser1-0/+4
2022-10-18[libc++][chrono] Implements formatter weekday.Mark de Wever1-0/+4
2022-10-18[libc++][chrono] Implements formatter duration.Mark de Wever1-1/+7
2022-10-05[libc++][chrono] Implements formatter month.Mark de Wever1-0/+4
2022-10-05[libc++][chrono] Implements formatter year.Mark de Wever1-0/+4
2022-09-27[libc++][NFC] Fix some standard-mandated includes commentsNikolas Klauser1-0/+2
2022-09-07[libc++][chrono] Implements formatter day.Mark de Wever1-0/+18
2022-07-27[libc++][chrono] Uses operator<=> in the calendar.Mark de Wever1-42/+10
2022-07-13[libc++][chrono] Adds operator<=> for day.Mark de Wever1-6/+6
2022-04-06[NFC][libc++] Modularize chrono's calendar.Mark de Wever1-0/+11
2022-03-30[libc++] Ensure that all public C++ headers include <__assert>Louis Dionne1-0/+1
2022-02-04[libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer1-1/+1
2022-01-18[libc++] Split a few utilities out of __threading_supportLouis Dionne1-0/+1
2022-01-14[libc++] Modularize <chrono>Louis Dionne1-2133/+7
2021-12-02[libc++][NFC] Update namespace comments in include/Nikolas Klauser1-5/+6
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne1-1/+1
2021-11-11[libc++] Implement file_clock::{to,from}_sysLouis Dionne1-1/+31
2021-11-04[libcxx] Remove nonstandard _FilesystemClock::{to,from}_time_tMartin Storsjö1-13/+0
2021-10-25[libc++][NFC] Remove unimplemented parts of chrono synopsisJoe Loser1-145/+0
2021-10-19[libc++] Make __weekday_from_days private in weekdayJoe Loser1-3/+1
2021-09-23[libc++] Remove uses of _LIBCPP_HAS_NO_VARIABLE_TEMPLATESLouis Dionne1-1/+1
2021-09-22[libc++][NFCI] Remove uses of _LIBCPP_INLINE_VARLouis Dionne1-2/+1
2021-09-01[libc++] Remove some workarounds for unsupported GCC and Clang versionsLouis Dionne1-1/+1
2021-05-29[libc++] Alphabetize and include-what-you-use. NFCI.Arthur O'Dwyer1-3/+3
2021-05-11[libc++] s/_VSTD::chrono/chrono/g. NFCI.Arthur O'Dwyer1-8/+8
2021-04-20[libc++] NFC: Normalize `#endif //` comment indentationLouis Dionne1-1/+1
2021-04-06[libc++] Header inclusion tests.Arthur O'Dwyer1-0/+1
2021-02-15[libc++] Change `std::numeric_limits` to just `numeric_limits` in <chrono>.Arthur O'Dwyer1-4/+4
2020-11-27[libc++] Replace several uses of 0 by nullptrBruce Mitchener1-3/+3
2020-11-05[libc++] Rework the whole availability markup implementationLouis Dionne1-0/+1
2020-06-09[libc++] Avoid UB in year_month_day_last::day() for incorrect monthsLouis Dionne1-1/+1
2020-06-09[libc++] Remove assertion in year_month_day_last::day()Louis Dionne1-2/+0
2020-05-21Reland [libc++] [LWG3321] Mark "year_month_day_last::day() specification does...Marek Kurdej1-0/+2
2020-05-13Revert "[libc++] [LWG3321] Mark "year_month_day_last::day() specification doe...Marek Kurdej1-2/+0
2020-05-13[libc++] [LWG3321] Mark "year_month_day_last::day() specification does not co...Marek Kurdej1-0/+2
2019-11-15[libc++] [chrono] Fix year_month_weekday::ok() implementation.Marek Kurdej1-2/+8
2019-09-23Revert "Extension: Mark the default constructor of chrono::duration as condit...Marshall Clow1-1/+1
2019-09-23Extension: Mark the default constructor of chrono::duration as conditionally ...Marshall Clow1-1/+1