summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'update-tutorial-step3'Brad King2023-09-0813-17/+36
|\
| * Tutorial: Fix-up typos and inconsistenciesbetsy.mcphail2023-09-0713-17/+36
* | Merge topic 'FindFreetype-use-config'Brad King2023-09-081-0/+58
|\ \
| * | FindFreetype: use `freetype-config.cmake` if availableBen Boeckel2023-09-061-0/+58
* | | Merge topic 'test-ctest'Brad King2023-09-0815-94/+38
|\ \ \
| * | | Tests: Migrate CTestTest{NoBuild,NoExe} to RunCMake.ctest_{build,test}Brad King2023-09-0715-94/+38
| | |/ | |/|
* | | Merge branch 'release-3.27'Brad King2023-09-080-0/+0
|\ \ \
| * \ \ Merge topic 'ctest_submit_follow_redirects' into release-3.27Brad King2023-09-081-0/+3
| |\ \ \
* | \ \ \ Merge topic 'ctest_submit_follow_redirects'Brad King2023-09-081-0/+3
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | ctest: Restore support for http redirects during Submit stepZack Galbreath2023-09-071-0/+3
| |/ / /
* | | | Merge topic 'IntelLLVM-debug-flags'Brad King2023-09-081-0/+7
|\ \ \ \
| * | | | IntelLLVM: Suppress -Rdebug-disables-optimization on debug buildsBram Metsch2023-09-071-0/+7
* | | | | CMake Nightly Date StampKitware Robot2023-09-081-1/+1
| |_|/ / |/| | |
* | | | Merge topic 'FindPkgConfig-system-cflags'Brad King2023-09-075-5/+26
|\ \ \ \
| * | | | FindPkgConfig: Tolerate PKG_CONFIG_SYSTEM_INCLUDE_PATH in environmentCristian Le2023-09-063-1/+22
| * | | | Tests: Rename RunCMake.FindPkgConfig LIBRARY_PATH case to SYSTEM_PATHCristian Le2023-09-063-3/+3
* | | | | CMake Nightly Date StampKitware Robot2023-09-071-1/+1
| |_|_|/ |/| | |
* | | | Merge topic 'replace-cmsysprocess-with-cmuvprocesschain'Brad King2023-09-0639-1185/+1237
|\ \ \ \
| * | | | Source: Fix mysterious new IWYU warningsKyle Edwards2023-08-294-0/+14
| * | | | cmCTestCoverageHandler: Replace cmsysProcess with cmUVProcessChainKyle Edwards2023-08-291-93/+18
| * | | | cmCTestLaunchReporter: Replace cmsysProcess with cmUVProcessChainKyle Edwards2023-08-296-226/+256
| * | | | cmCTest: Replace cmsysProcess with cmUVProcessChainKyle Edwards2023-08-294-216/+246
| * | | | cmSystemTools::RunSingleCommand(): Replace cmsysProcess with cmUVProcessChainKyle Edwards2023-08-293-90/+116
| * | | | cmCTestScriptHandler: Replace cmsysProcess with cmUVProcessChainKyle Edwards2023-08-294-69/+123
| * | | | cmcmd: Replace cmsysProcess with cmUVProcessChainKyle Edwards2023-08-291-38/+32
| * | | | cmProcessTools::RunProcess(): Replace cmsysProcess with cmUVProcessChainKyle Edwards2023-08-2913-264/+233
| * | | | cmExecuteProcessCommand: Replace cmsysProcess with cmUVProcessChainKyle Edwards2023-08-297-190/+200
* | | | | Merge topic 'nsis-correct-jump'Brad King2023-09-061-1/+1
|\ \ \ \ \
| * | | | | CPack/NSIS: Fix incorrect jump for standard userSprite2023-09-051-1/+1
* | | | | | Merge topic 'xcode-no-legacy-buildsystem'Brad King2023-09-068-6/+35
|\ \ \ \ \ \
| * | | | | | Xcode: reject legacy buildsystem for Xcode 14Gregor Jasny2023-08-318-6/+35
* | | | | | | Merge topic 'reduce-sign-conversion-warnings'Brad King2023-09-062-6/+8
|\ \ \ \ \ \ \
| * | | | | | | Reduce sign conversion warningsMatthew Woehlke2023-08-292-6/+8
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge topic 'FindMatlab'Brad King2023-09-061-11/+9
|\ \ \ \ \ \ \
| * | | | | | | FindMatlab: use if(IS_DIRECTORY) for directories instead of EXISTSscivision2023-08-271-8/+8
| * | | | | | | FindMatlab: no if(NOT EXIST) guard needed for file(MAKE_DIRECTORY)scivision2023-08-271-3/+1
* | | | | | | | Merge topic 'FindGLEW-mingw'Brad King2023-09-061-0/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | FindGLEW: Use correct library suffixes on MinGWمهدي شينون (Mehdi Chinoune)2023-09-031-0/+4
* | | | | | | | | Merge topic 'ci-vs2022-qt'Brad King2023-09-063-1/+9
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ci: Enable Qt tests in nightly VS IDE jobBrad King2023-09-051-0/+4
| * | | | | | | | | ci: Factor out location of cmake in Qt download scriptBrad King2023-09-052-1/+5
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge branch 'release-3.27'Brad King2023-09-060-0/+0
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Merge topic 'fortran-object-libraries' into release-3.27Brad King2023-09-063-2/+15
| |\ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ Merge topic 'fortran-object-libraries'Brad King2023-09-063-2/+15
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'fortran-object-libraries-release' into fortran-object-librariesBen Boeckel2023-09-053-2/+15
| |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | |/| / / / / / / / | | |_|/ / / / / / / | |/| | | | | | | |
| | * | | | | | | | cmComputeLinkInformation: compute link info for module-using targetsBen Boeckel2023-09-051-2/+5
| | * | | | | | | | cmGeneratorTarget: support config-independent Fortran source queriesBen Boeckel2023-09-052-0/+10
* | | | | | | | | | Merge branch 'release-3.27'Brad King2023-09-060-0/+0
|\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | |
| * | | | | | | | | Merge topic 'doc-msvc-debug-format' into release-3.27Brad King2023-09-061-0/+2
| |\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge topic 'doc-msvc-debug-format'Brad King2023-09-061-0/+2
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |