aboutsummaryrefslogtreecommitdiff
path: root/lldb/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2023-12-22[LLDB] Define _BSD_SOURCE globally, to get optreset available in mingw's geto...Martin Storsjö1-0/+4
2023-05-27Reland "[CMake] Bumps minimum version to 3.20.0.Mark de Wever1-8/+1
2023-05-17Revert "Reland "[CMake] Bumps minimum version to 3.20.0.""Nico Weber1-1/+8
2023-05-15[lldb] Set CMAKE_CXX_STANDARD before including LLDBStandaloneJonas Devlieghere1-2/+2
2023-05-13Reland "[CMake] Bumps minimum version to 3.20.0."Mark de Wever1-8/+1
2023-05-06Revert "Reland "[CMake] Bumps minimum version to 3.20.0.""Mark de Wever1-1/+8
2023-05-06Reland "[CMake] Bumps minimum version to 3.20.0."Mark de Wever1-8/+1
2023-04-15Revert "Revert "Revert "[CMake] Bumps minimum version to 3.20.0."""Mark de Wever1-1/+8
2023-04-15Revert "Revert "[CMake] Bumps minimum version to 3.20.0.""Mark de Wever1-8/+1
2023-03-18Revert "Reland "[CMake] Bumps minimum version to 3.20.0.""Mark de Wever1-1/+8
2023-03-18Reland "[CMake] Bumps minimum version to 3.20.0."Mark de Wever1-8/+1
2023-03-04Revert "[CMake] Bumps minimum version to 3.20.0."Mark de Wever1-1/+8
2023-03-04[CMake] Bumps minimum version to 3.20.0.Mark de Wever1-8/+1
2022-12-11[CMake] Warn when the version is older than 3.20.0.Mark de Wever1-0/+7
2022-11-18[lldb] Restore default setting of LLDB_INCLUDE_TESTS in standalone buildsAlex Langford1-0/+1
2022-10-28Harmonize cmake_policy() across standalone builds of all projectsMichał Górny1-0/+6
2022-10-27Revert "Harmonize cmake_policy() across standalone builds of all projects"Michał Górny1-2/+0
2022-10-27Harmonize cmake_policy() across standalone builds of all projectsMichał Górny1-0/+2
2022-10-24[lldb] Include gtest in standalone build only if LLDB_INCLUDE_TESTSMichał Górny1-1/+2
2022-08-10lldb: Disable unittests if llvm_gtest target does not existTom Stellard1-1/+8
2022-08-06[LLVM] Update C++ standard to 17Tobias Hieta1-1/+1
2022-01-20[cmake] Make include(GNUInstallDirs) always below project(..)John Ericson1-2/+7
2021-12-22[lldb] Use `GNUInstallDirs` to support custom installation dirs.John Ericson1-0/+2
2021-11-17[lldb] remove usage of distutils, fix python path on debian/ubuntuLawrence D'Anna1-2/+2
2021-11-16[lldb] use EXT_SUFFIX for python extensionLawrence D'Anna1-1/+3
2021-11-16[lldb] fix -print-script-interpreter-info on windowsLawrence D'Anna1-18/+22
2021-10-12[lldb/lua] Supplement Lua bindings for lldb moduleSiger Yang1-0/+17
2021-08-13[lldb] skip host build for lldb_tblgen with LLDB_TABLEGEN_EXE setManoj Gupta1-1/+1
2021-05-11[LLDB] Don't use the local python to set a default for LLDB_PYTHON_RELATIVE_P...Martin Storsjö1-6/+15
2021-01-19[CMake] Remove dead code setting policies to NEWRaul Tambre1-8/+0
2020-10-17[lldb] Enable cmake policy CMP0077 for option()Dave Lee1-0/+4
2020-08-22Create ${swig_target}-scripts target instead of lldb-python-scriptsAntónio Afonso1-1/+1
2020-08-17[lldb] Get rid of helper CMake variables for PythonJonas Devlieghere1-1/+1
2020-08-11[lldb/CMake] Separate CMake code for Lua and Python (NFC)Jonas Devlieghere1-3/+3
2020-08-10[lldb] Remove redundant add_definitions() in CMake (NFC)Jonas Devlieghere1-8/+2
2020-07-29[lldb] Move finish_swig logic into a function in the binding dirJonas Devlieghere1-158/+10
2020-07-22[CMake] Bump CMake minimum version to 3.13.4Louis Dionne1-4/+1
2020-07-17[CMake] Make `intrinsics_gen` dependency unconditional.Michele Scandale1-1/+1
2020-03-27[lldb/CMake] Only CMAKE_CFG_INTDIR if it's not '.'Jonas Devlieghere1-2/+4
2020-03-26[lldb/CMake] Fix `install` for multi-configuration generators.Jonas Devlieghere1-0/+2
2020-01-16[lldb/Cmake] Add a CMakeLists.txt to the utils directory...Jonas Devlieghere1-2/+1
2020-01-09[lldb/Bindings] Move bindings into their own subdirectoryJonas Devlieghere1-5/+5
2019-12-22build: improve python checks for WindowsSaleem Abdulrasool1-0/+3
2019-12-22[LLDB] Fix building without SWIGMartin Storsjö1-1/+3
2019-12-21[Lldb/Lua] Generate Lua BindingsJonas Devlieghere1-2/+2
2019-12-13[lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHONJonas Devlieghere1-2/+2
2019-12-02[lldb/CMake] Add in_call_stack to the utilities packageJonas Devlieghere1-1/+2
2019-12-02[lldb/CMake] Simplify logic for adding example Python packages (NFC)Jonas Devlieghere1-26/+24
2019-11-06[lldb] Record framework build path and use it everywhereHaibo Huang1-3/+2
2019-11-05[lldb] Add a install target for lldb python on darwinHaibo Huang1-12/+15