summaryrefslogtreecommitdiffstats
path: root/lldb/cmake
Commit message (Expand)AuthorAgeFilesLines
* [lldb/CMake] Only auto-enable Lua when SWIG is foundJonas Devlieghere2020-01-082-1/+32
* [lldb/CMake] Use LLDB's autodetection logic for libxml2Jonas Devlieghere2020-01-081-12/+15
* [lldb/CMake] Only auto-enable Python when SWIG is foundJonas Devlieghere2020-01-071-29/+37
* [lldb/CMake] Only set PYTHON_HOME on WindowsJonas Devlieghere2020-01-061-1/+1
* [lldb/CMake] Autodetect Python dependencyJonas Devlieghere2020-01-062-48/+56
* [lldb/CMake] Print whether an optional dependency was enabled.Jonas Devlieghere2020-01-021-5/+7
* [lldb/CMake] Fix variable naming in FindLibEditJonas Devlieghere2020-01-022-19/+21
* [lldb/CMake] Use PYTHON_LIBRARIES instead of PYTHON_LIBRARYJonas Devlieghere2020-01-021-2/+2
* [lldb/CMake] Always set a value for find_package when finding optional depend...Alex Langford2019-12-231-0/+1
* build: use `find_package(Python3)` rather than `PYTHON_HOME`Saleem Abdulrasool2019-12-221-0/+1
* build: improve python checks for WindowsSaleem Abdulrasool2019-12-221-167/+22
* [lldb/CMake] Don't use return() from macro()Jonas Devlieghere2019-12-201-4/+7
* Re-land "[lldb/CMake] Change how we deal with optional dependencies"Jonas Devlieghere2019-12-202-44/+54
* Revert "[lldb/CMake] Change how we deal with optional dependencies"Jonas Devlieghere2019-12-202-46/+44
* [lldb/CMake] Change how we deal with optional dependenciesJonas Devlieghere2019-12-202-44/+46
* [lldb/Lua] Implement a Simple Lua Script Interpreter PrototypeJonas Devlieghere2019-12-201-0/+3
* [lldb/cmake] Delete LLDB_LINKER_SUPPORTS_GROUPSPavel Labath2019-12-201-6/+0
* [lldb/cmake] Remove support for LLDB_DISABLE_CURSESPavel Labath2019-12-201-6/+1
* [lldb/Lua] Add Boilerplate for a Lua Script InterpreterJonas Devlieghere2019-12-191-0/+4
* [lldb/CMake] Initialize LLDB_ENABLE_POSIX based on the UNIX variable.Jonas Devlieghere2019-12-131-1/+5
* [lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHONJonas Devlieghere2019-12-131-18/+21
* [lldb/Host] Use cmakedefine01 for LLDB_ENABLE_POSIXJonas Devlieghere2019-12-131-3/+1
* [lldb/cmake] Temporarily revive LLDB_DISABLE_CURSESPavel Labath2019-12-131-2/+11
* [lldb/Host] Use cmakedefine01 for LLDB_ENABLE_TERMIOSJonas Devlieghere2019-12-121-1/+1
* [lldb/CMake] Rename LLDB_DISABLE_LIBEDIT to LLDB_ENABLE_LIBEDITJonas Devlieghere2019-12-121-5/+5
* [lldb/CMake] Rename LLDB_DISABLE_CURSES to LLDB_ENABLE_CURSESJonas Devlieghere2019-12-121-5/+5
* [lldb/CMake] Simplify linking against cursesJonas Devlieghere2019-12-111-8/+0
* [lldb/Host] Use Host/Config.h for LibXML2 instead of a global defineJonas Devlieghere2019-12-111-3/+2
* [lldb/Host] Use Host/Config.h entries instead of a global define.Jonas Devlieghere2019-12-101-8/+1
* Revert "[CMake] Re-enable -Wno-gnu-anonymous-struct & -Wno-nested-anon-types."Jonas Devlieghere2019-11-181-12/+0
* [CMake] Re-enable -Wno-gnu-anonymous-struct & -Wno-nested-anon-types.Jonas Devlieghere2019-11-181-0/+6
* [LLDB] Remove debug message in AddLLDB.cmakeJonas Devlieghere2019-11-121-1/+0
* [LLDB] Fix/silence CMake developer warning for LLDB framework.Jonas Devlieghere2019-11-121-1/+9
* [LLDB] Always remove debugserver from LLVM_DISTRIBUTION_COMPONENTSJonas Devlieghere2019-11-121-0/+9
* Add rpath to liblldb so vendors can ship their own python framework (or others)António Afonso2019-11-111-0/+5
* [lldb] Record framework build path and use it everywhereHaibo Huang2019-11-063-13/+9
* [cmake] Add an option to skip stripping before installVedant Kumar2019-11-042-7/+10
* [CMake] Move test dependency tracking into test/CMakeLists.txtJonas Devlieghere2019-10-241-6/+0
* [CMake] Make it possible to set the RPATH in add_lldb_exectable.Jonas Devlieghere2019-10-171-2/+15
* [CMake] Fix add_lldb_test_dependencyJonas Devlieghere2019-10-091-2/+4
* [CMake] Fix building without python on WindowsAlex Langford2019-10-081-2/+7
* [CMake] Track test dependencies with add_lldb_test_dependencyJonas Devlieghere2019-10-081-0/+4
* [CMake] We only want to copy the headers for macOS.Davide Italiano2019-10-071-0/+2
* [lldb][ELF] Read symbols from .gnu_debugdata sect.Konrad Kleine2019-10-071-0/+8
* [lldb] [cmake] Support linking against clang-cpp dylibMichal Gorny2019-10-041-2/+13
* [lldb][CMake] Build LLDB.framework with -Wdocumentation in XcodeStefan Granitz2019-09-181-0/+3
* [lldb][CMake] Infer `Clang_DIR` if not passed explicitlyStefan Granitz2019-09-181-2/+2
* Cache PYTHON_EXECUTABLE for windowsHaibo Huang2019-09-181-4/+4
* Fix windows-x86-debug compilation with python enabled using multi-target gene...Adrian McCarthy2019-09-051-40/+92
* [cmake] Remove the test for libstdc++<4.9Pavel Labath2019-08-201-22/+0
OpenPOWER on IntegriCloud