summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2017-02-09[libcxx][CMake] Support in-tree libunwind when building as part of runtimesPetr Hosek
2017-02-05Remove CMake hackEric Fiselier
2017-02-04Recommit [libcxx] Never use <cassert> within libc++Eric Fiselier
2017-01-24Revert "[libcxx] Never use <cassert> within libc++"Eric Fiselier
2017-01-24[libcxx] Never use <cassert> within libc++Eric Fiselier
2017-01-17Don't strip -m32 from the user provide command line flags. This fixes the com...Eric Fiselier
2017-01-16Improve CMake and LIT support for WindowsEric Fiselier
2017-01-16Reland "[CMake][libcxx] Check that we have libcxxabi before using it"Petr Hosek
2017-01-16Reland "[CMake][libcxx] Do not rely on the existence of c++abi or unwind targ...Petr Hosek
2017-01-16Reland "[CMake][libcxx] Move Python check to main CMake file"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] Move Python check to main CMake file"Petr Hosek
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