[libcxx-commits] [PATCH] D133663: [libc++][chrono] Implements formatter year.
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Sep 17 03:31:25 PDT 2022
Mordante created this revision.
Herald added a project: All.
Mordante updated this revision to Diff 459345.
Mordante added a comment.
Herald added a subscriber: arichardson.
Mordante updated this revision to Diff 459352.
Mordante updated this revision to Diff 459376.
Mordante updated this revision to Diff 459378.
Mordante updated this revision to Diff 459473.
Mordante updated this revision to Diff 459500.
Mordante updated this revision to Diff 460295.
Mordante updated this revision to Diff 460298.
Mordante updated this revision to Diff 460641.
Herald added a subscriber: mstorsjo.
Mordante updated this revision to Diff 460650.
Mordante updated this revision to Diff 460979.
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++.
Attempts to fix CI.
Mordante added a comment.
Fixes CI.
Mordante added a comment.
Attempts to fix the CI.
Mordante added a comment.
Fixing CI.
Mordante added a comment.
Attempts to fix CI.
Mordante added a comment.
Removes accidentally duplicated line.
Mordante added a comment.
Attempts to fix CI.
Mordante added a comment.
CI.
Mordante added a comment.
Attempts to fix CI, only testing the affected ones.
Mordante added a comment.
Readd removed CI runners.
Mordante added a comment.
Avoids templates in tests.
Partially implements:
- P1361 <https://reviews.llvm.org/P1361> Integration of chrono with text formatting
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D133663
Files:
libcxx/docs/Status/FormatPaper.csv
libcxx/include/__chrono/convert_to_tm.h
libcxx/include/__chrono/formatter.h
libcxx/include/__chrono/ostream.h
libcxx/include/chrono
libcxx/test/libcxx/utilities/format/format.formatter/format.formatter.spec/formattable.compile.pass.cpp
libcxx/test/std/time/time.cal/time.cal.year/time.cal.year.nonmembers/ostream.pass.cpp
libcxx/test/std/time/time.syn/formatter.year.pass.cpp
libcxx/test/std/utilities/format/format.formatter/format.formatter.spec/types.compile.pass.cpp
libcxx/utils/ci/run-buildbot
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133663.460979.patch
Type: text/x-patch
Size: 22423 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220917/73547b2f/attachment-0001.bin>
More information about the libcxx-commits
mailing list