summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2016-08-28[Docs] Update libc++ target names after r279675.Eric Fiselier
2016-08-24libc++: add an option to build against compiler-rtSaleem Abdulrasool
2016-08-18[CMake] Get libcxx building under LLVM/runtimesChris Bieneman
2016-08-14Add private option to change build dialect from C++11Eric Fiselier
2016-08-08Allow building both shared and static libraryPetr Hosek
2016-08-08CMakeLists.txt cleanups: synchronize version with rest of LLVM, consistent sp...Eugene Zelenko
2016-07-19[libcxx] Add support for benchmark tests using Google Benchmark.Eric Fiselier
2016-07-12Add option to disable __deallocate #warningSaleem Abdulrasool
2016-06-18Add -Wno-covered-switch-default while compiling libc++Eric Fiselier
2016-06-17Add Filesystem TS -- CompleteEric Fiselier
2016-06-02[libcxx] Allow target flags to affect CMake configuration testsEric Fiselier
2016-05-31[CMake] Update to requiring CMake 3.4.3Chris Bieneman
2016-05-25[libcxx] Allow explicit pthread opt-inBen Craig
2016-05-14Disable LIBCXX_ENABLE_ABI_LINKER_SCRIPT for static library builds.Asiri Rathnayake
2016-05-03Create new library 'libc++experimental.a' for packaging TS symbols.Eric Fiselier
2016-03-05libc++: fix typoJF Bastien
2016-02-08build: silence warnings in in-tree buildSaleem Abdulrasool
2015-12-30Revert r256606 due to compiler-rt sanitizer bot failuresEric Fiselier
2015-12-30Cleanup CMake for out-of-tree buildsEric Fiselier
2015-12-16Add CMake option LIBCXX_CONFIGURE_IDE to allow for other IDE's.Eric Fiselier
2015-11-09Add initial support for the MUSL C library.Vasileios Kalintiris
2015-10-22Only disable linker script when LIBCXX_CXX_ABI_LIBNAME is noneEric Fiselier
2015-10-22Disable linker scripts when the ABI library is not specified or is none.Eric Fiselier
2015-10-15Re-enable linker scripts after fixing bad CMakeEric Fiselier
2015-10-15Quickly fix bad commitEric Fiselier
2015-10-15[libcxx] Make libc++.so a linker script by default on most platforms.Eric Fiselier
2015-10-15Fix handling of -Wno-pedanticEric Fiselier
2015-10-14[libcxx] Make it drastically simpler to link libc++.Eric Fiselier
2015-10-14Use __config_site when building libc++. Also cleanup ABI versioning docEric Fiselier
2015-10-13Workaround -pedantic flag added by LLVMEric Fiselier
2015-10-13ABI versioning macros for libc++.Evgeniy Stepanov
2015-10-13[libcxx] Capture configuration information when installing the libc++ headersEric Fiselier
2015-10-10Turn off -pedantic by default when building due to #include_next. :-(Eric Fiselier
2015-08-26[libcxx] Remove installation rules on Darwin when it would overwrite the syst...Eric Fiselier
2015-08-24Misc drive-by cleanups. NFCJonathan Roelofs
2015-08-22[libcxx] Add new Sphinx documentationEric Fiselier
2015-08-05Update references to lists.llvm.orgTanya Lattner
2015-07-31Add -Wno-error by default to work around failing compiler-rt buildsEric Fiselier
2015-07-30Reapply working parts of CMake cleanup.Eric Fiselier
2015-07-29Revert recent CMake changes again due to failing compiler-rt buildsEric Fiselier
2015-07-29Attempt to fix build issues introduced by Eric Fiselier
2015-07-29Recommit r243503 "[libcxx] Cleanup CMake configuration and integrate with LLVM"Eric Fiselier
2015-07-29Revert r243503 "[libcxx] Cleanup CMake configuration and integrate with LLVM"Hans Wennborg
2015-07-29[libcxx] Cleanup CMake configuration and integrate with LLVMEric Fiselier
2015-07-18Enable and fix warnings during the build.Eric Fiselier
2015-06-24Make support for thread-unsafe C functions optional.Ed Schouten
2015-06-13Remove warnings about old CMake optionsEric Fiselier
2015-05-16libcxx: Fix ARM libc++/abi and libunwind buildbot.Logan Chien
2015-03-31[libcxx] Add code coverage configuration to CMake and LIT.Eric Fiselier
2015-03-26Make the presence of stdin and stdout optional.Ed Schouten