|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | - | - |
| CHANGELOG.TXT | H A D | 25-Apr-2025 | 54.8 KiB | 1,063 | 917 |
| CMakeLists.txt | H A D | 25-Apr-2025 | 3 KiB | 81 | 73 |
| README.TXT | H A D | 25-Apr-2025 | 508 | 10 | 7 |
| arm64-apple-darwin.libcxxabi.v1.stable.exceptions.nonew.abilist | H A D | 25-Apr-2025 | 243 KiB | 2,630 | 2,630 |
| i686-linux-android21.libcxxabi.v1.stable.exceptions.nonew.abilist | H A D | 25-Apr-2025 | 234.1 KiB | 2,337 | 2,337 |
| powerpc-ibm-aix.libcxxabi.v1.stable.exceptions.nonew.abilist | H A D | 25-Apr-2025 | 307.9 KiB | 2,025 | 2,025 |
| powerpc64-ibm-aix.libcxxabi.v1.stable.exceptions.nonew.abilist | H A D | 25-Apr-2025 | 307.9 KiB | 2,025 | 2,025 |
| x86_64-apple-darwin.libcxxabi.v1.stable.exceptions.nonew.abilist | H A D | 25-Apr-2025 | 246.1 KiB | 2,664 | 2,664 |
| x86_64-linux-android21.libcxxabi.v1.stable.exceptions.nonew.abilist | H A D | 25-Apr-2025 | 233.8 KiB | 2,331 | 2,331 |
| x86_64-unknown-freebsd.libcxxabi.v1.stable.exceptions.nonew.abilist | H A D | 25-Apr-2025 | 207.1 KiB | 2,032 | 2,032 |
| x86_64-unknown-linux-gnu.libcxxabi.v1.stable.exceptions.nonew.abilist | H A D | 25-Apr-2025 | 207.2 KiB | 2,033 | 2,033 |
| x86_64-unknown-linux-gnu.libcxxabi.v1.stable.noexceptions.nonew.abilist | H A D | 25-Apr-2025 | 205 KiB | 2,005 | 2,004 |
README.TXT
1This directory contains abi lists representing the symbols exported
2by the libc++ library. The lists are generated using libcxx/utils/generate_abi_list.py.
3
4Every time a symbol is added or removed from the libc++ library, each of the
5lists *MUST* be updated to reflect the changes. This can be done by using the
6`generate-cxx-abilist` CMake target.
7
8We do not keep an up-to-date ABI list for all the build configurations of libc++.
9Currently, only the default configuration on MacOS and Linux are supported.
10