[all-commits] [llvm/llvm-project] 6beadc: [libc++][TZDB] Adds basics of zoned_time class.
Mark de Wever via All-commits
all-commits at lists.llvm.org
Sun Jul 7 03:09:10 PDT 2024
Branch: refs/heads/users/mordante/zoned_time__class
Home: https://github.com/llvm/llvm-project
Commit: 6beadca7e08a6020a665f698716aeffef5d55ae0
https://github.com/llvm/llvm-project/commit/6beadca7e08a6020a665f698716aeffef5d55ae0
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2024-07-07 (Sun, 07 Jul 2024)
Changed paths:
M libcxx/docs/Status/Cxx20Issues.csv
M libcxx/include/__chrono/zoned_time.h
M libcxx/include/chrono
M libcxx/modules/std/chrono.inc
M libcxx/test/libcxx/diagnostics/chrono.nodiscard.verify.cpp
A libcxx/test/std/time/time.zone/time.zone.zonedtime/copy.assign.pass.cpp
A libcxx/test/std/time/time.zone/time.zone.zonedtime/copy.ctor.pass.cpp
A libcxx/test/std/time/time.zone/time.zone.zonedtime/test_offset_time_zone.h
A libcxx/test/std/time/time.zone/time.zone.zonedtime/time.zone.zonedtime.ctor/default.pass.cpp
A libcxx/test/std/time/time.zone/time.zone.zonedtime/time.zone.zonedtime.ctor/string_view.pass.cpp
A libcxx/test/std/time/time.zone/time.zone.zonedtime/time.zone.zonedtime.ctor/sys_time.pass.cpp
A libcxx/test/std/time/time.zone/time.zone.zonedtime/time.zone.zonedtime.ctor/time_zone_pointer.pass.cpp
A libcxx/test/std/time/time.zone/time.zone.zonedtime/time.zone.zonedtime.members/get_sys_time.pass.cpp
A libcxx/test/std/time/time.zone/time.zone.zonedtime/time.zone.zonedtime.members/get_time_zone.pass.cpp
A libcxx/test/std/time/time.zone/time.zone.zonedtime/types.compile.pass.cpp
A libcxx/test/std/time/time.zone/time.zone.zonedtime/types.verify.cpp
Log Message:
-----------
[libc++][TZDB] Adds basics of zoned_time class.
This implements the class, its non-templated constructors and its getters to
verify the construction.
Completes
- LWG3224 zoned_time constructor from TimeZonePtr does not specify initialization of tp_
Implements parts of:
- P0355 Extending chrono to Calendars and Time Zones
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list