summaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)Author
2019-10-17[CMake] Make it possible to set the RPATH in add_lldb_exectable.Jonas Devlieghere
2019-10-09[CMake] Fix add_lldb_test_dependencyJonas Devlieghere
2019-10-08[CMake] Fix building without python on WindowsAlex Langford
2019-10-08[CMake] Track test dependencies with add_lldb_test_dependencyJonas Devlieghere
2019-10-07[CMake] We only want to copy the headers for macOS.Davide Italiano
2019-10-07[lldb][ELF] Read symbols from .gnu_debugdata sect.Konrad Kleine
2019-10-04[lldb] [cmake] Support linking against clang-cpp dylibMichal Gorny
2019-09-18[lldb][CMake] Build LLDB.framework with -Wdocumentation in XcodeStefan Granitz
2019-09-18[lldb][CMake] Infer `Clang_DIR` if not passed explicitlyStefan Granitz
2019-09-18Cache PYTHON_EXECUTABLE for windowsHaibo Huang
2019-09-05Fix windows-x86-debug compilation with python enabled using multi-target gene...Adrian McCarthy
2019-08-20[cmake] Remove the test for libstdc++<4.9Pavel Labath
2019-08-18[CMake] Update CMAKE_OSX_DEPLOYMENT_TARGET to 10.12.Jonas Devlieghere
2019-08-13Enable lldb-server on WindowsAaron Smith
2019-08-08[lldb][CMake] Disable modules in Xcode projectsStefan Granitz
2019-08-08Remove xcode-specific Config.hPavel Labath
2019-08-07[lldb][CMake] Fix one more detail in r368066Stefan Granitz
2019-08-07[lldb][NFC] Fix typo in 368066Stefan Granitz
2019-08-07Detect HAVE_SYS_TYPES_H in lldbHaibo Huang
2019-08-06[lldb][CMake] Generating Xcode projectsStefan Granitz
2019-08-01[lldb][CMake] Avoid 'Autogenerate scheme' dialogs in Xcode projectsStefan Granitz
2019-07-29[CMake] Move project() call to main CMake fileHaibo Huang
2019-07-26[CMake] Print the correct variablesJonas Devlieghere
2019-07-26[CMake] Fix find_python_libs_windowsJonas Devlieghere
2019-07-26[CMake] Print Python version on WindowsJonas Devlieghere
2019-07-26[CMake] Loosen Python version check and ignore patch versionJonas Devlieghere
2019-07-25[lldb][CMake] Fix framework-enabled build detail for XcodeStefan Granitz
2019-07-24[lldb] Remove Xcode project legacyStefan Granitz
2019-07-20build: allow the user to specify `llvm-tblgen`Saleem Abdulrasool
2019-07-20[CMake] Align debugserver with lldb-server on DarwinStefan Granitz
2019-07-18[CMake] Polish folders in generated Xcode projectStefan Granitz
2019-07-18[CMake] Always build debugserver on Darwin and allow tests to use the system'...Stefan Granitz
2019-07-17[NFC] Clarify a Cmake status message regarding Python on LLDBConfigAdrian McCarthy
2019-07-17[CMake] Remove duplicated logic to find Python when doing a standalone buildJonas Devlieghere
2019-07-17[CMake] Use LLVM_DIR and Clang_DIR for standalone builds.Jonas Devlieghere
2019-07-17[CMake] Avoid liblldb genex when figuring out the copy destination for framew...Stefan Granitz
2019-07-17[CMake] Move standalone check so we don't have to reconfigure LLDBJonas Devlieghere
2019-07-16Don't require python exe and lib versions to match while crosscompilingNathan Lanza
2019-07-16Fix LLDB Windows build Python version logic after r366243Reid Kleckner
2019-07-16[CMake] Fail when Python interpreter doesn't match Python libraries versionJonas Devlieghere
2019-07-16[CMake] Add Apple-lldb-Xcode.cmake cache that avoids install optionsStefan Granitz
2019-07-13Make Python version setting actually effectiveJonas Devlieghere
2019-07-12[lldb] Let table gen create command option initializers.Raphael Isemann
2019-07-10Add Python 3.6 and 3.7 to the version listNico Weber
2019-07-10[CMake][NFC] Remove dead code lldb_append_link_flags() from AddLLDB.cmakeStefan Granitz
2019-07-10[CMake][NFC] Polish comments in AddLLDB.cmakeStefan Granitz
2019-07-10[CMake] Add Apple-lldb-Linux.cmake cacheStefan Granitz
2019-07-10[CMake] Polish Apple-lldb cachesStefan Granitz
2019-07-10[CMake] `install-distribution` for LLDB on DarwinStefan Granitz
2019-07-10[CMake] Distribution builds for LLDB standaloneStefan Granitz