[libcxx-commits] [PATCH] D92790: [libc++][P0053R7] Add <syncstream> header and implement std::basic_syncbuf

Alex Brachet via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Dec 10 23:04:10 PST 2020


abrachet updated this revision to Diff 311115.
abrachet added a comment.

- Add note to Cxx2aStatus.rst
- update synopsis of <iosfwd>
- Split ctor
- Update emit_mt.pass.cpp to use more threads
- Fix race condition in getting lock in __mutex::__mutex
- Fix set_emit_on_sync test which didn’t end with .pass.cpp so it wasn’t being tested previously (oops)
- Move dtor tests from emit test to its own test
- Renamed test files as suggested


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D92790/new/

https://reviews.llvm.org/D92790

Files:
  libcxx/docs/Cxx2aStatus.rst
  libcxx/docs/Cxx2aStatusPaperStatus.csv
  libcxx/include/CMakeLists.txt
  libcxx/include/iosfwd
  libcxx/include/syncstream
  libcxx/lib/abi/x86_64-unknown-linux-gnu.libcxxabi.v1.stable.exceptions.no_new_in_libcxx.abilist
  libcxx/test/libcxx/double_include.sh.cpp
  libcxx/test/libcxx/input.output/syncstream/lit.local.cfg
  libcxx/test/libcxx/input.output/syncstream/version.pass.cpp
  libcxx/test/libcxx/min_max_macros.compile.pass.cpp
  libcxx/test/libcxx/no_assert_include.compile.pass.cpp
  libcxx/test/std/input.output/syncstream/lit.local.cfg
  libcxx/test/std/input.output/syncstream/syncstream.syncbuf/syncstream.syncbuf.assign/member_swap.pass.cpp
  libcxx/test/std/input.output/syncstream/syncstream.syncbuf/syncstream.syncbuf.assign/move_assign.pass.cpp
  libcxx/test/std/input.output/syncstream/syncstream.syncbuf/syncstream.syncbuf.assign/nonmember_swap.pass.cpp
  libcxx/test/std/input.output/syncstream/syncstream.syncbuf/syncstream.syncbuf.cons/allocator.pass.cpp
  libcxx/test/std/input.output/syncstream/syncstream.syncbuf/syncstream.syncbuf.cons/copy.fail.cpp
  libcxx/test/std/input.output/syncstream/syncstream.syncbuf/syncstream.syncbuf.cons/default.pass.cpp
  libcxx/test/std/input.output/syncstream/syncstream.syncbuf/syncstream.syncbuf.cons/explicit.compile.fail.cpp
  libcxx/test/std/input.output/syncstream/syncstream.syncbuf/syncstream.syncbuf.cons/wrapped.pass.cpp
  libcxx/test/std/input.output/syncstream/syncstream.syncbuf/syncstream.syncbuf.dtor/dtor.pass.cpp
  libcxx/test/std/input.output/syncstream/syncstream.syncbuf/syncstream.syncbuf.members/emit.pass.cpp
  libcxx/test/std/input.output/syncstream/syncstream.syncbuf/syncstream.syncbuf.members/emit_mt.pass.cpp
  libcxx/test/std/input.output/syncstream/syncstream.syncbuf/syncstream.syncbuf.members/set_emit_on_sync.pass.cpp
  libcxx/test/std/input.output/syncstream/syncstream.syncbuf/syncstream.syncbuf.members/sputn.pass.cpp
  libcxx/test/std/input.output/syncstream/syncstream.syncbuf/types.pass.cpp
  libcxx/utils/generate_feature_test_macro_components.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92790.311115.patch
Type: text/x-patch
Size: 38006 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20201211/9d2adadb/attachment-0001.bin>


More information about the libcxx-commits mailing list