summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* CMake 4.1.1v4.1.1Brad King2025-08-271-1/+1
* Merge topic 'cmList-swap-fix' into release-4.1Brad King2025-08-271-2/+0
|\
| * cmList: fix swap function definitionMarc Chevrier2025-08-211-2/+0
* | Merge topic 'vs7-generator-utility-target-typo' into release-4.1Brad King2025-08-271-1/+1
|\ \
| * | cmGlobalVisualStudio7Generator: fix initialization typoBen Boeckel2025-08-211-1/+1
| |/
* | Merge topic 'ninja-many-subdirs' into release-4.1Brad King2025-08-271-2/+3
|\ \ | |/ |/|
| * Ninja: Fix regression with `.bat` wrapper around `ninja`Brad King2025-08-251-2/+3
* | Merge topic 'ctest-T-test-timeout' into release-4.1Brad King2025-08-201-0/+13
|\ \ | |/
| * ctest: Restore default test timeout for command-line `-T Test` stepBrad King2025-08-181-0/+10
| * ctest: Restore default of no time limit for command-line `-T Test` stepBrad King2025-08-181-0/+3
| * Merge topic 'curl-8.15-deprecated-sectransp' into release-4.0Brad King2025-07-281-0/+16
| |\
| * \ Merge topic 'ctest-fix-relative-paths' into release-4.0Brad King2025-07-012-3/+3
| |\ \
* | \ \ Merge topic 'pkgc-import-system-fix' into release-4.1Brad King2025-08-142-24/+28
|\ \ \ \
| * | | | PkgC: Only remove system paths which are exact matchesVito Gamberini2025-08-131-24/+25
| * | | | PkgC: Allow system paths during IMPORT, POPULATEVito Gamberini2025-08-131-0/+3
* | | | | Merge topic 'genex-strip-nested' into release-4.1Brad King2025-08-141-16/+19
|\ \ \ \ \
| * | | | | string(GENEX_STRIP): Fix regression on nested generator expressionsMartin Duffy2025-08-131-16/+19
| |/ / / /
* | | | | Makefile: Fix regression that prints unnecessary VT100 escape sequencesBrad King2025-08-131-1/+4
* | | | | StdIo: Fix Terminal abstraction to avoid unnecessary VT100 escape sequencesBrad King2025-08-131-3/+7
|/ / / /
* | | | CMake 4.1.0v4.1.0Brad King2025-08-051-1/+1
* | | | Autogen/RCC: Only pass --no-zstd to Qt6Heiko Becker2025-08-041-14/+17
* | | | CMake 4.1.0-rc4v4.1.0-rc4Brad King2025-07-291-1/+1
* | | | install(DIRECTORY): Revert "Add EXCLUDE_EMPTY_DIRECTORIES option"Brad King2025-07-283-50/+0
* | | | Merge topic 'curl-8.15-deprecated-sectransp' into release-4.1Brad King2025-07-281-0/+16
|\ \ \ \ | | |_|/ | |/| |
| * | | cmCurl: Suppress curl 8.15 deprecation warning for curl 8.[3-5] workaroundBrad King2025-07-241-0/+16
| * | | CMake 3.31.8v3.31.8Brad King2025-06-121-1/+1
| * | | Merge topic 'clang-libstdcpp-3.31' into release-3.31Brad King2025-05-141-1/+1
| |\ \ \
| * | | | KWSys: Backport "Fix GetNumberOfLogicalCPU on s390x" to CMake 3.31Tom Stellard2025-05-091-2/+8
| * | | | Merge topic 'macos-curl-backend' into release-3.31Brad King2025-04-305-16/+7
| |\ \ \ \
* | | | | | xcode: Restore ctest --build-and-test without --build-projectStepanov Igor2025-07-261-1/+10
* | | | | | CMake 4.1.0-rc3v4.1.0-rc3Brad King2025-07-231-1/+1
* | | | | | clang-tidy: Use cleaner path to export-fixes file with NinjaVito Gamberini2025-07-151-1/+1
* | | | | | CMake 4.1.0-rc2v4.1.0-rc2Brad King2025-07-101-1/+1
* | | | | | Merge topic 'windows-kernel-mode-driver' into release-4.1Brad King2025-07-103-12/+1
|\ \ \ \ \ \
| * | | | | | cmExperimental: remove the flag for Windows Kernel Mode Driver supportBrad King2025-07-093-12/+1
* | | | | | | FileAPI: Ignore unresolved FileSet generatorsVito Gamberini2025-07-091-1/+7
|/ / / / / /
* | | | | | project: fix keyword argument as project nameVito Gamberini2025-07-081-16/+26
* | | | | | ArgumentParser: implement HasKeyword helperVito Gamberini2025-07-081-0/+10
* | | | | | Merge topic 'clang-cl-c23' into release-4.1Brad King2025-07-021-0/+13
|\ \ \ \ \ \
| * | | | | | clang-cl: Add support for C23Yonggang Luo2025-07-011-0/+13
* | | | | | | CPS: Fix empty configuration field on noconfig buildsVito Gamberini2025-07-012-2/+3
|/ / / / / /
* | | | | | Merge topic 'windows-old-sdk' into release-4.1Brad King2025-07-011-1/+8
|\ \ \ \ \ \
| * | | | | | StdIo: Fix compilation on older Windows SDK versionsBrad King2025-06-301-1/+8
* | | | | | | Merge topic 'update-kwsys' into release-4.1Brad King2025-07-011-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Merge branch 'upstream-KWSys' into update-kwsysBrad King2025-07-011-1/+1
| |/ / / / / /
* | | | | | | Merge topic 'ctest-fix-relative-paths' into release-4.1Brad King2025-07-012-3/+3
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | ctest_configure: Restore handling of relative CTEST_BINARY_DIRECTORYDaniel Pfeifer2025-06-301-2/+2
| * | | | | ctest_start: Restore log file location for relative CTEST_BINARY_DIRECTORYDaniel Pfeifer2025-06-301-1/+1
* | | | | | Merge topic 'vs-outdated-usage' into release-4.1Brad King2025-06-262-4/+4
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | VS: Drop outdated usage text about appending platform to generator nameBrad King2025-06-242-4/+4
| |/ / / /