[runtimes] Remove support for standalone builds
[platform/upstream/llvm.git] / libcxx / CMakeLists.txt
2022-02-09 Louis Dionne[runtimes] Remove support for standalone builds
2022-02-08 Louis Dionne[libc++] Remove _LIBCPP_ABI_UNSTABLE
2022-02-07 Nikolas Klauser[libc++] Disable -Wattributes in GCC
2022-02-02 Tom StellardBump the trunk major version to 15
2022-01-20 John Ericson[cmake] Make include(GNUInstallDirs) always below proje...
2022-01-18 John Ericson[libcxx][libcxxabi][libunwind][cmake] Use `GNUInstallDi...
2022-01-16 John EricsonRevert "[cmake] Use `GNUInstallDirs` to support custom...
2022-01-16 John Ericson[cmake] Use `GNUInstallDirs` to support custom installa...
2022-01-15 John EricsonRevert "[cmake] Use `GNUInstallDirs` to support custom...
2022-01-15 John Ericson[cmake] Use `GNUInstallDirs` to support custom installa...
2022-01-14 Muiez Ahmed[SystemZ][z/OS] ASCII/EBCDIC support with no coexistence
2022-01-11 Maksim PanchenkoMerge BOLT into LLVM monorepo
2022-01-11 John Ericson[libc++][libc++abi][libunwind] Dedup install path var...
2022-01-03 John Ericson[CMake] Use `LLVM_COMMON_CMAKE_UTILS` in runtimes just...
2021-12-21 Martin Storsjö[libcxx] Add LIBCXX_EXTRA_SITE_DEFINES for adding extra...
2021-12-09 Martin StorsjöReapply #2 of [runtimes] Fix building initial libunwind...
2021-12-09 Martin StorsjöRevert "Reapply [runtimes] Fix building initial libunwi...
2021-12-07 Martin StorsjöReapply [runtimes] Fix building initial libunwind+libcx...
2021-12-01 Louis Dionne[runtimes] Move WARNING to FATAL_ERROR for folks using...
2021-12-01 Louis Dionne[runtimes] Remove support for GCC-style 32 bit multilib...
2021-11-17 Martin StorsjöRevert "[runtimes] Fix building initial libunwind+libcx...
2021-11-16 Martin Storsjö[runtimes] Fix building initial libunwind+libcxxabi...
2021-11-12 Alfsonso Gregory[libc++][NFC] Resolve Python 2 FIXME
2021-11-09 Louis Dionne[libc++] Enable -Wformat-nonliteral when building libc++
2021-10-28 Petr Hosek[CMake] Cache the compiler-rt library search results
2021-10-21 Petr HosekRevert "[CMake] Cache the compiler-rt library search...
2021-10-21 Louis Dionne[runtimes] Properly handle the sysroot/triple/gcc-toolchain
2021-10-18 Petr Hosek[CMake] Cache the compiler-rt library search results
2021-10-12 Louis Dionne[libc++] Add an option to disable wide character suppor...
2021-10-05 Louis Dionne[runtimes] Allow FOO_TEST_CONFIG to be a relative path
2021-09-24 Mark de Wever[libc++] Require a C++20 capable compiler.
2021-09-09 Louis Dionne[libc++][NFC] Reindent documentation for LIBCXX_ENABLE_...
2021-09-08 Martin Storsjö[runtimes] Allow overriding where CMake installs RUNTIM...
2021-09-04 Mark de Wever[libc++][format] Add a CMake Unicode option.
2021-09-01 Louis Dionne[libc++] Remove workarounds for [[nodebug]] not working...
2021-08-24 Louis Dionne[libc++] Remove support for CloudABI, which has been...
2021-07-28 Tom StellardBump the trunk major version to 14 llvmorg-14-init
2021-07-27 Mark de Wever[libc++] Disable incomplete library features.
2021-07-16 Louis Dionne[runtimes] Simplify how we set the target triple
2021-07-15 Louis Dionne[runtimes] Don't try passing --target flags to GCC
2021-07-15 Louis Dionne[libc++] Add a CMake target to re-generate files and...
2021-07-14 Louis Dionne[runtimes] Bring back TARGET_TRIPLE
2021-07-14 Louis Dionne[runtimes] Inherit the TARGET_TRIPLE that may be set...
2021-07-14 Louis Dionne[runtimes] NFCI: Drop intermediate CMake variable TARGE...
2021-07-13 John EricsonPrepare Compiler-RT for GnuInstallDirs, matching libcxx...
2021-07-06 Louis Dionne[libc++] Do not set CMAKE_BUILD_WITH_INSTALL_NAME_DIR
2021-04-28 Petr Hosek[libc++] Support per-target __config_site in per-target...
2021-04-21 Petr Hosek[libcxx] Stop using use c++ subdirectory for libc+...
2021-04-01 Petr Hosek[CMake] Remove {LIBCXX,LIBCXXABI,LIBUNWIND}_INSTALL_PREFIX
2021-04-01 Marek Kurdej[libc++] Build and test with -Wundef warning. NFC.
2021-03-30 Louis Dionne[libc++] Include <__config_site> from <__config>
2021-03-05 Martin Storsjö[libcxx] Don't add -Wall when building in MSVC mode
2021-02-19 Martin Storsjö[libcxx] Enable filesystem by default for mingw targets
2021-02-16 Zbigniew Sarbinowski[SystemZ][ZOS] Prefer -nostdlib++ as opposed to -nodefa...
2021-01-27 Tom StellardBump the trunk major version to 13 llvmorg-13-init
2021-01-25 Marek Kurdej[libc++] Set CMAKE_FOLDER. NFC.
2021-01-19 Louis Dionne[libc++] Make LIBCXX_ENABLE_FILESYSTEM fully consistent
2021-01-19 Raul Tambre[CMake] Remove dead code setting policies to NEW
2020-11-22 Marek Kurdej[libc++] [libc++abi] Use C++20 standard.
2020-11-18 Louis Dionne[libc++] Clarify how we pick the typeinfo comparison
2020-11-16 Louis Dionne[libc++] Move the GDB pretty printer tests to the DSL
2020-11-12 Zbigniew Sarbinowski[SystemZ][ZOS] libcxx - no posix memalign
2020-11-05 Louis Dionne[libc++] Rework the whole availability markup implement...
2020-11-04 Louis Dionne[libc++] Remove the ability to not install the support...
2020-11-03 Martin Storsjö[libcxx] [libcxxabi] Set flags for visibility when...
2020-10-27 Louis Dionne[libc++] Add a libc++ configuration that does not suppo...
2020-10-23 Louis Dionne[runtimes] Revert the libc++ __config_site change
2020-10-21 Louis Dionne[libc++] Fix compiler-rt build by copying libc++ header...
2020-10-21 Louis Dionne[take 2] [libc++] Include <__config_site> from <__config>
2020-10-21 Louis Dionne[libc++] Revert "Include <__config_site> from <__config>"
2020-10-21 Louis Dionne[libc++] Include <__config_site> from <__config>
2020-10-19 Louis Dionne[libc++] Define new/delete in libc++abi only by default
2020-10-15 Louis Dionne[libc++] Allow building libc++ on platforms without...
2020-10-14 Dominik Montada[libcxxabi,libunwind] support running tests in standalo...
2020-10-13 Raphael IsemannFix all the CMake code that can only handle -stdlib...
2020-10-09 Louis Dionne[libc++] Remove code to prevent overwriting the system...
2020-10-09 Louis Dionne[libc++] Fixup a missing occurrence of LIBCXX_ENABLE_DE...
2020-10-07 Louis Dionne[libc++] Add a CMake option to control whether the...
2020-09-08 Louis Dionne[libc++] Allow overriding the cached value of LIBCXX_TE...
2020-09-08 Raul Tambre[CMake] Remove dead FindPythonInterp code
2020-08-29 Louis Dionne[libc++] Temporarily force-set the LIBCXX_TEST_CONFIG...
2020-08-29 Louis Dionne[libc++] Move the default site config template alongsid...
2020-07-23 Louis Dionne[libc++] Build the dylib with -faligned-allocation
2020-07-23 Logan SmithReapply "Try enabling -Wsuggest-override again, using...
2020-07-22 Logan SmithRevert "Try enabling -Wsuggest-override again, using...
2020-07-22 Logan SmithTry enabling -Wsuggest-override again, using add_compil...
2020-07-22 Louis Dionne[libc++] Build the dylib with C++17 to allow aligned...
2020-07-22 Louis Dionne[CMake] Bump CMake minimum version to 3.13.4
2020-07-22 Hans WennborgRevert "Enable -Wsuggest-override in the LLVM build...
2020-07-20 Logan SmithEnable -Wsuggest-override in the LLVM build
2020-07-16 Louis Dionne[runtimes][NFC] Remove unused or unnecessary CMake...
2020-07-15 Hans WennborgBump the trunk major version to 12 llvmorg-12-init
2020-07-14 Louis Dionne[libc++] Automatically detect whether RTTI is enabled
2020-07-14 Louis Dionne[libc++] Use a proper CMake target to represent libc...
2020-07-09 Louis Dionne[runtimes] Allow passing Lit parameters through CMake
2020-07-03 Louis Dionne[libc++/libc++abi] Automatically detect whether excepti...
2020-06-29 Louis Dionne[libc++] Do not try creating llvm-lit when LIBCXX_INCLU...
2020-06-26 Louis Dionne[libc++] Fix the runtimes build after making __config_s...
2020-06-26 Louis Dionne[libc++] Always generate a __config_site header
2020-06-25 Louis Dionne[libc++abi] Allow specifying custom Lit config files
next