From: Mark de Wever Date: Sat, 1 Jul 2023 10:37:02 +0000 (+0200) Subject: [libc++][doc] Updates spaceship status. X-Git-Tag: upstream/17.0.6~3177 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5bf142749e2ee1f7d60e728bf7ac4262e1c22da0;p=platform%2Fupstream%2Fllvm.git [libc++][doc] Updates spaceship status. Work on the missing chrono parts has started, but their operators will be added in different patches. So split the remaining chrono part to one entry per line and mark them in progress. --- diff --git a/libcxx/docs/Status/SpaceshipProjects.csv b/libcxx/docs/Status/SpaceshipProjects.csv index 17f9f92..aaa9278 100644 --- a/libcxx/docs/Status/SpaceshipProjects.csv +++ b/libcxx/docs/Status/SpaceshipProjects.csv @@ -140,7 +140,7 @@ Section,Description,Dependencies,Assignee,Complete "| `[class.slice.overview] `_ | `[slice.ops] `_",| `slice `_,None,Hristo Hristov,|Complete| - `5.12 Clause 27: Time library `_,,,, -| `[time.syn] `_,|,None,Unassigned,|Not Started| +| `[time.syn] `_,|,None,Mark de Wever,|In Progress| | `[time.duration.comparisons] `_, `chrono::duration `_, None, Hristo Hristov, |Complete| | `[time.point.comparisons] `_, `chrono::time_point `_, None, Hristo Hristov, |Complete| "| `[time.cal.day.nonmembers] `_ @@ -171,12 +171,10 @@ Section,Description,Dependencies,Assignee,Complete | `month_weekday_last `_ | `year_month_weekday `_ | `year_month_weekday_last `_",None,Hristo Hristov,|Complete| -"| `[time.zone.nonmembers] `_ -| `[time.zone.zonedtime.nonmembers] `_ -| `[time.zone.leap.nonmembers] `_ -| `[time.zone.link.nonmembers] `_","| chrono::time_zone -| chrono::leap_second -| chrono::time_zone_link",A ```` implementation,Unassigned,|Not Started| +`[time.zone.nonmembers] `_,"`chrono::time_zone`",A ```` implementation,Mark de Wever,|In Progress| +`[time.zone.zonedtime.nonmembers] `_,"`chrono::zoned_time`",A ```` implementation,Mark de Wever,|In Progress| +`[time.zone.leap.nonmembers] `_,"`chrono::time_leap_seconds`",A ```` implementation,Mark de Wever,|In Progress| +`[time.zone.link.nonmembers] `_,"`chrono::time_zone_link`",A ```` implementation,Mark de Wever,|In Progress| - `5.13 Clause 28: Localization library `_,,,, "| `[locale] `_ | `[locale.operators] `_",| remove ops `locale `_,None,Hristo Hristov,|Complete|