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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Genex: Fix TARGET_BUNDLE_DIR_NAME incorrect extension
Ben Leadbetter
2022-07-01
4
-2/+49
*
Merge branch 'release-3.23' into release-3.24
Brad King
2022-06-30
0
-0/+0
|
\
|
*
Merge branch 'file-set-crash' into release-3.23
Brad King
2022-06-30
10
-4/+60
|
|
\
*
|
\
Merge topic 'file-set-crash' into release-3.24
Brad King
2022-06-30
10
-4/+60
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
install(EXPORT): Check for missing file sets at generate time
Kyle Edwards
2022-06-29
10
-4/+60
*
|
|
Merge topic 'FetchContent-avoid-IN_LIST' into release-3.24
Brad King
2022-06-29
1
-2/+8
|
\
\
\
|
*
|
|
FetchContent: Don't use if(... IN_LIST ...)
Craig Scott
2022-06-28
1
-2/+8
*
|
|
|
Merge topic 'fix-23523' into release-3.24
Brad King
2022-06-29
1
-12/+16
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
AUTOUIC: Fix internal paths of generated ui_foo.h files
Josiah Bills
2022-06-28
1
-12/+16
*
|
|
|
Merge topic 'FindPython-multiple-queries' into release-3.24
Brad King
2022-06-28
4
-2/+26
|
\
\
\
\
|
*
|
|
|
FindPython: fix error on multiple queries with different COMPONENTS
Marc Chevrier
2022-06-27
4
-2/+26
*
|
|
|
|
Merge topic 'depguide-fetchcontent-versioning' into release-3.24
Brad King
2022-06-28
1
-0/+4
|
\
\
\
\
\
|
*
|
|
|
|
Help: Mark features new to 3.24 in Using Dependencies Guide
FeRD (Frank Dana)
2022-06-27
1
-0/+4
|
|
/
/
/
/
*
|
|
|
|
Merge topic 'revert-FindHDF5-library' into release-3.24
Brad King
2022-06-28
1
-4/+4
|
\
\
\
\
\
|
*
|
|
|
|
FindHDF5: Revert "Add explicit library location instead of guessed ..."
Brad King
2022-06-27
1
-4/+4
|
|
/
/
/
/
*
|
|
|
|
Merge topic 'doc-osx-cmp0126' into release-3.24
Brad King
2022-06-28
1
-1/+2
|
\
\
\
\
\
|
*
|
|
|
|
Help: Mention CMP0126 in CMAKE_OSX_* variable documentation
Da Quexian
2022-06-27
1
-1/+2
|
|
/
/
/
/
*
|
|
|
|
Merge branch 'release-3.23' into release-3.24
Brad King
2022-06-28
0
-0/+0
|
\
\
\
\
\
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
Merge branch 'lcc-liblfortran-renamed' into release-3.23
Brad King
2022-06-27
1
-1/+5
|
|
\
\
\
\
*
|
\
\
\
\
Merge topic 'lcc-liblfortran-renamed' into release-3.24
Brad King
2022-06-28
1
-1/+5
|
\
\
\
\
\
\
|
|
|
/
/
/
/
|
|
/
|
/
/
/
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
LCC: link with -lgfortran instead of -llfortran since 1.26.03
Igor Molchanov
2022-06-27
1
-1/+5
|
|
/
/
/
*
|
|
|
CMake 3.24.0-rc2
v3.24.0-rc2
Brad King
2022-06-23
1
-1/+1
*
|
|
|
Merge topic 'rel-win-arm64' into release-3.24
Brad King
2022-06-23
1
-0/+2
|
\
\
\
\
|
*
|
|
|
Help: Add release note for windows-arm64 binary
Brad King
2022-06-22
1
-0/+2
*
|
|
|
|
Merge topic 'ipo_append_auto_on_gcc' into release-3.24
Brad King
2022-06-23
1
-1/+12
|
\
\
\
\
\
|
*
|
|
|
|
IPO: Use -flto=auto if compiler is GCC >= 10.1
Linus Dierheimer
2022-06-22
1
-1/+12
|
|
/
/
/
/
*
|
|
|
|
Merge topic 'vs-compile-batching' into release-3.24
Brad King
2022-06-23
6
-9/+35
|
\
\
\
\
\
|
*
|
|
|
|
VS: Add variable to to turn off Visual Studio compile batching
Brad King
2022-06-22
6
-5/+31
|
*
|
|
|
|
Help: Improve formatting in VS_NO_COMPILE_BATCHING docs
Brad King
2022-06-22
1
-4/+4
|
|
/
/
/
/
*
|
|
|
|
Merge topic 'revert-pkgconfig-static-libs' into release-3.24
Brad King
2022-06-23
9
-300/+116
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
FindPkgConfig: Revert "Populate _STATIC_LINK_LIBRARIES. Add STATIC_TARGET."
Brad King
2022-06-22
9
-300/+116
|
/
/
/
/
*
|
|
|
Merge topic 'FetchContent-doc-example' into release-3.24
Brad King
2022-06-22
1
-3/+3
|
\
\
\
\
|
*
|
|
|
FetchContent: Fix example code in documentation
pigeon
2022-06-21
1
-3/+3
*
|
|
|
|
Merge topic 'FindMPI-l-colon' into release-3.24
Brad King
2022-06-22
1
-8/+13
|
\
\
\
\
\
|
*
|
|
|
|
FindMPI: Parse '-l:' flags in pkg-config output
Markus Mützel
2022-06-21
1
-8/+13
|
|
/
/
/
/
*
|
|
|
|
Merge topic 'use-arm64-msbuild' into release-3.24
Brad King
2022-06-22
1
-0/+8
|
\
\
\
\
\
|
*
|
|
|
|
VS: Prefer ARM64 MSBuild on Windows ARM64 host
Tommy Vercetti
2022-06-21
1
-0/+8
|
|
/
/
/
/
*
|
|
|
|
Merge topic 'xcode14' into release-3.24
Brad King
2022-06-22
2
-1/+2
|
\
\
\
\
\
|
*
|
|
|
|
Xcode: automatically create Info.plist for signing during compiler id
Gregor Jasny
2022-06-21
1
-0/+1
|
*
|
|
|
|
cm_cxx_features: filter out warnings from Xcode 14
Gregor Jasny
2022-06-21
1
-1/+1
|
|
/
/
/
/
*
|
|
|
|
Merge topic 'ci-openal' into release-3.24
Brad King
2022-06-22
4
-3/+6
|
\
\
\
\
\
|
*
|
|
|
|
ci: Add OpenAL to Debian and Fedora base images
Brad King
2022-06-21
4
-3/+6
|
|
/
/
/
/
*
|
|
|
|
Merge branch 'release-3.23' into release-3.24
Brad King
2022-06-22
0
-0/+0
|
\
\
\
\
\
|
|
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
Merge branch 'backport-3.23-ExternalProject-stamp-cfgdir' into release-3.23
Brad King
2022-06-22
2
-1/+6
|
|
\
\
\
\
*
|
\
\
\
\
Merge topic 'ExternalProject-stamp-cfgdir' into release-3.24
Brad King
2022-06-22
2
-1/+6
|
\
\
\
\
\
\
|
|
_
|
_
|
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Merge branch 'backport-3.23-ExternalProject-stamp-cfgdir'
Brad King
2022-06-21
0
-0/+0
|
|
\
\
\
\
\
|
|
|
|
/
/
/
|
|
|
/
|
|
|
|
|
*
|
|
|
ExternalProject: Fix regression in stamp creation for Xcode+iOS
Brad King
2022-06-21
2
-1/+6
|
|
|
/
/
/
|
*
|
|
|
ExternalProject: Fix regression in stamp creation for Xcode+iOS
Brad King
2022-06-21
2
-1/+6
|
/
/
/
/
*
|
|
|
Merge topic 'ci-rel-win-arm64' into release-3.24
Brad King
2022-06-20
3
-138/+124
|
\
\
\
\
|
*
|
|
|
ci: Rebuild Qt 6.3.0 windows-arm64 dependency with LLVM/Clang
Brad King
2022-06-17
1
-3/+3
[next]