summaryrefslogtreecommitdiffstats
path: root/libcxxabi/cmake
Commit message (Expand)AuthorAgeFilesLines
* [CMake] Convert paths to the right form in standalone builds on WindowsMartin Storsjo2018-06-202-3/+7
* Fix standalone test-suite run.Eric Fiselier2018-01-171-7/+15
* build: use cmake to pass -std=c++11Saleem Abdulrasool2017-06-111-5/+0
* build: use POSITION_INDEPENDENT_CODE CMake propertySaleem Abdulrasool2017-06-111-1/+0
* [libcxxabi] HandleLLVMOptions in out of tree buildMartell Malone2017-06-031-0/+1
* [libcxxabi] Rework CMakeLists.txt into modulesMartell Malone2017-06-013-0/+356
* [libcxxabi] iconv is not needed for mingw-w64Martell Malone2017-05-261-1/+1
* [Libcxxabi]: Support using compiler-rt for MinGW64Martell Malone2017-05-111-3/+8
* Fix Libc++abi linking under MinGW64Eric Fiselier2017-05-111-1/+4
* Apply libc++ MinGW CMake fix to libc++abiEric Fiselier2017-05-111-0/+5
* [CMake][libcxxabi] Fix the -target and -gcc-toolchain flag handlingPetr Hosek2017-04-161-1/+1
* [CMake][libcxxabi] Use -nodefaultlibs for CMake checksPetr Hosek2017-04-072-5/+91
* Turn on -Wunused-function and cleanup occurancesEric Fiselier2017-03-041-1/+1
* [CMake] Trying to fix the bots I brokeChris Bieneman2016-08-291-1/+1
* [CMake] Use -std=c++11 if supportedChris Bieneman2016-08-291-0/+5
* libc++abi: add a top level option for using CompilerRTSaleem Abdulrasool2016-07-151-1/+3
* Partially revert r270816: build with -fvisibility=hidden.Eric Fiselier2016-06-021-1/+0
* libc++abi: build with -fvisibility=hiddenSaleem Abdulrasool2016-05-261-0/+1
* [libc++abi] Use libgcc and libgcc_s to provide _Unwind symbols instead of lib...Eric Fiselier2015-12-141-1/+1
* Replace cmake check for printf with a check for fopen.Evgeniy Stepanov2015-12-101-1/+1
* unwind: use -fno-rtti -fno-exceptions -funwind-tablesSaleem Abdulrasool2015-02-061-0/+2
* Enable -Wundef.Dan Albert2015-02-051-0/+1
* Add -funwind-tables to CMAKE_C_FLAGS.Logan Chien2015-01-221-0/+2
* [libcxxabi] Add __cxa_thread_atexit for TLS support on Linux.Dan Albert2014-12-181-0/+2
* libcxxabi must link to dl if using bundled unwindJonathan Roelofs2014-08-181-0/+1
* libcxxabi cmake: Use HandleLLVMOptions.cmake, don't manually add -std=c++11.Nico Weber2014-07-161-1/+0
* Fix for libc++abi when using -Wl,--as-needed.Dan Albert2014-07-141-0/+2
* Make cmake cxxflags match those in lib/buildit.Dan Albert2014-07-101-3/+14
* Add a cmake build system.Dan Albert2014-07-031-0/+27
OpenPOWER on IntegriCloud