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 'cmake-compile-no-warning-as-error'
Brad King
2023-06-01
1
-0/+4
|
\
|
*
Preserve --compile-no-warning-as-error in automatic CMake re-runs
Brad King
2023-05-30
1
-0/+4
*
|
Merge topic 'orkun_24848_19_05_2023'
Brad King
2023-05-31
2
-0/+34
|
\
\
|
*
|
Autogen: Fix multi-config generated file issue
Orkun Tokdemir
2023-05-27
2
-0/+34
*
|
|
Merge topic 'cmake-verbose-print-build-tool-command'
Brad King
2023-05-31
1
-1/+1
|
\
\
\
|
*
|
|
cmGlobalGenerator: use a stream for output in `Build`
Ben Boeckel
2023-05-27
1
-1/+1
*
|
|
|
cmake: Add debugger
Glen Chung
2023-05-30
18
-1/+37
|
|
_
|
/
|
/
|
|
*
|
|
Optionally exclude implicit link directories via environment
Brad King
2023-05-25
3
-0/+30
*
|
|
cxxmodules: Fix exported path to installed module sources in subdirs
Tyler
2023-05-23
18
-6/+64
*
|
|
cxxmodules: Do not expect collator install scripts with no CXX_MODULES
Tyler
2023-05-23
12
-6/+36
*
|
|
Tests: Improve RunCMake.CXXModules expectation matching and error reporting
Brad King
2023-05-23
12
-32/+78
*
|
|
codespell: Fix typos
Brad King
2023-05-22
14
-19/+19
*
|
|
codespell: Avoid escape sequence that looks like misspelled "nodes"
Brad King
2023-05-22
11
-14/+18
*
|
|
Merge topic 'FileAPI-framework'
Brad King
2023-05-22
51
-24/+803
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
fileapi: Extend codemodel targets/compileGroups with Apple frameworks
Marc Chevrier
2023-05-19
51
-24/+803
*
|
|
Merge topic 'cxxmodules-private-between-targets'
Brad King
2023-05-19
8
-0/+39
|
\
\
\
|
*
|
|
Tests/CXXModules: add example for private modules between targets
Ben Boeckel
2023-05-18
8
-0/+39
*
|
|
|
Merge topic 'skip-linting'
Brad King
2023-05-18
16
-0/+111
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Autogen: set SKIP_LINTING ON for generated files
Orkun Tokdemir
2023-05-16
6
-0/+53
|
*
|
|
TargetGenerator: Add SKIP_LINTING source property
Orkun Tokdemir
2023-05-16
10
-0/+58
|
|
/
/
*
|
|
Merge topic 'test-xcode'
Brad King
2023-05-16
34
-311/+340
|
\
\
\
|
*
|
|
Tests: Split some RunCMake.XcodeProject cases into a separate test
Brad King
2023-05-15
34
-311/+340
|
|
|
/
|
|
/
|
*
|
|
Merge topic 'msvc-wine-showIncludes'
Brad King
2023-05-16
5
-0/+16
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Ninja: Restore detection of msvc-wine showIncludes prefix
Brad King
2023-05-15
5
-0/+16
|
*
|
Merge topic 'test-xcode-14.3' into release-3.26
Brad King
2023-04-04
1
-0/+1
|
|
\
\
*
|
\
\
Merge topic 'system-framework'
Brad King
2023-05-12
1
-0/+12
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Apple Frameworks: honor SYSTEM target property
Marc Chevrier
2023-05-11
1
-0/+12
*
|
|
|
Tests: Teach ISPC tests to run on macOS arm64 host
Brad King
2023-05-10
3
-2/+11
*
|
|
|
Tests: Fix RunCMake.XcodeProject XcodeSchemaGeneration case on arm64
Brad King
2023-05-10
2
-1/+2
*
|
|
|
Ninja: Fix Fortran INCLUDE directive dependencies when not preprocessing
Brad King
2023-05-09
9
-0/+40
*
|
|
|
Tests: Teach RunCMake to ignore LLVMFlang -flang-experimental-exec warning
Brad King
2023-05-09
1
-0/+1
*
|
|
|
Tests: Teach RunCMake to ignore Intel Fortran remark 10440
Brad King
2023-05-09
1
-0/+1
|
/
/
/
*
|
|
Merge topic 'ctest-timeout-zero'
Brad King
2023-05-05
5
-4/+30
|
\
\
\
|
*
|
|
ctest: Fix TIMEOUT test property with value 0 with --timeout flag
Brad King
2023-05-04
2
-1/+8
|
*
|
|
Tests: Move `CTestTestZeroTimeout` into `RunCMake.CTestTimeout`
Brad King
2023-05-04
4
-3/+22
*
|
|
|
Merge topic 'compile-only-genex'
Brad King
2023-05-05
4
-0/+11
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
cmGeneratorExpressionNode: implement `COMPILE_ONLY` genex
Robert Maynard
2023-05-04
1
-1/+1
|
*
|
|
cmGeneratorExpressionNode: implement `COMPILE_ONLY` genex
Ben Boeckel
2023-04-12
4
-0/+11
*
|
|
|
Merge topic 'use-linker-depfile'
Brad King
2023-05-04
10
-8/+105
|
\
\
\
\
|
*
|
|
|
Link step: use linker dependency linker file
Marc Chevrier
2023-05-03
10
-8/+105
*
|
|
|
|
Merge topic 'autogen-system-include'
Brad King
2023-05-04
9
-0/+109
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Autogen: Default AUTOGEN_USE_SYSTEM_INCLUDE to ON if it is not set
Orkun Tokdemir
2023-05-03
4
-2/+32
|
*
|
|
|
Autogen: Add AUTOGEN_USE_SYSTEM_INCLUDE target property
Orkun Tokdemir
2023-05-03
5
-0/+77
|
*
|
|
|
Tests/RunCMake: Add option for dynamic expected output
Orkun Tokdemir
2023-04-27
1
-0/+2
*
|
|
|
|
Tests: Teach RunCMake to ignore Intel Classic deprecation on Windows
Brad King
2023-05-01
1
-1/+1
|
/
/
/
/
*
|
|
|
Merge topic 'ExternalProject-relative-git-urls'
Craig Scott
2023-04-27
16
-0/+293
|
\
\
\
\
|
*
|
|
|
ExternalProject/FetchContent: Support relative remote URLs
Chris Wright
2023-04-26
16
-0/+293
|
|
/
/
/
*
|
|
|
Merge topic 'vs-show-cmake-files'
Brad King
2023-04-27
4
-0/+240
|
\
\
\
\
|
*
|
|
|
VS: Add CMake input files to ZERO_CHECK
Alexander Neundorf
2023-04-25
4
-0/+240
*
|
|
|
|
Merge topic 'preset-includes-macro-expansion'
Brad King
2023-04-27
6
-0/+39
|
\
\
\
\
\
[next]