GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/llvm-project.git
dev-main-update
dev-newmaster
dev/mdvorski/ranges_the_rest_algo
gentoo
main
master
release/1.0.x
release/1.1.x
release/1.2.x
release/1.3.x
release/1.4.x
release/1.5.x
release/1.6.x
release/1.7.x
release/1.8.x
release/1.9.x
release/10.x
release/11.x
release/12.x
release/2.0.x
release/2.1.x
release/2.2.x
release/2.3.x
release/2.4.x
release/2.5.x
release/2.6.x
release/2.7.x
release/2.8.x
release/2.9.x
release/3.0.x
release/3.1.x
release/3.2.x
release/3.3.x
release/3.4.x
release/3.5.x
release/3.6.x
release/3.7.x
release/3.8.x
release/3.9.x
release/4.x
release/5.x
release/6.x
release/7.x
release/8.x
release/9.x
temp-test-main
use-after-move-docs
Gentoo patchsets for LLVM
Gentoo LLVM project <llvm@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lldb
/
scripts
/
CMakeLists.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb/Bindings] Move bindings into their own subdirectory
Jonas Devlieghere
2020-01-09
1
-77
/
+0
*
[lldb/CMake] Only auto-enable Python when SWIG is found
Jonas Devlieghere
2020-01-07
1
-7
/
+0
*
[Lldb/Lua] Generate Lua Bindings
Jonas Devlieghere
2019-12-21
1
-26
/
+53
*
[lldb] Unifying lldb python path
Haibo Huang
2019-10-07
1
-25
/
+0
*
Componentize lldb/scripts to use with LLVM_DISTRIBUTION_COMPONENTS
Antonio Afonso
2019-10-04
1
-1
/
+10
*
[lldb] Excludes private headers from SWIG dependency.
Haibo Huang
2019-09-25
1
-0
/
+6
*
[lldb] Move swig call from python code to cmake
Haibo Huang
2019-09-25
1
-16
/
+24
*
[lldb] [cmake] Fix installing Python modules on systems using /usr/lib
Michal Gorny
2019-09-25
1
-9
/
+12
*
Revert "Fix swig python package path"
Haibo Huang
2019-09-20
1
-6
/
+4
*
Fix swig python package path
Haibo Huang
2019-09-16
1
-4
/
+6
*
[SWIG] Deprecate SWIG 1.x
Jonas Devlieghere
2019-07-16
1
-0
/
+5
*
Kill modify-python-lldb.py
Pavel Labath
2019-04-24
1
-1
/
+0
*
[Cmake] Unify python variables
Jonas Devlieghere
2019-03-29
1
-2
/
+0
*
[Python] Remove readline module
Jonas Devlieghere
2019-03-29
1
-3
/
+0
*
[CMake] Python bindings generation polishing
Stefan Granitz
2019-01-04
1
-25
/
+20
*
Revert "Stop building liblldb with CMake's framework functionality"
Alex Langford
2018-07-27
1
-3
/
+3
*
Stop building liblldb with CMake's framework functionality
Alex Langford
2018-07-27
1
-3
/
+3
*
Change SWIG output directory when building LLDB.framework with CMake
Alex Langford
2018-06-04
1
-1
/
+1
*
Fix the install location of LLDBWrapPython.cpp when building
Adrian Prantl
2018-03-05
1
-1
/
+3
*
Fix LLVM_LINK_LLVM_DYLIB build (pr35053)
Pavel Labath
2017-10-31
1
-2
/
+2
*
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
[next]