| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'clang-tidy-fixes' | Brad King | 2021-01-27 | 117 | -481/+426 |
|\ |
|
| * | clang-tidy: fix `readability-use-anyofallof` warnings | Ben Boeckel | 2021-01-27 | 14 | -189/+161 |
|
|
| * | clang-tidy: fix `readability-simplify-boolean-expr` warnings | Ben Boeckel | 2021-01-27 | 2 | -3/+2 |
|
|
| * | clang-tidy: fix `readability-redundant-string-init` warnings | Ben Boeckel | 2021-01-27 | 3 | -3/+0 |
|
|
| * | clang-tidy: fix `readability-redundant-access-specifiers` warnings | Ben Boeckel | 2021-01-27 | 25 | -42/+0 |
|
|
| * | clang-tidy: fix `readability-qualified-auto` warnings | Ben Boeckel | 2021-01-27 | 36 | -80/+85 |
|
|
| * | clang-tidy: fix `readability-make-member-function-const` warnings | Ben Boeckel | 2021-01-27 | 37 | -91/+108 |
|
|
| * | clang-tidy: fix `performance-trivially-destructible` warnings | Ben Boeckel | 2021-01-27 | 10 | -19/+7 |
|
|
| * | clang-tidy: fix `performance-no-automatic-move` warnings | Ben Boeckel | 2021-01-27 | 3 | -3/+2 |
|
|
| * | clang-tidy: fix `bugprone-suspicious-include` warnings | Ben Boeckel | 2021-01-27 | 3 | -1/+3 |
|
|
| * | clang-tidy: fix `bugprone-signed-char-misuse` warnings | Ben Boeckel | 2021-01-27 | 2 | -3/+1 |
|
|
| * | clang-tidy: fix `bugprone-reserved-identifier` warnings | Ben Boeckel | 2021-01-27 | 13 | -50/+60 |
|
|
* | | Merge topic 'rel-package-names' | Brad King | 2021-01-27 | 10 | -12/+22 |
|\ \ |
|
| * | | Utilities/Release: Rename Windows packages to 'windows-$arch' | Brad King | 2021-01-26 | 3 | -2/+6 |
|
|
| * | | Utilities/Release: Rename Linux packages to 'linux-$arch' | Brad King | 2021-01-25 | 8 | -10/+16 |
|
|
* | | | Merge topic 'update-bison-parser' | Brad King | 2021-01-27 | 19 | -3693/+3998 |
|\ \ \ |
|
| * | | | LexerParser: Suppress -Wused-but-marked-unused warning in cmExprParser | Brad King | 2021-01-26 | 2 | -52/+62 |
|
|
| * | | | LexerParser: Clean up includes following include-what-you-use | Christoph Grüninger | 2021-01-25 | 9 | -115/+115 |
|
|
| * | | | LexerParser: Regenerate parser files with GNU Bison 3.7.4 | Christoph Grüninger | 2021-01-25 | 14 | -3666/+3977 |
|
|
| * | | | LexerParser: Manual removing code from Bison is no longer needed | Christoph Grüninger | 2021-01-25 | 5 | -16/+0 |
|
|
| * | | | LexerParser: Do not use GNU Bison's yacc mode, we use Bison extensions | Christoph Grüninger | 2021-01-25 | 5 | -5/+5 |
| |/ / |
|
* | | | Merge topic 'outdir-target-genex' | Brad King | 2021-01-27 | 9 | -4/+91 |
|\ \ \ |
|
| * | | | OUTPUT_DIRECTORY: Support tgt genex in output artifact vars | Asit Dhal | 2021-01-26 | 9 | -4/+91 |
|
|
* | | | | Merge topic 'doc-system-processor' | Brad King | 2021-01-27 | 1 | -4/+9 |
|\ \ \ \ |
|
| * | | | | Help: Clarify meaning of CMAKE_SYSTEM_PROCESSOR | Brad King | 2021-01-26 | 1 | -4/+9 |
|
|
* | | | | | Merge topic 'cpack-compression-threads' | Brad King | 2021-01-27 | 13 | -10/+90 |
|\ \ \ \ \ |
|
| * | | | | | CPack: add CPACK_THREADS variable to control compression threads | Rodolfo Lima | 2021-01-26 | 12 | -9/+83 |
|
|
| * | | | | | libarchive: Fix lzma_stream_encoder_mt detection | Rodolfo Lima | 2021-01-26 | 1 | -1/+7 |
| |/ / / / |
|
* | | | | | Merge topic 'ExternalProject-vcs-tests' | Brad King | 2021-01-27 | 5 | -7/+136 |
|\ \ \ \ \ |
|
| * | | | | | Tests: Generate simpler ExternalProject sample Git repositories | Brad King | 2021-01-25 | 5 | -7/+136 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge topic 'doc-if' | Brad King | 2021-01-27 | 1 | -3/+4 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | Help: Document that if(EXISTS) does not expand ~ | Michael Hirsch, Ph.D | 2021-01-26 | 1 | -3/+4 |
| |/ / / |
|
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-01-27 | 1 | -1/+1 |
| |/ /
|/| | |
|
* | | | Merge topic 'nmc-cache-targets' | Brad King | 2021-01-26 | 5 | -2/+17 |
|\ \ \ |
|
| * | | | Ninja Multi-Config: Restore rebuild_cache and edit_cache targets | Brad King | 2021-01-25 | 5 | -0/+17 |
|
|
| * | | | cmNinjaUtilityTargetGenerator: Remove leftover development comment | Brad King | 2021-01-25 | 1 | -2/+0 |
| |/ / |
|
* | | | Merge topic 'cm-optional-warning' | Brad King | 2021-01-26 | 1 | -4/+4 |
|\ \ \ |
|
| * | | | cm::optional: Fix `-Wunused-parameter` warnings in comparison operators | Brad King | 2021-01-25 | 1 | -4/+4 |
| |/ / |
|
* | | | Merge topic 'irsl-msvc-arm64' | Brad King | 2021-01-26 | 1 | -7/+9 |
|\ \ \ |
|
| * | | | IRSL: Add support for non-x86/x64 architectures such as arm64 | pastdue | 2021-01-25 | 1 | -7/+9 |
|
|
* | | | | Merge topic 'csharp-vs-v142-flags' | Brad King | 2021-01-26 | 1 | -0/+18 |
|\ \ \ \ |
|
| * | | | | CSharp: Add 'warnaserror:...' to v142 flag table for VS | Francois Keith | 2021-01-25 | 1 | -0/+11 |
|
|
| * | | | | CSharp: Add 'debug:portable' to v142 flag table for VS | Francois Keith | 2021-01-25 | 1 | -0/+7 |
| | |/ /
| |/| | |
|
* | | | | Merge topic 'update-kwsys' | Brad King | 2021-01-26 | 1 | -1/+4 |
|\ \ \ \ |
|
| * \ \ \ | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2021-01-25 | 1 | -1/+4 |
| |\ \ \ \ |
|
| | * | | | | KWSys 2021-01-25 (10e36d47) | KWSys Upstream | 2021-01-25 | 1 | -1/+4 |
|
|
* | | | | | | Merge topic 'reproducible-unity-id' | Brad King | 2021-01-26 | 5 | -11/+55 |
|\ \ \ \ \ \ |
|
| * | | | | | | Unity: Generate reproducible unity IDs for anonymous namespaces | Craig Scott | 2021-01-22 | 5 | -11/+55 |
|
|
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-01-26 | 1 | -1/+1 |
| |_|_|/ / /
|/| | | | | |
|
* | | | | | | Merge branch 'release-3.19' | Brad King | 2021-01-25 | 0 | -0/+0 |
|\ \ \ \ \ \ |
|