aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [CMake] Python bindings generation polishingStefan Granitz2019-01-041-25/+20
* Revert "Stop building liblldb with CMake's framework functionality"Alex Langford2018-07-271-3/+3
* Stop building liblldb with CMake's framework functionalityAlex Langford2018-07-271-3/+3
* Change SWIG output directory when building LLDB.framework with CMakeAlex Langford2018-06-041-1/+1
* Fix the install location of LLDBWrapPython.cpp when buildingAdrian Prantl2018-03-051-1/+3
* Fix LLVM_LINK_LLVM_DYLIB build (pr35053)Pavel Labath2017-10-311-2/+2
* Install lldb Python module on Windows.Zachary Turner2017-01-061-6/+9
* Fix broken escaping of commands in the buildLuke Drummond2016-12-161-6/+7
* [CMake] Initial support for LLDB.frameworkChris Bieneman2016-09-211-8/+25
* Add CMake bits necessary for standalone buildKamil Rytarowski2016-05-121-0/+2
* Remove superseded buildSwigWrapperClasses.py and buildSwigPython.py classesTodd Fiala2015-11-181-1/+1
* Switched cmake build from using buildSwigWrapperClases.py to the cleaned up v...Todd Fiala2015-11-181-1/+2
* Symlink the `six` module during swig generation.Zachary Turner2015-11-111-0/+1
* Python 3 - Use __bool__() instead of __nonzero__() for truthiness.Zachary Turner2015-11-071-1/+2
* [cmake] Remove LLDB_ENABLE_PYTHON_SCRIPTS_SWIG_API_GENERATION.Bruce Mitchener2015-09-081-41/+18
* [cmake] Remove LLVM_NO_RTTI.Bruce Mitchener2015-09-031-2/+0
* Add explicit dependency on headers to swig wrapper (cmake build)Ed Maste2015-05-281-0/+9
* Start to share SWIG interface files between languages.Bruce Mitchener2015-04-241-1/+1
* [CMake] Convert TABs to spaces.Zachary Turner2015-03-141-34/+34
* [CMake] Make LLDBWrapPython.cpp depend on the .swig files.Zachary Turner2015-03-131-5/+6
* [CMake] Don't automatically copy python27.dll.Zachary Turner2015-02-241-5/+0
* Change wildcard . to literal . in regex for copying python.Zachary Turner2015-01-221-1/+1
* Revert "Some fixes for linking Python on Windows."Zachary Turner2015-01-211-2/+1
* Some fixes for linking Python on Windows.Zachary Turner2015-01-211-1/+2
* Give lldb a clean null build.Nico Weber2015-01-161-2/+2
* When building on Windows, copy Python27(_d).dll to the output folder.Zachary Turner2015-01-051-0/+5
* Find SWIG with CMakeIsmail Pazarbasi2014-11-181-2/+3
* Fix the Windows build by removing the unused lldb_python_module.cmake inclusi...Deepak Panickal2014-08-251-3/+6
* Use the designated PYTHON_EXECUTABLE during build.Zachary Turner2014-07-181-1/+1
* Create an _d suffixed symlink when doing a debug Windows build.Zachary Turner2014-07-171-8/+0
* Move the post-build step that creates lldb.py.Zachary Turner2014-07-101-0/+8
* Add better logging to the new Python-based SWIG generation scripts.Zachary Turner2014-07-101-0/+1
* This creates a valid Python API for Windows, pending some issues. The changes...Deepak Panickal2014-07-011-19/+36
* [cmake] Switch python install to use an 'install(DIRECTORY...)' cmakeChandler Carruth2014-06-161-1/+2
* If CMake finds a python interpreter, use itEd Maste2014-04-241-2/+2
* Add explict dependencies on swig .i files for cmake buildsEd Maste2014-04-031-0/+3
* Suppress python readline module under Linux to fix a seg fault.Todd Fiala2014-02-261-0/+3
* Remove the windows CRSylvestre Ledru2013-06-131-20/+20
* Fix CMake install targetDaniel Malea2013-05-171-0/+5
* Remove the useless SRCROOT declaration from the call of build-swig-wrapper-cl...Sylvestre Ledru2013-04-131-2/+2
* Clean up LLDB CMake build outputDaniel Malea2013-03-071-3/+3
* Finish up CMake support for LLDB (tested on Linux)Daniel Malea2013-02-281-0/+15