summaryrefslogtreecommitdiffstats
path: root/libcxx/cmake/config-ix.cmake
Commit message (Expand)AuthorAgeFilesLines
* [libcxx{,abi}] Don't link libpthread and libdl on FuchsiaPetr Hosek2019-12-061-0/+5
* [libcxx][libcxxabi] Remove the unused CMake checksPetr Hosek2019-05-301-9/+0
* [runtimes] Use -Wunknown-pragmas for the pragma checkPetr Hosek2019-05-301-0/+4
* [runtimes] Check if pragma comment(lib, ...) is supported firstPetr Hosek2019-05-301-1/+9
* [libc++][CMake] Link against libSystem on Apple platformsLouis Dionne2019-05-021-0/+7
* Revert "[CMake] Use __libc_start_main rather than fopen when checking for C l...Petr Hosek2019-01-281-1/+1
* [CMake] Use __libc_start_main rather than fopen when checking for C libraryPetr Hosek2019-01-281-1/+1
* Correct typo: LIBCXXABI_BUILTINS_LIBRARY -> LIBCXX_BUILTINS_LIBRARYEric Fiselier2017-05-251-1/+1
* libcxx: fix bootstrapping for mingw-w64Martell Malone2017-05-251-1/+9
* [CMake][libcxx] Use check_c_compiler_flag to check for nodefaultlibsPetr Hosek2017-04-061-1/+2
* [CMake][libcxx] Use builtins rather than gcc_s when compiler-rt is requestedPetr Hosek2017-04-051-1/+3
* Try to fix the libcxx build with mingw64Reid Kleckner2017-03-311-0/+5
* build: dont detect libraries for WindowsSaleem Abdulrasool2017-01-011-6/+27
* Fix libc++ configuration with -fsanitize-coverageIvan Krasin2016-09-011-0/+3
* libc++: perform configuration checks with -nodefaultlibsSaleem Abdulrasool2016-08-291-4/+29
* libc++: add an option to build against compiler-rtSaleem Abdulrasool2016-08-241-1/+3
* Revert "libc++: Perform configuration checks with -nodefaultlibs"Saleem Abdulrasool2016-08-241-21/+2
* libc++: Perform configuration checks with -nodefaultlibsSaleem Abdulrasool2016-08-231-2/+21
* Fix r260515 - Correct typos in CMake changesEric Fiselier2016-02-111-4/+0
* Re-commit "Introduce a cmake module to figure out whether we need to link wit...Vasileios Kalintiris2016-02-111-0/+5
* Revert "Introduce a cmake module to figure out whether we need to link with l...Vasileios Kalintiris2016-02-091-5/+0
* Introduce a cmake module to figure out whether we need to link with libatomic.Vasileios Kalintiris2016-02-091-0/+5
* Replace cmake check for printf with a check for fopen.Evgeniy Stepanov2015-12-101-1/+1
* [libcxx] Add new Sphinx documentationEric Fiselier2015-08-221-1/+0
* Reapply working parts of CMake cleanup.Eric Fiselier2015-07-301-17/+2
* Revert recent CMake changes again due to failing compiler-rt buildsEric Fiselier2015-07-291-2/+17
* Recommit r243503 "[libcxx] Cleanup CMake configuration and integrate with LLVM"Eric Fiselier2015-07-291-17/+2
* Revert r243503 "[libcxx] Cleanup CMake configuration and integrate with LLVM"Hans Wennborg2015-07-291-2/+17
* [libcxx] Cleanup CMake configuration and integrate with LLVMEric Fiselier2015-07-291-17/+2
* Add -gline-tables-only when compiling w/ sanitizers in RELEASEEric Fiselier2014-11-141-1/+2
* [libcxx] Add support for LLVM_USE_SANITIZER to libcxx when being built standa...Eric Fiselier2014-08-181-21/+22
* [libcxx] Update the way the -std= flag is chosen by CMake and LibcxxTestFormatEric Fiselier2014-08-161-1/+2
* build: remove unnecessary modification of CMAKE_REQUIRED_DEFINITIONSSaleem Abdulrasool2014-03-121-8/+0
* Explicitly specify -Wno-error if LIBCXX_ENABLE_WERROR is false.Alexey Samsonov2013-10-021-0/+2
* http://llvm.org/bugs/show_bug.cgi?id=9399 fixed by Ryuta SuzukiHoward Hinnant2011-05-241-0/+1
* Add CMake build and fix major Linux blockers.Michael J. Spencer2010-12-101-0/+37
OpenPOWER on IntegriCloud