aboutsummaryrefslogtreecommitdiff
path: root/libcxx/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2022-11-29[CMake] Use LLVM_TARGET_TRIPLE in runtimesPetr Hosek1-4/+4
2022-11-28[libc++] Remove CMake workaround for the discontinued Projects buildLouis Dionne1-6/+0
2022-11-20[libc++] Introduce a setting to remove fstream from the libraryLouis Dionne1-0/+3
2022-10-11[runtimes] Add the ability to customize the output name of libc++, libc++abi ...Louis Dionne1-2/+2
2022-10-03[SystemZ][z/OS] Add ASCII and 32-bit variants for libc++.Zibi Sarbinowski1-3/+9
2022-10-03[libc++] Suppress -Wctad-maybe-unsupported on types w/o deduction guidesLouis Dionne1-1/+0
2022-09-27[libcxx] Support LIBCXX_STATICALLY_LINK_ABI_IN_STATIC_LIBRARY + LIBCXX_ENABLE...Nikita Popov1-18/+10
2022-08-31[libc++] Inlines format_error for clang-cl DLL.Mark de Wever1-0/+8
2022-08-18Revert "[cmake] Use `CMAKE_INSTALL_LIBDIR` too"John Ericson1-3/+5
2022-08-18[cmake] Use `CMAKE_INSTALL_LIBDIR` tooJohn Ericson1-5/+3
2022-08-15Enable -Wctad-maybe-unsupported in LLVM buildDavid Blaikie1-0/+1
2022-08-13[libcxx][hwasan] Add basic HWAddress supportVitaly Buka1-0/+2
2022-08-02[libcxx] Fixed a number of typosGabriel Ravier1-1/+1
2022-07-19[libc++] Drop the legacy debug mode symbols by defaultLouis Dionne1-3/+3
2022-07-19[libc++] Treat incomplete features just like other experimental featuresLouis Dionne1-9/+0
2022-07-19[libc++] Re-apply "Always build c++experimental.a""Louis Dionne1-9/+1
2022-07-18Revert "[libc++] Always build c++experimental.a"Hans Wennborg1-1/+9
2022-07-08[libc++] Always build c++experimental.aLouis Dionne1-9/+1
2022-07-08[libc++] Re-apply the use of ABI tags to provide per-TU insulationLouis Dionne1-2/+0
2022-07-07Revert "[libc++] Use ABI tags instead of internal linkage to provide per-TU i...Jonas Devlieghere1-0/+2
2022-07-06[libc++] Use ABI tags instead of internal linkage to provide per-TU insulationLouis Dionne1-2/+0
2022-06-13[libcxx][AIX] Switch build compiler to clangJake Egan1-0/+5
2022-06-09[NFC] change error message wording.Florian Mayer1-1/+1
2022-06-09[libcxx] improve LIBCXX_ABI_NAMESPACE error messageFlorian Mayer1-1/+1
2022-06-07[libc++] Make the Debug mode a configuration-time only optionLouis Dionne1-5/+13
2022-05-26[libc++] Remove temporary workaround for existing CMake cachesLouis Dionne1-6/+0
2022-05-23[libc++] Assume that push_macro and pop_macro are availableNikolas Klauser1-3/+0
2022-05-19[libc++] Override the value of LIBCXX_CXX_ABI in the cacheLouis Dionne1-1/+1
2022-05-19[runtimes] Fix the build of merged ABI/unwinder librariesLouis Dionne1-2/+2
2022-05-18[runtimes] Default LIB*_HERMETIC_STATIC_LIBRARY to ON on WindowsMartin Storsjö1-1/+5
2022-05-17[libc++] Introduce LIBCXX_LIBRARY_VERSIONLouis Dionne1-1/+8
2022-05-16[libc++] Remove the legacy LIBCXX_LIBCPPABI_VERSION optionLouis Dionne1-2/+0
2022-05-13[runtimes][NFC] Remove dead code for Standalone buildsLouis Dionne1-56/+4
2022-05-13[libc++] Overhaul how we select the ABI libraryLouis Dionne1-18/+17
2022-04-30Revert "[msan][libcxx] Enable -fsanitize-memory-param-retval"Mark de Wever1-1/+1
2022-04-28[msan][libcxx] Enable -fsanitize-memory-param-retvalVitaly Buka1-1/+1
2022-04-24[runtimes] [CMake] Unify variable namesPetr Hosek1-3/+3
2022-03-23[libc++] Add a lightweight overridable assertion handlerLouis Dionne1-2/+9
2022-03-17[libc++] Switch to the new testing configurations by defaultLouis Dionne1-1/+20
2022-03-09[libc++] Don't manually override NDEBUG in the dylib buildLouis Dionne1-2/+0
2022-03-01[runtimes] Remove FOO_TARGET_TRIPLE, FOO_SYSROOT and FOO_GCC_TOOLCHAINLouis Dionne1-26/+3
2022-02-16[runtimes] Move warning messages for FOO_SYSROOT & friends above their defaul...Louis Dionne1-9/+9
2022-02-16[runtimes] Deprecate FOO_SYSROOT & friendsLouis Dionne1-0/+10
2022-02-09[runtimes] Remove support for standalone buildsLouis Dionne1-0/+3
2022-02-08[libc++] Remove _LIBCPP_ABI_UNSTABLELouis Dionne1-16/+13
2022-02-07[libc++] Disable -Wattributes in GCCNikolas Klauser1-0/+1
2022-02-01Bump the trunk major version to 15llvmorg-15-initTom Stellard1-1/+1
2022-01-20[cmake] Make include(GNUInstallDirs) always below project(..)John Ericson1-5/+6
2022-01-18[libcxx][libcxxabi][libunwind][cmake] Use `GNUInstallDirs` to support custom ...John Ericson1-3/+5
2022-01-16Revert "[cmake] Use `GNUInstallDirs` to support custom installation dirs."John Ericson1-5/+3