summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* CMake Nightly Date StampKitware Robot2021-05-121-1/+1
|
* Merge topic 'windows-artifact-symlinks'Brad King2021-05-111-2/+13
|\ | | | | | | | | | | | | d0c31cbff9 Windows: Use real artifact versioning symlinks if possible Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !6093
| * Windows: Use real artifact versioning symlinks if possibleGeorg Schwab2021-05-101-2/+13
| | | | | | | | | | | | | | | | When cross compiling from Windows to a platform that uses SONAMEs, real symlinks are now created for the VERSION and SOVERSION links instead of copies, if the user has the necessary privileges. Fixes: #22128
* | Merge topic 'fixAppleResourceWarning'Brad King2021-05-111-1/+1
|\ \ | | | | | | | | | | | | | | | | | | 169da7cd81 Do not show RESOURCE DESTINATION warning for MACOSX_BUNDLE Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !6104
| * | Do not show RESOURCE DESTINATION warning for MACOSX_BUNDLEMike Achtelik2021-05-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | RESOURCE arguments are ignored on Apple platforms because the associated files are installed into the appropriate locations inside the framework folder. So we do not need to show a warning, that no RESOURCE DESTINATION is defined. Fixes #15676
* | | Merge topic 'cmprop-nullptr'Brad King2021-05-1114-43/+40
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | ce97b7909b Source: Remove unnecessary comparisons to nullptr Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !6112
| * | | Source: Remove unnecessary comparisons to nullptrVitaly Stakhovsky2021-05-1014-43/+40
| | |/ | |/|
* | | Merge topic 'helpctestscript'Brad King2021-05-112-0/+6
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 140fe8c3c6 Help: Document CTEST_SCRIPT_DIRECTORY variable Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !6111
| * | | Help: Document CTEST_SCRIPT_DIRECTORY variableMichael Hirsch2021-05-102-0/+6
| | | |
* | | | Merge topic 'UseJava-add_jar-resource-namespace'Brad King2021-05-115-7/+157
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3e03f359a7 UseJava: Add RESOURCES with NAMESPACE to add_jar() Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Smit-tay <damnedyankee@gmail.com> Merge-request: !6071
| * | | | UseJava: Add RESOURCES with NAMESPACE to add_jar()Smit tay2021-05-105-7/+157
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add_jar() currently requires (undocumented) that resources be supplied as relative paths. The resources *may* then end up in a path which does not reflect the original path particularly when performing out-of-source builds. This change adds a RESOURCE (and NAMESPACE) parameter and a function to add the names resources into the named namespace within the jar- and thus address both of these problems. Fixes: #22101
* | | | | Merge topic 'capabilties-generator-platforms'Brad King2021-05-113-0/+19
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 66be34853c cmake: add supported platforms to cmake -E capabilties report Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !6102
| * | | | | cmake: add supported platforms to cmake -E capabilties reportscheffle2021-05-103-0/+19
| | | | | |
* | | | | | Merge topic 'findlapack_support_nvhpc'Brad King2021-05-112-1/+27
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2c9e623e31 Find{BLAS,LAPACK}: Add support for the NVHPC LAPACK library Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !6089
| * | | | | | Find{BLAS,LAPACK}: Add support for the NVHPC LAPACK libraryRobert Maynard2021-05-052-1/+27
| | | | | | |
* | | | | | | Merge branch 'release-3.20'Brad King2021-05-110-0/+0
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge topic 'cpp23_gcc' into release-3.20Brad King2021-05-111-2/+7
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9fbbebe3d0 GNU: C++23 support c9a1e06a18 GNU: Final C++20 flags 05f8c8178d GNU: C++17 default version Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !6108
* | \ \ \ \ \ \ \ Merge topic 'cpp23_gcc'Brad King2021-05-111-2/+7
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9fbbebe3d0 GNU: C++23 support c9a1e06a18 GNU: Final C++20 flags 05f8c8178d GNU: C++17 default version Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !6108
| * | | | | | | | GNU: C++23 supportRaul Tambre2021-05-101-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added in GCC commit 78739c2df788ee5c868d998a6333d453317d8711, released in 11.1. No lettered variant beforehand this time around. Implements #22139.
| * | | | | | | | GNU: Final C++20 flagsRaul Tambre2021-05-101-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added in GCC commit fb26050409473f5be54465beca114b7e48de43aa, released in 11.1.
| * | | | | | | | GNU: C++17 default versionRaul Tambre2021-05-101-1/+1
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Changed in GCC commit 0801f419440c14f6772b28f763ad7d40f7f7a580, released in 11.1.
* | | | | | | | CMake Nightly Date StampKitware Robot2021-05-111-1/+1
| | | | | | | |
* | | | | | | | Merge topic 'build-with-qt6-deprecations'Brad King2021-05-103-5/+17
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6c657173d8 cmake-gui: Address deprecation warnings with Qt6 Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Sankhesh Jhaveri <sankhesh.jhaveri@kitware.com> Merge-request: !6107
| * | | | | | | cmake-gui: Address deprecation warnings with Qt6Craig Scott2021-05-083-5/+17
| | | | | | | |
* | | | | | | | Merge topic 'remove-unused-Command-member'Brad King2021-05-102-5/+0
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1aa4f97c97 cmCTestGenericHandler: Remove unused Command member Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !6106
| * | | | | | | | cmCTestGenericHandler: Remove unused Command memberCraig Scott2021-05-082-5/+0
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | This was causing a cppcheck warning about an uninitialized member in the constructor. Since nothing was using it, remove it.
* | | | | | | | Merge topic 'codespell'Brad King2021-05-1070-88/+98
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fd02f10103 Xcode: Fix typos and spelling in error message 5950e54325 Source: Fix typos and spelling in comments 7072d83772 Help: Fix typos and spelling in documentation 03b1140ddc CONTRIBUTING: Fix typos and spelling 87f8843d8b FindMatlab: Fix spelling in warning and documentation 15cc39ed7f Modules: Fix typos and spelling in documentation f015c36c5a Modules: Fix typos and spelling in comments of generated code dad5b9d845 Modules: Fix typos and spelling in comments ... Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !6099
| * | | | | | | | Xcode: Fix typos and spelling in error messageJosef Angstenberger2021-05-072-2/+2
| | | | | | | | |
| * | | | | | | | Source: Fix typos and spelling in commentsJosef Angstenberger2021-05-0712-15/+15
| | | | | | | | |
| * | | | | | | | Help: Fix typos and spelling in documentationJosef Angstenberger2021-05-0724-28/+28
| | | | | | | | |
| * | | | | | | | CONTRIBUTING: Fix typos and spellingJosef Angstenberger2021-05-071-1/+1
| | | | | | | | |
| * | | | | | | | FindMatlab: Fix spelling in warning and documentationJosef Angstenberger2021-05-071-8/+8
| | | | | | | | |
| * | | | | | | | Modules: Fix typos and spelling in documentationJosef Angstenberger2021-05-074-6/+6
| | | | | | | | |
| * | | | | | | | Modules: Fix typos and spelling in comments of generated codeJosef Angstenberger2021-05-072-2/+2
| | | | | | | | |
| * | | | | | | | Modules: Fix typos and spelling in commentsJosef Angstenberger2021-05-077-7/+7
| | | | | | | | |
| * | | | | | | | Tests: Fix typos and spelling in test stringsJosef Angstenberger2021-05-072-2/+2
| | | | | | | | |
| * | | | | | | | Tests: Fix typos and spelling in test error messageJosef Angstenberger2021-05-072-3/+3
| | | | | | | | |
| * | | | | | | | Tests: Fix typos and spelling in test nameJosef Angstenberger2021-05-071-1/+1
| | | | | | | | |
| * | | | | | | | Tests: Fix typos and spelling in commentsJosef Angstenberger2021-05-076-6/+6
| | | | | | | | |
| * | | | | | | | Utilities: Fix typos and spelling in commentsJosef Angstenberger2021-05-073-4/+4
| | | | | | | | |
| * | | | | | | | Auxiliary: Fix typos and spelling in commentsJosef Angstenberger2021-05-073-3/+3
| | | | | | | | |
| * | | | | | | | codespell: Add configuration fileJosef Angstenberger2021-05-072-0/+10
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge topic 'update-kwsys'Brad King2021-05-104-31/+132
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ba87a84339 Merge branch 'upstream-KWSys' into update-kwsys 07727928f9 KWSys 2021-05-07 (979d7db0) Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !6101
| * \ \ \ \ \ \ \ Merge branch 'upstream-KWSys' into update-kwsysBrad King2021-05-074-31/+132
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # By KWSys Upstream * upstream-KWSys: KWSys 2021-05-07 (979d7db0)
| | * | | | | | | KWSys 2021-05-07 (979d7db0)KWSys Upstream2021-05-074-31/+132
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Code extracted from: https://gitlab.kitware.com/utils/kwsys.git at commit 979d7db0d534b25cc41f5defdc121dce0f9da10b (master). Upstream Shortlog ----------------- Ali Mohammad Pur (1): 1ea48581 ProcessUNIX: Fix kwsysProcessesSignalHandler() if !KWSYSPE_USE_SIGINFO Brad King (1): 8f3c4879 Status: Fix GetWindows return type Georg Schwab (2): fd2ec23d SystemTools: Implement FileIsSymlink using canonical reparse structure 3683e5ab SystemTools: Implement CreateSymlink and ReadSymlink on Windows
* | | | | | | | | Merge topic 'install-symlink-to-directory'Brad King2021-05-106-1/+24
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | d71a7cc19d install(FILES): Allow installation of symlinks to directory Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !6098
| * | | | | | | | | install(FILES): Allow installation of symlinks to directoryJens Carl2021-05-066-1/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow symbolic links to a directory to be installed via install(FILES ...). Fixes: #22159
* | | | | | | | | | Merge topic 'windows-symlink-errors'Brad King2021-05-107-10/+26
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | d7522b8f86 cmSystemTools: Improve CreateLink and CreateSymlink error codes Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !6096
| * | | | | | | | | | cmSystemTools: Improve CreateLink and CreateSymlink error codesBrad King2021-05-077-10/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In commit 7f89053953 (cmSystemTools: Return KWSys Status from CreateLink and CreateSymlink, 2021-04-15) we just took the `-err` from libuv and treated it as a POSIX error. This is accurate on POSIX, but on Windows does not match the POSIX error codes. Use `uv_fs_get_system_error` to get the actual system error code. This requires libuv 1.38 or higher. Require that for Windows, but fall back to the previous approach on POSIX.
* | | | | | | | | | | Merge branch 'release-3.20'Brad King2021-05-100-0/+0
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / | |/| | | | | | | | |