summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'KateImprovements'Brad King2023-02-076-11/+90
|\
| * Kate: improve the way the VCS-specific files are searchedAlexander Neundorf2023-02-061-19/+27
| * Kate: add support for hg and fossilAlexander Neundorf2023-02-062-5/+21
| * Help: fix typo in docs for set_property()Alexander Neundorf2023-02-061-1/+1
| * Kate: make it possible to force a mode for the "files" entryAlexander Neundorf2023-02-064-6/+49
| * Help: add documentation for Kate-related variableAlexander Neundorf2023-02-033-2/+14
* | Merge topic 'tinyfix'Brad King2023-02-071-2/+2
|\ \
| * | cmake.cxx: Fix lambda name typojcl xx2023-02-061-2/+2
* | | Merge branch 'release-3.26'Brad King2023-02-070-0/+0
|\ \ \
| * \ \ Merge branch 'release-3.25' into release-3.26Brad King2023-02-070-0/+0
| |\ \ \
* | \ \ \ Merge branch 'release-3.25'Brad King2023-02-070-0/+0
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge branch 'android-ndk-legacy-toolchain' into release-3.25Brad King2023-02-062-1/+3
| |\ \ \ \
* | \ \ \ \ Merge branch 'release-3.26'Brad King2023-02-070-0/+0
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge topic 'android-ndk-legacy-toolchain' into release-3.26Brad King2023-02-072-1/+3
| |\ \ \ \ \ | | | |/ / / | | |/| | |
* | | | | | Merge topic 'android-ndk-legacy-toolchain'Brad King2023-02-072-1/+3
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Android: Provide CMAKE_ANDROID_NDK_VERSION with NDK legacy toolchain fileBrad King2023-02-062-1/+3
| | |/ / / | |/| | |
* | | | | Merge branch 'release-3.26'Brad King2023-02-070-0/+0
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge topic 'cxxmodules-proper-mangling' into release-3.26Brad King2023-02-076-0/+12
| |\ \ \ \
* | \ \ \ \ Merge topic 'cxxmodules-proper-mangling'Brad King2023-02-076-0/+12
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Tests/RunCMake/CXXModules: declare `forwarding` as `extern "C++"`Ben Boeckel2023-02-036-0/+12
* | | | | | Merge branch 'release-3.26'Brad King2023-02-070-0/+0
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge topic 'FindCUDAToolkit-nvrtc-builtins' into release-3.26Brad King2023-02-071-1/+1
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'FindCUDAToolkit-nvrtc-builtins'Brad King2023-02-071-1/+1
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | FindCUDAToolkit: Fix `nvrtc_builtins_static` library namePaul Taylor2023-02-061-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'release-3.26'Brad King2023-02-070-0/+0
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge topic 'docexe' into release-3.26Brad King2023-02-071-34/+40
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'docexe'Brad King2023-02-071-34/+40
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Help: Clarify interaction of execute_process *_FILE and *_VARIABLE optionsscivision2023-02-061-34/+40
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'release-3.26'Brad King2023-02-070-0/+0
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge topic 'docfix' into release-3.26Brad King2023-02-075-24/+62
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'docfix'Brad King2023-02-075-24/+62
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Help: cmake (1): remove -E server as not availablescivision2023-02-061-4/+0
| * | | | | | Help: CheckSource{Compiles,Runs}: fix typo and clarifyscivision2023-02-064-20/+62
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'release-3.26'Brad King2023-02-070-0/+0
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge topic 'ci-docker-layers' into release-3.26Brad King2023-02-074-22/+20
| |\ \ \ \ \ | | |/ / / / | |/| | | |
* | | | | | Merge topic 'ci-docker-layers'Brad King2023-02-074-22/+20
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | ci: Reduce intermediate docker layers and final image sizeAlex Turbov2023-02-064-22/+20
| |/ / / /
* | | | | CMake Nightly Date StampKitware Robot2023-02-071-1/+1
* | | | | Merge topic 'test-cleanup-COnly'Brad King2023-02-062-6/+5
|\ \ \ \ \
| * | | | | Tests: Drop redundant string(ASCII) case from COnly testBrad King2023-02-031-2/+0
| * | | | | Tests: Move LINK_FLAGS case from COnly to LinkFlags testBrad King2023-02-032-4/+5
| | |_|_|/ | |/| | |
* | | | | Merge topic 'compiler-id-flags-with-quotes'Brad King2023-02-061-1/+1
|\ \ \ \ \
| * | | | | CompilerId: Fix handling of CMAKE_<LANG>_FLAGS with quotesRussell Greene2023-02-031-1/+1
| |/ / / /
* | | | | Merge topic 'FindPNG-FindOpenCL-windows-locations'Brad King2023-02-062-4/+36
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | FindOpenCL: Add default install locations on WindowsLisanna2023-02-031-0/+14
| * | | | FindPNG: Add default install locations on WindowsLisanna2023-02-031-4/+22
* | | | | CMake Nightly Date StampKitware Robot2023-02-061-1/+1
* | | | | CMake Nightly Date StampKitware Robot2023-02-051-1/+1
* | | | | CMake Nightly Date StampKitware Robot2023-02-041-1/+1
| |/ / / |/| | |
* | | | Merge topic 'ctest-timeout-junit'Brad King2023-02-031-1/+1
|\ \ \ \