summaryrefslogtreecommitdiffstats
path: root/lldb/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* [CMake] Refactor LLDB main CMake file.Zachary Turner2015-03-021-387/+3
* [CMake] Clean up lldb-mi CMakeLists.txt.Zachary Turner2015-02-241-0/+3
* Resubmit "[CMake] Change lldbAPI to be a CMake OBJECT library."Zachary Turner2015-02-241-39/+43
* Revert "[CMake] Change lldbAPI to be a CMake OBJECT library."Zachary Turner2015-02-241-43/+39
* [CMake] Change lldbAPI to be a CMake OBJECT library.Zachary Turner2015-02-241-39/+43
* [CMake] On Windows, require manual specification of python libs.Zachary Turner2015-02-231-10/+22
* [CMake] Create a custom target for generating extension module.Zachary Turner2015-02-171-0/+10
* Revert "Some fixes for linking Python on Windows."Zachary Turner2015-01-211-17/+0
* Some fixes for linking Python on Windows.Zachary Turner2015-01-211-0/+17
* Fixes compilation/run error with BUILD_SHARED_LIBS=TRUEVince Harron2015-01-141-4/+16
* [cmake/multilib] Teach LLDB to respect the multlib LLVM_LIBDIR_SUFFIXChandler Carruth2014-12-291-5/+5
* [cmake] Teach the standalone CMake build to find the Python interpreterChandler Carruth2014-12-291-0/+10
* Always use python-based SWIG generation script for CMake.Zachary Turner2014-12-181-8/+7
* LLGS Android target support - for Andy Chien : http://reviews.llvm.org/D6166Shawn Best2014-11-081-5/+17
* cmake: Make the LLDB standalone build work for meReid Kleckner2014-11-051-1/+8
* build: fix cmake warning with newer CMakeSaleem Abdulrasool2014-07-201-10/+10
* Get the python scripting interface working on Windows.Zachary Turner2014-07-101-4/+0
* CMake: Let LLDB build with CMake 3David Majnemer2014-07-071-6/+12
* Windows build fixes and removal of endlessly recursive termination function.Todd Fiala2014-07-041-1/+12
* Fix Windows build when python is not explicitly enabledTodd Fiala2014-07-041-1/+3
* This creates a valid Python API for Windows, pending some issues. The changes...Deepak Panickal2014-07-011-14/+13
* [cmake] When Python is disabled for LLDB, don't try to install theChandler Carruth2014-06-271-1/+1
* Fix up lldb cmake linker flags for MacOSX.Todd Fiala2014-06-171-1/+2
* Fix most of the remaining Windows build warnings.Todd Fiala2014-06-021-3/+1
* Disabled warning C4251 on MSVC builds.Todd Fiala2014-05-281-0/+1
* Cmake build changes.Todd Fiala2014-05-281-11/+19
* build: use keyword signatures for link dependenciesSaleem Abdulrasool2014-04-221-4/+17
* build: ignore pragma warnings with GCCSaleem Abdulrasool2014-04-021-0/+6
* cmake: fix build with CompilerRTSaleem Abdulrasool2014-03-201-4/+6
* build: fix libxml2 detection via CMakeSaleem Abdulrasool2014-03-141-1/+3
* build: use LLVM build routinesSaleem Abdulrasool2014-03-111-12/+10
* build: fix bleeding whitespaceSaleem Abdulrasool2014-03-111-8/+8
* Remove link_system_libs, unused after LLVM r201969Ed Maste2014-02-261-12/+0
* Fixing the Windows build for the changes brought in from the iohandler merge.Deepak Panickal2014-01-311-1/+28
* Merging the iohandler branch back into main. Greg Clayton2014-01-271-2/+6
* Remove the hardcoded declaration to the Python include path. Thanks to Kal Co...Sylvestre Ledru2013-11-151-1/+4
* Future-proof version checking with MSVC_VERSIONAlp Toker2013-11-121-4/+2
* Fix CMake standalone build.Peter Collingbourne2013-11-111-8/+10
* Convert to UNIX line endings.Joerg Sonnenberger2013-09-251-272/+272
* Added MSVC config file and makefile support.Virgile Bello2013-09-051-1/+1
* MingW compilation (windows). Includes various refactoring to improve portabil...Virgile Bello2013-08-231-2/+8
* Revise r184335 so that warning suppression flag is only for clang 3.4 and higherAndy Gibbs2013-06-201-2/+3
* The 'register' keyword is now deprecated in C++11, so ignore the warning when...Andy Gibbs2013-06-191-0/+6
* More minor FreeBSD fixes.Daniel Malea2013-06-041-0/+5
* Fix link ordering issue on FreeBSDDaniel Malea2013-06-031-1/+1
* Add CMake targets to build LLDB reference docsDaniel Malea2013-05-281-0/+1
* Append missing version number to lldb binary built by cmakeDaniel Malea2013-05-171-0/+5
* More CMake fixes for OS X.Filipe Cabecinhas2013-04-251-0/+19
* Split Linux-specific and OS X specific stuff. Add include_directoriesFilipe Cabecinhas2013-04-191-7/+27
* Silence some warnings about deprecated declarationsDaniel Malea2013-04-171-0/+7
OpenPOWER on IntegriCloud