This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from 50e32f5 Update the algorithm tests to not use the (deprecated) functi [...] new 59bcc87 Implement Pp0156r2: 'Variadic Lock Guard, version 5' Reviewe [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/__config | 5 +- include/__mutex_base | 12 ---- include/mutex | 70 +++++++++++++++------- include/shared_mutex | 4 +- .../variadic_mutex_mangling.pass.cpp | 37 ------------ .../thread.lock/thread.lock.guard/mutex.pass.cpp | 10 ++++ .../variadic_mutex_cxx03.pass.cpp | 21 ------- .../adopt_lock.pass.cpp} | 25 +++++--- .../assign.fail.cpp} | 21 ++++--- .../copy.fail.cpp} | 20 ++++--- .../mutex.fail.cpp} | 21 ++++--- .../mutex.pass.cpp} | 61 +++++++++++++++---- .../types.pass.cpp} | 25 ++++---- .../thread.lock.shared.cons/mutex.pass.cpp | 8 +++ .../thread.lock.unique.cons/mutex.pass.cpp | 10 ++++ www/cxx1z_status.html | 6 +- 16 files changed, 201 insertions(+), 155 deletions(-) delete mode 100644 test/libcxx/thread/thread.mutex/thread.lock/thread.lock.guard/v [...] delete mode 100644 test/std/thread/thread.mutex/thread.lock/thread.lock.guard/vari [...] rename test/std/thread/thread.mutex/thread.lock/{thread.lock.guard/variadic_adopt_ [...] rename test/std/thread/thread.mutex/thread.lock/{thread.lock.guard/variadic_assign [...] rename test/std/thread/thread.mutex/thread.lock/{thread.lock.guard/variadic_copy.f [...] rename test/std/thread/thread.mutex/thread.lock/{thread.lock.guard/variadic_mutex. [...] rename test/std/thread/thread.mutex/thread.lock/{thread.lock.guard/variadic_mutex. [...] rename test/std/thread/thread.mutex/thread.lock/{thread.lock.guard/variadic_types. [...]