[libcxx-commits] [PATCH] D144739: [libc++][chrono] Add sys_time formatter.
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Mar 4 05:01:33 PST 2023
Mordante created this revision.
Herald added a project: All.
Mordante updated this revision to Diff 500271.
Mordante added a comment.
Mordante updated this revision to Diff 500417.
Mordante updated this revision to Diff 500539.
Mordante updated this revision to Diff 500589.
Herald added subscribers: mstorsjo, arichardson.
Mordante updated this revision to Diff 500852.
Mordante updated this revision to Diff 500871.
Mordante updated this revision to Diff 501172.
Mordante updated this revision to Diff 501234.
Mordante updated this revision to Diff 501541.
Mordante updated this revision to Diff 501554.
Mordante updated this revision to Diff 501632.
Mordante updated this revision to Diff 501648.
Mordante updated this revision to Diff 501924.
Mordante updated this revision to Diff 501936.
Mordante updated this revision to Diff 501953.
Mordante updated this revision to Diff 502132.
Mordante updated this revision to Diff 502141.
Mordante updated this revision to Diff 502183.
Mordante published this revision for review.
Mordante added reviewers: ldionne, vitaut.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
CI fixes.
Mordante added a comment.
CI fixes.
Mordante added a comment.
CI fixes
Mordante added a comment.
CI fixes and temporary disable green CI jobs.
Mordante added a comment.
CI fixes.
Mordante added a comment.
CI fixes
Mordante added a comment.
CI fixes.
Mordante added a comment.
CI fixes.
Mordante added a comment.
CI fixes.
Mordante added a comment.
CI fixes.
Mordante added a comment.
CI fixes.
Mordante added a comment.
CI fixes.
Mordante added a comment.
CI fixes.
Mordante added a comment.
CI fixes.
Mordante added a comment.
CI fixes.
Mordante added a comment.
CI fixes
Mordante added a comment.
Rebased and enable the entire CI again.
Mordante added a comment.
Disable Windows for now.
Partially implements:
- P1361 <https://reviews.llvm.org/P1361> Integration of chrono with text formatting
- P2372 <https://reviews.llvm.org/P2372> Fixing locale handling in chrono formatters
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D144739
Files:
libcxx/docs/Status/FormatPaper.csv
libcxx/include/__chrono/concepts.h
libcxx/include/__chrono/convert_to_tm.h
libcxx/include/__chrono/formatter.h
libcxx/include/__chrono/ostream.h
libcxx/include/chrono
libcxx/test/std/time/time.clock/time.clock.system/ostream.pass.cpp
libcxx/test/std/time/time.syn/formatter.sys_time.pass.cpp
libcxx/test/std/utilities/format/format.formattable/concept.formattable.compile.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144739.502183.patch
Type: text/x-patch
Size: 58152 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230304/a7191217/attachment-0001.bin>
More information about the libcxx-commits
mailing list