summaryrefslogtreecommitdiffstats
path: root/libcxx/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* [CMake] Set per-runtime library directory suffix in runtimes buildPetr Hosek2018-07-101-1/+1
* Support for multiarch runtimes layoutPetr Hosek2018-06-281-5/+15
* [CMake] Set the default ABI version for Fuchsia in CMake as wellPetr Hosek2018-04-131-2/+7
* Add default C++ ABI libname and include paths for FreeBSDDimitry Andric2018-02-111-0/+3
* [cmake] [libcxx] Fix find_path() problems when cross compiling.Don Hinton2018-01-221-0/+1
* [cmake] Add a config option LIBCXX_HAS_WIN32_THREAD_API for enforcing win32 t...Martin Storsjo2018-01-051-0/+19
* Update version to 7.0.0svn: cmake, include files and docsHans Wennborg2018-01-031-1/+1
* Include AddLLVM needed for tests in the right contextPetr Hosek2017-12-011-0/+1
* [libc++] Support Microsoft ABI without vcruntime headersShoaib Meenai2017-10-091-0/+1
* [libc++] Clarify names of ABI forcing macrosShoaib Meenai2017-10-051-6/+6
* [libc++] Move cache variable definition. NFCShoaib Meenai2017-10-041-1/+1
* [libc++] Allow users to explicitly specify ABIShoaib Meenai2017-10-041-0/+8
* [libc++] Add site config option for ABI macrosShoaib Meenai2017-10-041-0/+13
* Resubmit "Fix llvm-lit script generation in libcxx."Zachary Turner2017-09-191-0/+10
* Revert "Fix llvm-lit script generation in libcxx."Zachary Turner2017-09-191-10/+0
* Fix llvm-lit script generation in libcxx.Zachary Turner2017-09-191-0/+10
* [libc++] Prevent stale site configuration headersShoaib Meenai2017-09-141-1/+7
* Update _LIBCPP_VERSION and the version in CMakeLists to 6.0Hans Wennborg2017-07-191-1/+1
* [libcxx][CMake] Add install path variable to allow overriding the destinationPetr Hosek2017-07-111-0/+7
* Fix discovery of cxxabi.h in the monorepo layoutReid Kleckner2017-06-201-0/+1
* Add <experimental/coroutine>Eric Fiselier2017-05-251-0/+5
* test commitEric Fiselier2017-05-041-0/+1
* test commitEric Fiselier2017-05-041-1/+0
* [libcxx][CMake] Set library dir when built under runtimes/Jonas Hahnfeld2017-05-041-1/+5
* CMake: Only add test/ subdirectory when it existsDuncan P. N. Exon Smith2017-05-031-1/+6
* [libc++] Default to vcruntime when targeting MSVCShoaib Meenai2017-04-201-11/+9
* Disable the filesystem library on Windows by defaultEric Fiselier2017-04-201-2/+6
* [CMake][libcxx] Fix the --target and --gcc-toolchain flag handlingPetr Hosek2017-04-161-2/+2
* [libc++] Explicitly set output directory for DLLShoaib Meenai2017-04-131-0/+1
* suppress GCC warning about noexcept functions changing manglingEric Fiselier2017-04-031-1/+2
* [libc++] Fix some comment typosShoaib Meenai2017-03-251-2/+2
* [libc++] Fix word transposition in commentShoaib Meenai2017-03-251-1/+1
* [libc++] Fix capitalization in commentShoaib Meenai2017-03-251-1/+1
* [libc++] Update package versionShoaib Meenai2017-03-251-1/+1
* Change test coverage generation to use llvm-cov instead of gcov.Eric Fiselier2017-03-111-0/+1
* Work around GCC linking errors within libc++abi due to missing new/delete def...Eric Fiselier2017-03-021-1/+6
* [libc++] Add option to disable new/delete overloads when libc++abi provides t...Eric Fiselier2017-03-021-0/+14
* Generate the test configuration even when LIBCXX_INCLUDE_TESTS=OFF.Eric Fiselier2017-03-011-2/+6
* Recommit "Split exception.cpp and new.cpp implementation into different files...Eric Fiselier2017-02-101-0/+3
* Revert "Split exception.cpp and new.cpp implementation into different files f...Eric Fiselier2017-02-101-3/+0
* Correctly default to using the system libc++abi on Apple.Eric Fiselier2017-02-101-8/+3
* Split exception.cpp and new.cpp implementation into different files for diffe...Eric Fiselier2017-02-101-0/+8
* [libcxx][CMake] Support in-tree libunwind when building as part of runtimesPetr Hosek2017-02-091-0/+1
* Remove CMake hackEric Fiselier2017-02-051-9/+0
* Recommit [libcxx] Never use <cassert> within libc++Eric Fiselier2017-02-041-1/+2
* Revert "[libcxx] Never use <cassert> within libc++"Eric Fiselier2017-01-241-2/+1
* [libcxx] Never use <cassert> within libc++Eric Fiselier2017-01-241-1/+2
* Don't strip -m32 from the user provide command line flags. This fixes the com...Eric Fiselier2017-01-171-2/+2
* Improve CMake and LIT support for WindowsEric Fiselier2017-01-161-3/+5
* Reland "[CMake][libcxx] Check that we have libcxxabi before using it"Petr Hosek2017-01-161-1/+2
OpenPOWER on IntegriCloud