summaryrefslogtreecommitdiffstats
path: root/libcxx/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 10.0.1Tom Stellard2020-04-131-1/+1
* Drop git version suffixAaron Puchert2020-02-171-1/+1
* [libc++] Require C++14 in all cases.Eric Fiselier2019-12-111-13/+7
* [libcxx{,abi}] Emit deplibs only when detected by CMakeMichał Górny2019-12-021-1/+6
* [libc++] Separate -include and path to the site config fileLouis Dionne2019-11-181-1/+1
* change LLVM_VERSION_SUFFIX default from svn to gitNick Desaulniers2019-11-111-1/+1
* build: avoid custom handling for C++ standardSaleem Abdulrasol2019-11-021-14/+11
* [libc++] Force the ABI namespace to be a reserved identifierLouis Dionne2019-10-291-1/+1
* [libc++] Move the linker script generation step to CMakeLouis Dionne2019-10-081-6/+0
* [libc++] Make sure we link all system libraries into the benchmarksLouis Dionne2019-10-081-0/+61
* [libc++] Localize common build flags into a single CMake functionLouis Dionne2019-10-041-0/+11
* Add an off-by-default option to enable testing for gdb pretty printers.Sterling Augustine2019-10-041-0/+1
* [libc++] Make the modules-related flags PUBLIC instead of PRIVATELouis Dionne2019-10-041-2/+2
* [libc++] Move more CMake flags to per-target definitionsLouis Dionne2019-10-041-19/+25
* [libc++] Add a per-target flag to include the generated config_siteLouis Dionne2019-10-031-12/+12
* [libc++] Use functions instead of global variables to set libc++ build flagsLouis Dionne2019-10-021-38/+73
* [libc++] Use a function to set warning flags per targetLouis Dionne2019-10-021-32/+33
* [libc++] Re-apply workaround for D63883Louis Dionne2019-10-011-0/+10
* [libc++] Remove workaround for D63883Louis Dionne2019-10-011-10/+0
* Revert "[libc++] Take 3: Do not cleverly link against libc++abi just because ...Louis Dionne2019-08-081-0/+23
* [libc++] Remove temporary hack for D63883Louis Dionne2019-08-071-10/+0
* [libc++] Take 3: Do not cleverly link against libc++abi just because it happe...Louis Dionne2019-08-071-13/+0
* [libc++] Take 2: Integrate the PSTL into libc++Louis Dionne2019-08-051-0/+2
* Revert "[libc++] Integrate the PSTL into libc++"Louis Dionne2019-07-191-2/+0
* [libc++] Integrate the PSTL into libc++Louis Dionne2019-07-191-0/+2
* Bump the trunk version to 10.0.0svnHans Wennborg2019-07-181-1/+1
* Constrain workaround to avoid affecting other buildbotsEric Fiselier2019-07-151-2/+4
* Add another buildbot username to the workaround listEric Fiselier2019-07-121-1/+1
* Attempt to override broken buildbot config for libc++abi.Eric Fiselier2019-07-121-0/+8
* Revert "[libc++] Take 2: Do not cleverly link against libc++abi just because ...Vitaly Buka2019-07-081-0/+13
* [libc++] Take 2: Do not cleverly link against libc++abi just because it happe...Louis Dionne2019-07-081-13/+0
* Revert "[libc++] Do not cleverly link against libc++abi just because it happe...Louis Dionne2019-07-051-0/+13
* [libc++] Do not cleverly link against libc++abi just because it happens to be...Louis Dionne2019-07-051-13/+0
* Fix placement of -Wno-ignored-attributesEric Fiselier2019-06-231-2/+3
* Disable -Wignored-attributes for nowEric Fiselier2019-06-231-0/+1
* [runtimes] Check if pragma comment(lib, ...) is supported firstPetr Hosek2019-05-301-0/+4
* Rework std::type_info definition to support systems without fullyEric Fiselier2019-05-291-1/+15
* [runtimes] Move libunwind, libc++abi and libc++ to lib/$target/c++ and includ...Petr Hosek2019-05-221-9/+11
* [gn] Support for building libc++Petr Hosek2019-05-021-2/+1
* [libcxx] Move CMake file to src, avoid using globsPetr Hosek2019-05-011-1/+1
* [libc++][CMake] Always provide new/delete in libc++ unless specified otherwiseLouis Dionne2019-04-181-12/+2
* [libc++][CMake] Allow building neither the shared nor the static libraryLouis Dionne2019-04-171-4/+0
* [libc++][CMake] Allow merging libc++abi.a into libc++ even on Apple platformsLouis Dionne2019-03-251-6/+2
* Allow disabling of filesystem library.Eric Fiselier2019-03-211-0/+6
* [libc++][CMake] Clean up some of the libc++ re-exporting logicLouis Dionne2019-03-201-0/+2
* [libc++] Build <filesystem> support as part of the dylibLouis Dionne2019-03-191-17/+0
* Revert "[libc++] Build <filesystem> support as part of the dylib"Louis Dionne2019-03-191-0/+17
* [libc++] Build <filesystem> support as part of the dylibLouis Dionne2019-03-191-17/+0
* [libc++][NFC] Promote CMake comment to an actual option descriptionLouis Dionne2019-03-181-3/+3
* Revert "[runtimes] Move libunwind, libc++abi and libc++ to lib/ and include/"Matthew Voss2019-03-081-11/+9
OpenPOWER on IntegriCloud