]> granicus.if.org Git - clang/history - CMakeLists.txt
[Modules] Add Darwin-specific compatibility module map parsing hacks
[clang] / CMakeLists.txt
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...
2013-12-17 NAKAMURA Takumi[CMake][Standalone] Import LLVM_LIT_TOOLS_DIR.
2013-12-17 NAKAMURA Takumi[CMake][Standalone] Fix llvm-tblgen's directory to...
2013-12-17 NAKAMURA Takumi[CMake][Standalone] Fixup r197395 for standalone build.
2013-12-16 Dmitri GribenkoIn a standalone Clang build, default to building tests...
2013-12-16 NAKAMURA Takumi[CMake] Introduce CLANG_RUNTIME_OUTPUT_INTDIR and CLANG...
2013-11-06 Argyrios Kyrtzidis[libclang] Some changes on the linker options for libcl...
2013-10-01 Rafael EspindolaRevert commits r190613, r190560 and r190557.
2013-09-12 Jordan Rose[CMake] Put controversial always-recheck-revision-numbe...
2013-08-28 Michael Gottesman[doxygen] Added code for generating doxygen documentati...
2013-08-27 Michael GottesmanUse set to create CLANG_ORDER_FILE instead of option...
2013-08-24 Hans WennborgCMake: support the LLVM_INSTALL_TOOLCHAIN_ONLY flag
2013-08-23 Hans WennborgRename CMake variable; this fell out of r189127 somehow.
2013-08-23 Hans WennborgCMake: Don't look for llvm-tblgen when building outside...
2013-08-22 Jordan RoseFix dependencies now that the ARC migrator depends...
2013-08-20 Michael Gottesman[autotools->cmake] Added support for building clang...
2013-08-20 Michael Gottesman[autotools->cmake] Move add_subdirectory(test) inside...
2013-08-15 Michael Gottesman[autotools->cmake] Added variable CLANG_VENDOR_UTI.
2013-08-15 Michael Gottesman[autotools->cmake] Added CMake support for the preproce...
2013-07-27 Hans Wennborgclang-cl: add support for the /? and /help options
2013-06-12 Andy GibbsRetain linker flags specified on cmake command line.
2013-05-29 Roman DivackyTurn CLANG_ENABLE_{ARCMT,REWRITER,STATIC_ANALYZER}...
2013-04-22 Richard Smithcmake: Only add -pedantic if LLVM didn't add it. Don...
2013-03-02 Jordan RoseCMake: -Wno-nested-anon-types for Clang.
2013-02-26 Alexey SamsonovDefine CMake option CLANG_INCLUDE_TESTS *before* traver...
2013-02-08 Jordan RoseCMake: Include Clang unit tests in check-clang target...
2013-02-08 Jordan RoseCMake: Optionally allow running the Clang unit tests...
2012-12-18 Douglas GregorCMake: Make sure to detect LibXml2 when Clang is built...
2012-12-14 NAKAMURA Takumi[CMake] Move libxml2 stuff from clang to llvm/cmake.
2012-12-13 NAKAMURA TakumiUpdate CMake build corresponding to r170135.
2012-10-23 Jordan RoseCMake: Fix public header search for generating Xcode...
2012-08-07 Douglas GregorFix capitalization of LibXml2 for CMake on case-sensiti...
2012-08-07 Dmitri Gribenkolibclang API for comment-to-xml conversion.
2012-07-27 NAKAMURA Takumiclang/CMakeLists.txt: Move "examples" after building...
2012-07-09 NAKAMURA Takumi[CMake] Get rid of unconditional dependency to ClangDia...
2012-07-02 Chandler CarruthClone a bit of LIT flag defaults from the LLVM CMake...
2012-06-21 Chandler CarruthRemove a goofy CMake hack and use the standard CMake...
2012-06-06 Francois PichetZap the /Za compiler switch from MSVC projects, the...
2012-04-16 Sebastian Popuse DEFAULT_SYSROOT
2012-02-25 NAKAMURA TakumiCMake: install libclang.dll to $CMAKE_INSTALL_PREFIX...
2012-02-14 Dylan Noblesmithinclude clang's config.h unconditionally (v2)
next