summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy: suppress `google-readability-casting` lintBen Boeckel2022-05-241-1/+0
* clang-tidy: suppress new `readability-identifier-length` lintBen Boeckel2022-05-241-0/+1
* cmFileCommand: remove an unnecessary castBen Boeckel2022-05-241-1/+1
* clang-tidy: fix `readability-static-definition-in-anonymous-namespace` lintsBen Boeckel2022-05-241-2/+2
* clang-tidy: fix `bugprone-exception-escape` lintsBen Boeckel2022-05-241-3/+9
* clang-tidy: fix `performance-unnecessary-copy-initialization` lintsBen Boeckel2022-05-2410-20/+20
* clang-tidy: address `google-readability-casting` lintsBen Boeckel2022-05-2430-73/+95
* clang-tidy: address `readability-container-data-pointer` lintsBen Boeckel2022-05-2412-50/+50
* clang-tidy: address `modernize-use-default-member-init` lintsBen Boeckel2022-05-2454-212/+109
* zstd: suppress an analyzer lintBen Boeckel2022-05-241-0/+1
* cmGlobalGenerator: check for `nullptr` in `GetLanguageFromExtension`Ben Boeckel2022-05-211-1/+4
* cmCTestSubmitHandler: avoid double fetching envvarsBen Boeckel2022-05-211-4/+4
* cmMakefileLibraryTargetGenerator: improve output buildingBen Boeckel2022-05-191-1/+3
* style: use `cmStrCat` in some more locationsBen Boeckel2022-05-193-4/+3
* Merge topic 'find_item-doc-update'Brad King2022-05-194-51/+68
|\
| * Help: Avoid duplicating registry query syntax in multiple find_* commandsMarc Chevrier2022-05-184-51/+68
* | Merge topic 'ignore-werror-command-arg'Brad King2022-05-198-6/+41
|\ \
| * | COMPILE_WARNING_AS_ERROR: Add command-line optionMartin Duffy2022-05-188-6/+41
* | | Merge topic 'verify-interface-header-sets'Brad King2022-05-1935-64/+66
|\ \ \
| * | | VERIFY_HEADER_SETS: Rename to VERIFY_INTERFACE_HEADER_SETSKyle Edwards2022-05-1835-64/+66
* | | | Merge branch 'release-3.23'Brad King2022-05-190-0/+0
|\ \ \ \
| * \ \ \ Merge topic 'cpack-nuget-components-on-windows' into release-3.23Brad King2022-05-191-1/+3
| |\ \ \ \
* | \ \ \ \ Merge topic 'cpack-nuget-components-on-windows'Brad King2022-05-191-1/+3
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | CPack/NuGet: Restore component packaging on WindowsAlex Turbov2022-05-181-1/+3
| |/ / / /
* | | | | CMake Nightly Date StampKitware Robot2022-05-191-1/+1
| |/ / / |/| | |
* | | | Merge branch 'release-3.23'Brad King2022-05-180-0/+0
|\ \ \ \ | |/ / /
| * | | Merge topic 'ccmake-fix-infinite-loop-search' into release-3.23Brad King2022-05-182-7/+8
| |\ \ \
* | \ \ \ Merge topic 'ccmake-fix-infinite-loop-search'Brad King2022-05-182-7/+8
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | ccmake: Fix infinite loop during invalid searchMartin Duffy2022-05-182-7/+8
* | | | | Merge branch 'release-3.23'Brad King2022-05-180-0/+0
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge topic 'clang-imsvc' into release-3.23Brad King2022-05-181-1/+1
| |\ \ \ \
* | \ \ \ \ Merge topic 'clang-imsvc'Brad King2022-05-181-1/+1
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'backport-3.23-clang-imsvc' into clang-imsvcBrad King2022-05-171-1/+1
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | Clang: Use -imsvc flag without space to support Clang toolsBrad King2022-05-171-1/+1
| | |/ / / /
* | | | | | Merge topic 'FindGLUT-remove-undocumented-vars'Brad King2022-05-182-4/+5
|\ \ \ \ \ \
| * | | | | | FindGLUT: Remove undocumented variables GLUT_INCLUDE_PATH and GLUT_LIBRARYLetu Ren2022-05-172-4/+5
* | | | | | | Merge topic 'fetchcontent-subbuild-config-type-fix'Brad King2022-05-181-3/+3
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | FetchContent: Use Debug rather than Release for sub-buildCraig Scott2022-05-171-3/+3
* | | | | | | CMake Nightly Date StampKitware Robot2022-05-181-1/+1
| |_|/ / / / |/| | | | |
* | | | | | Merge topic 'try_compile-project-platform-vars'Brad King2022-05-1716-2/+125
|\ \ \ \ \ \
| * | | | | | try_compile: Add option to skip passing platform variablesBrad King2022-05-1610-3/+45
| * | | | | | try_compile: Propagate platform variables in project-mode tooBrad King2022-05-1614-2/+83
* | | | | | | Merge topic 'update-curl'Brad King2022-05-1727-159/+291
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'upstream-curl' into update-curlBrad King2022-05-1626-158/+290
| |\ \ \ \ \ \ \
| | * | | | | | | curl 2022-05-11 (462196e6)Curl Upstream2022-05-1626-158/+290
| * | | | | | | | curl: Update script to get curl 7.83.1Brad King2022-05-161-1/+1
* | | | | | | | | Merge topic 'findzlib-static'Brad King2022-05-171-6/+16
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | FindZLIB: fix ZLIB_USE_STATIC_LIBS on WindowsPeter Würth2022-05-131-6/+16
* | | | | | | | | | Merge topic 'install-all-components-fix'Brad King2022-05-176-10/+31
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | install: Don't ignore EXCLUDE_FROM_ALL when used with ALL_COMPONENTSNils Gladitz2022-05-166-10/+31