summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2017-01-11Revert "[CMake][libcxx] Do not rely on the existence of c++abi or unwind targ...Petr Hosek
2017-01-11Revert "[CMake][libcxx] Check that we have libcxxabi before using it"Petr Hosek
2017-01-11[CMake][libcxx] Check that we have libcxxabi before using itPetr Hosek
2017-01-11[CMake][libcxx] Do not rely on the existence of c++abi or unwind targetsPetr Hosek
2017-01-10[CMake][libcxx] Move Python check to main CMake filePetr Hosek
2017-01-09[libcxx] Fix externally-threaded shared library builds after r291275.Asiri Rathnayake
2017-01-06Configure default ABI library as NONE on WindowsEric Fiselier
2017-01-06[libc++] Cleanup and document <__threading_support>Eric Fiselier
2017-01-03[libcxx] Add build/test support for the externally threaded libc++abi variantAsiri Rathnayake
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-01build: further improve flags handling for clSaleem Abdulrasool
2016-12-12[libcxx][CMake] Move the warning to HandleOutOfTreeLLVMPetr Hosek
2016-12-05[libc++] Add _LIBCPP_DISABLE_VISIBILITY_ANNOTATIONSShoaib Meenai
2016-11-18Make LIBCXX_ENABLE_STATIC_ABI_LIBRARY merge libc++.a and libc++abi.aEric Fiselier
2016-11-14Add check-cxx-abilist target when supported.Eric Fiselier
2016-11-13Fix GCC libc++abi buildEric Fiselier
2016-11-09[CMake] Check runtimes subdir when looking for libcxxabiPetr Hosek
2016-10-30Add start of filesystem benchmarksEric Fiselier
2016-10-25[libcxx] Build with -fvisibility-inlines-hidden -- Remove 20 inline definitio...Eric Fiselier
2016-10-23[libcxx] Use C++14 when building libc++ with muslPetr Hosek
2016-10-14Disable Modules when building the libc++ sources.Eric Fiselier
2016-10-10Fix documentation mis-spelling.Eric Fiselier
2016-10-09Fix linker script generation for in-tree buildsEric Fiselier
2016-10-08[cmake] Split linked libraries into private & public, for linker scriptMichal Gorny
2016-09-27Revert r282483 - [cmake] Add linker option "-Wl,-z,defs" in standalone buildMichal Gorny
2016-09-27[cmake] Add linker option "-Wl,-z,defs" in standalone buildMichal Gorny
2016-09-27[cmake] Strip possibly-inherited compiler flags in in-tree build onlyMichal Gorny
2016-09-26Expect DLL builds on Windows by default and require a custom __config for staticEric Fiselier
2016-09-16[libc++] Add _LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITY to support GCC ABI com...Eric Fiselier
2016-09-15[libc++] Fix and document visibility attributes for Clang, GCC and Windows.Eric Fiselier
2016-09-11[libcxx] Introduce an externally-threaded libc++ variant.Asiri Rathnayake
2016-09-07Enable installation of libc++experimental by default.Eric Fiselier
2016-08-29Fix or suppress GCC warnings during build.Eric Fiselier
2016-08-29Turn On -DLIBCXX_ENABLE_BENCHMARKS by default.Eric Fiselier
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