summaryrefslogtreecommitdiff
path: root/lib/CMakeLists.txt
AgeCommit message (Expand)Author
2017-02-09[libcxx][CMake] Support in-tree libunwind when building as part of runtimesPetr Hosek
2017-01-16Reland "[CMake][libcxx] Do not rely on the existence of c++abi or unwind targ...Petr Hosek
2017-01-14[libc++][CMake] Use debug MSVC runtimes when libc++ is built in debug modeEric Fiselier
2017-01-14[libc++] [CMake] Link with /nodefaultlibs on WindowsEric Fiselier
2017-01-11Revert "[CMake][libcxx] Do not rely on the existence of c++abi or unwind targ...Petr Hosek
2017-01-11[CMake][libcxx] Do not rely on the existence of c++abi or unwind targetsPetr Hosek
2017-01-06[libc++] Cleanup and document <__threading_support>Eric Fiselier
2017-01-04build: use the platform dependent library prefix/suffixSaleem Abdulrasool
2017-01-04build: use more portable spelling for flagSaleem Abdulrasool
2017-01-03Recommit r290839 - Fix configuring and building libc++ w/o an ABI library.Eric Fiselier
2017-01-02Revert r290839 - Fix configuring and building libc++ w/o an ABI libraryEric Fiselier
2017-01-02Fix configuring and building libc++ w/o an ABI library.Eric Fiselier
2017-01-02build: tweak macros for Windows buildSaleem Abdulrasool
2017-01-02build: make cross-compiling to Windows work on LinuxSaleem Abdulrasool
2016-11-18Make LIBCXX_ENABLE_STATIC_ABI_LIBRARY merge libc++.a and libc++abi.aEric Fiselier
2016-10-18[solaris] Convert the support library to C++ to fix -std=c++11 buildMichal Gorny
2016-10-14Remove dead CMake targetEric Fiselier
2016-10-14Fix CMake configuration error and add ABI lists for OS X.Eric Fiselier
2016-10-09Fix linker script generation for in-tree buildsEric Fiselier
2016-10-09[CMake] Fix in-tree libcxxabi build support after r283659Hal Finkel
2016-10-08[cmake] Split linked libraries into private & public, for linker scriptMichal Gorny
2016-09-15[libcxx] Allow sanitizing libcxx with ASan+UBSan simultaneouslyKuba Brecka
2016-09-14[libcxx] Enable building and testing of libcxx with ThreadSanitizer on OS XKuba Brecka
2016-09-11[libcxx] Introduce an externally-threaded libc++ variant.Asiri Rathnayake
2016-09-01build: don't add -fPIC on WindowsSaleem Abdulrasool
2016-08-30Fix syntax error in recent CMake change.Eric Fiselier
2016-08-30Fix PR28831 - Bad logic around CMAKE_OSX_SYSROOT and CMAKE_OSX_ARCHITECTURES.Eric Fiselier
2016-08-24[CMake] Be more consistent about naming targets and componentsChris Bieneman
2016-08-08Allow building both shared and static libraryPetr Hosek
2016-07-18Rework libatomic handling in CMake and LIT.Eric Fiselier
2016-06-17Add Filesystem TS -- CompleteEric Fiselier
2016-06-14Automatically detect export lists for OS X.Eric Fiselier
2016-05-10[libcxx] Prefer C++14 over C++11 when building libc++experimental.Eric Fiselier
2016-05-03Create new library 'libc++experimental.a' for packaging TS symbols.Eric Fiselier
2016-05-03Fix dependencies on install-libcxx CMake targetEric Fiselier
2016-04-29[CMake] Create a separate install target for libcxx headersChris Bieneman
2016-02-11Re-commit "Introduce a cmake module to figure out whether we need to link wit...Vasileios Kalintiris
2016-02-09Revert "Introduce a cmake module to figure out whether we need to link with l...Vasileios Kalintiris
2016-02-09Introduce a cmake module to figure out whether we need to link with libatomic.Vasileios Kalintiris
2015-12-16Add CMake option LIBCXX_CONFIGURE_IDE to allow for other IDE's.Eric Fiselier
2015-12-03[CMake] If you're not installing the libcxx library, exclude it from the "all...Chris Bieneman
2015-10-23Use proper output directory when naminging the libc++ outputEric Fiselier
2015-10-22Dont required CMake 3 to install a linker scriptEric Fiselier
2015-10-15Re-enable linker scripts after fixing bad CMakeEric Fiselier
2015-10-14Use correct CMake variable for the libnameEric Fiselier
2015-10-14[libcxx] Make it drastically simpler to link libc++.Eric Fiselier
2015-10-13ABI versioning macros for libc++.Evgeniy Stepanov
2015-10-05[libcxx] Reexport std::bad_array_length symbols from libc++abi on OS X.Eric Fiselier
2015-08-26[libcxx] Remove installation rules on Darwin when it would overwrite the syst...Eric Fiselier
2015-08-19[libcxx] Add "install-libcxx" target.Eric Fiselier