]> granicus.if.org Git - clang/history - CMakeLists.txt
Invalidate the file system cache entries for files that may rebuild
[clang] / CMakeLists.txt
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)
2012-02-02 Dylan Noblesmithback out r149504
2012-02-01 Dylan Noblesmithcmake: don't install config.h (v2)
2012-02-01 Dylan Noblesmithcmake: revert r149496
2012-02-01 Dylan Noblesmithinclude clang's config.h unconditionally
2012-02-01 Dylan Noblesmithcmake: don't install config.h
2012-01-26 Peter CollingbourneAdjust CLANG_BUILD_EXAMPLES to mean whether the example...
2011-10-06 Peter CollingbourneAdd the Clang tblgen backends to Clang, and flip the...
2011-10-06 Peter CollingbourneClang-side build system infrastructure for multiple...
2011-09-23 NAKAMURA TakumiCMake: Define ${LLVM_TABLEGEN_EXE} with explicit $...
2011-08-02 Chad RosierFix cmake for r136702 (at least for the most part)...
2011-08-02 Chad RosierTemporarily revert parts of r136702 to make cmake build...
2011-08-02 Chad RosierWhen the compiler crashes, the compiler driver now...
2011-07-14 Douglas GregorTweak the CMake build so that building a project just...
2011-06-08 Chandler CarruthRevert "hack in my new variables for GCC"
2011-06-08 Chandler Carruthhack in my new variables for GCC
2011-05-20 Oscar FuentesCMake: add support for CLANG_VENDOR. PR9966.
2011-05-11 Oscar FuentesHandle gcc-compatible compilers (such as clang) the...
2011-04-10 Oscar FuentesReflect rename on LLVM cmake file.
2011-03-29 Oscar FuentesCMake: removed some unnecesary conditionals from add_cl...
2011-03-26 Oscar FuentesRemoved workaround for unspecified build problem on...
2011-03-17 Oscar FuentesFix some issues with include directories: remove a...
2011-02-28 NAKAMURA TakumiCMake: [PR9321] Don't install include/clang/**/*.td.
2011-02-25 Douglas GregorCMake: add version information into the clang executabl...
2011-02-25 Douglas GregorLLVM_INCLUDE_TESTS applies to unit tests, not the norma...
2011-02-25 Douglas GregorDon't include Clang's unit tests if LLVM's unit tests...
2011-02-21 NAKAMURA TakumiCMake: Eliminate duplicate -D__STDC_LIMIT_MACROS and...
next