summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* Source: Remove unnecessary comparisons to nullptrVitaly Stakhovsky2021-05-1014-43/+40
|
* 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-1013-16/+16
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-071-1/+1
| | |
| * | Source: Fix typos and spelling in commentsJosef Angstenberger2021-05-0712-15/+15
| | |
* | | 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)
* | | Merge topic 'install-symlink-to-directory'Brad King2021-05-101-1/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 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-061-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | Allow symbolic links to a directory to be installed via install(FILES ...). Fixes: #22159
* | | | Merge topic 'windows-symlink-errors'Brad King2021-05-101-3/+15
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-071-3/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | CMake Nightly Date StampKitware Robot2021-05-101-1/+1
| | | | |
* | | | | CMake Nightly Date StampKitware Robot2021-05-091-1/+1
| |_|_|/ |/| | |
* | | | CMake Nightly Date StampKitware Robot2021-05-081-1/+1
| |_|/ |/| |
* | | Merge topic 'ctest-clicolor'Brad King2021-05-071-0/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | df0e50d756 CTest: Add env var CLICOLOR to disable color output Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !6076
| * | | CTest: Add env var CLICOLOR to disable color outputMartin Willers2021-05-061-0/+4
| |/ / | | | | | | | | | Based on the implementation in Terminal.c:kwsysTerminalStreamIsVT100.
* | | CMake Nightly Date StampKitware Robot2021-05-071-1/+1
| |/ |/|
* | Merge branch 'upstream-KWSys' into update-kwsysBrad King2021-05-061-1/+2
|/ | | | | | # By KWSys Upstream * upstream-KWSys: KWSys 2021-05-06 (2fa93cfc)
* Merge topic 'nmake-utf8'Brad King2021-05-066-2/+56
|\ | | | | | | | | | | | | | | | | f3f57cc4ed NMake: Use UTF-8 with BOM if supported by nmake 186c9bff53 NMake: Check nmake version for support of UTF-8 8a4f536be6 NMake: Detect nmake version Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !6041
| * NMake: Use UTF-8 with BOM if supported by nmakeAmine Najahi2021-05-055-2/+10
| | | | | | | | Fixes: #21792
| * NMake: Check nmake version for support of UTF-8Brad King2021-05-052-0/+9
| | | | | | | | NMake version 9 and above support UTF-8 encoded makefiles with a BOM.
| * NMake: Detect nmake versionBrad King2021-05-052-0/+37
| | | | | | | | | | | | Run `nmake -?` and extract the version from its output. Use a timeout because Watcom tools come with a `nmake` tool that always waits for user input on `-?`.
* | Merge topic 'update-kwsys'Brad King2021-05-062-2/+19
|\ \ | | | | | | | | | | | | | | | | | | | | | 4b73f113ba Merge branch 'upstream-KWSys' into update-kwsys 04c6e736f6 KWSys 2021-05-05 (e9ca4104) Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !6088
| * | Merge branch 'upstream-KWSys' into update-kwsysBrad King2021-05-052-2/+19
| | | | | | | | | | | | | | | | | | # By KWSys Upstream * upstream-KWSys: KWSys 2021-05-05 (e9ca4104)
* | | Merge topic 'objc-osx-architectures'Brad King2021-05-061-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 5972094708 ObjectiveC: Respect OSX_ARCHITECTURES for OBJC Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !6090
| * | | ObjectiveC: Respect OSX_ARCHITECTURES for OBJCBrad King2021-05-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix a typo from commit 940fc62962 (macOS: Respect OSX_ARCHITECTURES for ASM, 2020-08-21, v3.19.0-rc1~270^2). Fixes: #22152
* | | | CMake Nightly Date StampKitware Robot2021-05-061-1/+1
| |/ / |/| |
* | | Merge topic 'generate-cmake-build-command-parallel'Brad King2021-05-056-8/+26
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | d2b856bc92 ctest_build: Add the PARALLEL_LEVEL argument fc2ac46043 build_command: Add the PARALLEL_LEVEL argument 4dd4e9dd6c cmGlobalGenerator: Add parallel parameter to GenerateCMakeBuildCommand Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Brad King <brad.king@kitware.com> Merge-request: !6069
| * | | ctest_build: Add the PARALLEL_LEVEL argumentfriendlyanon2021-05-042-1/+3
| | | | | | | | | | | | | | | | Fixes: #19712
| * | | build_command: Add the PARALLEL_LEVEL argumentfriendlyanon2021-05-041-2/+9
| | | | | | | | | | | | | | | | Issue: #19712
| * | | cmGlobalGenerator: Add parallel parameter to GenerateCMakeBuildCommandfriendlyanon2021-05-015-7/+16
| | | |
* | | | CMake Nightly Date StampKitware Robot2021-05-051-1/+1
| | | |
* | | | Merge topic 'extend_toolchain_flag_to_cmake_preset'Brad King2021-05-044-0/+26
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a9b968bb98 cmake-presets: Introduce `toolchainFile` preset option Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !6045
| * | | | cmake-presets: Introduce `toolchainFile` preset optionRobert Maynard2021-04-284-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | | In v3 of the presets, the `--toolchain` command line argument now has a preset mapping.
* | | | | Merge topic 'vs-config-specific-csproj'Brad King2021-05-041-1/+15
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | d8786bfa16 VS: Add support for per-config C# sources Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !6055
| * | | | | VS: Add support for per-config C# sourcesThomas Vaughan2021-05-031-1/+15
| | | | | | | | | | | | | | | | | | | | | | | | Fixes: #22108
* | | | | | Merge topic 'vs-csharp-link'Brad King2021-05-041-2/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 31bbcd1905 VS: Fix CSharp sources inside build directory Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !6065
| * | | | | | VS: Fix CSharp sources inside build directoryKinan Mahdi2021-05-031-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: #22104
* | | | | | | CMake Nightly Date StampKitware Robot2021-05-041-1/+1
|/ / / / / /
* | | | | | Merge topic 'ninja-multi-long-command-line-config'Brad King2021-05-036-30/+54
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | ad08f93ee4 Ninja Multi-Config: Split long command lines by config Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !6067
| * | | | | Ninja Multi-Config: Split long command lines by configKyle Edwards2021-04-306-30/+54
| | | | | | | | | | | | | | | | | | | | | | | | Fixes: #22123
| * | | | | CMake 3.20.2v3.20.2Brad King2021-04-291-1/+1
| | | | | |
* | | | | | Merge topic 'foreach-loop-variable'Brad King2021-05-034-11/+46
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 46896d98bb foreach(): loop variables are only available in the loop scope Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Ben Boeckel <ben.boeckel@kitware.com> Acked-by: Michael Hirsch <michael@scivision.dev> Merge-request: !6044
| * | | | | | foreach(): loop variables are only available in the loop scopeMarc Chevrier2021-04-284-11/+46
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | Fixes: #20553
* | | | | | Merge topic 'update-kwsys'Brad King2021-05-031-0/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 11cadc3ef7 Merge branch 'upstream-KWSys' into update-kwsys 18513fa118 KWSys 2021-04-29 (5655d533) Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !6063
| * | | | | | Merge branch 'upstream-KWSys' into update-kwsysBrad King2021-04-291-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # By KWSys Upstream * upstream-KWSys: KWSys 2021-04-29 (5655d533)
* | | | | | | CMake Nightly Date StampKitware Robot2021-05-031-1/+1
| | | | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2021-05-021-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | CMake Nightly Date StampKitware Robot2021-05-011-1/+1
| | | | | |