summaryrefslogtreecommitdiffstats
path: root/libcxx/lib/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* [libcxx] Move CMake file to src, avoid using globsPetr Hosek2019-05-011-411/+0
* [libc++][CMake] Refactor how we link against system librariesLouis Dionne2019-04-301-39/+55
* [libcxx] Update gen_link_script.py to support different input and outputPetr Hosek2019-04-221-1/+2
* [CMake] Split linked libraries for shared and static libc++Petr Hosek2019-04-171-11/+13
* [CMake] Fix statically linking in libcxxabi if built separatelyMartin Storsjo2019-04-091-2/+2
* [libc++] Remove install_name and compatibility_version on OS XLouis Dionne2019-04-081-2/+0
* [libc++][CMake] Make sure the benchmarks link against libc++abiLouis Dionne2019-04-051-1/+2
* [libc++] Localize CMake code only related to the shared libraryLouis Dionne2019-04-051-68/+64
* [CMake] Differentiate between static and shared libc++abiPetr Hosek2019-04-031-8/+7
* [libc++][CMake] Allow merging libc++abi.a into libc++ even on Apple platformsLouis Dionne2019-03-251-4/+9
* [libc++] Re-export the sjlj ABI v2 for ARM architecturesLouis Dionne2019-03-221-1/+1
* Allow disabling of filesystem library.Eric Fiselier2019-03-211-8/+10
* [libc++][CMake] Clean up some of the libc++ re-exporting logicLouis Dionne2019-03-201-20/+2
* [libc++] Build <filesystem> support as part of the dylibLouis Dionne2019-03-191-42/+11
* Revert "[libc++] Build <filesystem> support as part of the dylib"Louis Dionne2019-03-191-11/+42
* [libc++] Build <filesystem> support as part of the dylibLouis Dionne2019-03-191-42/+11
* [libc++][CMake] Do not define `cxx_shared_EXPORTS` when building the shared l...Louis Dionne2019-03-141-0/+1
* [libc++][CMake] Fix typo introduced in r356150Louis Dionne2019-03-141-1/+1
* [libc++] Do not force building with -fPIC (re-applying)Louis Dionne2019-03-141-4/+0
* [libc++] Do not share an object library to create the static/shared librariesLouis Dionne2019-03-141-38/+19
* Revert "[libc++] Do not force building with -fPIC"Eric Fiselier2019-03-081-0/+4
* [libc++] Do not force building with -fPICLouis Dionne2019-03-081-4/+0
* Revert "[runtimes] Move libunwind, libc++abi and libc++ to lib/ and include/"Matthew Voss2019-03-081-3/+3
* [runtimes] Move libunwind, libc++abi and libc++ to lib/ and include/Petr Hosek2019-03-081-3/+3
* [libc++] Remove old CMake workaroundLouis Dionne2019-03-041-20/+14
* Make LIBCXX_STANDARD_VER configurableEric Fiselier2019-02-101-1/+1
* [CMake] Use correct visibility for linked libraries in CMakePetr Hosek2019-01-301-2/+7
* Revert "[CMake] Use correct visibility for linked libraries in CMake"Petr Hosek2019-01-301-2/+2
* [CMake] Use correct visibility for linked libraries in CMakePetr Hosek2019-01-301-2/+2
* [libcxx] Support building hermetic static libraryPetr Hosek2019-01-061-33/+60
* [libcxx] Make sure the re-export logic works when paths contain spacesLouis Dionne2018-11-271-5/+5
* [libcxx] Fix libc++ re-exporting logic when Command Line Tools are not installedLouis Dionne2018-11-271-18/+11
* [libcxx] Remove custom CMake code targeting Mac OS 10.6Louis Dionne2018-10-161-8/+3
* Add libc++fs to the test deps, and not to the target 'cxx'.Eric Fiselier2018-07-271-7/+3
* Attempt to unbreak *all the bots*Eric Fiselier2018-07-271-4/+6
* Implement <filesystem>Eric Fiselier2018-07-271-5/+45
* [CMake] Option to control whether shared/static library is installedPetr Hosek2018-07-241-7/+10
* Reland "[CMake] Support statically linking dependencies only to shared or sta...Petr Hosek2018-07-241-3/+3
* Revert "[CMake] Support statically linking dependencies only to shared or sta...Petr Hosek2018-07-231-3/+3
* [CMake] Support statically linking dependencies only to shared or static libraryPetr Hosek2018-07-231-3/+3
* [CMake] Rename cxx_headers back to cxx-headers.Ahmed Bougacha2018-06-281-1/+1
* [CMake] Use common variable for all header targets NFCPetr Hosek2018-06-121-4/+3
* [CMake] Add a missing target dependency on C++ ABI headersPetr Hosek2018-06-121-1/+1
* Reland "Use custom command and target to install libc++ headers"Petr Hosek2018-06-121-1/+5
* Revert "[CMake] Use custom command and target to install libc++ headers"Petr Hosek2018-04-091-2/+1
* [CMake] Use custom command and target to install libc++ headersPetr Hosek2018-04-091-1/+2
* [CMake] Copy the generated __config header into build directoryPetr Hosek2018-03-101-1/+1
* LLVM_FOUND isn't always set, so just test if llvm_setup_rpath() isDon Hinton2018-01-271-1/+1
* Reland: [cmake] [libcxx] Call llvm_setup_rpath() when adding shared libraries.Don Hinton2018-01-261-0/+3
* Revert [libcxx] r323453 - [cmake] [libcxx] Call llvm_setup_rpath() when addin...Don Hinton2018-01-251-1/+0
OpenPOWER on IntegriCloud