[libcxx-commits] [PATCH] D67086: Implement syncstream (p0053)
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Oct 24 08:21:44 PDT 2023
Mordante updated this revision to Diff 557867.
Mordante marked 2 inline comments as done.
Mordante added a comment.
Addresses review comments.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67086/new/
https://reviews.llvm.org/D67086
Files:
libcxx/docs/FeatureTestMacroTable.rst
libcxx/docs/Status/Cxx20Issues.csv
libcxx/docs/Status/Cxx20Papers.csv
libcxx/docs/Status/Cxx23Issues.csv
libcxx/include/CMakeLists.txt
libcxx/include/__std_clang_module
libcxx/include/iosfwd
libcxx/include/map
libcxx/include/streambuf
libcxx/include/syncstream
libcxx/include/version
libcxx/modules/std.cppm.in
libcxx/modules/std/iosfwd.inc
libcxx/modules/std/syncstream.inc
libcxx/test/libcxx/transitive_includes/cxx03.csv
libcxx/test/libcxx/transitive_includes/cxx11.csv
libcxx/test/libcxx/transitive_includes/cxx14.csv
libcxx/test/libcxx/transitive_includes/cxx17.csv
libcxx/test/libcxx/transitive_includes/cxx20.csv
libcxx/test/libcxx/transitive_includes/cxx23.csv
libcxx/test/libcxx/transitive_includes/cxx26.csv
libcxx/test/std/input.output/syncstream/osyncstream/assign.pass.cpp
libcxx/test/std/input.output/syncstream/osyncstream/members/emit.pass.cpp
libcxx/test/std/input.output/syncstream/osyncstream/members/get_wrapped.pass.cpp
libcxx/test/std/input.output/syncstream/osyncstream/members/rdbuf.pass.cpp
libcxx/test/std/input.output/syncstream/osyncstream/syncstream.osyncstream.cons/cons.move.pass.cpp
libcxx/test/std/input.output/syncstream/osyncstream/syncstream.osyncstream.cons/cons.ostream.allocator.pass.cpp
libcxx/test/std/input.output/syncstream/osyncstream/syncstream.osyncstream.cons/cons.ostream.pass.cpp
libcxx/test/std/input.output/syncstream/osyncstream/syncstream.osyncstream.cons/cons.pointer.allocator.pass.cpp
libcxx/test/std/input.output/syncstream/osyncstream/syncstream.osyncstream.cons/cons.pointer.pass.cpp
libcxx/test/std/input.output/syncstream/osyncstream/thread/basic.pass.cpp
libcxx/test/std/input.output/syncstream/osyncstream/thread/several_threads.pass.cpp
libcxx/test/std/input.output/syncstream/osyncstream/types.compile.pass.cpp
libcxx/test/std/input.output/syncstream/syncbuf/sputc.pass.cpp
libcxx/test/std/input.output/syncstream/syncbuf/sputn.pass.cpp
libcxx/test/std/input.output/syncstream/syncbuf/syncstream.syncbuf.assign/assign.pass.cpp
libcxx/test/std/input.output/syncstream/syncbuf/syncstream.syncbuf.assign/swap.pass.cpp
libcxx/test/std/input.output/syncstream/syncbuf/syncstream.syncbuf.cons/cons.default.pass.cpp
libcxx/test/std/input.output/syncstream/syncbuf/syncstream.syncbuf.cons/cons.pointer.allocator.pass.cpp
libcxx/test/std/input.output/syncstream/syncbuf/syncstream.syncbuf.cons/cons.pointer.pass.cpp
libcxx/test/std/input.output/syncstream/syncbuf/syncstream.syncbuf.cons/const.move.pass.cpp
libcxx/test/std/input.output/syncstream/syncbuf/syncstream.syncbuf.members/emit.pass.cpp
libcxx/test/std/input.output/syncstream/syncbuf/syncstream.syncbuf.members/get_allocator.pass.cpp
libcxx/test/std/input.output/syncstream/syncbuf/syncstream.syncbuf.members/get_wrapped.pass.cpp
libcxx/test/std/input.output/syncstream/syncbuf/syncstream.syncbuf.members/helpers.h
libcxx/test/std/input.output/syncstream/syncbuf/syncstream.syncbuf.members/set_emit_on_sync.pass.cpp
libcxx/test/std/input.output/syncstream/syncbuf/syncstream.syncbuf.special/swap.pass.cpp
libcxx/test/std/input.output/syncstream/syncbuf/types.compile.pass.cpp
libcxx/test/std/input.output/syncstream/syncbuf/virtuals.pass.cpp
libcxx/test/std/language.support/support.limits/support.limits.general/syncstream.version.compile.pass.cpp
libcxx/test/std/language.support/support.limits/support.limits.general/syncstream.version.pass.cpp
libcxx/test/std/language.support/support.limits/support.limits.general/version.version.compile.pass.cpp
libcxx/test/support/test_allocator.h
libcxx/utils/generate_feature_test_macro_components.py
libcxx/utils/libcxx/header_information.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67086.557867.patch
Type: text/x-patch
Size: 145428 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20231024/17b4c17c/attachment-0001.bin>
More information about the libcxx-commits
mailing list