[all-commits] [llvm/llvm-project] e29533: [libc++][print] Adds stdout functions.
Mark de Wever via All-commits
all-commits at lists.llvm.org
Sat Jul 22 02:28:34 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e2953303f4d3855a4700f8cc7d5a6aa5fb4af8fb
https://github.com/llvm/llvm-project/commit/e2953303f4d3855a4700f8cc7d5a6aa5fb4af8fb
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2023-07-22 (Sat, 22 Jul 2023)
Changed paths:
M libcxx/docs/Status/FormatPaper.csv
M libcxx/include/print
A libcxx/test/std/input.output/iostream.format/print.fun/echo.sh
A libcxx/test/std/input.output/iostream.format/print.fun/print.sh.cpp
A libcxx/test/std/input.output/iostream.format/print.fun/println.sh.cpp
A libcxx/test/std/input.output/iostream.format/print.fun/vprint_nonunicode.sh.cpp
A libcxx/test/std/input.output/iostream.format/print.fun/vprint_unicode.sh.cpp
M libcxx/utils/ci/run-buildbot
Log Message:
-----------
[libc++][print] Adds stdout functions.
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
Reviewed By: #libc, ldionne
Differential Revision: https://reviews.llvm.org/D155262
More information about the All-commits
mailing list