aboutsummaryrefslogtreecommitdiff
path: root/libcxx/cmake
AgeCommit message (Expand)AuthorFilesLines
2026-04-23[libcxx] Add Testing Configuration for LLVM libcAiden Grossman1-0/+62
2026-04-20[libcxx][ci] Set CMAKE_C_COMPILER_TARGET for all Arm/AArch64 builds (#192645)David Spickett5-0/+5
2026-03-28[libcxx] Update GPU cache files to use the proper loaderJoseph Huber2-2/+2
2026-03-12[libc++] Fix checks for terminal and flushes in std::print() (#70321)Dimitrij Mijoski1-5/+0
2026-01-27[libc++] Honor __SANITIZER_DISABLE_CONTAINER_OVERFLOW__ in libc++ (#168955)Louis Dionne1-0/+3
2025-10-26[libc++] Enable Clang modules in most of the CI runs (#160251)Nikolas Klauser14-1/+28
2025-09-15[libcxx][CI] Use lld for everything in the ARM picolib builds (#158320)David Spickett1-0/+1
2025-08-18[libc++] Implement P3168R2: Give optional range support (#149441)William Tran-Viet1-0/+1
2025-07-29[libc++][hardening] Introduce assertion semantics. (#149459)Konstantin Varlamov1-0/+2
2025-07-15Revert "[libc++][hardening] Introduce assertion semantics" (#148822)Nikolas Klauser1-2/+0
2025-07-15[libc++][hardening] Introduce assertion semantics (#148268)Konstantin Varlamov1-0/+2
2025-07-10[LLVM] Fix GPU build of libcxx/compiler-rt librariesJoseph Huber2-2/+2
2025-07-09[libcxxabi][libunwind] Support for using LLVM libc (#134893)Petr Hosek1-39/+0
2025-06-12[libc++] Expand Android libc++ test config files (#142846)tynasello-google1-2/+2
2025-04-10[AMDGPU] Fix code object version not being set to 'none' (#135036)Joseph Huber1-2/+4
2025-03-28[Clang][AMDGPU] Remove special handling for COV4 libraries (#132870)Joseph Huber1-4/+2
2025-03-20[libc++] Add coverage for C++17 and Clang Modules with LSV (#131815)Louis Dionne2-2/+2
2025-02-22[libcxx] Enable localization for the GPU in the config files (#128224)Joseph Huber2-2/+2
2024-12-21[libc++][C++03] Use `__cxx03/` headers in C++03 mode (#109002)Nikolas Klauser1-0/+2
2024-11-07[libc++] Add support for bounded iterators in std::array (#110729)Louis Dionne1-1/+8
2024-11-04 [libcxx] Add testing configuration for GPU targets (#104515)Joseph Huber2-0/+8
2024-10-25Revert "[runtimes] Probe for -nostdlib++ and -nostdinc++ with the C compiler"...Vitaly Buka1-8/+4
2024-10-24[runtimes] Probe for -nostdlib++ and -nostdinc++ with the C compiler (#108357)Martin Storsjö1-4/+8
2024-10-17[runtimes] Improve the documentation for LIBCXX_ADDITIONAL_COMPILE_FLAGS (#11...Louis Dionne1-2/+2
2024-10-10[runtimes] Always define cxx_shared, cxx_static & other targets (#80007)Louis Dionne2-0/+18
2024-10-09[libc++] Fix broken configuration system-libcxxabi on Apple (#110920)Louis Dionne1-1/+24
2024-10-03[cmake] Add hexagon-linux cmake cache files (#98712)Brian Cain1-0/+15
2024-09-30[libc++] Add an ABI setting to harden unique_ptr<T[]>::operator[] (#91798)Louis Dionne1-1/+1
2024-09-28Revert "[libc++][modules] Rewrite the modulemap to have fewer top-level modul...Chris B1-1/+1
2024-09-27[libc++] Add an ABI setting to harden unique_ptr<T[]>::operator[] (#91798)Louis Dionne1-1/+1
2024-09-20[libcxx][CMake] Do not hard-code the ABI for the GPU buildJoseph Huber2-2/+0
2024-09-18[Clang] Do not implicitly link C libraries for the GPU targets (#109052)Joseph Huber2-2/+2
2024-08-28[libc++] Run the Lit test suite against an installed version of the library (...Louis Dionne1-0/+1
2024-08-26[libc++] Fix CMake cache for the hardening with ABI breaks CI (#105864)Louis Dionne1-3/+1
2024-08-21[libcxx] Add cache file for the GPU build (#99348)Joseph Huber2-0/+72
2024-08-21[libcxx] Add `LIBCXX_HAS_TERMINAL_AVAILABLE` CMake option to disable `print` ...Joseph Huber1-0/+5
2024-07-31[cmake] switch to CMake's native `check_{compiler,linker}_flag` (#96171)h-vetinari1-1/+1
2024-07-26[libc++] Enable Clang modules in carve-out CI jobs (#100571)Louis Dionne10-0/+40
2024-07-26[libc++] Remove unmaintained support for generating code coverage (#100630)Louis Dionne1-50/+0
2024-07-22[libc++][hardening] Use bounded iterators in std::vector and std::string (#78...David Benjamin1-0/+2
2024-07-18[libc][libcxx] Support for building libc++ against LLVM libc (#99287)Petr Hosek2-0/+42
2024-07-18[libc++] Allow testing Apple's system library as it is installed (#99086)Louis Dionne1-0/+3
2024-07-17[libc++] basic_ios<wchar_t> cannot store fill character WCHAR_MAX (#89305)Xing Xue3-0/+3
2024-06-17[libc++] Test suite adjustments on macOS (#95835)Louis Dionne1-3/+0
2024-06-12[libc++] Mark local_time test as a long test (#95170)Louis Dionne1-0/+2
2024-04-28[libc++][modules] Enable installation by default. (#90094)Mark de Wever12-12/+0
2024-04-17[libc++][pstl] Promote CPU backends to top-level backends (#88968)Louis Dionne1-1/+1
2024-02-29[libc++] tests with picolibc: prevent looking for unneeded "rt" library (#82262)Dominik Wójt1-0/+7
2024-02-26[libc++] Remove LIBCXX_EXECUTOR and LIBCXXABI_EXECUTOR (#79886)Louis Dionne1-4/+0
2024-01-21[libc++] Install modules. (#75741)Mark de Wever12-0/+12