summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge topic 'FindX11-even-more-xcb-components'Brad King2023-05-023-148/+1002
|\ \ \ \ \ \
| * | | | | | FindX11: Remove HAS_X11_xcb check from xcb testsMoses Miller2023-04-282-105/+131
| * | | | | | FindX11: Fix typo bug, xvmc -> xvMoses Miller2023-04-251-1/+1
| * | | | | | FindX11: Add tests for newly added xcb librariesMoses Miller2023-04-251-8/+421
| * | | | | | FindX11: Fix existing testsMoses Miller2023-04-252-21/+31
| * | | | | | FindX11: Add more components to FindX11 testsMoses Miller2023-04-251-2/+49
| * | | | | | FindX11: Add many new xcb modulesMoses Miller2023-04-251-95/+453
| * | | | | | FindX11: Arrange xcb modules in proper alphabetical orderMoses Miller2023-04-251-31/+31
| * | | | | | FindX11: Change find_path search string for XawMoses Miller2023-04-251-1/+1
* | | | | | | Merge topic 'ci-linkcheck'Brad King2023-05-021-2/+1
|\ \ \ \ \ \ \
| * | | | | | | Help: Remove outdated link to Absoft FortranBrad King2023-05-011-2/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'release-3.26'Brad King2023-05-020-0/+0
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Merge topic 'findjni_new_ubuntu_versions' into release-3.26Brad King2023-05-021-0/+7
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge topic 'findjni_new_ubuntu_versions'Brad King2023-05-021-0/+7
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | FindJNI: add Ubuntu specific paths for more recent JDK versionsEven Rouault2023-05-011-0/+7
* | | | | | | | CMake Nightly Date StampKitware Robot2023-05-021-1/+1
| |_|/ / / / / |/| | | | | |
* | | | | | | Merge topic 'CMake-uses-cmList-class'Brad King2023-05-0163-651/+644
|\ \ \ \ \ \ \
| * | | | | | | CMake code rely on cmList class for CMake lists management (part. 2)Marc Chevrier2023-04-2960-497/+398
| * | | | | | | cmList class: various enhancementsMarc Chevrier2023-04-298-157/+249
* | | | | | | | Merge topic 'tutorial-iface-order'Brad King2023-05-017-200/+225
|\ \ \ \ \ \ \ \
| * | | | | | | | Tutorial: Move Step4-Ex1 to Step3-Ex2Paul Choisel2023-04-287-200/+225
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge topic 'cpack-inno-setup'Brad King2023-05-0122-7/+2107
|\ \ \ \ \ \ \ \
| * | | | | | | | CPack: Add Inno Setup generatorJannik Alber2023-04-2818-7/+2081
| * | | | | | | | ci: Provide Inno Setup tools to some Windows CI jobsBrad King2023-04-274-0/+26
* | | | | | | | | CMake Nightly Date StampKitware Robot2023-05-011-1/+1
* | | | | | | | | CMake Nightly Date StampKitware Robot2023-04-301-1/+1
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2023-04-291-1/+1
| |_|/ / / / / |/| | | | | |
* | | | | | | Merge topic 'FindDoxygen-custom-config-file'Brad King2023-04-282-4/+21
|\ \ \ \ \ \ \
| * | | | | | | FindDoxygen: Optionally use custom config fileLe Go2023-04-272-4/+21
| |/ / / / / /
* | | | | | | Merge topic 'ignore_unity_suspicious_include'Brad King2023-04-281-0/+1
|\ \ \ \ \ \ \
| * | | | | | | Unity: Suppress clang-tidy 'bugprone-suspicious-include' warningSylvain Joubert2023-04-271-0/+1
| |/ / / / / /
* | | | | | | Merge topic 'add-missing-keyword-to-vim'Brad King2023-04-281-0/+1
|\ \ \ \ \ \ \
| * | | | | | | vim: Add missing RELATIVE keyword for FILE commandJoris Clement2023-04-271-0/+1
| |/ / / / / /
* | | | | | | Merge topic 'modules-if-deref'Brad King2023-04-281-3/+3
|\ \ \ \ \ \ \
| * | | | | | | CMakeDetermineCXXCompiler: Avoid if() quoted auto-dereferenceBrad King2023-04-271-3/+3
| |/ / / / / /
* | | | | | | Merge topic 'update_FindCUDAToolkit_nvrtc_notes'Brad King2023-04-281-1/+0
|\ \ \ \ \ \ \
| * | | | | | | FindCUDAToolkit: Update nvrtc section to clarify a static version existsRobert Maynard2023-04-271-1/+0
* | | | | | | | Merge topic 'iar-silent-flag'Brad King2023-04-281-3/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | IAR: Move linker silencing flag to CMAKE_EXE_LINKER_FLAGSFelipe Torrezan2023-04-261-3/+7
* | | | | | | | | CMake Nightly Date StampKitware Robot2023-04-281-1/+1
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | Merge topic 'ninja-nvhpc-fortran-Werror'Brad King2023-04-272-24/+2
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Ninja: Revert "Exclude NVHPC -Werror flags during Fortran preprocessing"Brad King2023-04-262-24/+2
* | | | | | | | Merge topic 'ExternalProject-relative-git-urls'Craig Scott2023-04-2723-1/+575
|\ \ \ \ \ \ \ \
| * | | | | | | | ExternalProject/FetchContent: Support relative remote URLsChris Wright2023-04-2623-1/+575
* | | | | | | | | Merge topic 'vs-show-cmake-files'Brad King2023-04-277-13/+326
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | VS: Add CMake input files to ZERO_CHECKAlexander Neundorf2023-04-257-1/+315
| * | | | | | | | | cmGlobalVisualStudio8Generator: Collect CMake input files earlierAlexander Neundorf2023-04-251-12/+11
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge topic 'orkun_21455_26_04_2023'Brad King2023-04-276-2/+57
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Autogen: Update test comments about Qt versionsOrkun Tokdemir2023-04-261-2/+2
| * | | | | | | | | Autogen: Add AUTORCC test /w AUTOGEN_BUILD_DIROrkun Tokdemir2023-04-266-0/+55
| | |_|/ / / / / / | |/| | | | | | |