index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
CMakeLists.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
We now require Visual C++ 2012 (MSVC_VERSION = 1700) or later to build LLVM.
Yaron Keren
2014-03-04
1
-9
/
+0
*
[CMake] Use target_link_libraries(INTERFACE|PRIVATE) on CMake-2.8.12 to incre...
NAKAMURA Takumi
2014-02-26
1
-1
/
+1
*
[CMake] Introduce cmake_policy(CMP0022) for target_link_libraries(INTERFACE|P...
NAKAMURA Takumi
2014-02-26
1
-0
/
+14
*
[CMake] clang_tblgen: Use add_public_tablegen_target.
NAKAMURA Takumi
2014-02-23
1
-3
/
+2
*
[CMake] Deprecate clang_tablegen(DEPENDS).
NAKAMURA Takumi
2014-02-23
1
-2
/
+2
*
[CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce...
NAKAMURA Takumi
2014-02-21
1
-0
/
+6
*
[CMake] add_clang_library(MODULE): Create a phony target when llvm_add_librar...
NAKAMURA Takumi
2014-02-13
1
-7
/
+12
*
Fix Clang install rules to not set permissions on include/
NAKAMURA Takumi
2014-02-10
1
-2
/
+2
*
[CMake] add_clang_library(): Use llvm_add_library.
NAKAMURA Takumi
2014-02-10
1
-33
/
+17
*
[CMake] add_clang_library(): Fix LLVM_PLUGIN_EXT in MODULE. It was broken sin...
NAKAMURA Takumi
2014-02-04
1
-1
/
+1
*
[CMake] add_clang_library(): Honor STATIC.
NAKAMURA Takumi
2014-02-04
1
-0
/
+2
*
[CMake] Move cmake_minimum_required(2.8.8) at the top.
NAKAMURA Takumi
2014-02-02
1
-1
/
+2
*
clang/CMakeLists.txt: Untabify.
NAKAMURA Takumi
2014-02-02
1
-12
/
+12
*
[CMake] Apply llvm_update_compile_flags() to add_clang_library().
NAKAMURA Takumi
2014-01-28
1
-0
/
+1
*
[CMake] Always set CMAKE_INCLUDE_CURRENT_DIR.
NAKAMURA Takumi
2014-01-26
1
-1
/
+2
*
[CMake][Standalone] Introduce check-all.
NAKAMURA Takumi
2014-01-26
1
-0
/
+16
*
[CMake] Reindent.
NAKAMURA Takumi
2014-01-26
1
-2
/
+3
*
[CMake] Parameterize MODULE and SHARED in add_clang_library().
NAKAMURA Takumi
2014-01-23
1
-4
/
+5
*
[CMake] Migrate LLVMParseArguments to CMakeParseArguments.
NAKAMURA Takumi
2014-01-23
1
-4
/
+4
*
[CMake] Deprecate CLANG_RUNTIME_OUTPUT_INTDIR and CLANG_LIBRARY_OUTPUT_INTDIR.
NAKAMURA Takumi
2014-01-19
1
-5
/
+1
*
[CMake][Standalone] Redefine LLVM_RUNTIME_OUTPUT_INTDIR and LLVM_LIBRARY_OUTP...
NAKAMURA Takumi
2014-01-19
1
-2
/
+3
*
LLVM's CMake is now using a feature that wasn't preasant in CMake 2.8.7,
Chandler Carruth
2014-01-13
1
-1
/
+1
*
Teach the standalone Clang CMake bits about the flag to force using an
Chandler Carruth
2014-01-13
1
-0
/
+3
*
[CMake] Move BUG_REPORT_URL from clang to llvm.
NAKAMURA Takumi
2014-01-13
1
-3
/
+0
*
Build fix following r198747
Alp Toker
2014-01-08
1
-0
/
+5
*
Add tests for clang plugins
Alp Toker
2014-01-08
1
-0
/
+4
*
[CMake] Add missing set_output_directory after Takumi's change in r198205.
Jordan Rose
2014-01-02
1
-0
/
+1
*
[CMake][VS][XCode] Restruct the output directory layout more comfortable, ${B...
NAKAMURA Takumi
2013-12-30
1
-2
/
+3
*
Port r198088 (set NO_DEAD_STRIP for clang) from make to cmake.
Nico Weber
2013-12-30
1
-0
/
+1
*
[cmake] Set in LLVM_EXPORTED_SYMBOL_FILE PrintFunctionNames/CMakeLists.txt.
Nico Weber
2013-12-29
1
-1
/
+1
*
Use LLVM_EXPORTED_SYMBOL_FILE in libclang's cmake build.
Nico Weber
2013-12-29
1
-37
/
+2
*
[CMake] Tweak r197697 to handle CMake finding the wrong llvm-config/tblgen.
Jordan Rose
2013-12-19
1
-8
/
+17
*
[CMake][Standalone] Rewrite standalone build based on llvm-config. CLANG_PATH...
NAKAMURA Takumi
2013-12-19
1
-48
/
+98
*
[CMake] check-clang: Include ClangUnitTests if it can be built. Check existen...
NAKAMURA Takumi
2013-12-19
1
-1
/
+7
*
[CMake][Standalone] Import LLVM_LIT_TOOLS_DIR.
NAKAMURA Takumi
2013-12-17
1
-0
/
+5
*
[CMake][Standalone] Fix llvm-tblgen's directory to use LLVM_TOOLS_BINARY_DIR ...
NAKAMURA Takumi
2013-12-17
1
-2
/
+2
*
[CMake][Standalone] Fixup r197395 for standalone build.
NAKAMURA Takumi
2013-12-17
1
-0
/
+3
*
In a standalone Clang build, default to building tests, like LLVM does
Dmitri Gribenko
2013-12-16
1
-0
/
+4
*
[CMake] Introduce CLANG_RUNTIME_OUTPUT_INTDIR and CLANG_LIBRARY_OUTPUT_INTDIR.
NAKAMURA Takumi
2013-12-16
1
-0
/
+3
*
[libclang] Some changes on the linker options for libclang on a CMake build.
Argyrios Kyrtzidis
2013-11-06
1
-0
/
+39
*
Revert commits r190613, r190560 and r190557.
Rafael Espindola
2013-10-01
1
-2
/
+0
*
[CMake] Put controversial always-recheck-revision-number behind an option.
Jordan Rose
2013-09-12
1
-0
/
+2
*
[doxygen] Added code for generating doxygen documentation for clang for cmake.
Michael Gottesman
2013-08-28
1
-2
/
+6
*
Use set to create CLANG_ORDER_FILE instead of option which implies a bool value.
Michael Gottesman
2013-08-27
1
-2
/
+2
*
CMake: support the LLVM_INSTALL_TOOLCHAIN_ONLY flag
Hans Wennborg
2013-08-24
1
-14
/
+28
*
Rename CMake variable; this fell out of r189127 somehow.
Hans Wennborg
2013-08-23
1
-2
/
+2
*
CMake: Don't look for llvm-tblgen when building outside LLVM tree
Hans Wennborg
2013-08-23
1
-11
/
+9
*
Fix dependencies now that the ARC migrator depends on the static analyzer.
Jordan Rose
2013-08-22
1
-3
/
+7
*
[autotools->cmake] Added support for building clang with an order file.
Michael Gottesman
2013-08-20
1
-0
/
+3
*
[autotools->cmake] Move add_subdirectory(test) inside CLANG_INCLUDE_TESTS to ...
Michael Gottesman
2013-08-20
1
-1
/
+1
[next]