mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 03:27:39 +00:00
5660ec4741
This release is an atomic upgrade to GCC 14.1.0 with C23 and C++23 |
||
---|---|---|
.. | ||
demangle | ||
include | ||
libcxx | ||
test | ||
abort_message.cc | ||
abort_message.h | ||
aix_state_tab_eh.inc | ||
BUILD.mk | ||
CREDITS.TXT | ||
cxa_aux_runtime.cc | ||
cxa_default_handlers.cc | ||
cxa_demangle.cc | ||
cxa_exception.cc | ||
cxa_exception.h | ||
cxa_exception_storage.cc | ||
cxa_guard.cc | ||
cxa_guard_impl.h | ||
cxa_handlers.cc | ||
cxa_handlers.h | ||
cxa_personality.cc | ||
cxa_thread_atexit.cc | ||
cxa_vector.cc | ||
cxa_virtual.cc | ||
fallback_malloc.cc | ||
fallback_malloc.h | ||
LICENSE.TXT | ||
private_typeinfo.cc | ||
private_typeinfo.h | ||
README.cosmo | ||
stdlib_exception.cc | ||
stdlib_new_delete.cc | ||
stdlib_stdexcept.cc | ||
stdlib_typeinfo.cc |
DESCRIPTION libcxxabi - C++ Standard Library Support ORIGIN Obtained from the LLVM monorepo, release 17.0.6. https://github.com/llvm/llvm-project/tree/llvmorg-17.0.6/libunwind commit 6009708b4367171ccdbf4b5905cb6a803753fe18 Author: Tobias Hieta <tobias@hieta.se> Date: Tue, 28 Nov 2023 09:52:28 +0100 LOCAL CHANGES - Add <__memory/aligned_alloc.h> (contains a few inline functions) from upstream libcxx. - Add <test/support/make_test_thread.hh> and <test/support/test_macros.hh> from upstream libcxx. - Enable __cxa_thread_atexit for Cosmopolitan.