aboutsummaryrefslogtreecommitdiff
path: root/lldb/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2016-05-31[CMake] Update to requiring CMake 3.4.3Chris Bieneman1-1/+1
2016-05-01Fix NetBSD build with CMake 3.5.2Kamil Rytarowski1-1/+1
2016-04-25Create _lldb python symlink correctly when LLVM_LIBDIR_SUFFIX is usedFrancis Ricci1-1/+1
2015-11-18Fix CMake dependency on lldb.pyZachary Turner1-1/+1
2015-11-18Switched cmake build from using buildSwigWrapperClases.py to the cleaned up v...Todd Fiala1-0/+1
2015-10-29Fixup lldb-argdumper cmake buildPavel Labath1-1/+1
2015-10-07Fix Android build.Chaoren Lin1-0/+6
2015-10-06Simple readline functionality for interactive python on linux.Ryan Brown1-1/+8
2015-10-04cmake: ensure readline python module target is added before finishing swig.Todd Fiala1-0/+6
2015-10-01Add a Post-Build Event on Windows to copy the correct custom Python DLL to th...Bruce Mitchener1-0/+13
2015-09-16cmake fixes for lldb target.Todd Fiala1-1/+5
2015-09-08[cmake] Remove LLDB_ENABLE_PYTHON_SCRIPTS_SWIG_API_GENERATION.Bruce Mitchener1-1/+1
2015-07-17Standalone cmake build improvements (bug #23889)Pavel Labath1-2/+3
2015-04-22Use the debugginess of the python interpreter when symlinking _lldb.pyd.Zachary Turner1-1/+1
2015-04-07Remove check for windows when compiling scripts directoryPavel Labath1-1/+1
2015-04-07Don't compile scripts directory if LLDB_DISABLE_PYTHON is setPavel Labath1-1/+1
2015-03-13Create a check-lldb-unit target to run unit tests.Zachary Turner1-0/+1
2015-03-13Rework the gtest directory structure.Zachary Turner1-1/+1
2015-03-13Create a CMake build for the gtest unit tests.Zachary Turner1-0/+1
2015-03-02[CMake] Refactor LLDB main CMake file.Zachary Turner1-387/+3
2015-02-24[CMake] Clean up lldb-mi CMakeLists.txt.Zachary Turner1-0/+3
2015-02-24Resubmit "[CMake] Change lldbAPI to be a CMake OBJECT library."Zachary Turner1-39/+43
2015-02-24Revert "[CMake] Change lldbAPI to be a CMake OBJECT library."Zachary Turner1-43/+39
2015-02-24[CMake] Change lldbAPI to be a CMake OBJECT library.Zachary Turner1-39/+43
2015-02-23[CMake] On Windows, require manual specification of python libs.Zachary Turner1-10/+22
2015-02-17[CMake] Create a custom target for generating extension module.Zachary Turner1-0/+10
2015-01-21Revert "Some fixes for linking Python on Windows."Zachary Turner1-17/+0
2015-01-21Some fixes for linking Python on Windows.Zachary Turner1-0/+17
2015-01-14Fixes compilation/run error with BUILD_SHARED_LIBS=TRUEVince Harron1-4/+16
2014-12-29[cmake/multilib] Teach LLDB to respect the multlib LLVM_LIBDIR_SUFFIXChandler Carruth1-5/+5
2014-12-29[cmake] Teach the standalone CMake build to find the Python interpreterChandler Carruth1-0/+10
2014-12-18Always use python-based SWIG generation script for CMake.Zachary Turner1-8/+7
2014-11-08LLGS Android target support - for Andy Chien : http://reviews.llvm.org/D6166Shawn Best1-5/+17
2014-11-05cmake: Make the LLDB standalone build work for meReid Kleckner1-1/+8
2014-07-20build: fix cmake warning with newer CMakeSaleem Abdulrasool1-10/+10
2014-07-10Get the python scripting interface working on Windows.Zachary Turner1-4/+0
2014-07-07CMake: Let LLDB build with CMake 3David Majnemer1-6/+12
2014-07-04Windows build fixes and removal of endlessly recursive termination function.Todd Fiala1-1/+12
2014-07-04Fix Windows build when python is not explicitly enabledTodd Fiala1-1/+3
2014-07-01This creates a valid Python API for Windows, pending some issues. The changes...Deepak Panickal1-14/+13
2014-06-27[cmake] When Python is disabled for LLDB, don't try to install theChandler Carruth1-1/+1
2014-06-17Fix up lldb cmake linker flags for MacOSX.Todd Fiala1-1/+2
2014-06-02Fix most of the remaining Windows build warnings.Todd Fiala1-3/+1
2014-05-28Disabled warning C4251 on MSVC builds.Todd Fiala1-0/+1
2014-05-28Cmake build changes.Todd Fiala1-11/+19
2014-04-22build: use keyword signatures for link dependenciesSaleem Abdulrasool1-4/+17
2014-04-02build: ignore pragma warnings with GCCSaleem Abdulrasool1-0/+6
2014-03-20cmake: fix build with CompilerRTSaleem Abdulrasool1-4/+6
2014-03-14build: fix libxml2 detection via CMakeSaleem Abdulrasool1-1/+3
2014-03-11build: use LLVM build routinesSaleem Abdulrasool1-12/+10