- Jun 10, 2019
-
-
Kitware Robot authored
-
- Jun 09, 2019
-
-
Kitware Robot authored
-
- Jun 08, 2019
-
-
Craig Scott authored
-
Craig Scott authored
Merge-request: !3428
-
e61074c6 Help: Improve ADDITIONAL_CLEAN_FILES documentation cebccdeb Help: Move ADDITIONAL_MAKE_CLEAN_FILES dir prop to deprecated section Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3428
-
Kitware Robot authored
-
- Jun 07, 2019
-
-
Brad King authored
-
Brad King authored
Merge-request: !3431
-
00e6b67e Autogen: Fix header detection for paths with symbolic links Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3431
-
Extend the `ADDITIONAL_CLEAN_FILES' target and directory property documentation. Fixes: #19341
-
Craig Scott authored
-
Kitware Robot authored
-
- Jun 06, 2019
-
-
When Autogen searches the header for a source files in a target, the expanded real path is used and not the (possibly symbolic) original path of the source file. If the source file path contains symbolic links, then the correct `cmSourceFile` instance of the header won't be found, but a new one will be generated. This way all header source file properties get lost, which is problematic especially for the `SKIP_AUTOMOC/UIC/GEN` properties. This patch changes the header detection in Autogen to use the original source file path instead of the expanded real source file path. Fixes: #19346
-
0e4493ec cmOutputConverter: Initialize static std::set on construction f1bdfdf2 cmAddCustomCommand: Initialize static std::unordered_set on construction 8af4b31b cmTargetPropertyComputer: Initialize static std::unordered_set on construction 537ea119 cmTarget: Initialize static std::unordered_set on construction c4826787 cmTarget: Property initialization cleanup Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3416
-
Brad King authored
-
923f58ec Help: Document XLClang compiler id Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3430
-
8a4732c6 CPack/NuGet: Find nuget tool on case sensitive file system Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mathieu Malaterre <mathieu.malaterre@gmail.com> Merge-request: !3427
-
Brad King authored
Merge-request: !3430
-
Kitware Robot authored
-
- Jun 05, 2019
-
-
Brad King authored
-
15de26c7 Help: Trivial typo and grammar fixes for FindEnvModules Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3425
-
Brad King authored
Merge-request: !3427
-
Brad King authored
Merge-request: !3425
-
There is no need to use a CamelCase executable name since it will be handled gracefully on Windows anyway. This change allow support for Linux system, in particular Debian distribution where the binary is called `nuget`.
-
Craig Scott authored
-
Kitware Robot authored
-
- Jun 04, 2019
-
-
Brad King authored
-
Brad King authored
Merge-request: !3423
-
c0f00079 Tests: Fix RunCMake.ctest_update test to not require GIT_EXECUTABLE Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3423
-
Brad King authored
Merge-request: !3421
-
Sebastian Holtermann authored
-
Sebastian Holtermann authored
-
Sebastian Holtermann authored
-
Sebastian Holtermann authored
-
Sebastian Holtermann authored
-
0da2c35d GetPrerequisites: fix regression in gp_append_unique Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3421
-
The `item` variable was the loop variable in the old code prior to commit 3dfc8b9b (GetPrerequisites: use if(IN_LIST) instead of foreach, 2019-05-09). The function argument `value` should be used instead.
-
Brad King authored
-