[libcxx-commits] [PATCH] D155262: [libc++][print] Adds stdout functions.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jul 17 08:33:10 PDT 2023


Mordante created this revision.
Herald added a project: All.
Mordante updated this revision to Diff 540658.
Mordante added a comment.
Herald added a subscriber: arichardson.
Mordante updated this revision to Diff 540670.
Mordante updated this revision to Diff 540686.
Mordante updated this revision to Diff 540696.
Mordante published this revision for review.
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.

Disable failing println test on Windows.


Mordante added a comment.

Disables the right test.


Implements parts of

- P2093R14 Formatted output
- P2539R4  Should the output of std::print to a terminal be synchronized with the underlying stream?

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D155262

Files:
  libcxx/docs/Status/FormatPaper.csv
  libcxx/include/print
  libcxx/test/std/input.output/iostream.format/print.fun/check-stdout.sh
  libcxx/test/std/input.output/iostream.format/print.fun/print.sh.cpp
  libcxx/test/std/input.output/iostream.format/print.fun/println.sh.cpp
  libcxx/test/std/input.output/iostream.format/print.fun/vprint_nonunicode.sh.cpp
  libcxx/test/std/input.output/iostream.format/print.fun/vprint_unicode.sh.cpp
  libcxx/utils/ci/run-buildbot

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D155262.540696.patch
Type: text/x-patch
Size: 12632 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230717/13fa6d73/attachment-0001.bin>


More information about the libcxx-commits mailing list