summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2018-07-27Attempt to unbreak *all the bots*Eric Fiselier
2018-07-27Implement <filesystem>Eric Fiselier
2018-07-26[CMake] Don't generate linker script only when shared library isn't staticall...Petr Hosek
2018-07-26Copy LLVM CMake configuration for CMake Policy CMP0068Eric Fiselier
2018-07-25[CMake] Don't install c++abi headers in standalone libc++ buildPetr Hosek
2018-07-24[CMake] Option to control whether shared/static library is installedPetr Hosek
2018-07-24[CMake] Fix the setting of LIBCXX_HEADER_DIR in standalone buildPetr Hosek
2018-07-24Reland "[CMake] Support statically linking dependencies only to shared or sta...Petr Hosek
2018-07-24Revert r337727 as it caused Darwin bot failuresAlex Lorenz
2018-07-23[CMake] Fix the setting of LIBCXX_HEADER_DIRHeejin Ahn
2018-07-23Revert "[CMake] Support statically linking dependencies only to shared or sta...Petr Hosek
2018-07-23[CMake] Support statically linking dependencies only to shared or static libraryPetr Hosek
2018-07-10[CMake] Set per-runtime library directory suffix in runtimes buildPetr Hosek
2018-06-28Support for multiarch runtimes layoutPetr Hosek
2018-04-13[CMake] Set the default ABI version for Fuchsia in CMake as wellPetr Hosek
2018-02-11Add default C++ ABI libname and include paths for FreeBSDDimitry Andric
2018-01-22[cmake] [libcxx] Fix find_path() problems when cross compiling.Don Hinton
2018-01-05[cmake] Add a config option LIBCXX_HAS_WIN32_THREAD_API for enforcing win32 t...Martin Storsjo
2018-01-03Update version to 7.0.0svn: cmake, include files and docsHans Wennborg
2017-12-01Include AddLLVM needed for tests in the right contextPetr Hosek
2017-10-09[libc++] Support Microsoft ABI without vcruntime headersShoaib Meenai
2017-10-05[libc++] Clarify names of ABI forcing macrosShoaib Meenai
2017-10-04[libc++] Move cache variable definition. NFCShoaib Meenai
2017-10-04[libc++] Allow users to explicitly specify ABIShoaib Meenai
2017-10-04[libc++] Add site config option for ABI macrosShoaib Meenai
2017-09-19Resubmit "Fix llvm-lit script generation in libcxx."Zachary Turner
2017-09-19Revert "Fix llvm-lit script generation in libcxx."Zachary Turner
2017-09-19Fix llvm-lit script generation in libcxx.Zachary Turner
2017-09-14[libc++] Prevent stale site configuration headersShoaib Meenai
2017-07-19Update _LIBCPP_VERSION and the version in CMakeLists to 6.0Hans Wennborg
2017-07-11[libcxx][CMake] Add install path variable to allow overriding the destinationPetr Hosek
2017-06-20Fix discovery of cxxabi.h in the monorepo layoutReid Kleckner
2017-05-25Add <experimental/coroutine>Eric Fiselier
2017-05-04test commitEric Fiselier
2017-05-04test commitEric Fiselier
2017-05-04[libcxx][CMake] Set library dir when built under runtimes/Jonas Hahnfeld
2017-05-03CMake: Only add test/ subdirectory when it existsDuncan P. N. Exon Smith
2017-04-20[libc++] Default to vcruntime when targeting MSVCShoaib Meenai
2017-04-20Disable the filesystem library on Windows by defaultEric Fiselier
2017-04-16[CMake][libcxx] Fix the --target and --gcc-toolchain flag handlingPetr Hosek
2017-04-13[libc++] Explicitly set output directory for DLLShoaib Meenai
2017-04-03suppress GCC warning about noexcept functions changing manglingEric Fiselier
2017-03-25[libc++] Fix some comment typosShoaib Meenai
2017-03-25[libc++] Fix word transposition in commentShoaib Meenai
2017-03-25[libc++] Fix capitalization in commentShoaib Meenai
2017-03-25[libc++] Update package versionShoaib Meenai
2017-03-11Change test coverage generation to use llvm-cov instead of gcov.Eric Fiselier
2017-03-02Work around GCC linking errors within libc++abi due to missing new/delete def...Eric Fiselier
2017-03-02[libc++] Add option to disable new/delete overloads when libc++abi provides t...Eric Fiselier
2017-03-01Generate the test configuration even when LIBCXX_INCLUDE_TESTS=OFF.Eric Fiselier