summaryrefslogtreecommitdiff
path: root/libcxx/include/chrono
AgeCommit message (Expand)Author
2025-11-06[libcxx] Implement C++20 std::chrono::is_clock, std::chrono::is_clock_v (#160...Yuxuan Chen
2025-06-11[libc++] Add missing C++20 [time.point.arithmetic] (#143165)maflcko
2025-03-21[libc++][chrono] Adds a missing main include. (#132100)Mark de Wever
2025-03-02[libc++][chrono][doc] Use stable names in synopsis. (#129381)Mark de Wever
2025-02-21[libc++][chrono] implements GPS clock. (#125921)Mark de Wever
2025-02-09[NFC][libc++] Fixes minor issues in the synopsis.Mark de Wever
2025-02-06[libc++][chrono] implements TAI clock. (#125550)Mark de Wever
2025-01-24[libc++][chrono] implements UTC clock. (#90393)Mark de Wever
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-12-02[libc++] Re-enable Clang-tidy checks in the CI (#110026)Louis Dionne
2024-11-06[libc++] Refactor the configuration macros to being always defined (#112094)Nikolas Klauser
2024-10-25[libc++] Granularize <vector> (#99705)Nikolas Klauser
2024-09-13Guard an include of `<ostream>` in `<chrono>` with availability macro (#108429)Konstantin Varlamov
2024-07-20[libc++][TZDB] Implements zoned_time formatters. (#98347)Mark de Wever
2024-07-10[libc++][TZDB] Implements zoned_seconds typedef. (#95141)Mark de Wever
2024-07-10[libc++][TZDB] Implements zoned_time's operator==. (#95140)Mark de Wever
2024-07-09[libc++][TZDB] Adds basics of zoned_time class. (#94999)Mark de Wever
2024-07-07[libc++] Guard transitive include of `<locale>` with availability macro (#97869)Konstantin Varlamov
2024-06-20[libc++] Remove <ostream> include from <chrono> (#96035)Nikolas Klauser
2024-06-10[libc++][TZDB] Implements zoned_traits. (#91059)Mark de Wever
2024-06-10[libc++][TZDB] Implements time_zone::to_local. (#91003)Mark de Wever
2024-06-10[libc++][TZDB] Implements time_zone::to_sys. (#90901)Mark de Wever
2024-06-10[libc++][TZDB] Implements time_zone::to_sys. (#90394)Mark de Wever
2024-06-09[libc++][TZDB] Implements time_zone get_info(local_time). (#89537)Mark de Wever
2024-04-18[libc++][TZDB] Adds local_info formatter. (#86256)Mark de Wever
2024-04-17[libc++][TZDB] Adds sys_info formatter. (#85896)Mark de Wever
2024-04-14[libc++][RFC] Only include what is required by-version in the umbrella header...Nikolas Klauser
2024-04-10[libc++][chrono] Adds the sys_info class. (#85619)Mark de Wever
2024-04-04[libc++][chrono] Completes the tzdb class. (#82157)Mark de Wever
2024-04-03[libc++][chrono] Loads leap-seconds.list in tzdb. (#82113)Mark de Wever
2024-03-16[libc++] Add <locale> include in <chrono> (#85521)Nikolas Klauser
2024-03-14[libc++] Remove <tuple> include from <__format/concepts.h> (#80214)Nikolas Klauser
2024-02-29[libc++] Clean up includes of <__assert> (#80091)Louis Dionne
2024-02-17[libc++][chrono] Loads tzdata.zi in tzdb. (#74928)Mark de Wever
2024-02-10[libc++][chrono] Implements duration Rep constraints. (#80539)Mark de Wever
2024-01-22[libc++][chrono] Fixes (sys|local)_time formatters. (#76456)Mark de Wever
2023-12-04[libc++][NFC] Add a few clang-format annotations (#74352)Louis Dionne
2023-09-15[libc++] Refactor node creation and destruction in list and forward_list (#65...Louis Dionne
2023-09-06[libc++][chrono] Adds tzdb_list implementation.Mark de Wever
2023-06-12[libc++][spaceship] P1614R2: Removed `operator!=` from `weekday`sHristo Hristov
2023-05-24[libc++][format] Removes the experimental status.Mark de Wever
2023-05-03[libc++][chrono] Adds formatter local_time.Mark de Wever
2023-04-09[libc++][spaceship] Implement `operator<=>` for `time_point`Hristo Hristov
2023-04-08[libc++][chrono] Add sys_time formatter.Mark de Wever
2023-04-07[libc++][format] Use granularized charconv.Mark de Wever
2023-03-21[libc++][spaceship] Implement `operator<=>` for `duration`Hristo Hristov
2023-02-21[libc++] Move constexpr <cstring> functions into their own headers and remove...Nikolas Klauser
2023-02-17[libc++] Granularize <bit> includesNikolas Klauser
2023-02-15[libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= xNikolas Klauser