This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxxabi.
from 3f7b370 Provide a fallback __cxa_thread_atexit() implementation. Patc [...] new 5180673 [libcxxabi] Refactor pthread usage into a separate API
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: CMakeLists.txt | 1 + src/config.h | 30 ++++++++++ src/cxa_exception.cpp | 1 + src/cxa_exception_storage.cpp | 24 ++++---- src/cxa_guard.cpp | 36 ++++++------ src/cxa_thread_atexit.cpp | 25 ++++---- src/fallback_malloc.cpp | 13 ++--- src/threading_support.h | 107 +++++++++++++++++++++++++++++++++++ test/test_exception_storage.pass.cpp | 12 ++-- test/test_fallback_malloc.pass.cpp | 2 +- 10 files changed, 192 insertions(+), 59 deletions(-) create mode 100644 src/threading_support.h