This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from e83c41a26 [coroutines] Add std::experimental::task<T> type new 2c4b419ec Revert "[coroutines] Add std::experimental::task<T> type" new 955113db3 [libc++] Fix return value of snprintf_l() on Windows when buf [...]
The 2 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/CMakeLists.txt | 1 - include/experimental/__memory | 7 - include/experimental/memory_resource | 8 + include/experimental/task | 503 --------------------- include/module.modulemap | 4 - src/support/win32/locale_win32.cpp | 9 +- test/std/experimental/task/awaitable_traits.hpp | 117 ----- test/std/experimental/task/counted.hpp | 96 ---- test/std/experimental/task/lit.local.cfg | 9 - test/std/experimental/task/manual_reset_event.hpp | 127 ------ test/std/experimental/task/sync_wait.hpp | 284 ------------ .../task/task.basic/task_custom_allocator.pass.cpp | 230 ---------- .../task/task.basic/task_of_value.pass.cpp | 70 --- .../task/task.basic/task_of_void.pass.cpp | 96 ---- .../task.lifetime/task_parameter_lifetime.pass.cpp | 57 --- .../task_return_value_lifetime.pass.cpp | 86 ---- 16 files changed, 13 insertions(+), 1691 deletions(-) delete mode 100644 include/experimental/task delete mode 100644 test/std/experimental/task/awaitable_traits.hpp delete mode 100644 test/std/experimental/task/counted.hpp delete mode 100644 test/std/experimental/task/lit.local.cfg delete mode 100644 test/std/experimental/task/manual_reset_event.hpp delete mode 100644 test/std/experimental/task/sync_wait.hpp delete mode 100644 test/std/experimental/task/task.basic/task_custom_allocator.pass.cpp delete mode 100644 test/std/experimental/task/task.basic/task_of_value.pass.cpp delete mode 100644 test/std/experimental/task/task.basic/task_of_void.pass.cpp delete mode 100644 test/std/experimental/task/task.lifetime/task_parameter_lifetim [...] delete mode 100644 test/std/experimental/task/task.lifetime/task_return_value_life [...]