summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2019-02-12[CMake] Avoid passing -rtlib=compiler-rt when using compiler-rtPetr Hosek
2019-02-10Make LIBCXX_STANDARD_VER configurableEric Fiselier
2019-02-04[CMake] Support CMake variables for setting target, sysroot and toolchainPetr Hosek
2019-01-16Bump the trunk version to 9.0.0svnHans Wennborg
2019-01-06[libcxx] Support building hermetic static libraryPetr Hosek
2018-11-14Rename cxx-benchmark-unittests target and convert to LIT.Eric Fiselier
2018-11-13Add cxx-benchmark-unittests targetEric Fiselier
2018-10-30Revert "Build with -fvisibility=hidden"Eric Fiselier
2018-10-30Build with -fvisibility=hiddenEric Fiselier
2018-10-30Make libc++'s versioning namespace customizableEric Fiselier
2018-10-01Remove one more warning from clang-cl buildEric Fiselier
2018-10-01Fix even more Clang warnings.Eric Fiselier
2018-10-01Bump default dialect to C++14 for clang-clEric Fiselier
2018-10-01Remove even more clang-cl warningsEric Fiselier
2018-10-01Remove even more warnings from clang-cl buildEric Fiselier
2018-10-01Turn off warnings under clang-clEric Fiselier
2018-10-01Attempt to unbreak Windows configuration.Eric Fiselier
2018-09-26[libc++] Remove Fuchsia-specific knowledge to pick the ABI versionLouis Dionne
2018-09-22[NFC][libc++] Fix typo in the description of LIBCXX_INCLUDE_BENCHMARKSLouis Dionne
2018-08-16[libcxx] By default, do not use internal_linkage to hide symbols from the ABILouis Dionne
2018-08-14[CMake] Fix the LIBCXX_STATICALLY_LINK_ABI_IN_SHARED_LIBRARY optionMartin Storsjo
2018-08-01Update version to 8.0.0svn: cmake, includes files and docsHans Wennborg
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