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
/
Tests
/
RunCMake
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ninja Multi-Config: Run POST_BUILD when BYPRODUCTS don't overlap
Kyle Edwards
2021-01-07
4
-0/+17
*
cmDepends: merge dependers of depend makefile
Kai Wang
2021-01-05
5
-2/+41
*
Merge topic 'makefiles-custom_command-depfile'
Marc Chevrier
2020-12-26
17
-14/+227
|
\
|
*
Tests: Add case for DEPFILE in add_custom_command
Marc Chevrier
2020-12-23
7
-0/+123
|
*
Makefiles: Add support of DEPFILE for add_custom_command
Marc Chevrier
2020-12-23
11
-14/+104
*
|
Merge topic 'xcode-inherit-paths'
Craig Scott
2020-12-24
3
-0/+98
|
\
\
|
|
/
|
/
|
|
*
Xcode: Generalize inheritance of project-level search paths
Brad King
2020-12-22
3
-0/+98
*
|
Merge topic 'fc-relative-SOURCE_DIR'
Craig Scott
2020-12-22
3
-0/+9
|
\
\
|
*
|
FetchContent: Relative SOURCE_DIR override cannot be a hard error
Craig Scott
2020-12-22
3
-0/+9
|
*
|
CMakePackageConfigHelpers: Relax restrictions on version range
Marc Chevrier
2020-12-14
1
-18/+107
|
*
|
Merge topic 'execute_process-command-error' into release-3.19
Brad King
2020-12-14
21
-11/+130
|
|
\
\
*
|
\
\
Merge topic 'issue-20134'
Brad King
2020-12-22
4
-0/+57
|
\
\
\
\
|
*
|
|
|
target_include_directories: Support AFTER option
Asit Dhal
2020-12-19
4
-0/+57
*
|
|
|
|
Merge topic 'issue-15653'
Brad King
2020-12-22
22
-0/+231
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
file(GENERATE): Support options to manipulate file permissions
Asit Dhal
2020-12-21
22
-0/+231
|
|
/
/
/
*
|
|
|
Merge topic 'ctest-test-dir'
Brad King
2020-12-21
6
-0/+22
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Ctest: Support build tree on command line
Asit Dhal
2020-12-17
6
-0/+22
*
|
|
|
Merge topic 'qt-autogen-per-config'
Brad King
2020-12-17
1
-1/+2
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Autogen: Add support for per-config sources
Brad King
2020-12-16
1
-1/+2
*
|
|
|
Merge topic 'unity-anon-ns'
Craig Scott
2020-12-16
5
-0/+84
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Unity Build: Add option for generating per-file unique id
Stephen Kelly
2020-12-15
5
-0/+84
*
|
|
|
Merge topic 'custom-command-output-genex-nmc'
Brad King
2020-12-16
64
-4/+568
|
\
\
\
\
|
*
|
|
|
Tests: Add cases for Ninja Multi-Config cross-config custom commands
Brad King
2020-12-15
63
-0/+564
|
*
|
|
|
Ninja Multi-Config: Add support for cross-config custom commands
Kyle Edwards
2020-12-15
1
-4/+4
|
|
/
/
/
*
|
|
|
Merge topic 'issue-20915'
Brad King
2020-12-15
13
-5/+44
|
\
\
\
\
|
*
|
|
|
file(configure): Order of named options should be specified in any order
Asit Dhal
2020-12-13
13
-5/+44
*
|
|
|
|
Merge topic 'issue-21557-test-cases'
Brad King
2020-12-15
30
-0/+92
|
\
\
\
\
\
|
*
|
|
|
|
cmake_policy: Implement test cases for cmake_policy VERSION
Asit Dhal
2020-12-14
30
-0/+92
|
|
/
/
/
/
*
|
|
|
|
CMakePackageConfigHelpers: Relax restrictions on version range
Marc Chevrier
2020-12-14
1
-18/+107
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge topic 'custom-command-output-genex'
Brad King
2020-12-14
9
-33/+128
|
\
\
\
\
|
*
|
|
|
add_custom_{command,target}: Add genex support to OUTPUT and BYPRODUCTS
Brad King
2020-12-11
9
-33/+128
*
|
|
|
|
Merge topic 'execute_process-command-error'
Brad King
2020-12-14
21
-11/+130
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
/
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
execute_process: Improve COMMAND_ERROR_IS_FATAL error capture scenarios
Asit Dhal
2020-12-10
21
-11/+130
*
|
|
|
Merge topic 'apple-silicon-host-arch'
Brad King
2020-12-11
13
-0/+104
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
Tests: Cover macOS host architecture selection on Apple Silicon hosts
Brad King
2020-12-10
13
-0/+104
|
|
/
*
|
AutoGen: Account for CMP0116 in the depfile
Kyle Edwards
2020-12-08
4
-2/+22
*
|
get_directory_property: Check for empty or missing property name
Craig Scott
2020-12-05
10
-0/+21
*
|
WriteCompilerDetectionHeader: Add policy to remove module
Brad King
2020-12-05
13
-0/+60
*
|
Merge topic 'test-CMP0118'
Brad King
2020-12-04
76
-3259/+3007
|
\
\
|
*
|
Tests: Avoid unnecessary use of toolchain in RunCMake.CMP0118
Brad King
2020-12-03
76
-3259/+3007
*
|
|
Merge topic 'GoogleTest-disabled-underscore'
Brad King
2020-12-04
3
-46/+57
|
\
\
\
|
*
|
|
GoogleTest: Match the full 'DISABLED_' prefix to disable tests
Brad King
2020-12-03
3
-46/+57
|
|
/
/
*
|
|
Merge topic 'explicit-LANGUAGE-flag'
Brad King
2020-12-04
14
-0/+47
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Compile with explicit language flag when source LANGUAGE property is set
Brad King
2020-12-02
14
-0/+47
*
|
|
Merge topic 'versionadded'
Brad King
2020-12-03
2
-3/+3
|
\
\
\
|
*
|
|
Tests: Make RunCMake.CMP0106 expected output robust to line number changes
Brad King
2020-12-02
2
-3/+3
*
|
|
|
Merge topic 'issue-20955'
Brad King
2020-12-02
2
-2/+6
|
\
\
\
\
|
*
|
|
|
ctest: Provide hints about inspecting test failures
Asit Dhal
2020-12-01
2
-2/+6
*
|
|
|
|
Merge topic 'error_out_on_unknown_argument'
Brad King
2020-12-02
5
-0/+8
|
\
\
\
\
\
|
*
|
|
|
|
cmake: Error out on unknown arguments starting with `-`.
Robert Maynard
2020-12-01
5
-0/+8
[next]