summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream-KWSys' into update-kwsysBrad King2021-10-2715-87/+126
|\
| * KWSys 2021-10-27 (e19a5668)KWSys Upstream2021-10-2715-89/+128
* | Merge topic 'warnings-cleanup'Brad King2021-10-2732-193/+209
|\ \
| * | Source: fix clang-tidy modernize-redundant-void-arg warningSean McBride2021-10-251-1/+1
| * | Source: fix more -Wmissing-prototypes warningsSean McBride2021-10-254-7/+6
| * | Source: fix many -Wmissing-prototypes warnings by marking functions staticSean McBride2021-10-2527-182/+200
| * | Source: fix some -Wunused-macros warningsSean McBride2021-10-252-3/+1
| * | Source: fix only -Wshorten-64-to-32 warning with explicit castSean McBride2021-10-251-1/+2
* | | Merge topic 'more-rule-of-3'Brad King2021-10-272-18/+31
|\ \ \
| * | | Source: fix more rule of 3 warnings from clang -WdeprecatedSean McBride2021-10-262-18/+31
| |/ /
* | | Merge topic 'purge-sprintf'Brad King2021-10-2733-77/+96
|\ \ \
| * | | Replace the only non-standard _snprintf with snprintfSean McBride2021-10-251-1/+1
| * | | Source: Replace most calls to sprintf with snprintfSean McBride2021-10-2532-76/+95
| |/ /
* | | Merge topic 'simplify-boolean-expressions'Brad King2021-10-274-12/+11
|\ \ \
| * | | Source: Simplify some boolean expressionsRose2021-10-234-12/+11
* | | | Merge branch 'release-3.22'Brad King2021-10-270-0/+0
|\ \ \ \
| * \ \ \ Merge topic 'envmod-support-mod-to-new-variables' into release-3.22Brad King2021-10-273-7/+27
| |\ \ \ \
* | \ \ \ \ Merge topic 'envmod-support-mod-to-new-variables'Brad King2021-10-273-7/+27
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | cmCTestRunTest: fix modifying non-existent envvarsBen Boeckel2021-10-263-7/+27
* | | | | | Merge branch 'release-3.22'Brad King2021-10-270-0/+0
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge topic 'vs-instance-repeat' into release-3.22Brad King2021-10-272-2/+6
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'vs-instance-repeat'Brad King2021-10-272-2/+6
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | cmGlobalVisualStudioVersionedGenerator: Fix repeating SetGeneratorInstanceBrad King2021-10-262-2/+6
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'release-3.22'Brad King2021-10-270-0/+0
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge topic 'doc-ENVIRONMENT_MODIFICATION' into release-3.22Brad King2021-10-271-2/+3
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'doc-ENVIRONMENT_MODIFICATION'Brad King2021-10-271-2/+3
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Help: Clarify ENVIRONMENT_MODIFICATION case sensitivityMichael Hirsch2021-10-261-2/+3
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'release-3.22'Brad King2021-10-270-0/+0
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge topic 'hip-flags-append' into release-3.22Brad King2021-10-271-1/+1
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'hip-flags-append'Brad King2021-10-271-1/+1
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | HIP: Add missing space when appending --cuda-host-onlyBrad King2021-10-261-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'release-3.22'Brad King2021-10-270-0/+0
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge branch 'release-3.21' into release-3.22Brad King2021-10-270-0/+0
| |\ \ \ \ \
* | \ \ \ \ \ Merge branch 'release-3.21'Brad King2021-10-270-0/+0
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge branch 'backport-3.21-vs2022' into release-3.21Brad King2021-10-272-10/+10
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge branch 'release-3.22'Brad King2021-10-270-0/+0
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | Merge topic 'vs2022' into release-3.22Brad King2021-10-273-14/+10
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge topic 'vs2022'Brad King2021-10-273-14/+10
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Help: Drop 3.22 release note for VS 2022Brad King2021-10-271-4/+0
| * | | | | | | Merge branch 'backport-3.21-vs2022' into vs2022Brad King2021-10-272-10/+10
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | / / / / | | | |/ / / / | | |/| | | |
| | * | | | | VS: Update Visual Studio 17 2022 generator for the Release CandidatesBrad King2021-10-272-10/+10
* | | | | | | CMake Nightly Date StampKitware Robot2021-10-271-1/+1
* | | | | | | Merge topic 'check-symbol-exists-pedantic-errors'Brad King2021-10-262-0/+26
|\ \ \ \ \ \ \
| * | | | | | | CheckSymbolExists: Work around GCC failure with -pedantic-errors optionTimo Röhling2021-10-222-0/+26
* | | | | | | | Merge branch 'release-3.22'Brad King2021-10-260-0/+0
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge branch 'release-3.21' into release-3.22Brad King2021-10-260-0/+0
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
* | | | | | | | Merge branch 'release-3.21'Brad King2021-10-260-0/+0
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge branch 'binutils-llvm-strip' into release-3.21Brad King2021-10-221-1/+4
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge branch 'release-3.22'Brad King2021-10-260-0/+0
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| * | | | | | | | Merge topic 'binutils-llvm-strip' into release-3.22Brad King2021-10-261-1/+4
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |