summaryrefslogtreecommitdiffstats
path: root/lldb/cmake
Commit message (Expand)AuthorAgeFilesLines
* Check availability of accept4 in C++ instad of C code.Eugene Zemtsov2017-09-161-1/+1
* More precise c library feature detection for Android.Eugene Zemtsov2017-09-161-0/+1
* [CMake] Add checks for libcompressionChris Bieneman2017-07-281-0/+3
* [CMake] Adapt to clang r309390Chris Bieneman2017-07-281-4/+1
* [CMake] Update Framework construction for iOSChris Bieneman2017-07-251-2/+6
* [CMake] NFC. Cleanup unnecessary CMake policyChris Bieneman2017-07-251-4/+0
* [CMake] Cleanup unnecessary definitionChris Bieneman2017-07-251-4/+4
* [CMake] A few fixups to support building LLDB for iOSChris Bieneman2017-07-181-12/+22
* [CMake] [NFC] Remove out of date and redundant version requirementChris Bieneman2017-07-181-1/+0
* cmake: Put PROCESS_VM_READV detection results into Config.hPavel Labath2017-06-022-22/+9
* cmake: Enable process_vm_readv detection on androidPavel Labath2017-06-011-22/+20
* [CMake] Abstract Config.h generation for XcodeChris Bieneman2017-04-273-24/+50
* Re-landing IPv6 support for LLDB HostChris Bieneman2017-04-261-1/+8
* Remove the home-grown android toolchain file and all references to itPavel Labath2017-04-251-155/+0
* [LLDB][MIPS] Move it into HandleLLVMOptions.cmake.Nitesh Jain2017-04-241-6/+0
* Resurrect LLDB Standalone build on NetBSDKamil Rytarowski2017-04-201-0/+2
* Revert yesterdays IPv6 patchesPavel Labath2017-04-191-3/+0
* [CMake] Add configure check for sys/event.hChris Bieneman2017-04-191-0/+1
* [CMake] Adding configure-time check for sigactionChris Bieneman2017-04-181-0/+1
* Update LLDB Host to support IPv6 over TCPChris Bieneman2017-04-181-0/+1
* [CMake] Support generating Config.hChris Bieneman2017-04-141-1/+27
* CMake requires normalized paths when appending.Zachary Turner2017-03-171-0/+1
* [CMake] Final dependency cleanup patch!Chris Bieneman2017-02-082-193/+2
* Install six.py conditionallyKamil Rytarowski2017-02-041-0/+3
* [CMake] Add explicit dependencies to pluginsChris Bieneman2017-01-311-1/+5
* [CMake] Add LINK_LIBS and LINK_COMPONENTS optionsChris Bieneman2017-01-311-17/+24
* Address post-commit review remarksPavel Labath2017-01-271-1/+1
* Fix android-i386 build broken by previous commitPavel Labath2017-01-271-1/+2
* Refactor the android accept hackPavel Labath2017-01-272-8/+4
* [cmake] Make lldb build with the android ndk toolchain filePavel Labath2017-01-173-14/+8
* [cmake] Obtain LLVM_CMAKE_PATH from llvm-configMichal Gorny2017-01-091-2/+3
* [CMake] Fix install rules for tools included in the frameworkChris Bieneman2017-01-041-1/+1
* [CMake] Support distribution install for LLDB.frameworkChris Bieneman2016-12-211-1/+11
* [CMake] [PR31433] Fix LLDB tool installationChris Bieneman2016-12-201-13/+13
* Support of lldb on Kfreebsd Sylvestre Ledru2016-12-172-4/+3
* [CMake] Refactor LLDB libraries and tools to be componentsChris Bieneman2016-12-152-8/+37
* Fix build for mingw.Hafiz Abid Qadeer2016-12-153-4/+4
* Remove one more if(__ANDROID_NDK__) I missedPavel Labath2016-12-051-9/+7
* [CMake] Use add_llvm_tool_symlink's OUTPUT_DIR optionChris Bieneman2016-12-051-1/+2
* Replace __ANDROID_NDK__ with __ANDROID__Pavel Labath2016-12-021-2/+1
* Remove another hack from the android toolchain filePavel Labath2016-12-011-9/+0
* Remove a hack from the Android toolchain filePavel Labath2016-12-011-24/+0
* Refactor LLDB's Windows process plugin (NFC)Adrian McCarthy2016-11-231-1/+0
* [CMake] NFC. Updating CMake dependency specificationsChris Bieneman2016-11-181-2/+4
* Remove Windows-specific minidump pluginAdrian McCarthy2016-11-161-2/+1
* Fixing the Xcode build that I broke in r286479Chris Bieneman2016-11-101-1/+1
* Unify Darwin and Non-Darwin printing of version outputChris Bieneman2016-11-101-0/+11
* [cmake] Make dependencies of lldb libraries private, take 2Pavel Labath2016-10-181-10/+11
* [CMake] Fixing a small hack in add_lldb_libraryChris Bieneman2016-09-221-1/+4
* [CMake] Initial support for LLDB.frameworkChris Bieneman2016-09-213-6/+31
OpenPOWER on IntegriCloud