summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge topic 'ccmake-vim-key-navigation'Brad King2022-04-111-2/+2
|\ | | | | | | | | | | | | | | | | 0354865061 ccmake: Allow Vim keys in cmCursesLongMessageForm Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Acked-by: Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !7152
| * ccmake: Allow Vim keys in cmCursesLongMessageFormMartin Duffy2022-04-071-2/+2
| | | | | | | | | | | | | | | | | | | | Added support for navigation of cmCursesLongMessageForm with j and k which affects the help and log screens. These keys were already supported for cmCursesMainForm since commit e34e9c2705 (ccmake: Add VIM-like bindings for navigation, 2016-07-21, v3.7.0-rc1~295^2), adding them here for consistency. Fixes: #5233
* | Merge branch 'release-3.23'Brad King2022-04-110-0/+0
|\ \
| * \ Merge topic 'check-flag-fembed-bitcode-conflict' into release-3.23Brad King2022-04-114-0/+97
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | a10fc754a6 CheckSourceCompiles: Avoid linker warning with -fembed-bitcode Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7156
* | \ \ Merge topic 'check-flag-fembed-bitcode-conflict'Brad King2022-04-114-0/+97
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | a10fc754a6 CheckSourceCompiles: Avoid linker warning with -fembed-bitcode Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7156
| * | | CheckSourceCompiles: Avoid linker warning with -fembed-bitcodeCraig Scott2022-04-094-0/+97
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the Apple linker sees -headerpad_max_install_names and bitcode is enabled with a flag like -fembed-bitcode, it issues a warning and ignores the -headerpad_max_install_names flag. This causes unrelated compiler and linker flag checks to fail for valid flags. In f745e0497e (CheckCompilerFlags: Catch linker warning about ignored flags, 2022-01-03), we started detecting linker warnings, which caused a regression for projects that were setting -fembed-bitcode in their CMAKE_CXX_FLAGS or similar. Prevent that regression by removing the -headerpad_max_install_names linker flag when we know it will warn and be ignored anyway. Fixes: #23390 Issue: #23408
* | | CMake Nightly Date StampKitware Robot2022-04-111-1/+1
| | |
* | | CMake Nightly Date StampKitware Robot2022-04-101-1/+1
| | |
* | | CMake Nightly Date StampKitware Robot2022-04-091-1/+1
| | |
* | | Merge branch 'release-3.23'Brad King2022-04-080-0/+0
|\ \ \ | |/ /
| * | Merge topic 'CheckCompilerFlag-restore-env' into release-3.23Brad King2022-04-083-2/+20
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9dd585d12c CheckCompilerFlag: Fix regression in locale environment preservation Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !7153
* | \ \ Merge topic 'CheckCompilerFlag-restore-env'Brad King2022-04-083-2/+20
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | 9dd585d12c CheckCompilerFlag: Fix regression in locale environment preservation Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !7153
| * | | CheckCompilerFlag: Fix regression in locale environment preservationBrad King2022-04-073-2/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix a typo from commit 660e0d80ae (internal/CheckCompilerFlag: rely on common configuration, 2022-01-12, v3.23.0-rc1~124^2~1) that caused locale environment variables to not be restored after they are set during the check.
* | | | Merge branch 'release-3.23'Brad King2022-04-080-0/+0
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'release-3.22' into release-3.23Brad King2022-04-080-0/+0
| |\ \ \
* | \ \ \ Merge branch 'release-3.22'Brad King2022-04-080-0/+0
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge branch 'doc-qhelpgenerator' into release-3.22Brad King2022-04-076-10/+15
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Merge-request: !7150
* | \ \ \ \ Merge branch 'release-3.23'Brad King2022-04-080-0/+0
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge branch 'doc-qhelpgenerator' into release-3.23Brad King2022-04-086-10/+15
| |\ \ \ \ \ | | | |/ / / | | |/| / / | | |_|/ / | |/| | | Merge-request: !7150
* | | | | Merge topic 'doc-qhelpgenerator'Brad King2022-04-086-10/+15
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | bf69fa32c4 Utilities/Sphinx: Update qthelp generation to qhelpgenerator 37904abb58 Help: Add "Updates" section header in 3.22 release notes Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7150
| * | | | Utilities/Sphinx: Update qthelp generation to qhelpgeneratorBrad King2022-04-075-10/+10
| | | | | | | | | | | | | | | | | | | | `qcollectiongenerator` is deprecated in favor of `qhelpgenerator`.
| * | | | Help: Add "Updates" section header in 3.22 release notesBrad King2022-04-071-0/+5
| | |/ / | |/| | | | | | | | | | | | | | This was accidentally left out in commit 1461eff899 (Help: Add missing 3.22.1 section to the release notes, 2022-01-24, v3.22.2~1^2).
* | | | CMake Nightly Date StampKitware Robot2022-04-081-1/+1
| |_|/ |/| |
* | | Merge branch 'release-3.23'Brad King2022-04-070-0/+0
|\ \ \ | | |/ | |/|
| * | Merge topic 'header-sets-no-framework' into release-3.23Brad King2022-04-077-1/+34
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | f779f8c0ad FILE_SET: Forbid adding header sets to Apple FRAMEWORK libraries Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Kyle Edwards <kyle.edwards@kitware.com> Merge-request: !7149
* | \ \ Merge topic 'header-sets-no-framework'Brad King2022-04-077-1/+34
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | f779f8c0ad FILE_SET: Forbid adding header sets to Apple FRAMEWORK libraries Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Kyle Edwards <kyle.edwards@kitware.com> Merge-request: !7149
| * | | FILE_SET: Forbid adding header sets to Apple FRAMEWORK librariesKyle Edwards2022-04-077-1/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The feature needs a specialized implementation to place headers in the right place inside frameworks. To avoid silently doing the wrong thing, make this case an error for the 3.23 series. Issue: #23386
* | | | Merge topic 'fix-warnings'Brad King2022-04-0716-1138/+1121
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 75e8173322 Source: Fix clang -Wunused-but-set-variable warnings 2646d5dfcf LexerParser: Suppress clang -Wunused-but-set-variable warnings 8add899c03 LexerParser: Regenerate parsers with bison 3.8.2 Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !7147
| * | | | Source: Fix clang -Wunused-but-set-variable warningsBrad King2022-04-064-15/+2
| | | | |
| * | | | LexerParser: Suppress clang -Wunused-but-set-variable warningsBrad King2022-04-069-883/+919
| | | | |
| * | | | LexerParser: Regenerate parsers with bison 3.8.2Brad King2022-04-068-654/+614
| | | | |
* | | | | Merge topic 'FindJNI-targets'Brad King2022-04-0719-36/+546
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 00c4f488f2 FindJNI: support Android NDK 171d45c039 FindJNI: added components and imported targets 35e92ec619 FindJNI: improved description Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Alex <leha-bot@yandex.ru> Merge-request: !7069
| * | | | | FindJNI: support Android NDKSergiu Deitsch2022-04-051-14/+142
| | | | | |
| * | | | | FindJNI: added components and imported targetsSergiu Deitsch2022-04-0419-25/+407
| | | | | |
| * | | | | FindJNI: improved descriptionSergiu Deitsch2022-04-041-9/+9
| | | | | |
* | | | | | CMake Nightly Date StampKitware Robot2022-04-071-1/+1
| |/ / / / |/| | | |
* | | | | Merge branch 'release-3.23'Brad King2022-04-060-0/+0
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge branch 'release-3.22' into release-3.23Brad King2022-04-060-0/+0
| |\ \ \ \ | | | |_|/ | | |/| |
* | | | | Merge branch 'release-3.22'Brad King2022-04-060-0/+0
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge branch 'ci-cmake.org-help' into release-3.22Brad King2022-04-064-2/+12
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Merge-request: !7146
* | \ \ \ \ Merge branch 'release-3.23'Brad King2022-04-060-0/+0
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge topic 'ci-cmake.org-help' into release-3.23Brad King2022-04-064-2/+12
| |\ \ \ \ \ | | | |/ / / | | |/| | / | | |_|_|/ | |/| | | | | | | | | | | | | | | | | | b691906d27 gitlab-ci: Build qthelp-format release documentation for cmake.org 1ceec19c20 gitlab-ci: Add objects.inv to cmake.org html documentation Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7146
* | | | | Merge topic 'ci-cmake.org-help'Brad King2022-04-064-2/+12
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | b691906d27 gitlab-ci: Build qthelp-format release documentation for cmake.org 1ceec19c20 gitlab-ci: Add objects.inv to cmake.org html documentation Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7146
| * | | | gitlab-ci: Build qthelp-format release documentation for cmake.orgBrad King2022-04-063-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | | Previously the qthelp-format release documentation on `cmake.org` was built manually.
| * | | | gitlab-ci: Add objects.inv to cmake.org html documentationBrad King2022-04-061-1/+0
| | | | |
* | | | | Merge topic 'adsp-platform-and-compilers'Brad King2022-04-0617-7/+203
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 87142bbd5f ADSP: Add dedicated platform module e9eabb0dcd ADSP: Configure compiler in compiler module 88b38f531a ADSP: Support both VDSP++ and CCES for ADSP compilers Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7123
| * | | | | ADSP: Add dedicated platform moduleChris Wright2022-04-0412-1/+118
| | | | | |
| * | | | | ADSP: Configure compiler in compiler moduleChris Wright2022-04-046-2/+75
| | | | | |
| * | | | | ADSP: Support both VDSP++ and CCES for ADSP compilersChris Wright2022-04-042-6/+12
| | | | | |
* | | | | | Merge topic 'FindMatlab-no-implicit-link'Brad King2022-04-064-10/+100
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 178cf34bdc FindMatlab: Add NO_IMPLICIT_LINK_TO_MATLAB_LIBRARIES option to matlab_add_mex Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7139