]> granicus.if.org Git - clang/history - CMakeLists.txt
Revert r260265, "clang-cl: Support loading plugins on Windows"
[clang] / CMakeLists.txt
2016-02-10 Chris Bieneman[CMake] Pass LLVM_EXTERNAL_*_SOURCE_DIR variables to...
2016-02-05 Chris Bieneman[CMake] One more try to make CMake clean up after itself
2016-02-05 Chris BienemanRevert "[CMake] Improve the clang order-file generation...
2016-02-05 Chris Bieneman[CMake] One more try to fix this.
2016-02-05 Chris Bieneman[CMake] Speculative fix for linker error on Linux
2016-02-05 Chris Bieneman[CMake] Improve the clang order-file generation workflow
2016-02-04 Niels Ole SalscheiderInstall cmake files to lib/cmake/clang
2016-01-19 Chris Bieneman[CMake] Don't apply Export set to clang tools
2016-01-19 Chris Bieneman[CMake] Creating add_clang_tool macro to wrap add_clang...
2016-01-19 Chris Bieneman[CMake] Properly respect the CLANG_APPEND_VC_REV option
2016-01-14 Chris Bieneman[CMake] Move the install logic for libclang's headers...
2016-01-14 Chris Bieneman[CMake] Set SVN_REVISION if CLANG_APPEND_VC_REV=On
2016-01-05 Chris Bieneman[CMake] Support a simple case for bootstrap builds...
2015-12-19 Chris BienemanRevert "[CMake] Support a simple case for bootstrap...
2015-12-19 Chris Bieneman[CMake] Support a simple case for bootstrap builds...
2015-12-16 Chris Bieneman[CMake] Name the bootstrap stages stage[0-9]
2015-12-16 Chris Bieneman[CMake] If you're building compiler-rt, the bootstrap...
2015-12-16 Chris Bieneman[CMake] Make CLANG_BOOTSTRAP_TARGETS overridable
2015-12-16 Chris Bieneman[CMake] Add support for generating profdata for clang...
2015-12-10 Alexey Bataev[OPENMP] Make -fopenmp to turn on OpenMP support by...
2015-11-23 Chris BienemanNFC. Fixing my consistently incorrect spelling.
2015-11-20 Chris Bieneman[CMake] Add support for specifying arguments to the...
2015-11-13 Argyrios Kyrtzidis[CMake] If 'INTERNAL_INSTALL_PREFIX' is set, use it...
2015-11-12 Argyrios Kyrtzidis[CMake] Setup an install component for libclang and...
2015-11-09 Chris Bieneman[CMake] Support passing CMAKE_VERBOSE_MAKEFILE through...
2015-10-20 Chris Bieneman[CMake] Make clang/tools subdirectories controlled...
2015-10-10 NAKAMURA Takumi[CMake] Always generate and install cmake config files...
2015-10-09 Chris Bieneman[CMake] Fixing LTO library path passed into bootstrap...
2015-10-05 NAKAMURA Takumi[CMake] Move CLANG_INCLUDE_TESTS in advance of add_subd...
2015-10-02 Chris Bieneman[CMake] Fixing clang bootstrap to use LLVM_RUNTIME_OUTP...
2015-09-18 Chris Bieneman[CMake] Refactoring and cleaning up clang symlink gener...
2015-09-18 Chris BienemanRevert "[CMake] Refactoring and cleaning up clang symli...
2015-09-18 Chris Bieneman[CMake] Refactoring and cleaning up clang symlink gener...
2015-09-11 Chris Bieneman[CMake] [Darwin] Add support for building bootstrap...
2015-09-11 Chris Bieneman[CMake] Making the bootstrap-clear target always delete...
2015-08-21 NAKAMURA Takumi[CMake][Standalone] Detect Python. Python is used for...
2015-08-21 NAKAMURA TakumiUntabify.
2015-08-20 Chris Bieneman[CMake] Simplifying logic for USES_TERMINAL on bootstra...
2015-08-20 Chris Bieneman[CMake] Exclude 'bootstrap' target from 'all' where...
2015-08-18 Chris BienemanWe shouldn't need to pass -fno-strict-aliasing when...
2015-08-12 Aaron BallmanThe version of libxml2 required by c-index-test must...
2015-08-05 Chris Bieneman[CMake] Add USES_TERMINAL 1 to ExternalProject_Add_Step...
2015-08-05 Chris Bieneman[CMake] First pass at adding support for clang bootstra...
2015-06-12 Greg BedwellUse Clang version numbers for the Windows VERSIONINFO...
2015-05-29 NAKAMURA Takumiclang/CMakeLists.txt: s/LLVM_INSTALL_PACKAGE_DIR/CLANG_...
2015-05-29 Chris Bieneman[CMake] Bug 19462 - Use the INSTALL(EXPORT ...) to...
2015-05-28 Chandler Carruth[omp] Re-work Clang's handling of -fopenmp and undo...
2015-05-20 Richard Smith[OpenMP] Make default OpenMP library (the one selected...
2015-03-23 Chris Bieneman[cmake] Clang's install should install clang/Config...
2015-01-05 NAKAMURA Takumiclang/CMakeLists.txt: Introduce LLVM_SHLIB_OUTPUT_INTDI...
2014-12-29 Chandler Carruth[multilib] Teach Clang's code about multilib by threading
2014-12-29 Chandler Carruth[cmake] Teach the Clang CMake build to use LLVM_LIBDIR_...
2014-12-04 Hans WennborgCMake: try to actually fix the regexes for setting...
2014-12-02 Hans WennborgCMake: make the regexes used for setting HOST_LINK_VERS...
2014-11-13 Roman DivackyRemove -Wcast-qual as it's inherited from llvm since...
2014-11-13 Hans WennborgCMake: Set HOST_LINK_VERSION on Darwin (PR21268)
2014-11-05 Reid Klecknercmake: Only export targets in the standalone build
2014-11-05 Reid KlecknerMake it easier to build against a pre-built Clang packa...
2014-07-16 Alp TokerMake clang's rewrite engine a core feature
2014-07-14 Alp TokerRevert "Revert "Move clang feature flags settings out...
2014-07-14 Alp TokerRevert "Move clang feature flags settings out of LLVM...
2014-07-14 Alp TokerMove clang feature flags settings out of LLVM core...
2014-06-06 Alp TokerRevert "Revert "Devise a package-private means to deter...
2014-06-06 Alp TokerRevert "Devise a package-private means to determine...
2014-06-06 Alp TokerDevise a package-private means to determine the LLVM...
2014-06-06 Alp TokerAlways check for libxml2 in CMake
2014-03-04 Yaron KerenWe now require Visual C++ 2012 (MSVC_VERSION = 1700...
2014-02-26 NAKAMURA Takumi[CMake] Use target_link_libraries(INTERFACE|PRIVATE...
2014-02-26 NAKAMURA Takumi[CMake] Introduce cmake_policy(CMP0022) for target_link...
2014-02-23 NAKAMURA Takumi[CMake] clang_tblgen: Use add_public_tablegen_target.
2014-02-23 NAKAMURA Takumi[CMake] Deprecate clang_tablegen(DEPENDS).
2014-02-21 NAKAMURA Takumi[CMake] Get rid of explicit dependencies to include...
2014-02-13 NAKAMURA Takumi[CMake] add_clang_library(MODULE): Create a phony targe...
2014-02-10 NAKAMURA TakumiFix Clang install rules to not set permissions on include/
2014-02-10 NAKAMURA Takumi[CMake] add_clang_library(): Use llvm_add_library.
2014-02-04 NAKAMURA Takumi[CMake] add_clang_library(): Fix LLVM_PLUGIN_EXT in...
2014-02-04 NAKAMURA Takumi[CMake] add_clang_library(): Honor STATIC.
2014-02-02 NAKAMURA Takumi[CMake] Move cmake_minimum_required(2.8.8) at the top.
2014-02-02 NAKAMURA Takumiclang/CMakeLists.txt: Untabify.
2014-01-28 NAKAMURA Takumi[CMake] Apply llvm_update_compile_flags() to add_clang_...
2014-01-26 NAKAMURA Takumi[CMake] Always set CMAKE_INCLUDE_CURRENT_DIR.
2014-01-26 NAKAMURA Takumi[CMake][Standalone] Introduce check-all.
2014-01-26 NAKAMURA Takumi[CMake] Reindent.
2014-01-23 NAKAMURA Takumi[CMake] Parameterize MODULE and SHARED in add_clang_lib...
2014-01-23 NAKAMURA Takumi[CMake] Migrate LLVMParseArguments to CMakeParseArguments.
2014-01-19 NAKAMURA Takumi[CMake] Deprecate CLANG_RUNTIME_OUTPUT_INTDIR and CLANG...
2014-01-19 NAKAMURA Takumi[CMake][Standalone] Redefine LLVM_RUNTIME_OUTPUT_INTDIR...
2014-01-13 Chandler CarruthLLVM's CMake is now using a feature that wasn't preasan...
2014-01-13 Chandler CarruthTeach the standalone Clang CMake bits about the flag...
2014-01-13 NAKAMURA Takumi[CMake] Move BUG_REPORT_URL from clang to llvm.
2014-01-08 Alp TokerBuild fix following r198747
2014-01-08 Alp TokerAdd tests for clang plugins
2014-01-02 Jordan Rose[CMake] Add missing set_output_directory after Takumi...
2013-12-30 NAKAMURA Takumi[CMake][VS][XCode] Restruct the output directory layout...
2013-12-30 Nico WeberPort r198088 (set NO_DEAD_STRIP for clang) from make...
2013-12-29 Nico Weber[cmake] Set in LLVM_EXPORTED_SYMBOL_FILE PrintFunctionN...
2013-12-29 Nico WeberUse LLVM_EXPORTED_SYMBOL_FILE in libclang's cmake build.
2013-12-19 Jordan Rose[CMake] Tweak r197697 to handle CMake finding the wrong...
2013-12-19 NAKAMURA Takumi[CMake][Standalone] Rewrite standalone build based...
2013-12-19 NAKAMURA Takumi[CMake] check-clang: Include ClangUnitTests if it can...
next