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
*
Merge topic 'pch-genex-absolute' into release-3.17
Brad King
2020-04-28
4
-2/+6
|
\
|
*
target_precompile_headers: Fix documented example using genex
Brad King
2020-04-27
4
-2/+6
|
*
target_link_libraries: Fix regression in case of $<CONFIG> genex
Brad King
2020-03-30
4
-0/+28
*
|
Ninja: Remove config suffix from order-only target
Kyle Edwards
2020-04-23
2
-0/+21
*
|
Merge topic 'llvm-rc-include-path' into release-3.17
Brad King
2020-04-07
1
-8/+8
|
\
\
|
*
|
llvm-rc: Restore include path for data after explicit preprocessing
Thomas Bernard
2020-04-06
1
-8/+8
*
|
|
Merge topic 'link-libs-config-case' into release-3.17
Brad King
2020-03-31
4
-0/+28
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
target_link_libraries: Fix regression in case of $<CONFIG> genex
Brad King
2020-03-30
4
-0/+28
*
|
|
Merge topic 'ctest-timeout-report' into release-3.17
Brad King
2020-03-27
2
-2/+2
|
\
\
\
|
*
|
|
CTest: Fix reported duration on timeout when grindchild keeps pipes open
Brad King
2020-03-26
2
-2/+2
|
|
/
/
*
|
|
llvm-rc: Print stderr output when calling tools through cmake_llvm_rc
Thomas Bernard
2020-03-26
3
-3/+4
|
/
/
*
|
export: Fix use-after-free on multiple calls overwriting same FILE
Brad King
2020-03-19
3
-0/+8
*
|
Merge topic 'rename-macho-version-properties' into release-3.17
Craig Scott
2020-03-12
1
-2/+2
|
\
\
|
*
|
macOS: Rename OSX_*_VERSION properties to MACHO_*_VERSION
Brad King
2020-03-12
1
-2/+2
*
|
|
Swift: support Ninja Multi-Config
Saleem Abdulrasool
2020-03-09
3
-0/+9
*
|
|
Merge topic 'ninja-multi-custom-command-deps' into release-3.17
Brad King
2020-03-05
3
-6/+3
|
\
\
\
|
*
|
|
Ninja Multi-Config: Don't build target dependencies for custom commands
Kyle Edwards
2020-03-03
3
-6/+3
|
|
/
/
*
|
|
Ninja Multi-Config: Fix spurious unused variable warning
Kyle Edwards
2020-03-03
2
-2/+13
|
/
/
*
|
Merge topic 'ninja-multi-variable-shuffle-again' into release-3.17
Brad King
2020-02-28
17
-34/+70
|
\
\
|
*
|
Ninja Multi-Config: Always generate build.ninja
Kyle Edwards
2020-02-27
4
-12/+3
|
*
|
Generator: Don't allow Ninja Multi-Config variables on other generators
Kyle Edwards
2020-02-27
10
-0/+45
|
*
|
Ninja Multi-Config: Remove "NMC" from variable names
Kyle Edwards
2020-02-27
6
-27/+27
*
|
|
foreach: Set fatal error on invalid range
Kyle Edwards
2020-02-27
4
-0/+8
*
|
|
foreach: Fix crash when parsing invalid integer
Kyle Edwards
2020-02-27
19
-0/+48
|
/
/
*
|
Merge topic 'RunCMake-test-lang' into release-3.17
Brad King
2020-02-26
1
-0/+3
|
\
\
|
*
|
Tests: fix RunCMake.Make test when run on systems with non-english locale
Rolf Eike Beer
2020-02-26
1
-0/+3
*
|
|
CTest: Provide more detailed information on resource allocation error
Kyle Edwards
2020-02-24
3
-3/+37
|
/
/
*
|
Ninja Multi-Config: Fix issue with framework dependencies and Autogen
Kyle Edwards
2020-02-17
2
-0/+27
*
|
Merge topic 'ninja-multi-default-configs-fix' into release-3.17
Brad King
2020-02-12
3
-0/+45
|
\
\
|
*
|
Ninja Multi-Config: Fix issue with "all" in CMAKE_NMC_DEFAULT_CONFIGS
Kyle Edwards
2020-02-11
3
-0/+45
*
|
|
Merge topic 'file-CONFIGURE_DEPENDS-verify-CMP0009' into release-3.17
Brad King
2020-02-12
5
-2/+30
|
\
\
\
|
*
|
|
file: GLOB_RECURSE VerifyGlobs.cmake should have CMP0009 set to new
Shane Parris
2020-02-11
5
-0/+28
|
*
|
|
Tests: Perform minor cleanups in RunCMake.file test
Shane Parris
2020-02-11
1
-2/+2
*
|
|
|
Merge topic 'install-default-fix' into release-3.17
Brad King
2020-02-12
6
-12/+12
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
install: Fix regression when using default destinations
Kyle Edwards
2020-02-11
6
-12/+12
*
|
|
Merge topic 'swift-no-sdk-include' into release-3.17
Brad King
2020-02-11
4
-0/+81
|
\
\
\
|
*
|
|
Swift: Exclude SDK include paths
Yauheni Khnykin
2020-02-10
4
-0/+81
|
|
|
/
|
|
/
|
*
|
|
Ninja Multi-Config: Add support for DEPFILE option in add_custom_command()
Kyle Edwards
2020-02-07
3
-0/+18
*
|
|
Merge topic 'ninja-multi-default-config-fix' into release-3.17
Brad King
2020-02-07
2
-0/+5
|
\
\
\
|
*
|
|
Ninja Multi-Config: Fix issue with CMAKE_NMC_DEFAULT_BUILD_FILE_CONFIG
Kyle Edwards
2020-02-06
2
-0/+5
|
|
/
/
*
|
|
Ninja Multi-Config: Don't include MinSizeRel by default
Kyle Edwards
2020-02-06
2
-4/+8
|
/
/
*
|
Merge topic 'ninja-multi-cmake-build-no-config'
Brad King
2020-02-05
2
-2/+8
|
\
\
|
*
|
Ninja Multi-Config: Use build.ninja if cmake --build has no --config
Kyle Edwards
2020-02-04
2
-2/+8
*
|
|
Add -E cmake_llvm_rc to preprocess files for llvm-rc
Thomas Bernard
2020-02-04
9
-0/+38
|
/
/
*
|
Merge topic 'ninja-multi-variable-shuffle'
Brad King
2020-02-03
21
-10/+230
|
\
\
|
*
|
Ninja Multi-Config: Shuffle variables around
Kyle Edwards
2020-02-03
21
-10/+230
*
|
|
Merge topic 'ctest-add-ignore-no-tests-option'
Kyle Edwards
2020-02-03
10
-0/+38
|
\
\
\
|
*
|
|
Add --no-tests=<[error|ignore]> option to CTest
Stefan Dinkelacker
2020-01-31
10
-0/+38
*
|
|
|
Merge topic 'ninja_multi_config_test_understand_win_cuda'
Brad King
2020-02-03
2
-0/+6
|
\
\
\
\
|
*
|
|
|
NinjaMultiConfig: CUDA executables generate symbols on windows
Robert Maynard
2020-01-31
2
-0/+6
[next]