summaryrefslogtreecommitdiff
path: root/lldb/cmake
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "[lldb/lua] Force Lua version to be 5.3"Siger Yang2021-09-031-1/+1
* [lldb/lua] Force Lua version to be 5.3Siger Yang2021-09-031-1/+1
* [lldb] [cmake] Add LLVM_LIT_ARGS override support for standalone buildsMichał Górny2021-08-091-0/+2
* Revert "D106035: Remove conditional compilation for WCHAR support in libedit"Neal Sidhwaney2021-08-051-0/+9
* D106035: Remove conditional compilation for WCHAR support in libeditNeal Sidhwaney2021-08-051-9/+0
* [lldb] Get rid of HAVE_SYS_TYPES_HNico Weber2021-08-031-1/+0
* [lldb] Get rid of HAVE_SIGACTIONNico Weber2021-08-021-1/+0
* [lldb] add LLDB_SKIP_DSYM optionRichard Howell2021-05-262-12/+15
* [lldb] Remove XPCServices symlinkingShoaib Meenai2021-03-011-10/+0
* [lldb] Bump the required SWIG version to 3Jonas Devlieghere2021-01-082-4/+4
* Fix "Unknown arguments specified" to if in lldbChristopher Tetreault2020-10-211-1/+1
* Remove .svn from exclude list as we moved to gitSylvestre Ledru2020-10-211-2/+0
* [lldb] Don't strip LLDB.framework on installJonas Devlieghere2020-10-201-0/+1
* [lldb] Add a cmake warning about the python/swig incompatibilityPavel Labath2020-10-081-0/+11
* [lldb] Check for and use ptsname_r if availablePavel Labath2020-10-071-0/+1
* [lldb] Symlink the Clang resource directory to the LLDB build directory in st...Raphael Isemann2020-10-062-14/+25
* [lldb] Remove redundant call to FindBacktrace (NFC)Jonas Devlieghere2020-08-201-1/+0
* [lldb] Simplify CMake logic with LLVM's append_if functionJonas Devlieghere2020-08-201-25/+10
* [lldb] Get rid of helper CMake variables for PythonJonas Devlieghere2020-08-172-19/+16
* [lldb] Remove Python 2 fallback and only support Python 3Jonas Devlieghere2020-08-141-29/+0
* Build a flat LLDB.framework for embedded Darwin targetsVedant Kumar2020-08-122-25/+52
* [CMake] Simplify CMake handling for zlibPetr Hosek2020-08-111-4/+0
* Revert "[CMake] Simplify CMake handling for zlib"Petr Hosek2020-08-081-0/+4
* [CMake] Simplify CMake handling for zlibPetr Hosek2020-08-081-4/+0
* Revert "[CMake] Simplify CMake handling for zlib"Christian Kühnel2020-08-071-0/+4
* [CMake] Simplify CMake handling for zlibPetr Hosek2020-08-051-4/+0
* Revert "[CMake] Simplify CMake handling for zlib"Hans Wennborg2020-08-051-0/+4
* [CMake] Move find_package(ZLIB) to LLVMConfigPetr Hosek2020-07-271-4/+0
* [lldb] Remove CMAKE_VERSION checks now that the minimum version is 3.13.4Jonas Devlieghere2020-07-272-36/+7
* [CMake] Find zlib when building lldb as standalonePetr Hosek2020-07-241-0/+5
* [lldb/Lua] Require Lua 5.3Jonas Devlieghere2020-06-231-1/+1
* [lldb/CMake] Add LLDB_PYTHON_VERSION to use Python 2 with CMake > 3.12Jonas Devlieghere2020-06-091-41/+61
* [lldb] Cleans up system_libsHaibo Huang2020-05-201-10/+1
* [lldb] Allows customizing libxml2 for darwinHaibo Huang2020-05-201-1/+0
* [lldb/CMake] Don't make PYTHON_RPATH a required variable.Jonas Devlieghere2020-04-301-3/+0
* [lldb] fix RPATH when linking against Python3.frameworkJonas Devlieghere2020-04-301-0/+21
* lldb: use the newer `find_package` if availableSaleem Abdulrasool2020-04-291-2/+16
* Fix setting Python3_ROOT_DIR on WindowsIsuru Fernando2020-04-141-1/+1
* [lldb][cmake] Move remove_module_flags macro to AddLLDB.cmakeRaphael Isemann2020-03-061-0/+14
* [lldb/CMake] Use PYTHON_HOME as a hint to find Python 3.Jonas Devlieghere2020-02-271-0/+2
* Allow customized relative PYTHONHOME (Attemp 1)Haibo Huang2020-02-211-3/+12
* Revert "Allow customized relative PYTHONHOME"Stella Stamenova2020-02-211-12/+3
* Allow customized relative PYTHONHOMEHaibo Huang2020-02-211-3/+12
* [lldb/cmake] Enable more verbose find_package output.Matt Davis2020-02-212-6/+6
* [lldb] Delete the SharingPtr classPavel Labath2020-02-111-2/+1
* [lldb] removed no longer needed CMakeDependentOptionKonrad Kleine2020-02-071-1/+0
* [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