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-presets-output-junit' into release-3.25
Brad King
2022-10-19
10
-2/+66
|
\
|
*
CTest: Add support for outputJUnitFile in presets
Kyle Edwards
2022-10-18
6
-2/+34
|
*
Tests: Add test for outputLogFile in CMakePresets.json
Kyle Edwards
2022-10-18
3
-1/+12
|
*
CMakePresets.json: Disallow extra properties in test output schema
Kyle Edwards
2022-10-18
4
-0/+21
*
|
Merge topic 'try_compile-CMP0128' into release-3.25
Brad King
2022-10-19
5
-0/+66
|
\
\
|
|
/
|
/
|
|
*
try_compile: Honor CMP0128 setting in test project
Brad King
2022-10-18
5
-0/+66
|
*
cmake: In -P mode ignore extra paths on the command line
Robert Maynard
2022-07-22
3
-0/+13
*
|
Xcode: ensure framework with custom output directory can be consumed
Marc Chevrier
2022-10-14
2
-0/+27
*
|
Merge topic 'flang-implicit-link-info' into release-3.25
Brad King
2022-10-12
3
-0/+46
|
\
\
|
*
|
LLVMFlang: Add support for mixed-language linking with Fortran
Brad King
2022-10-11
3
-0/+46
*
|
|
Merge topic 'test-RunCMake.install'
Brad King
2022-10-11
1
-1/+1
|
\
\
\
|
*
|
|
Tests: Loosen RunCMake.install directory symlink expected output
Brad King
2022-10-10
1
-1/+1
*
|
|
|
Merge topic 'verify-header-sets-iwyu'
Brad King
2022-10-10
1
-1/+1
|
\
\
\
\
|
*
|
|
|
VERIFY_INTERFACE_HEADER_SETS: Add IWYU pragma: associated to verification file
Daniel Hannon
2022-10-07
1
-1/+1
|
|
/
/
/
*
|
|
|
Merge topic 'cuda_sanitizer_false_positives'
Brad King
2022-10-10
1
-0/+9
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
ctest_memcheck: ignore false-positives in CUDA's compute-sanitizer
Tobias Ribizel
2022-10-07
1
-0/+9
*
|
|
|
Merge topic 'clang-tidy-prefer-p-option'
Brad King
2022-10-07
3
-0/+18
|
\
\
\
\
|
*
|
|
|
clang-tidy: Don't append compiler commands if using -p
Craig Scott
2022-10-07
3
-0/+18
*
|
|
|
|
Merge topic 'improve-symlink-error-reporting'
Brad King
2022-10-07
5
-0/+40
|
\
\
\
\
\
|
*
|
|
|
|
file(INSTALL): Report "Installing:" for a symlink to a directory
John Parent
2022-10-06
1
-1/+1
|
*
|
|
|
|
file(INSTALL): Clarify symlink vs dir conflict errors
John Parent
2022-10-06
1
-1/+1
|
*
|
|
|
|
file(INSTALL): Improve formatting of symlink creation error
Brad King
2022-10-06
5
-0/+40
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge topic 'automoc-skip-pch'
Brad King
2022-10-07
2
-0/+33
|
\
\
\
\
\
|
*
|
|
|
|
AUTOMOC: Skip PCH when all sources files skip the PCH file too
Cristian Adam
2022-10-06
2
-0/+33
|
|
/
/
/
/
*
|
|
|
|
Tests: Move TryCompile check module cases to RunCMake.Check*
Brad King
2022-10-06
13
-0/+226
*
|
|
|
|
Tests: Clarify RunCMake.Check* case names
Brad King
2022-10-06
34
-30/+30
|
/
/
/
/
*
|
|
|
try_compile: Report build dir with --debug-trycompile
Matthew Woehlke
2022-10-06
3
-0/+33
*
|
|
|
Tests: Remove stray debugging flag from RunCMake.CheckCompilerFlag case
Brad King
2022-10-05
1
-1/+1
|
/
/
/
*
|
|
Merge topic 'ci-intel-compiler'
Brad King
2022-10-04
1
-0/+1
|
\
\
\
|
*
|
|
Tests: Teach RunCMake to ignore Intel Classic compiler deprecation warnings
Brad King
2022-10-03
1
-0/+1
*
|
|
|
Merge topic 'xcode-ios-objects'
Brad King
2022-10-04
2
-0/+30
|
\
\
\
\
|
*
|
|
|
Tests: Add case covering XCODE_EMIT_EFFECTIVE_PLATFORM_NAME=OFF for iOS
Brad King
2022-10-03
2
-0/+30
|
|
/
/
/
*
|
|
|
Merge topic 'try_compile-rename-source_from_arg'
Brad King
2022-10-04
6
-6/+6
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
try_compile: Rename SOURCE_FROM_ARG -> SOURCE_FROM_CONTENT
Matthew Woehlke
2022-09-30
6
-6/+6
*
|
|
|
Merge topic 'ci-xcode-14.0'
Brad King
2022-10-03
5
-29/+53
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
Tests: Update RunCMake.XcodeProject iOS cases for Xcode 14.0
Brad King
2022-09-30
5
-29/+53
*
|
|
|
Merge topic 'xcode-build-layout'
Brad King
2022-09-30
4
-0/+11
|
\
\
\
\
|
*
|
|
|
Xcode: Fix "clean" operation under the "new build system"
Brad King
2022-09-29
4
-0/+11
*
|
|
|
|
Tests: Test more CMakeTest*Compiler.cmake fallbacks
Brad King
2022-09-29
10
-0/+46
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Merge topic 'compiler-tests'
Brad King
2022-09-29
11
-0/+36
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Tests: Test CMakeTest*Compiler.cmake fallbacks
Matthew Woehlke
2022-09-28
11
-0/+36
*
|
|
|
Merge topic 'vs11-deprecate'
Brad King
2022-09-28
4
-0/+12
|
\
\
\
\
|
*
|
|
|
Deprecate Visual Studio 11 2012 generator
Brad King
2022-09-27
4
-0/+12
|
*
|
|
|
Tests: Drop unused files from RunCMake.CommandLine
Brad King
2022-09-27
2
-0/+0
|
|
/
/
/
*
|
|
|
Merge topic 'cmake-presets-workflow'
Brad King
2022-09-28
50
-0/+514
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
cmake: Add --workflow mode
Kyle Edwards
2022-09-27
50
-0/+514
*
|
|
|
Merge topic 'remove-vs10-generator'
Brad King
2022-09-27
3
-14/+1
|
\
\
\
\
|
*
|
|
|
Drop Visual Studio 10 2010 generator
Brad King
2022-09-26
3
-14/+1
|
|
/
/
/
*
|
|
|
Merge topic 'add_subdirectory_system'
Brad King
2022-09-27
31
-0/+118
|
\
\
\
\
|
*
|
|
|
add_subdirectory: Add SYSTEM option
Da Quexian
2022-09-26
31
-0/+118
[next]