index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
scripts
/
CMakeLists.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Install lldb Python module on Windows.
Zachary Turner
2017-01-06
1
-6
/
+9
*
Fix broken escaping of commands in the build
Luke Drummond
2016-12-16
1
-6
/
+7
*
[CMake] Initial support for LLDB.framework
Chris Bieneman
2016-09-21
1
-8
/
+25
*
Add CMake bits necessary for standalone build
Kamil Rytarowski
2016-05-12
1
-0
/
+2
*
Remove superseded buildSwigWrapperClasses.py and buildSwigPython.py classes
Todd Fiala
2015-11-18
1
-1
/
+1
*
Switched cmake build from using buildSwigWrapperClases.py to the cleaned up v...
Todd Fiala
2015-11-18
1
-1
/
+2
*
Symlink the `six` module during swig generation.
Zachary Turner
2015-11-11
1
-0
/
+1
*
Python 3 - Use __bool__() instead of __nonzero__() for truthiness.
Zachary Turner
2015-11-07
1
-1
/
+2
*
[cmake] Remove LLDB_ENABLE_PYTHON_SCRIPTS_SWIG_API_GENERATION.
Bruce Mitchener
2015-09-08
1
-41
/
+18
*
[cmake] Remove LLVM_NO_RTTI.
Bruce Mitchener
2015-09-03
1
-2
/
+0
*
Add explicit dependency on headers to swig wrapper (cmake build)
Ed Maste
2015-05-28
1
-0
/
+9
*
Start to share SWIG interface files between languages.
Bruce Mitchener
2015-04-24
1
-1
/
+1
*
[CMake] Convert TABs to spaces.
Zachary Turner
2015-03-14
1
-34
/
+34
*
[CMake] Make LLDBWrapPython.cpp depend on the .swig files.
Zachary Turner
2015-03-13
1
-5
/
+6
*
[CMake] Don't automatically copy python27.dll.
Zachary Turner
2015-02-24
1
-5
/
+0
*
Change wildcard . to literal . in regex for copying python.
Zachary Turner
2015-01-22
1
-1
/
+1
*
Revert "Some fixes for linking Python on Windows."
Zachary Turner
2015-01-21
1
-2
/
+1
*
Some fixes for linking Python on Windows.
Zachary Turner
2015-01-21
1
-1
/
+2
*
Give lldb a clean null build.
Nico Weber
2015-01-16
1
-2
/
+2
*
When building on Windows, copy Python27(_d).dll to the output folder.
Zachary Turner
2015-01-05
1
-0
/
+5
*
Find SWIG with CMake
Ismail Pazarbasi
2014-11-18
1
-2
/
+3
*
Fix the Windows build by removing the unused lldb_python_module.cmake inclusi...
Deepak Panickal
2014-08-25
1
-3
/
+6
*
Use the designated PYTHON_EXECUTABLE during build.
Zachary Turner
2014-07-18
1
-1
/
+1
*
Create an _d suffixed symlink when doing a debug Windows build.
Zachary Turner
2014-07-17
1
-8
/
+0
*
Move the post-build step that creates lldb.py.
Zachary Turner
2014-07-10
1
-0
/
+8
*
Add better logging to the new Python-based SWIG generation scripts.
Zachary Turner
2014-07-10
1
-0
/
+1
*
This creates a valid Python API for Windows, pending some issues. The changes...
Deepak Panickal
2014-07-01
1
-19
/
+36
*
[cmake] Switch python install to use an 'install(DIRECTORY...)' cmake
Chandler Carruth
2014-06-16
1
-1
/
+2
*
If CMake finds a python interpreter, use it
Ed Maste
2014-04-24
1
-2
/
+2
*
Add explict dependencies on swig .i files for cmake builds
Ed Maste
2014-04-03
1
-0
/
+3
*
Suppress python readline module under Linux to fix a seg fault.
Todd Fiala
2014-02-26
1
-0
/
+3
*
Remove the windows CR
Sylvestre Ledru
2013-06-13
1
-20
/
+20
*
Fix CMake install target
Daniel Malea
2013-05-17
1
-0
/
+5
*
Remove the useless SRCROOT declaration from the call of build-swig-wrapper-cl...
Sylvestre Ledru
2013-04-13
1
-2
/
+2
*
Clean up LLDB CMake build output
Daniel Malea
2013-03-07
1
-3
/
+3
*
Finish up CMake support for LLDB (tested on Linux)
Daniel Malea
2013-02-28
1
-0
/
+15