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

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Sep 7 22:55:51 PDT 2023


Mordante updated this revision to Diff 556228.
Mordante edited the summary of this revision.
Mordante added a comment.

Rebased, updated coding style. fix tests.

Note I still need to do a review of the patch and address the open review comments.
Mainly a test to see the status of the CI.


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/Cxx20Papers.csv
  libcxx/include/CMakeLists.txt
  libcxx/include/__std_clang_module
  libcxx/include/iosfwd
  libcxx/include/syncstream
  libcxx/include/version
  libcxx/modules/std.cppm.in
  libcxx/modules/std/syncstream.inc
  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.pass.cpp
  libcxx/test/std/input.output/syncstream/syncbuf/assign.pass.cpp
  libcxx/test/std/input.output/syncstream/syncbuf/cons.pass.cpp
  libcxx/test/std/input.output/syncstream/syncbuf/members.pass.cpp
  libcxx/test/std/input.output/syncstream/syncbuf/special.pass.cpp
  libcxx/test/std/input.output/syncstream/syncbuf/virtuals.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/utils/generate_feature_test_macro_components.py
  libcxx/utils/libcxx/header_information.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67086.556228.patch
Type: text/x-patch
Size: 54560 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230908/bede8f11/attachment-0001.bin>


More information about the libcxx-commits mailing list