summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Help: change links to point to the env.vars, not to the cmake varsAlex Neundorf2023-05-016-5/+32
* Help: add documentation for some CMAKE_XXX_PATH env.varsAlex Neundorf2023-05-0112-7/+99
* Help: minor improvement for the CMAKE_PREFIX_PATH docsAlex Neundorf2023-04-291-0/+3
* 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
| | |_|/ / / | |/| | | |
* | | | | | Merge topic 'vs-android-auto-arch'Brad King2023-04-271-1/+14
|\ \ \ \ \ \
| * | | | | | VS/Android: Deduce processor type from CMAKE_GENERATOR_PLATFORMMichael Karcher2023-04-261-1/+14
| |/ / / / /
* | | | | | Merge topic 'fix-short-path'Brad King2023-04-271-1/+6
|\ \ \ \ \ \
| * | | | | | Windows: Tolerate GetShortPathNameW failureOldřich Jedlička2023-04-261-1/+6
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'ci-intel-compiler'Brad King2023-04-271-0/+14
|\ \ \ \ \ \
| * | | | | | gitlab-ci: add jobs testing Intel 2023.1.0 compilers on LinuxBrad King2023-04-261-0/+14
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'preset-includes-macro-expansion'Brad King2023-04-2711-19/+106
|\ \ \ \ \ \
| * | | | | | presets: add support for macro expansion to includesZoran Angelov2023-04-2611-15/+103
| * | | | | | presets: Fix encoding of env/penv macro expansion on WindowsBrad King2023-04-261-4/+3
| | |/ / / / | |/| | | |
* | | | | | CMake Nightly Date StampKitware Robot2023-04-271-1/+1
| |/ / / / |/| | | |
* | | | | Merge topic 'iwyu_errors'Brad King2023-04-268-3/+28
|\ \ \ \ \
| * | | | | IWYU: Return error code if user enables error reportingAshish Sadanandan2023-04-258-3/+28
| | |/ / / | |/| | |
* | | | | Merge topic 'vs2022-android'Brad King2023-04-264-17/+16
|\ \ \ \ \
| * | | | | VS/Android: Use safe API level when detecting the NDK directoryMichael Karcher2023-04-251-0/+1
| * | | | | VS/Android: Detect full NDK root instead of sysrootMichael Karcher2023-04-252-14/+9
| * | | | | VS/Android: Set API level explicitly during compiler identificationMichael Karcher2023-04-252-0/+3
| * | | | | VS/Android: Do not specify Windows Runtime library type during compiler idMichael Karcher2023-04-251-1/+1
| * | | | | VS/Android: Use ApplicationTypeRevision 3.0 in VS2022Michael Karcher2023-04-252-2/+2
* | | | | | Merge topic 'update-libarchive'Brad King2023-04-2638-115/+354
|\ \ \ \ \ \
| * | | | | | libarchive: Set build options the way we need for CMakeBrad King2023-04-252-1/+5
| * | | | | | Merge branch 'upstream-LibArchive' into update-libarchiveBrad King2023-04-2536-113/+348
| |\ \ \ \ \ \
| | * | | | | | LibArchive 2022-12-09 (ba80276c)LibArchive Upstream2023-04-2538-117/+354
| * | | | | | | libarchive: Update script to get 3.6.2Brad King2023-04-251-1/+1
| | |_|_|/ / / | |/| | | | |