- Oct 28, 2021
-
-
Kitware Robot authored
-
- Oct 27, 2021
-
-
-
ada9855b gitlab-ci: Run manual jobs automatically only on scheduled pipelines Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !6671
-
ada9855b gitlab-ci: Run manual jobs automatically only on scheduled pipelines Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !6671
-
Brad King authored
Previously we ran manual jobs automatically in the `cmake/cmake` project integration branches. Change this to happen only when the pipeline is created by a schedule. Also, start automatic jobs in scheduled pipelines without delay.
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
7e4e192c Source: fix clang-tidy modernize-redundant-void-arg warning 8d671dd9 Source: fix more -Wmissing-prototypes warnings 1cf14f8c Source: fix many -Wmissing-prototypes warnings by marking functions static 319944b3 Source: fix some -Wunused-macros warnings 5257d9e7 Source: fix only -Wshorten-64-to-32 warning with explicit cast Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !6648
-
8f8f7371 Source: fix more rule of 3 warnings from clang -Wdeprecated Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !6659
-
b7e9cd05 Replace the only non-standard _snprintf with snprintf 5ba6e8ac Source: Replace most calls to sprintf with snprintf Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6649
-
dd918c51 Source: Simplify some boolean expressions Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !6654
-
-
69f95cf1 cmCTestRunTest: fix modifying non-existent envvars Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !6663
-
69f95cf1 cmCTestRunTest: fix modifying non-existent envvars Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !6663
-
-
9eaf0932 cmGlobalVisualStudioVersionedGenerator: Fix repeating SetGeneratorInstance Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6665
-
9eaf0932 cmGlobalVisualStudioVersionedGenerator: Fix repeating SetGeneratorInstance Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6665
-
-
f6177f05 Help: Clarify ENVIRONMENT_MODIFICATION case sensitivity Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !6661
-
f6177f05 Help: Clarify ENVIRONMENT_MODIFICATION case sensitivity Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !6661
-
-
3d0e2775 HIP: Add missing space when appending --cuda-host-only Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6662
-
3d0e2775 HIP: Add missing space when appending --cuda-host-only Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6662
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
-
8b64fc7d Help: Drop 3.22 release note for VS 2022 050ed594 Merge branch 'backport-3.21-vs2022' into vs2022 f3ddc526 VS: Update Visual Studio 17 2022 generator for the Release Candidates Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6664
-
8b64fc7d Help: Drop 3.22 release note for VS 2022 050ed594 Merge branch 'backport-3.21-vs2022' into vs2022 f3ddc526 VS: Update Visual Studio 17 2022 generator for the Release Candidates Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6664
-
Brad King authored
Merge-request: !6664
-
Brad King authored
The 3.21.4 release will have full support, so it is not new to the 3.22 series anymore.
-
Brad King authored
-
Brad King authored
Assume this is close enough to the final release to treat as non-experimental support.
-
Kitware Robot authored
-
- Oct 26, 2021
-
-
Ben Boeckel authored
When appending or modifying to a variable that has not been modified before, the iterator was not valid, but it was used to insert into the map again. Instead, just use indexing into the map since we know it will exist by the end of the function anyways. Fixes: #22796
-
Brad King authored
Fixes: #22805
-
Sean McBride authored