- Aug 12, 2022
-
-
Kitware Robot authored
-
- Aug 11, 2022
-
-
Kitware Robot authored
-
- Aug 10, 2022
-
-
ce58311b Help: --build-target can be repeated in ctest --build-and-test mode Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !7555
-
ccba87b0 Tutorial: Move step 10 to step 4 Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !7506
-
899390fd FindGTK2: Search homebrew paths for arch-specific headers Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !7552
-
5d76ff60 Help: Fix formatting of CMAKE_EXPERIMENTAL_CXX_MODULE_CMAKE_API notes Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !7553
-
219a9b1e Fortran: Fix suprious dependencies with submodules a7211d6a Fortran: Teach lexer to handle CRLF newlines Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !7529
-
81fd0d6e ExternalProject: Fix install on BUILD_ALWAYS+BUILD_BYPRODUCTS with Ninja d9e88721 ExternalProject: Add test case for BUILD_ALWAYS Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !7546
-
Craig Scott authored
-
Kitware Robot authored
-
- Aug 09, 2022
-
-
Brad King authored
-
Without this, CMake fails to find brew-installed GTK2 on macOS. With it, GTK2 is found.
-
-
72039637 FindThreads: Skip check for -pthread flag when targeting the MSVC ABI Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !7551
-
72039637 FindThreads: Skip check for -pthread flag when targeting the MSVC ABI Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !7551
-
In commit 695f0d0d (cmFortranParser: Parse keywords as lexical tokens, 2016-09-05, v3.7.0-rc1~150^2) we created keyword-specific variants of the original `USE WORD other EOSTMT` production, such as `MODULE WORD other EOSTMT` and `INTERFACE WORD other EOSTMT`. The same pattern was used by more keyword-specific productions in commit b5ac8b8a (Fortran: Add support for submodule syntax in dependency scanning, 2016-09-05, v3.7.0-rc1~73^2~1). The postfix part (`other`) of several keyword-specific productions is not needed to match Fortran syntax. See the Fortran 2018 standard, para.4.1.4/1 on p.28, para.14.2.1/2 on pp.293-294. The postfix is needed only for a case of operator 'use': use <module-name> [, only : <list-of-vars>] The unnecessary postfix matching from the keyword-specific productions such as module, submodule, and interface declarations can cause spurious module dependencies to be detected, so remove it. Extend the test suite with examples covering the previously-broken cases. Fixes: #18427
-
Brad King authored
We read sources in binary format, so we need to explicitly match CR (`\r`) characters that occur as part of newlines in CRLF sources. This is particularly important when line continuation (`&`) occurs in the middle of module declaration or usage.
-
The `BUILD_BYPRODUCTS` option causes the ExternalProject's `build` step in `build.ninja` to have `restat = 1`, so its "always out-of-date" status caused by `BUILD_ALWAYS` does not propagate to the `install` step. Mark the latter step as explicitly always out-of-date too. Fixes: #23820
-
Brad King authored
We did not previously have a dedicated explicit test for this option. Issue: #23820
-
Kitware Robot authored
-
- Aug 08, 2022
-
-
Markus Ferrell authored
Shifts steps 4-9 to 5-10.
-
Brad King authored
Since commit 3257c340 (FindThreads: avoid failing in AIX when using -D_XOPEN_SOURCE=500, 2022-04-30, v3.24.0-rc1~197^2) we no longer check for `pthreads.h` before checking for the `-pthread` flag. Compilers targeting the MSVC ABI do not have such a flag, so avoid performing the check unnecessarily. Fixes: #23829
-
a6abdf6c Help: Consistent options declaration -- short first, then long f4563f05 Help: Value for `--graphviz=` option actually is mandatory 04843d74 Help: Replace a bunch of more ``--option`` to `:option:` role 09446266 Help: Replace mentions of ``-D`` option with :option:`-D` role b57f27b0 Help: Replace mentions of ``-T`` and ``-A`` options with role d25b232d Help: Replace mentions of ``-G`` option with :option:`-G` role 63940e1c Help: Replace mentions of ``-C`` option with :option:`-C` role 183a49cb Help: Replace mentions of ``-S`` option with :option:`-S` role ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !7544
-
Kitware Robot authored
-
- Aug 07, 2022
-
-
Kitware Robot authored
-
- Aug 06, 2022
-
-
Kitware Robot authored
-
- Aug 05, 2022
-
-
e0d3e6e1 string(JSON): Fix typo in error message Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !7547
-
20fe9cf7 Swift: Disable optimization when compiling in Debug Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !7545
-
19366408 cmFindPackageCommand: Protect overrides of `cmDirectoryListGenerator` e55c154c cmFindPackageCommand: Add one more search path Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !7542
-
Kitware Robot authored
-
- Aug 04, 2022
-
-
`s/then/than/` in a comparison.
-
Alex Turbov authored
-
Alex Turbov authored
Before it was `[file]` that AFAIK means optional.
-
Alex Turbov authored
-
Alex Turbov authored
-
Alex Turbov authored
-
Alex Turbov authored
-
Alex Turbov authored
-
Alex Turbov authored
-
Alex Turbov authored
-