summaryrefslogtreecommitdiffstats
path: root/libcxx/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* [libcxx] Remove installation rules on Darwin when it would overwrite the syst...Eric Fiselier2015-08-261-0/+18
* Misc drive-by cleanups. NFCJonathan Roelofs2015-08-241-2/+2
* [libcxx] Add new Sphinx documentationEric Fiselier2015-08-221-0/+5
* Update references to lists.llvm.orgTanya Lattner2015-08-051-1/+1
* Add -Wno-error by default to work around failing compiler-rt buildsEric Fiselier2015-07-311-0/+4
* Reapply working parts of CMake cleanup.Eric Fiselier2015-07-301-212/+154
* Revert recent CMake changes again due to failing compiler-rt buildsEric Fiselier2015-07-291-141/+234
* Attempt to fix build issues introduced by Eric Fiselier2015-07-291-7/+15
* Recommit r243503 "[libcxx] Cleanup CMake configuration and integrate with LLVM"Eric Fiselier2015-07-291-234/+133
* Revert r243503 "[libcxx] Cleanup CMake configuration and integrate with LLVM"Hans Wennborg2015-07-291-131/+232
* [libcxx] Cleanup CMake configuration and integrate with LLVMEric Fiselier2015-07-291-232/+131
* Enable and fix warnings during the build.Eric Fiselier2015-07-181-0/+2
* Make support for thread-unsafe C functions optional.Ed Schouten2015-06-241-0/+6
* Remove warnings about old CMake optionsEric Fiselier2015-06-131-21/+0
* libcxx: Fix ARM libc++/abi and libunwind buildbot.Logan Chien2015-05-161-0/+4
* [libcxx] Add code coverage configuration to CMake and LIT.Eric Fiselier2015-03-311-0/+13
* Make the presence of stdin and stdout optional.Ed Schouten2015-03-261-0/+12
* [libcxx] Unify LIBCXX_<ABI-Name>_INCLUDE_PATHS to be LIBCXX_CXX_ABI_INCLUDE_P...Eric Fiselier2015-03-191-1/+22
* Add option to disable access to the global filesystem namespace.Ed Schouten2015-03-121-0/+6
* [libcxx] Add support for linking libc++ against a static ABI library.Eric Fiselier2015-03-031-0/+9
* Adopt CMake policy CMP0042. Set MACOSX_RPATH on by default.Eric Fiselier2015-01-261-0/+4
* Remove triple detection from cmake.Dan Albert2015-01-161-16/+2
* [libc++] Add support for cross compiling.Dan Albert2015-01-161-0/+7
* [cmake/multilib] Teach libc++'s CMake build to support multilib libdirChandler Carruth2014-12-291-2/+9
* [libcxx] Teach libcxx's lit configuration new ways to find lit.site.cfgEric Fiselier2014-12-201-0/+5
* Add option to turn off installation of headers.Eric Fiselier2014-12-121-0/+1
* Add support for building libc++ as a 32 bit libraryEric Fiselier2014-12-121-0/+9
* Add support for building and testing libc++ without threads to CMake.Eric Fiselier2014-12-061-0/+16
* Add support for LLVM_USE_SANITIZER=ThreadEric Fiselier2014-11-181-0/+2
* Fix build regression caused by not defining ABI library macrosEric Fiselier2014-11-151-9/+9
* [libcxx] Refactor CMakeLists.txt handling of compile and link flags to suppre...Eric Fiselier2014-11-151-39/+43
* Add -gline-tables-only when compiling w/ sanitizers in RELEASEEric Fiselier2014-11-141-2/+7
* [libcxx] Add support for building and testing with an ABI library not along l...Eric Fiselier2014-10-181-95/+2
* [libcxx] Add support for LLVM_USE_SANITIZER=UndefinedEric Fiselier2014-10-161-0/+3
* [libcxx] Fix installation of ABI headers. Fixes PR20936Eric Fiselier2014-09-231-4/+4
* [libcxx] Add support for LLVM_USE_SANITIZER to libcxx when being built standa...Eric Fiselier2014-08-181-0/+27
* [libcxx] Update the way the -std= flag is chosen by CMake and LibcxxTestFormatEric Fiselier2014-08-161-3/+17
* Fix re-building in-tree libc++ against in-tree libc++abiViktor Kutuzov2014-08-081-11/+14
* Fix linking with just-built libc++abi (added in r214037).Alexey Samsonov2014-07-281-5/+8
* Better defaults for in-tree libc++ with cmake.Dan Albert2014-07-261-1/+11
* eliminate install of duplicate headers (take 2)David Fang2014-06-241-17/+13
* Revert "fixes duplicate header installation"David Fang2014-06-121-1/+5
* fixes duplicate header installationDavid Fang2014-06-101-5/+1
* build: fix erroneous overwriting of flagsSaleem Abdulrasool2014-03-121-2/+2
* build: fix add_definition abuse in CMakeSaleem Abdulrasool2014-03-121-5/+8
* build: remove an errant commaSaleem Abdulrasool2014-03-121-1/+1
* Justin Bogner: This makes the headers available in the build directory, makin...Howard Hinnant2013-11-151-0/+1
* Patch by GM: Turn off 'deprecated' warnings when building with MSVC, and add ...Marshall Clow2013-10-211-0/+6
* Make it possible to link against libstdc++ as well as libsupc++ with CMake.Peter Collingbourne2013-10-061-5/+14
* G M: Attached is a patch for libcxx's cmake file.Howard Hinnant2013-10-051-1/+3
OpenPOWER on IntegriCloud