index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
install(): Add IMPORTED_RUNTIME_ARTIFACTS mode
Kyle Edwards
2021-05-31
4
-0/+416
|
*
|
|
|
|
Refactor: Move common methods into cmInstallGenerator
Kyle Edwards
2021-05-31
5
-78/+88
*
|
|
|
|
|
Merge topic 'link-objects-first'
Brad King
2021-06-01
17
-78/+231
|
\
\
\
\
\
\
|
*
|
|
|
|
|
target_link_libraries: Place $<TARGET_OBJECTS> before libraries
Brad King
2021-05-29
6
-5/+94
|
*
|
|
|
|
|
OpenWatcom: Add infrastructure to link to object files
Brad King
2021-05-29
4
-11/+43
|
*
|
|
|
|
|
cmComputeLinkInformation: Improve type safety of item IsPath member
Brad King
2021-05-29
7
-24/+35
|
*
|
|
|
|
|
cmComputeTargetDepends: Factor out helper to add object library dependency
Brad King
2021-05-28
2
-20/+32
|
*
|
|
|
|
|
cmGeneratorTarget: Refactor link item lookup
Brad King
2021-05-28
3
-18/+26
|
*
|
|
|
|
|
cmGeneratorTarget: Give temporary link impl item an explicit name
Brad King
2021-05-28
1
-2/+2
|
*
|
|
|
|
|
cmMakefile: Register explicit object sources more efficiently
Brad King
2021-05-28
1
-1/+2
|
*
|
|
|
|
|
cmGeneratorExpressionNode: Constify local variable
Brad King
2021-05-28
1
-1/+1
|
|
/
/
/
/
/
*
|
|
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2021-06-01
1
-1/+1
*
|
|
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2021-05-31
1
-1/+1
*
|
|
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2021-05-30
1
-1/+1
*
|
|
|
|
|
Merge topic 'linker-launcher'
Brad King
2021-05-29
8
-2/+66
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Launchers: Support setting linker launchers
Bobby D Reynolds
2021-05-28
8
-1/+65
|
*
|
|
|
|
|
cmNinjaNormalTargetGenerator: Fix "Language" rule variable
Bobby D Reynolds
2021-05-28
1
-1/+1
*
|
|
|
|
|
|
Merge topic 'fix-compile-db-crash'
Brad King
2021-05-29
1
-2/+5
|
\
\
\
\
\
\
\
|
|
_
|
_
|
_
|
/
/
/
|
/
|
|
|
|
|
/
|
|
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
*
|
|
|
|
Makefiles: Fix CMAKE_EXPORT_COMPILE_COMMANDS crash with custom compile rule
Brad King
2021-05-28
1
-2/+5
*
|
|
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2021-05-29
1
-1/+1
|
|
_
|
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Merge topic 'vs-toolset-version'
Brad King
2021-05-28
1
-0/+3
|
\
\
\
\
\
|
|
/
/
/
/
|
|
/
/
/
|
|
/
/
/
|
/
|
|
|
|
*
|
|
VS: Add special case for '-T version=14.29.16.10' under VS 16.10
Brad King
2021-05-27
1
-0/+3
|
|
|
/
|
|
/
|
|
*
|
CMake 3.20.3
v3.20.3
Brad King
2021-05-27
1
-1/+1
*
|
|
CMake Nightly Date Stamp
Kitware Robot
2021-05-28
1
-1/+1
|
|
/
|
/
|
*
|
Merge topic 'xcode-link-TARGET_OBJECTS'
Brad King
2021-05-27
1
-0/+2
|
\
\
|
*
|
Xcode: Enable multi-arch TARGET_OBJECTS genex in [INTERFACE_]LINK_LIBRARIES
Brad King
2021-05-26
1
-0/+2
*
|
|
CMake Nightly Date Stamp
Kitware Robot
2021-05-27
1
-1/+1
*
|
|
Merge topic 'cpack-install-opts'
Craig Scott
2021-05-26
1
-0/+17
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
CPack: Implement new variable CPACK_CUSTOM_INSTALL_VARIABLES
Nils Gladitz
2021-05-23
1
-0/+17
*
|
|
Merge topic 'ninja-absolute-paths'
Brad King
2021-05-26
6
-39/+59
|
\
\
\
|
*
|
|
Ninja: Always compile sources using absolute paths
Brad King
2021-05-25
3
-9/+7
|
*
|
|
Ninja: Handle depfiles with absolute paths to generated files in Ninja < 1.7
Brad King
2021-05-25
1
-7/+15
|
*
|
|
cmNinjaNormalTargetGenerator: Factor out build event byproduct collection
Brad King
2021-05-25
1
-9/+10
|
*
|
|
cmGlobalNinjaGenerator: Add helper to compute absolute paths for build.ninja
Brad King
2021-05-25
3
-0/+15
|
*
|
|
cmNinjaTargetGenerator: Reduce string copies in ConvertToNinjaPath wrapper
Brad King
2021-05-25
1
-1/+1
|
*
|
|
cmNinjaTargetGenerator: Rename source file path lookup method for clarity
Brad King
2021-05-25
3
-8/+11
|
*
|
|
cmNinjaTargetGenerator: Remove GetSourceFilePath call with different semantics
Brad King
2021-05-25
1
-1/+1
|
*
|
|
cmNinjaTargetGenerator: Rename local variable for clarity
Brad King
2021-05-25
1
-5/+5
|
*
|
|
cmLocalNinjaGenerator: Remove unnecessary CollapseFullPath call
Brad King
2021-05-25
1
-3/+1
|
*
|
|
Ninja/Swift: Remove redundant calls to ConvertToNinjaPath
Brad King
2021-05-25
2
-7/+4
*
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2021-05-26
1
-1/+1
|
/
/
/
*
|
|
Merge topic 'cpack-wix-text'
Brad King
2021-05-25
1
-3/+3
|
\
\
\
|
*
|
|
CPack/WIX: Use language en-US, font Consolas, size 14
Jason Erb
2021-05-24
1
-3/+3
*
|
|
|
Merge topic 'cmake-gui-cc-cxx-env'
Brad King
2021-05-25
1
-3/+6
|
\
\
\
\
|
*
|
|
|
cmake-gui: Unset empty CC,CXX on global generator change
Jake Cobb
2021-05-24
1
-3/+6
*
|
|
|
|
Merge topic 'set-cache-keep-normal-variable'
Brad King
2021-05-25
5
-10/+50
|
\
\
\
\
\
|
*
|
|
|
|
set(CACHE): do not remove normal variable
Marc Chevrier
2021-05-20
5
-10/+50
*
|
|
|
|
|
Merge topic 'cmp0082-exclude-from-all'
Brad King
2021-05-25
3
-5/+4
|
\
\
\
\
\
\
|
*
\
\
\
\
\
Merge branch 'master' into cmp0082-exclude-from-all
Kyle Edwards
2021-05-24
195
-3437/+6452
|
|
\
\
\
\
\
\
|
|
|
_
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
|
*
|
|
|
|
|
CMP0082: Check EXCLUDE_FROM_ALL property at generate time
Kyle Edwards
2021-05-24
3
-5/+4
[prev]
[next]