Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
Apple.cmake | D | 03-May-2024 | 776 | 18 | 15 | |
Generic-32bits.cmake | D | 03-May-2024 | 41 | 2 | 1 | |
Generic-asan.cmake | D | 03-May-2024 | 50 | 2 | 1 | |
Generic-cxx03.cmake | D | 03-May-2024 | 119 | 3 | 2 | |
Generic-cxx11.cmake | D | 03-May-2024 | 119 | 3 | 2 | |
Generic-cxx14.cmake | D | 03-May-2024 | 119 | 3 | 2 | |
Generic-cxx17.cmake | D | 03-May-2024 | 119 | 3 | 2 | |
Generic-cxx2a.cmake | D | 03-May-2024 | 119 | 3 | 2 | |
Generic-msan.cmake | D | 03-May-2024 | 60 | 2 | 1 | |
Generic-no-localization.cmake | D | 03-May-2024 | 50 | 2 | 1 | |
Generic-no-random_device.cmake | D | 03-May-2024 | 51 | 2 | 1 | |
Generic-nodebug.cmake | D | 03-May-2024 | 56 | 2 | 1 | |
Generic-noexceptions.cmake | D | 03-May-2024 | 99 | 3 | 2 | |
Generic-singlethreaded.cmake | D | 03-May-2024 | 146 | 4 | 3 | |
Generic-tsan.cmake | D | 03-May-2024 | 49 | 2 | 1 | |
Generic-ubsan.cmake | D | 03-May-2024 | 94 | 3 | 2 | |
README.md | D | 03-May-2024 | 678 | 14 | 10 |
README.md
1# libc++ / libc++abi configuration caches 2 3This directory contains CMake caches for the supported configurations of libc++. 4Some of the configurations are specific to a vendor, others are generic and not 5tied to any vendor. 6 7While we won't explicitly work to break configurations not listed here, any 8configuration not listed here is not explicitly supported. If you use or ship 9libc++ under a configuration not listed here, you should work with the libc++ 10maintainers to make it into a supported configuration and add it here. 11 12Similarly, adding any new configuration that's not already covered must be 13discussed with the libc++ maintainers as it entails a maintenance burden. 14