summaryrefslogtreecommitdiff
path: root/lib/CMakeLists.txt
AgeCommit message (Expand)Author
2017-09-13Use CMAKE_AR instead of the system default 'ar' for merging static librariesMartin Storsjo
2017-09-04Add MINGW_LIBRARIES to the linker flagsMartin Storsjo
2017-07-18[CMake] Use MATCHES for regular expression.Leo Li
2017-07-11[libcxx][CMake] Add install path variable to allow overriding the destinationPetr Hosek
2017-06-15Move external instantiation for __vector_base_common to vector.cppEric Fiselier
2017-05-25libcxx: fix bootstrapping for mingw-w64Martell Malone
2017-05-08[libc++] Implement exception_ptr on WindowsEric Fiselier
2017-04-20Rename the static version of libc++ on Windows.Eric Fiselier
2017-04-15[libcxx] Fix check-cxx-abilist on OS XEric Fiselier
2017-04-05[CMake][libcxx] Use builtins rather than gcc_s when compiler-rt is requestedPetr Hosek
2017-03-30Do not pass an explicit reexported symbol list when building libc++ dylib if ...Mehdi Amini
2017-03-28[libc++] Add a key function for bad_function_callShoaib Meenai
2017-03-11Change test coverage generation to use llvm-cov instead of gcov.Eric Fiselier
2017-02-09Start libc++ python cleanup and consolidation.Eric Fiselier
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