Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CPackIFW: add support for archive format and compression level options | Erlend E. Aasland | 2021-10-28 | 4 | -0/+81 |
* | Merge topic 'vulkan-version-support' | Brad King | 2021-10-28 | 2 | -14/+48 |
|\ | |||||
| * | FindVulkan: Add version support | Ralf Habacker | 2021-10-27 | 2 | -14/+48 |
* | | Merge topic 'update-kwsys' | Brad King | 2021-10-28 | 15 | -87/+126 |
|\ \ | |||||
| * \ | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2021-10-27 | 15 | -87/+126 |
| |\ \ | |||||
| | * | | KWSys 2021-10-27 (e19a5668) | KWSys Upstream | 2021-10-27 | 15 | -89/+128 |
* | | | | Merge branch 'release-3.22' | Brad King | 2021-10-28 | 0 | -0/+0 |
|\ \ \ \ | |||||
| * \ \ \ | Merge topic 'cpack-qtifw-4.2' into release-3.22 | Brad King | 2021-10-28 | 1 | -0/+1 |
| |\ \ \ \ | |||||
* | \ \ \ \ | Merge topic 'cpack-qtifw-4.2' | Brad King | 2021-10-28 | 1 | -0/+1 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | CPack/IFW: Add support for QtIFW 4.2 | Erlend E. Aasland | 2021-10-27 | 1 | -0/+1 |
* | | | | | | Merge branch 'release-3.22' | Brad King | 2021-10-28 | 0 | -0/+0 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | Merge topic 'builtin-help-versionadded' into release-3.22 | Brad King | 2021-10-28 | 5 | -0/+23 |
| |\ \ \ \ \ | |||||
* | \ \ \ \ \ | Merge topic 'builtin-help-versionadded' | Brad King | 2021-10-28 | 5 | -0/+23 |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| * | | | | | | cmRST: support `versionadded` and `versionchanged` directives | Ben Boeckel | 2021-10-27 | 5 | -0/+23 |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-10-28 | 1 | -1/+1 |
| |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | Merge branch 'release-3.22' | Brad King | 2021-10-27 | 0 | -0/+0 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | Merge topic 'ci-scheduled' into release-3.22 | Brad King | 2021-10-27 | 1 | -2/+5 |
| |\ \ \ \ \ | | |_|/ / / | |/| | | | | |||||
* | | | | | | Merge topic 'ci-scheduled' | Brad King | 2021-10-27 | 1 | -2/+5 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | gitlab-ci: Run manual jobs automatically only on scheduled pipelines | Brad King | 2021-10-27 | 1 | -2/+5 |
| |/ / / / | |||||
* | | | | | Merge branch 'release-3.22' | Brad King | 2021-10-27 | 0 | -0/+0 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge branch 'release-3.21' into release-3.22 | Brad King | 2021-10-27 | 0 | -0/+0 |
| |\ \ \ \ | |||||
* | \ \ \ \ | Merge branch 'release-3.21' | Brad King | 2021-10-27 | 0 | -0/+0 |
|\ \ \ \ \ \ | | |/ / / / | |/| | / / | |_|_|/ / |/| | | | | |||||
| * | | | | CMake 3.21.4v3.21.4 | Brad King | 2021-10-27 | 1 | -1/+1 |
* | | | | | Merge topic 'warnings-cleanup' | Brad King | 2021-10-27 | 32 | -193/+209 |
|\ \ \ \ \ | |||||
| * | | | | | Source: fix clang-tidy modernize-redundant-void-arg warning | Sean McBride | 2021-10-25 | 1 | -1/+1 |
| * | | | | | Source: fix more -Wmissing-prototypes warnings | Sean McBride | 2021-10-25 | 4 | -7/+6 |
| * | | | | | Source: fix many -Wmissing-prototypes warnings by marking functions static | Sean McBride | 2021-10-25 | 27 | -182/+200 |
| * | | | | | Source: fix some -Wunused-macros warnings | Sean McBride | 2021-10-25 | 2 | -3/+1 |
| * | | | | | Source: fix only -Wshorten-64-to-32 warning with explicit cast | Sean McBride | 2021-10-25 | 1 | -1/+2 |
* | | | | | | Merge topic 'more-rule-of-3' | Brad King | 2021-10-27 | 2 | -18/+31 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Source: fix more rule of 3 warnings from clang -Wdeprecated | Sean McBride | 2021-10-26 | 2 | -18/+31 |
| |/ / / / / | |||||
* | | | | | | Merge topic 'purge-sprintf' | Brad King | 2021-10-27 | 33 | -77/+96 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Replace the only non-standard _snprintf with snprintf | Sean McBride | 2021-10-25 | 1 | -1/+1 |
| * | | | | | | Source: Replace most calls to sprintf with snprintf | Sean McBride | 2021-10-25 | 32 | -76/+95 |
| |/ / / / / | |||||
* | | | | | | Merge topic 'simplify-boolean-expressions' | Brad King | 2021-10-27 | 4 | -12/+11 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Source: Simplify some boolean expressions | Rose | 2021-10-23 | 4 | -12/+11 |
* | | | | | | | Merge branch 'release-3.22' | Brad King | 2021-10-27 | 0 | -0/+0 |
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | |||||
| * | | | | | | Merge topic 'envmod-support-mod-to-new-variables' into release-3.22 | Brad King | 2021-10-27 | 3 | -7/+27 |
| |\ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ | Merge topic 'envmod-support-mod-to-new-variables' | Brad King | 2021-10-27 | 3 | -7/+27 |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | |||||
| * | | | | | | | cmCTestRunTest: fix modifying non-existent envvars | Ben Boeckel | 2021-10-26 | 3 | -7/+27 |
| | |_|_|_|/ / | |/| | | | | | |||||
* | | | | | | | Merge branch 'release-3.22' | Brad King | 2021-10-27 | 0 | -0/+0 |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| * | | | | | | Merge topic 'vs-instance-repeat' into release-3.22 | Brad King | 2021-10-27 | 2 | -2/+6 |
| |\ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ | Merge topic 'vs-instance-repeat' | Brad King | 2021-10-27 | 2 | -2/+6 |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | |||||
| * | | | | | | | cmGlobalVisualStudioVersionedGenerator: Fix repeating SetGeneratorInstance | Brad King | 2021-10-26 | 2 | -2/+6 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'release-3.22' | Brad King | 2021-10-27 | 0 | -0/+0 |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| * | | | | | | Merge topic 'doc-ENVIRONMENT_MODIFICATION' into release-3.22 | Brad King | 2021-10-27 | 1 | -2/+3 |
| |\ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ | Merge topic 'doc-ENVIRONMENT_MODIFICATION' | Brad King | 2021-10-27 | 1 | -2/+3 |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | |||||
| * | | | | | | | Help: Clarify ENVIRONMENT_MODIFICATION case sensitivity | Michael Hirsch | 2021-10-26 | 1 | -2/+3 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'release-3.22' | Brad King | 2021-10-27 | 0 | -0/+0 |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| * | | | | | | Merge topic 'hip-flags-append' into release-3.22 | Brad King | 2021-10-27 | 1 | -1/+1 |
| |\ \ \ \ \ \ |