summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge topic 'SWIG'Brad King2021-03-2913-3/+98
|\ | | | | | | | | | | | | 1d8e3a1e77 UseSWIG: Use standard library name conventions for csharp language Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5949
| * UseSWIG: Use standard library name conventions for csharp languageMarc Chevrier2021-03-2613-3/+98
| | | | | | | | Fixes: #21542
* | Merge topic 'FindDoxygen-clarify-cmake-variable-naming'Brad King2021-03-291-1/+2
|\ \ | | | | | | | | | | | | | | | | | | | | | 739446a9a1 FindDoxygen: clarify the CMake variable naming scheme Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Mateusz Mania <kajtkowo@gmail.com> Merge-request: !5943
| * | FindDoxygen: clarify the CMake variable naming schemeBen Boeckel2021-03-251-1/+2
| | |
* | | Merge branch 'release-3.20'Brad King2021-03-290-0/+0
|\ \ \
| * \ \ Merge topic 'commands-file-permissions' into release-3.20Brad King2021-03-299-44/+61
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 769ff05483 Help: Clarify permission-related command options 900184616a Cleanup: Fix misspelt name of local C++ variable 635431a0c9 Tests: Check host platform instead of target for running stat 4ceb0ca59e Tests: Remove redundant files for configure_file() tests Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5945
* | \ \ \ Merge topic 'commands-file-permissions'Brad King2021-03-299-44/+61
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 769ff05483 Help: Clarify permission-related command options 900184616a Cleanup: Fix misspelt name of local C++ variable 635431a0c9 Tests: Check host platform instead of target for running stat 4ceb0ca59e Tests: Remove redundant files for configure_file() tests Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5945
| * | | | Help: Clarify permission-related command optionsCraig Scott2021-03-262-23/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous docs did not make clear that at most only one of the three permissions-related options can be given for configure_file() or file(GENERATE) and that USE_SOURCE_PERMISSIONS is already the default behavior for these commands. Use consistent wording to refer to the input and output files for configure_file(). Add missing "versionadded" directives on some of these keywords. Use the consistent wording and keyword ordering between the configure_file(), file(GENERATE) and file(COPY) commands.
| * | | | Cleanup: Fix misspelt name of local C++ variableCraig Scott2021-03-262-14/+14
| | | | |
| * | | | Tests: Check host platform instead of target for running statCraig Scott2021-03-263-7/+7
| | | | |
| * | | | Tests: Remove redundant files for configure_file() testsCraig Scott2021-03-262-0/+0
| | | | |
* | | | | Merge branch 'release-3.20'Brad King2021-03-290-0/+0
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge topic 'FindIntl-builtin' into release-3.20Brad King2021-03-292-41/+90
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e34d64c04d FindIntl: Fix detection of intl built in to C library cb0d1a49e6 FindIntl: Improve documentation formatting Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Jeremy Tan <jtanx@outlook.com> Acked-by: David Adam <zanchey@ucc.gu.uwa.edu.au> Merge-request: !5948
* | \ \ \ \ Merge topic 'FindIntl-builtin'Brad King2021-03-292-47/+71
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0850160254 Merge branch 'backport-FindIntl-builtin' into FindIntl-builtin 8e342a6637 FindIntl: Fix detection of intl built in to C library f56c1571d2 Merge branch 'backport-FindIntl-builtin' into FindIntl-builtin e34d64c04d FindIntl: Fix detection of intl built in to C library cb0d1a49e6 FindIntl: Improve documentation formatting Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Jeremy Tan <jtanx@outlook.com> Acked-by: David Adam <zanchey@ucc.gu.uwa.edu.au> Merge-request: !5948
| * \ \ \ \ \ Merge branch 'backport-FindIntl-builtin' into FindIntl-builtinBrad King2021-03-261-0/+14
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | FindIntl: Fix detection of intl built in to C libraryBrad King2021-03-262-39/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since commit c30d06b7e6 (FindIntl: Add imported target, 2020-10-06, v3.20.0-rc1~687^2) we use `check_symbol_exists` to check whether the `intl` library is built in to the C library. On some platforms the tested symbols are provided as macros so the check passes without linking any symbol. Instead, check whether a sample source file both compiles and links. Fixes: #21979
| * | | | | | FindIntl: Fix detection of intl built in to C libraryBrad King2021-03-261-44/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since commit c30d06b7e6 (FindIntl: Add imported target, 2020-10-06, v3.20.0-rc1~687^2) we use `check_symbol_exists` to check whether the `intl` library is built in to the C library. On some platforms the tested symbols are provided as macros so the check passes without linking any symbol. Instead, check whether a sample source file both compiles and links. Fixes: #21979
| * | | | | | Merge branch 'backport-FindIntl-builtin' into FindIntl-builtinBrad King2021-03-261-3/+0
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | FindIntl: Improve documentation formattingSibi Siddharthan2021-03-261-17/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Backport from commit a9b11a06f5 (FindIntl: Add version support, 2021-02-23).
* | | | | | | Merge branch 'release-3.20'Brad King2021-03-290-0/+0
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Merge topic 'correct_arg_parsing' into release-3.20Brad King2021-03-294-5/+15
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 79d7bcaf40 cmCommandLineArgument: correctly compute next parse index Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5936
* | | | | | | Merge topic 'correct_arg_parsing'Brad King2021-03-294-5/+15
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 79d7bcaf40 cmCommandLineArgument: correctly compute next parse index Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5936
| * | | | | | cmCommandLineArgument: correctly compute next parse indexRobert Maynard2021-03-264-5/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #21966 Correctly compute the next parse index for `ZeroOrOne` when it is zero, and for OneOrMore.
* | | | | | | CMake Nightly Date StampKitware Robot2021-03-291-1/+1
| | | | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2021-03-281-1/+1
| | | | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2021-03-271-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge topic 'project-is-top-level'Brad King2021-03-2614-5/+106
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 96a7040107 project: Define variables indicating whether project is top level 3706e9c97c Help: Convert project() directory variables to a definition list Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Michael Hirsch <michael@scivision.dev> Merge-request: !5938
| * | | | | project: Define variables indicating whether project is top levelfriendlyanon2021-03-2614-0/+100
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Define `PROJECT_IS_TOP_LEVEL` and `<PROJECT-NAME>_IS_TOP_LEVEL`. The latter is a STATIC cache entry just like other `<PROJECT-NAME>_*` variables so that it is globally scoped. Issue: #20310 Fixes: #21961
| * | | | | Help: Convert project() directory variables to a definition listBrad King2021-03-261-5/+6
| | |_|_|/ | |/| | |
* | | | | Merge topic 'windows-long-path'Brad King2021-03-261-1/+11
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2fe39dc306 cmake: Fix loading CMake sources from long paths on Windows Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5940
| * | | | | cmake: Fix loading CMake sources from long paths on WindowsMatt Jaeger2021-03-251-1/+11
| |/ / / / | | | | | | | | | | | | | | | Pass a Windows extended path to the lexer so it can open long paths.
* | | | | Merge topic 'FindRuby-nodot-version'Brad King2021-03-261-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 238c2b6cb7 FindRuby: Consider ruby names with full nodot version suffixes Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5942
| * | | | | FindRuby: Consider ruby names with full nodot version suffixesPedro Luis Castedo Cepeda2021-03-251-1/+1
| |/ / / /
* | | | | Merge branch 'release-3.20'Brad King2021-03-260-0/+0
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge topic 'ninja-multi-long-custom-command' into release-3.20Brad King2021-03-263-0/+27
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3b864b2583 Ninja Multi-Config: Include configs in long CC scripts Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5941
* | \ \ \ \ Merge topic 'ninja-multi-long-custom-command'Brad King2021-03-263-0/+27
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | 3b864b2583 Ninja Multi-Config: Include configs in long CC scripts Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5941
| * | | | | Ninja Multi-Config: Include configs in long CC scriptsKyle Edwards2021-03-253-0/+27
| |/ / / / | | | | | | | | | | | | | | | Fixes: #21973
* | | | | CMake Nightly Date StampKitware Robot2021-03-261-1/+1
| |/ / / |/| | |
* | | | Merge topic 'ci-intel-compilers'Brad King2021-03-251-29/+29
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | d1b23dd468 gitlab-ci: update Intel Compiler base image tag naming convention Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5937
| * | | | gitlab-ci: update Intel Compiler base image tag naming conventionBrad King2021-03-241-29/+29
| | | | |
* | | | | Merge branch 'release-3.20'Brad King2021-03-250-0/+0
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge topic 'doc-custom-output-genex' into release-3.20Brad King2021-03-253-3/+11
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2f59b683d3 Help: Custom OUTPUT and BYPRODUCTS genexes cannot refer to targets Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5939
* | \ \ \ \ Merge topic 'doc-custom-output-genex'Brad King2021-03-253-3/+11
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2f59b683d3 Help: Custom OUTPUT and BYPRODUCTS genexes cannot refer to targets Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5939
| * | | | | Help: Custom OUTPUT and BYPRODUCTS genexes cannot refer to targetsCraig Scott2021-03-253-3/+11
| | |_|_|/ | |/| | | | | | | | Relates: #21364
* | | | | Merge branch 'release-3.20'Brad King2021-03-250-0/+0
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge topic 'nsis-branding-trim-position' into release-3.20Brad King2021-03-252-3/+12
| |\ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | a6a5256395 CPack: Validate and document NSIS branding text trim positions Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5928
* | | | | Merge topic 'nsis-branding-trim-position'Brad King2021-03-252-3/+12
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f226a1678f Merge branch 'master' into nsis-branding-trim-position a6a5256395 CPack: Validate and document NSIS branding text trim positions Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5928
| * \ \ \ \ Merge branch 'master' into nsis-branding-trim-positionCraig Scott2021-03-24412-1835/+7656
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | CPack: Validate and document NSIS branding text trim positionsCraig Scott2021-03-242-3/+12
| | |_|/ / | |/| | |
* | | | | CMake Nightly Date StampKitware Robot2021-03-251-1/+1
| |_|_|/ |/| | |