[libcxx-commits] [PATCH] D136037: [libc++][chrono] Implements formatter weekday.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Oct 17 09:29:29 PDT 2022


Mordante created this revision.
Herald added subscribers: mstorsjo, arichardson.
Herald added a project: All.
Mordante updated this revision to Diff 468073.
Mordante added a comment.
Mordante updated this revision to Diff 468077.
Mordante updated this revision to Diff 468081.
Mordante updated this revision to Diff 468085.
Mordante updated this revision to Diff 468092.
Mordante updated this revision to Diff 468099.
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.

Enable all CI runners.


Mordante added a comment.

CI fixes.


Mordante added a comment.

CI fixes.


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

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D136037

Files:
  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.cal/time.cal.weekday/time.cal.weekday.nonmembers/ostream.pass.cpp
  libcxx/test/std/time/time.syn/formatter.weekday.pass.cpp
  libcxx/test/std/utilities/format/format.formattable/concept.formattable.compile.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136037.468099.patch
Type: text/x-patch
Size: 22344 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20221017/c24f3e2b/attachment-0001.bin>


More information about the libcxx-commits mailing list