Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | zlib: Suppress clang-analyzer warnings | Brad King | 2023-05-22 | 2 | -0/+12 |
* | nghttp2: Suppress clang-analyzer warnings | Brad King | 2023-05-22 | 1 | -0/+16 |
* | libuv: Suppress clang-analyzer warnings | Brad King | 2023-05-22 | 2 | -0/+10 |
* | librhash: Suppress clang-analyzer warnings | Brad King | 2023-05-22 | 1 | -0/+3 |
* | liblzma: Suppress clang-analyzer warnings | Brad King | 2023-05-22 | 2 | -0/+7 |
* | libarchive: Suppress clang-analyzer warnings | Brad King | 2023-05-22 | 10 | -3/+84 |
* | bzip2: Suppress clang-analyzer warnings | Brad King | 2023-05-22 | 2 | -0/+12 |
* | curl: Avoid redundant getenv calls in curltest | Brad King | 2023-05-22 | 1 | -8/+11 |
* | ccmake: Tell clang-analyzer a loop body runs at least once | Brad King | 2023-05-22 | 1 | -0/+4 |
* | codespell: Fix typos | Brad King | 2023-05-22 | 29 | -34/+34 |
* | codespell: Avoid escape sequence that looks like misspelled "nodes" | Brad King | 2023-05-22 | 19 | -56/+60 |
* | codespell: Skip CTestCustom.cmake.in | Brad King | 2023-05-22 | 1 | -1/+1 |
* | codespell: Skip more non-text files | Brad King | 2023-05-22 | 1 | -1/+1 |
* | Merge branch 'upstream-KWSys' into ci-fedora-38 | Brad King | 2023-05-22 | 1 | -0/+4 |
|\ | |||||
| * | KWSys 2023-05-22 (df6f93a4) | KWSys Upstream | 2023-05-22 | 1 | -0/+4 |
* | | Merge topic 'minor-refactoring' | Brad King | 2023-05-22 | 4 | -51/+37 |
|\ \ | |||||
| * | | Source: Improve some code readability and efficiency | Meekness Adesina | 2023-05-19 | 3 | -45/+33 |
| * | | Source: Reuse some existing variable declarations | Meekness Adesina | 2023-05-19 | 1 | -6/+4 |
* | | | Merge topic 'autogen-test-file-generate' | Brad King | 2023-05-22 | 3 | -0/+31 |
|\ \ \ | |||||
| * | | | Autogen: Add AUTOMOC test /w file(Generate) | Orkun Tokdemir | 2023-05-19 | 3 | -0/+31 |
* | | | | Merge topic 'FindOpenSSL-trust-root-dir' | Brad King | 2023-05-22 | 1 | -10/+8 |
|\ \ \ \ | |||||
| * | | | | FindOpenSSL: Trust the user's OPENSSL_ROOT_DIR | Richard Levitte | 2023-05-19 | 1 | -10/+8 |
* | | | | | Merge topic 'doc-mingw-var' | Brad King | 2023-05-22 | 1 | -2/+3 |
|\ \ \ \ \ | |||||
| * | | | | | Help: Clarify meaning of MINGW variable | Brad King | 2023-05-19 | 1 | -2/+3 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge topic 'FileAPI-framework' | Brad King | 2023-05-22 | 55 | -31/+877 |
|\ \ \ \ \ | |||||
| * | | | | | fileapi: Extend codemodel targets/compileGroups with Apple frameworks | Marc Chevrier | 2023-05-19 | 55 | -31/+877 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-05-22 | 1 | -1/+1 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-05-21 | 1 | -1/+1 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-05-20 | 1 | -1/+1 |
| |/ / / / |/| | | | | |||||
* | | | | | Merge topic 'doc-skip-linting' | Brad King | 2023-05-19 | 7 | -34/+42 |
|\ \ \ \ \ | |||||
| * | | | | | Help: Wording, formatting and ordering fixes for SKIP_LINTING docs | Craig Scott | 2023-05-19 | 7 | -34/+42 |
* | | | | | | Merge topic 'doc-PRE_BUILD' | Brad King | 2023-05-19 | 1 | -3/+6 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Help: Clarify PRE_BUILD option for add_custom_command() | Craig Scott | 2023-05-19 | 1 | -3/+6 |
| |/ / / / / | |||||
* | | | | | | Merge topic 'test-bootstrap' | Brad King | 2023-05-19 | 7 | -22/+23 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Tests: Add option to control timeout of BootstrapTest | Brad King | 2023-05-18 | 1 | -6/+5 |
| * | | | | | | Tests: Modernize name of option to control existence of BootstrapTest | Brad King | 2023-05-18 | 7 | -16/+18 |
* | | | | | | | Merge topic 'cxxmodules-private-between-targets' | Brad King | 2023-05-19 | 20 | -43/+202 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | ci: Enable RunCMake.CXXModules collation cases in clang jobs | Brad King | 2023-05-18 | 3 | -3/+3 |
| * | | | | | | | Tests/CXXModules: add example for private modules between targets | Ben Boeckel | 2023-05-18 | 8 | -0/+39 |
| * | | | | | | | cmCxxModuleMapper: track whether modules are private or not | Ben Boeckel | 2023-05-18 | 3 | -36/+78 |
| * | | | | | | | cmCxxModuleMapper: add a structure to represent BMI locations | Ben Boeckel | 2023-05-18 | 2 | -0/+61 |
| * | | | | | | | cmDyndepCollation: add a query for visibility of an object's modules | Ben Boeckel | 2023-05-16 | 2 | -0/+19 |
| * | | | | | | | iwyu: ignore `std::remove_reference` requirements | Ben Boeckel | 2023-05-16 | 4 | -4/+2 |
* | | | | | | | | Merge topic 'vs-cxxmodules' | Brad King | 2023-05-19 | 6 | -2/+32 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | ci: Enable C++20 module testing with VS 2022 on ARM64 | Brad King | 2023-05-18 | 1 | -0/+3 |
| * | | | | | | | | VS: Add support for C++ module internal partitions in VS 17.6 and newer | Brad King | 2023-05-17 | 5 | -2/+29 |
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-05-19 | 1 | -1/+1 |
| |_|_|/ / / / / |/| | | | | | | | |||||
* | | | | | | | | Merge branch 'release-3.26' | Brad King | 2023-05-18 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | |||||
| * | | | | | | | CMake 3.26.4v3.26.4 | Brad King | 2023-05-18 | 2 | -3/+3 |
* | | | | | | | | Merge topic 'skip-linting' | Brad King | 2023-05-18 | 32 | -356/+479 |
|\ \ \ \ \ \ \ \ |