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
*
try_compile: Improve error message consistency
Matthew Woehlke
2022-09-16
2
-2/+2
*
Merge topic 'try_compile-new-project-signature'
Brad King
2022-09-16
20
-1/+61
|
\
|
*
try_compile: Add PROJECT keyword-dispatched signature
Matthew Woehlke
2022-09-14
20
-1/+61
*
|
Merge topic 'xcode-lib-dirs'
Brad King
2022-09-16
3
-0/+25
|
\
\
|
*
|
Xcode: Do not append per-config suffixes to library search paths
Mikko Sivulainen
2022-09-15
3
-0/+25
|
|
/
*
|
Merge topic 'fphsa-no-version-var'
Brad King
2022-09-16
3
-0/+5
|
\
\
|
*
|
FPHSA: Fix regression when VERSION_VAR is missing
Brad King
2022-09-15
3
-0/+5
*
|
|
cmake --list-presets: List package as a valid option
Kyle Edwards
2022-09-15
3
-0/+5
|
/
/
*
|
Merge topic 'fix-try_compile-tests'
Brad King
2022-09-15
3
-3/+9
|
\
\
|
*
|
Tests: Fix recently added tests
Matthew Woehlke
2022-09-14
3
-3/+9
|
|
/
*
|
Merge topic 'link-framework-with-multi-config-postfix'
Brad King
2022-09-15
1
-0/+5
|
\
\
|
|
/
|
/
|
|
*
Apple: Fix regression when linking a framework with postfix
Marc Chevrier
2022-09-14
1
-0/+5
*
|
Merge topic 'MsvcDebugInformationFormatAbstraction'
Brad King
2022-09-14
25
-0/+275
|
\
\
|
*
|
MSVC: Add test for debug information format
Brad King
2022-09-14
11
-0/+147
|
*
|
MSVC: Add abstraction for debug information format
Glen Chung
2022-09-14
14
-0/+128
*
|
|
Merge topic 'modules-use-new-try_compile-signature'
Brad King
2022-09-14
4
-2/+15
|
\
\
\
|
*
|
|
Modules: Use new keyword-dispatched try_compile signature
Matthew Woehlke
2022-09-14
4
-2/+15
|
|
/
/
*
|
|
CMakePresets.json: Fix error message for unsupported package presets
Kyle Edwards
2022-09-13
1
-1/+1
*
|
|
Merge topic 'fix-commandline-test-with-symlinks'
Brad King
2022-09-13
1
-1/+6
|
\
\
\
|
*
|
|
Tests: Fix RunCMake.CommandLine test in unusual environments
Matthew Woehlke
2022-09-12
1
-1/+6
|
|
/
/
*
|
|
Merge topic 'try_compile_correctly_compute_exec_name'
Brad King
2022-09-12
9
-18/+28
|
\
\
\
|
*
|
|
try_compile: Record output location instead of reverse computing it
Robert Maynard
2022-09-07
9
-18/+28
|
|
/
/
*
|
|
Merge topic 'fetchcontent-redirect-version-exact'
Brad King
2022-09-12
1
-0/+4
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
FetchContent: Ignore EXACT for redirected find_package() calls
Craig Scott
2022-09-11
1
-0/+4
|
*
|
Merge topic 'truncation_invalid' into release-3.24
Brad King
2022-09-09
7
-0/+10
|
|
\
\
*
|
\
\
Merge topic 'fphsa-error-message-empty-version-var'
Brad King
2022-09-09
4
-1/+15
|
\
\
\
\
|
*
|
|
|
FPHSA: Improve error message when VERSION_VAR is empty or has been unset()
Andrea Pappacoda
2022-09-07
4
-1/+15
*
|
|
|
|
Merge topic 'truncation_invalid'
Brad King
2022-09-09
7
-0/+10
|
\
\
\
\
\
|
|
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
Tests: Add cases covering bad ctest output truncation types
Brad King
2022-09-07
7
-0/+10
*
|
|
|
|
Merge topic 'check-library-properties-fix-performances-regression'
Brad King
2022-09-09
2
-5/+5
|
\
\
\
\
\
|
|
|
_
|
/
/
|
|
/
|
|
/
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Check link libraries properties: fix performances regression
Marc Chevrier
2022-09-07
2
-5/+5
|
|
/
/
*
|
|
Merge topic 'try_compile-unique-bindir'
Brad King
2022-09-07
72
-403/+596
|
\
\
\
|
*
|
|
try_compile: Add keyword-dispatched signature
Matthew Woehlke
2022-09-05
72
-403/+596
*
|
|
|
Merge topic 'return-propagate-variables'
Brad King
2022-09-07
14
-1/+218
|
\
\
\
\
|
*
|
|
|
return(): Propagate variables to result scope
Marc Chevrier
2022-09-03
14
-1/+218
*
|
|
|
|
Merge topic 'cpack-reuse-cmake-tools'
Brad King
2022-09-07
6
-11/+11
|
\
\
\
\
\
|
*
|
|
|
|
CPack: re-use paths of tools discovered by CMakeFindBinUtils
Matteo Martelli
2022-09-06
6
-11/+11
|
|
/
/
/
/
*
|
|
|
|
Merge topic 'test-find-boost'
Brad King
2022-09-07
1
-1/+1
|
\
\
\
\
\
|
*
|
|
|
|
FindPackageTest: Replace VTK with Boost
FeRD (Frank Dana)
2022-09-03
1
-1/+1
|
|
/
/
/
/
*
|
|
|
|
Merge topic 'functiontests-haz-fails'
Brad King
2022-09-07
1
-2/+2
|
\
\
\
\
\
|
*
|
|
|
|
FunctionTest: Fix some test failure checks
FeRD (Frank Dana)
2022-09-03
1
-2/+2
|
|
/
/
/
/
*
|
|
|
|
Merge topic 'implicit-link-info-msvc'
Brad King
2022-09-06
3
-3/+92
|
\
\
\
\
\
|
*
|
|
|
|
CMakeParseImplicitLinkInfo: Better detection of msvc
Robert Maynard
2022-09-02
3
-3/+92
*
|
|
|
|
|
Merge topic 'truncation_test'
Craig Scott
2022-09-06
11
-11/+18
|
\
\
\
\
\
\
|
|
_
|
/
/
/
/
|
/
|
|
|
/
/
|
|
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
RunCMakeTest: fix Truncation test definition
Frank Winklmeier
2022-09-05
11
-11/+18
|
*
|
|
|
Merge topic 'Link-MACOSX_BUNDLE' into release-3.24
Brad King
2022-09-01
5
-0/+44
|
|
\
\
\
\
|
*
\
\
\
\
Merge topic 'CMAKE_FIND_USE_INSTALL_PREFIX-support-staging-prefix' into relea...
Brad King
2022-08-31
7
-0/+96
|
|
\
\
\
\
\
*
|
\
\
\
\
\
Merge topic 'cmake-presets-package'
Brad King
2022-09-02
25
-0/+402
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
CPack: Add support for presets
Kyle Edwards
2022-08-31
20
-0/+352
|
*
|
|
|
|
|
|
CMakePresets.json: Fix formatting of --list-presets=all
Kyle Edwards
2022-08-31
5
-0/+50
[next]