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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'fileapi-file-sets-base-dirs-relative' into release-3.27
Brad King
2023-11-20
2
-5/+5
|
\
|
*
fileapi: Fix file sets' base directories relative to top source
Kyle Edwards
2023-11-17
2
-5/+5
*
|
cmComputeLinkInformation: Track targets named by TARGET_OBJECTS sources
Brad King
2023-11-14
5
-0/+33
*
|
Fortran: Restore support for TARGET_OBJECTS providing modules
Ben Boeckel
2023-10-30
7
-0/+67
*
|
Tests/ObjectLibrary: fix comment
Ben Boeckel
2023-10-27
1
-1/+1
*
|
ctest: Restore support for --timeout values higher than default test timeout
Brad King
2023-09-29
2
-0/+13
*
|
Tests: Clarify RunCMake.CTestTimeout case name
Brad King
2023-09-29
2
-2/+2
*
|
Linting: Fix empty evaluated genex
Orkun Tokdemir
2023-09-25
2
-0/+7
*
|
Tests/FortranModules: add a test for iface Fortran sources
Ben Boeckel
2023-09-20
5
-0/+38
*
|
Tests/FortranModules: also test INTERFACE targets with Fortran sources
Ben Boeckel
2023-09-20
4
-0/+22
*
|
add_custom_target: Fix regression with Fortran sources
Ben Boeckel
2023-09-20
4
-0/+26
*
|
Tests/FortranModules: add a test case for #25223
Ben Boeckel
2023-09-18
7
-0/+81
*
|
Tests/FortranModules: move issue 25112 fix from FortranOnly
Ben Boeckel
2023-09-18
5
-6/+6
*
|
Merge topic 'cxxmodules-non-compiled-source' into release-3.27
Brad King
2023-09-14
6
-1/+37
|
\
\
|
*
|
cxxmodules: detect and message about non-compiled sources
Ben Boeckel
2023-09-12
6
-1/+37
*
|
|
VS: Avoid unnecessary CUDA device linking for OBJECT libraries
Robert Maynard
2023-09-11
2
-0/+2
|
/
/
*
|
list(INSERT): restore old behavior
Marc Chevrier
2023-08-17
2
-0/+68
*
|
Merge topic 'test-debugger-named-pipe-fix' into release-3.27
Brad King
2023-08-16
1
-7/+7
|
\
\
|
*
|
testDebuggerNamedPipe: fix for cppdap with nlohmann_json
Đoàn Trần Công Danh
2023-08-16
1
-7/+7
*
|
|
Apple Text Stubs (.tbd): various fixes
Marc Chevrier
2023-08-11
1
-6/+6
|
/
/
*
|
VS: Select latest Windows SDK even when targeting Windows 8.1 and below
Brad King
2023-08-10
2
-5/+9
*
|
VS: Teach CMAKE_GENERATOR_PLATFORM to support Windows 8.1 SDK selection
Brad King
2023-08-10
1
-0/+11
*
|
VS: Teach CMAKE_GENERATOR_PLATFORM to use Windows 10 SDKs for older versions
Brad King
2023-08-10
9
-24/+33
*
|
Tests: Remove redundant condition in RunCMake.GeneratorPlatform test
Brad King
2023-08-10
1
-23/+21
*
|
Merge topic 'file-GENERATE-arg-parsing' into release-3.27
Brad King
2023-08-08
4
-0/+10
|
\
\
|
*
|
file(GENERATE): Restore INPUT|CONTENT parse checking
Evan Wilde
2023-08-07
4
-0/+10
*
|
|
Merge topic 'cmList-append-regression' into release-3.27
Brad King
2023-08-08
1
-4/+4
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
cmList: Fix performance regression in append/prepend
Marc Chevrier
2023-08-04
1
-4/+4
*
|
|
VS: Revert "Add CMake input files to ZERO_CHECK"
Brad King
2023-08-02
7
-255/+11
|
/
/
*
|
Merge topic 'property-typo-fix' into release-3.27
Brad King
2023-07-25
1
-1/+3
|
\
\
|
*
|
cmTarget: Restore Fortran_PREPROCESS property initialization
Ben Boeckel
2023-07-25
1
-1/+3
*
|
|
Merge topic 'cdash_checksum_400' into release-3.27
Brad King
2023-07-25
1
-1/+1
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
ctest: Update ctest_submit for CDash behavior change
Zack Galbreath
2023-07-25
1
-1/+1
|
*
Tests: Always load presets schema as UTF-8
Craig Scott
2023-05-30
1
-3/+3
*
|
CTest: Fix regression in calculating test timeout
Kyle Edwards
2023-07-24
2
-0/+13
*
|
Tests/RunCMake/CXXModules: add a test for issue #25112
Ben Boeckel
2023-07-22
5
-0/+39
*
|
Tests/FortranOnly: add a test case for issue #25112
Ben Boeckel
2023-07-22
3
-0/+18
*
|
Debugger: Always clear existing breakpoints on setBreakpoints
Ben McMorran
2023-07-13
1
-0/+13
*
|
Merge topic 'debugger-no-supportsVariableType' into release-3.27
Brad King
2023-07-13
3
-4/+38
|
\
\
|
*
|
Debugger: Correctly handle clients without supportsVariableType
Ben McMorran
2023-07-12
3
-4/+38
*
|
|
Genex: Restore REMOVE_DUPLICATES preservation of empty elements
Brad King
2023-07-12
3
-0/+10
|
/
/
*
|
Ninja: include module mapper flags in `compile_commands.json`
Ben Boeckel
2023-07-09
6
-0/+66
*
|
Merge topic 'debugger-segfault' into release-3.27
Brad King
2023-06-30
1
-1/+29
|
\
\
|
*
|
Debugger: Fix threads request segfault after thread exited event
Ben McMorran
2023-06-29
1
-1/+29
*
|
|
Merge topic 'FetchContent-unparsed-arguments' into release-3.27
Brad King
2023-06-30
4
-4/+4
|
\
\
\
|
*
|
|
FetchContent: Protect ExternalProject keywords from unknown arguments
Brad King
2023-06-29
4
-4/+4
|
|
/
/
*
|
|
Merge topic 'vs-cxxmodules-same-src-name' into release-3.27
Brad King
2023-06-30
6
-0/+42
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
VS: Fix C++ modules in source files with the same name
Brad King
2023-06-28
6
-0/+42
*
|
|
Merge topic 'support_nvhpc_versions_without_isystem' into release-3.27
Brad King
2023-06-26
6
-1/+12
|
\
\
\
|
*
|
|
NVHPC: Support nvfortran versions that don't support isystem
Robert Maynard
2023-06-23
6
-1/+12
|
|
/
/
[next]