summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Genex: Fix TARGET_BUNDLE_DIR_NAME incorrect extensionBen Leadbetter2022-07-014-2/+49
* Merge branch 'release-3.23' into release-3.24Brad King2022-06-300-0/+0
|\
| * Merge branch 'file-set-crash' into release-3.23Brad King2022-06-3010-4/+60
| |\
* | \ Merge topic 'file-set-crash' into release-3.24Brad King2022-06-3010-4/+60
|\ \ \ | | |/ | |/|
| * | install(EXPORT): Check for missing file sets at generate timeKyle Edwards2022-06-2910-4/+60
* | | Merge topic 'FetchContent-avoid-IN_LIST' into release-3.24Brad King2022-06-291-2/+8
|\ \ \
| * | | FetchContent: Don't use if(... IN_LIST ...)Craig Scott2022-06-281-2/+8
* | | | Merge topic 'fix-23523' into release-3.24Brad King2022-06-291-12/+16
|\ \ \ \ | |/ / / |/| | |
| * | | AUTOUIC: Fix internal paths of generated ui_foo.h filesJosiah Bills2022-06-281-12/+16
* | | | Merge topic 'FindPython-multiple-queries' into release-3.24Brad King2022-06-284-2/+26
|\ \ \ \
| * | | | FindPython: fix error on multiple queries with different COMPONENTSMarc Chevrier2022-06-274-2/+26
* | | | | Merge topic 'depguide-fetchcontent-versioning' into release-3.24Brad King2022-06-281-0/+4
|\ \ \ \ \
| * | | | | Help: Mark features new to 3.24 in Using Dependencies GuideFeRD (Frank Dana)2022-06-271-0/+4
| |/ / / /
* | | | | Merge topic 'revert-FindHDF5-library' into release-3.24Brad King2022-06-281-4/+4
|\ \ \ \ \
| * | | | | FindHDF5: Revert "Add explicit library location instead of guessed ..."Brad King2022-06-271-4/+4
| |/ / / /
* | | | | Merge topic 'doc-osx-cmp0126' into release-3.24Brad King2022-06-281-1/+2
|\ \ \ \ \
| * | | | | Help: Mention CMP0126 in CMAKE_OSX_* variable documentationDa Quexian2022-06-271-1/+2
| |/ / / /
* | | | | Merge branch 'release-3.23' into release-3.24Brad King2022-06-280-0/+0
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge branch 'lcc-liblfortran-renamed' into release-3.23Brad King2022-06-271-1/+5
| |\ \ \ \
* | \ \ \ \ Merge topic 'lcc-liblfortran-renamed' into release-3.24Brad King2022-06-281-1/+5
|\ \ \ \ \ \ | | |/ / / / | |/| / / / | |_|/ / / |/| | | |
| * | | | LCC: link with -lgfortran instead of -llfortran since 1.26.03Igor Molchanov2022-06-271-1/+5
| |/ / /
* | | | CMake 3.24.0-rc2v3.24.0-rc2Brad King2022-06-231-1/+1
* | | | Merge topic 'rel-win-arm64' into release-3.24Brad King2022-06-231-0/+2
|\ \ \ \
| * | | | Help: Add release note for windows-arm64 binaryBrad King2022-06-221-0/+2
* | | | | Merge topic 'ipo_append_auto_on_gcc' into release-3.24Brad King2022-06-231-1/+12
|\ \ \ \ \
| * | | | | IPO: Use -flto=auto if compiler is GCC >= 10.1Linus Dierheimer2022-06-221-1/+12
| |/ / / /
* | | | | Merge topic 'vs-compile-batching' into release-3.24Brad King2022-06-236-9/+35
|\ \ \ \ \
| * | | | | VS: Add variable to to turn off Visual Studio compile batchingBrad King2022-06-226-5/+31
| * | | | | Help: Improve formatting in VS_NO_COMPILE_BATCHING docsBrad King2022-06-221-4/+4
| |/ / / /
* | | | | Merge topic 'revert-pkgconfig-static-libs' into release-3.24Brad King2022-06-239-300/+116
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | FindPkgConfig: Revert "Populate _STATIC_LINK_LIBRARIES. Add STATIC_TARGET."Brad King2022-06-229-300/+116
|/ / / /
* | | | Merge topic 'FetchContent-doc-example' into release-3.24Brad King2022-06-221-3/+3
|\ \ \ \
| * | | | FetchContent: Fix example code in documentationpigeon2022-06-211-3/+3
* | | | | Merge topic 'FindMPI-l-colon' into release-3.24Brad King2022-06-221-8/+13
|\ \ \ \ \
| * | | | | FindMPI: Parse '-l:' flags in pkg-config outputMarkus Mützel2022-06-211-8/+13
| |/ / / /
* | | | | Merge topic 'use-arm64-msbuild' into release-3.24Brad King2022-06-221-0/+8
|\ \ \ \ \
| * | | | | VS: Prefer ARM64 MSBuild on Windows ARM64 hostTommy Vercetti2022-06-211-0/+8
| |/ / / /
* | | | | Merge topic 'xcode14' into release-3.24Brad King2022-06-222-1/+2
|\ \ \ \ \
| * | | | | Xcode: automatically create Info.plist for signing during compiler idGregor Jasny2022-06-211-0/+1
| * | | | | cm_cxx_features: filter out warnings from Xcode 14Gregor Jasny2022-06-211-1/+1
| |/ / / /
* | | | | Merge topic 'ci-openal' into release-3.24Brad King2022-06-224-3/+6
|\ \ \ \ \
| * | | | | ci: Add OpenAL to Debian and Fedora base imagesBrad King2022-06-214-3/+6
| |/ / / /
* | | | | Merge branch 'release-3.23' into release-3.24Brad King2022-06-220-0/+0
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge branch 'backport-3.23-ExternalProject-stamp-cfgdir' into release-3.23Brad King2022-06-222-1/+6
| |\ \ \ \
* | \ \ \ \ Merge topic 'ExternalProject-stamp-cfgdir' into release-3.24Brad King2022-06-222-1/+6
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Merge branch 'backport-3.23-ExternalProject-stamp-cfgdir'Brad King2022-06-210-0/+0
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | ExternalProject: Fix regression in stamp creation for Xcode+iOSBrad King2022-06-212-1/+6
| | |/ / /
| * | | | ExternalProject: Fix regression in stamp creation for Xcode+iOSBrad King2022-06-212-1/+6
|/ / / /
* | | | Merge topic 'ci-rel-win-arm64' into release-3.24Brad King2022-06-203-138/+124
|\ \ \ \
| * | | | ci: Rebuild Qt 6.3.0 windows-arm64 dependency with LLVM/ClangBrad King2022-06-171-3/+3