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
/
cmake
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb/CMake] Only auto-enable Lua when SWIG is found
Jonas Devlieghere
2020-01-08
2
-1
/
+32
*
[lldb/CMake] Use LLDB's autodetection logic for libxml2
Jonas Devlieghere
2020-01-08
1
-12
/
+15
*
[lldb/CMake] Only auto-enable Python when SWIG is found
Jonas Devlieghere
2020-01-07
1
-29
/
+37
*
[lldb/CMake] Only set PYTHON_HOME on Windows
Jonas Devlieghere
2020-01-06
1
-1
/
+1
*
[lldb/CMake] Autodetect Python dependency
Jonas Devlieghere
2020-01-06
2
-48
/
+56
*
[lldb/CMake] Print whether an optional dependency was enabled.
Jonas Devlieghere
2020-01-02
1
-5
/
+7
*
[lldb/CMake] Fix variable naming in FindLibEdit
Jonas Devlieghere
2020-01-02
2
-19
/
+21
*
[lldb/CMake] Use PYTHON_LIBRARIES instead of PYTHON_LIBRARY
Jonas Devlieghere
2020-01-02
1
-2
/
+2
*
[lldb/CMake] Always set a value for find_package when finding optional depend...
Alex Langford
2019-12-23
1
-0
/
+1
*
build: use `find_package(Python3)` rather than `PYTHON_HOME`
Saleem Abdulrasool
2019-12-22
1
-0
/
+1
*
build: improve python checks for Windows
Saleem Abdulrasool
2019-12-22
1
-167
/
+22
*
[lldb/CMake] Don't use return() from macro()
Jonas Devlieghere
2019-12-20
1
-4
/
+7
*
Re-land "[lldb/CMake] Change how we deal with optional dependencies"
Jonas Devlieghere
2019-12-20
2
-44
/
+54
*
Revert "[lldb/CMake] Change how we deal with optional dependencies"
Jonas Devlieghere
2019-12-20
2
-46
/
+44
*
[lldb/CMake] Change how we deal with optional dependencies
Jonas Devlieghere
2019-12-20
2
-44
/
+46
*
[lldb/Lua] Implement a Simple Lua Script Interpreter Prototype
Jonas Devlieghere
2019-12-20
1
-0
/
+3
*
[lldb/cmake] Delete LLDB_LINKER_SUPPORTS_GROUPS
Pavel Labath
2019-12-20
1
-6
/
+0
*
[lldb/cmake] Remove support for LLDB_DISABLE_CURSES
Pavel Labath
2019-12-20
1
-6
/
+1
*
[lldb/Lua] Add Boilerplate for a Lua Script Interpreter
Jonas Devlieghere
2019-12-19
1
-0
/
+4
*
[lldb/CMake] Initialize LLDB_ENABLE_POSIX based on the UNIX variable.
Jonas Devlieghere
2019-12-13
1
-1
/
+5
*
[lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHON
Jonas Devlieghere
2019-12-13
1
-18
/
+21
*
[lldb/Host] Use cmakedefine01 for LLDB_ENABLE_POSIX
Jonas Devlieghere
2019-12-13
1
-3
/
+1
*
[lldb/cmake] Temporarily revive LLDB_DISABLE_CURSES
Pavel Labath
2019-12-13
1
-2
/
+11
*
[lldb/Host] Use cmakedefine01 for LLDB_ENABLE_TERMIOS
Jonas Devlieghere
2019-12-12
1
-1
/
+1
*
[lldb/CMake] Rename LLDB_DISABLE_LIBEDIT to LLDB_ENABLE_LIBEDIT
Jonas Devlieghere
2019-12-12
1
-5
/
+5
*
[lldb/CMake] Rename LLDB_DISABLE_CURSES to LLDB_ENABLE_CURSES
Jonas Devlieghere
2019-12-12
1
-5
/
+5
*
[lldb/CMake] Simplify linking against curses
Jonas Devlieghere
2019-12-11
1
-8
/
+0
*
[lldb/Host] Use Host/Config.h for LibXML2 instead of a global define
Jonas Devlieghere
2019-12-11
1
-3
/
+2
*
[lldb/Host] Use Host/Config.h entries instead of a global define.
Jonas Devlieghere
2019-12-10
1
-8
/
+1
*
Revert "[CMake] Re-enable -Wno-gnu-anonymous-struct & -Wno-nested-anon-types."
Jonas Devlieghere
2019-11-18
1
-12
/
+0
*
[CMake] Re-enable -Wno-gnu-anonymous-struct & -Wno-nested-anon-types.
Jonas Devlieghere
2019-11-18
1
-0
/
+6
*
[LLDB] Remove debug message in AddLLDB.cmake
Jonas Devlieghere
2019-11-12
1
-1
/
+0
*
[LLDB] Fix/silence CMake developer warning for LLDB framework.
Jonas Devlieghere
2019-11-12
1
-1
/
+9
*
[LLDB] Always remove debugserver from LLVM_DISTRIBUTION_COMPONENTS
Jonas Devlieghere
2019-11-12
1
-0
/
+9
*
Add rpath to liblldb so vendors can ship their own python framework (or others)
AntoĢnio Afonso
2019-11-11
1
-0
/
+5
*
[lldb] Record framework build path and use it everywhere
Haibo Huang
2019-11-06
3
-13
/
+9
*
[cmake] Add an option to skip stripping before install
Vedant Kumar
2019-11-04
2
-7
/
+10
*
[CMake] Move test dependency tracking into test/CMakeLists.txt
Jonas Devlieghere
2019-10-24
1
-6
/
+0
*
[CMake] Make it possible to set the RPATH in add_lldb_exectable.
Jonas Devlieghere
2019-10-17
1
-2
/
+15
*
[CMake] Fix add_lldb_test_dependency
Jonas Devlieghere
2019-10-09
1
-2
/
+4
*
[CMake] Fix building without python on Windows
Alex Langford
2019-10-08
1
-2
/
+7
*
[CMake] Track test dependencies with add_lldb_test_dependency
Jonas Devlieghere
2019-10-08
1
-0
/
+4
*
[CMake] We only want to copy the headers for macOS.
Davide Italiano
2019-10-07
1
-0
/
+2
*
[lldb][ELF] Read symbols from .gnu_debugdata sect.
Konrad Kleine
2019-10-07
1
-0
/
+8
*
[lldb] [cmake] Support linking against clang-cpp dylib
Michal Gorny
2019-10-04
1
-2
/
+13
*
[lldb][CMake] Build LLDB.framework with -Wdocumentation in Xcode
Stefan Granitz
2019-09-18
1
-0
/
+3
*
[lldb][CMake] Infer `Clang_DIR` if not passed explicitly
Stefan Granitz
2019-09-18
1
-2
/
+2
*
Cache PYTHON_EXECUTABLE for windows
Haibo Huang
2019-09-18
1
-4
/
+4
*
Fix windows-x86-debug compilation with python enabled using multi-target gene...
Adrian McCarthy
2019-09-05
1
-40
/
+92
*
[cmake] Remove the test for libstdc++<4.9
Pavel Labath
2019-08-20
1
-22
/
+0
[next]