[libcxx-commits] [PATCH] D134138: [libc++][chrono] Implements formatter month.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Sep 27 08:09:32 PDT 2022


Mordante created this revision.
Herald added subscribers: mstorsjo, arichardson.
Herald added a project: All.
Mordante updated this revision to Diff 461080.
Mordante added a comment.
Mordante updated this revision to Diff 461081.
Mordante updated this revision to Diff 461085.
Mordante updated this revision to Diff 461134.
Mordante updated this revision to Diff 461143.
Mordante updated this revision to Diff 461213.
Mordante updated this revision to Diff 462921.
Mordante updated this revision to Diff 462928.
Mordante updated this revision to Diff 462979.
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++.

Test CI,


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.

Fixes CI.


Mordante added a comment.

Rebased and enabled full CI.


Mordante added a comment.

Fixes modular build.


Mordante added a comment.

Fixes Ci.


Partially implements:

- P1361 <https://reviews.llvm.org/P1361> Integration of chrono with text formatting

Depends on D133663 <https://reviews.llvm.org/D133663>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D134138

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.month/time.cal.month.nonmembers/ostream.pass.cpp
  libcxx/test/std/time/time.syn/formatter.month.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: D134138.462979.patch
Type: text/x-patch
Size: 30250 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220927/f004e5d2/attachment-0001.bin>


More information about the libcxx-commits mailing list