[libcxx-commits] [PATCH] D67086: Implement syncstream (p0053)

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Sep 11 03:37:26 PDT 2023


Mordante updated this revision to Diff 556411.
Mordante added a comment.

CI fixes.


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/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/const.pass.cpp
  libcxx/test/std/input.output/syncstream/osyncstream/members.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/special.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/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.556411.patch
Type: text/x-patch
Size: 125196 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230911/2daf918f/attachment-0001.bin>


More information about the libcxx-commits mailing list