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
*
VS: Add support for add_custom_command DEPFILE
Brad King
2021-06-09
3
-7/+40
*
cmTransformDepfile: Add support for MSBuild AdditionalInputs format
Brad King
2021-06-09
4
-1/+41
*
cmTransformDepfile: Make directory for transformed depfile automatically
Brad King
2021-06-09
2
-2/+1
*
Merge topic 'install-with-runtime-dependencies'
Brad King
2021-06-08
20
-205/+1665
|
\
|
*
FileAPI: Add integration for runtime dependency installers
Kyle Edwards
2021-06-04
1
-2/+26
|
*
install: Add RUNTIME_DEPENDENCY_SET mode
Kyle Edwards
2021-06-04
1
-0/+115
|
*
install(IMPORTED_RUNTIME_ARTIFACTS): Add RUNTIME_DEPENDENCY_SET option
Kyle Edwards
2021-06-04
1
-1/+40
|
*
install(TARGETS): Add RUNTIME_DEPENDENCY_SET argument
Kyle Edwards
2021-06-04
1
-0/+19
|
*
install(TARGETS): Add RUNTIME_DEPENDENCIES option
Kyle Edwards
2021-06-04
11
-24/+847
|
*
Source: Add cmInstallRuntimeDependencySet
Kyle Edwards
2021-06-04
5
-0/+295
|
*
file: Add undocumented RPATH_SET command
Kyle Edwards
2021-06-04
1
-0/+61
|
*
Refactor: Modify file(RPATH_*) to use cmArgumentParser
Kyle Edwards
2021-06-04
1
-77/+61
|
*
cmSystemTools: Add SetRPath() method
Kyle Edwards
2021-06-04
2
-1/+37
|
*
Refactor: Break up logic in cmSystemTools::ChangeRPath()
Kyle Edwards
2021-06-04
1
-70/+108
|
*
file(GET_RUNTIME_DEPENDENCIES): Add undocumented RPATH_PREFIX option
Kyle Edwards
2021-06-04
5
-12/+36
|
*
cmRuntimeDependencyArchive: Fix const-ness of method signatures
Kyle Edwards
2021-06-03
2
-18/+20
*
|
Merge topic 'grd-win-objdump-newline'
Brad King
2021-06-08
1
-2/+3
|
\
\
|
*
|
file(GET_RUNTIME_DEPENDENCIES): Use cmSystemTools::GetLineFromStream()
Kyle Edwards
2021-06-07
1
-2/+3
*
|
|
Merge topic 'compile-options-order'
Brad King
2021-06-08
1
-6/+4
|
\
\
\
|
*
|
|
VS: Place per-source preprocessor definitions after target-wide ones
Brad King
2021-06-03
1
-6/+4
|
|
|
/
|
|
/
|
*
|
|
CMake Nightly Date Stamp
Kitware Robot
2021-06-08
1
-1/+1
|
|
/
|
/
|
*
|
CMake Nightly Date Stamp
Kitware Robot
2021-06-07
1
-1/+1
*
|
CMake Nightly Date Stamp
Kitware Robot
2021-06-06
1
-1/+1
*
|
CMake Nightly Date Stamp
Kitware Robot
2021-06-05
1
-1/+1
*
|
Merge topic 'env-toolchain-file'
Brad King
2021-06-04
1
-0/+10
|
\
\
|
*
|
cmake: Allow CMAKE_TOOLCHAIN_FILE to be set by environment variable
Brad King
2021-06-03
1
-0/+10
|
|
/
*
|
Merge topic 'ci-clang-analyzer'
Brad King
2021-06-04
14
-13/+14
|
\
\
|
*
|
clang-analyzer: rename from scan-build in comments
Brad King
2021-06-03
12
-12/+12
|
*
|
cmFileAPICodemodel: Assert input in DirectoryObject::DumpInstaller
Brad King
2021-06-03
1
-0/+1
|
*
|
cmStandardLevelResolver: Fix size assertion in constructor
Brad King
2021-06-03
1
-1/+1
|
|
/
*
|
CMake Nightly Date Stamp
Kitware Robot
2021-06-04
1
-1/+1
|
/
*
Merge topic 'find_item-NO_CACHE'
Brad King
2021-06-03
5
-52/+76
|
\
|
*
find_*: Add support for option NO_CACHE
Marc Chevrier
2021-06-02
5
-52/+76
*
|
Merge topic 'ctest-coverage-no-dir'
Brad King
2021-06-03
1
-0/+7
|
\
\
|
*
|
CTest: Exit coverage handling early if no binary dir
Joseph Snyder
2021-06-02
1
-0/+7
*
|
|
Merge topic 'update-kwsys'
Brad King
2021-06-03
1
-3/+4
|
\
\
\
|
*
|
|
Merge branch 'upstream-KWSys' into update-kwsys
Brad King
2021-06-02
1
-3/+4
|
|
/
/
*
|
|
Merge topic 'depfile-no-vstlog'
Brad King
2021-06-03
4
-43/+0
|
\
\
\
|
*
|
|
cmake_transform_depfile: Remove unused incomplete vstlog support
Brad King
2021-06-02
4
-43/+0
|
|
/
/
*
|
|
CMake Nightly Date Stamp
Kitware Robot
2021-06-03
1
-1/+1
|
/
/
*
|
Merge topic 'command_target'
Brad King
2021-06-02
5
-7/+28
|
\
\
|
*
|
add_custom_command: Target-dependent generator expression support
Raul Tambre
2021-05-31
5
-7/+28
*
|
|
Merge topic 'get-runtime-dependencies-file-filter'
Brad King
2021-06-02
3
-40/+72
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
file(GET_RUNTIME_DEPENDENCIES): Add POST_{IN,EX}CLUDE_FILES arguments
Kyle Edwards
2021-06-01
3
-40/+72
*
|
|
CMake Nightly Date Stamp
Kitware Robot
2021-06-02
1
-1/+1
*
|
|
Merge topic 'install-imported-runtime-artifacts'
Brad King
2021-06-01
10
-78/+514
|
\
\
\
|
*
|
|
FileAPI: Populate information for IMPORTED_RUNTIME_ARTIFACTS
Kyle Edwards
2021-05-31
1
-0/+10
|
*
|
|
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
|
\
\
\
\
[next]