- Feb 19, 2019
-
-
Brad King authored
Inspired-by:
Bartosz Kosiorek <bartosz.kosiorek@tomtom.com>
-
- Feb 18, 2019
-
-
Brad King authored
-
0f5a9f79 Help: Clarify and improve readability of link-related file subcommands Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2974
-
Brad King authored
Merge-request: !2974
-
afb32501 Xcode: Require at least Xcode 5 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2975
-
Brad King authored
-
2cc14592 Help: Remove outdated statement about get_filename_component() Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2973
-
f2072a65 Help: Clarify ExternalProject_Add()'s LOG_MERGED_STDOUTERR behavior f2820bce Release notes: Make ExternalProject dot points consistent Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2978
-
Brad King authored
Merge-request: !2978
-
Brad King authored
Merge-request: !2973
-
ae5e97a0 Delete some default constructors and assignment operators Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2968
-
91344e7a Autogen: Fix RerunMocPlugin test for Ninja generator Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2971
-
Kitware Robot authored
-
- Feb 17, 2019
-
-
Kitware Robot authored
-
- Feb 16, 2019
-
-
Craig Scott authored
The output is only merged for a step if it is logging to file. This option is ignored for steps that are logging normally. A minor grammatical error has also been fixed as part of this change.
-
Craig Scott authored
Use same phrasing and command linking.
-
Gregor Jasny authored
-
Craig Scott authored
-
Kitware Robot authored
-
- Feb 15, 2019
-
-
Craig Scott authored
After !2853, the statement that the "longest file extension is always considered" is no longer true. Both NAME_WLE and LAST_EXT now return details based on the shortest file extension. Fixes: 7a25ef32 (Help: Add documentation for new get_filename_component components, 2019-01-24, 3.14.0-rc1)
-
bd20cc29 cmSystemTools: Remove redundant cmCopyFile() and Split() Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2966
-
30faf726 Remove return from void function Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2969
-
157570b5 Add placeholder for Swift's library name Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2902
-
f510aafb Merge branch 'upstream-KWSys' into update-kwsys a930de85 KWSys 2019-02-14 (e270ce9f) Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2967
-
Vitaly Stakhovsky authored
-
Brad King authored
-
8fc0c98f Tests: Fix Module.WriteCompilerDetectionHeader for Intel on Windows Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2963
-
Brad King authored
-
fd86a4de FindLibXml2: Document LibXml2_FOUND as preferred case Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2970
-
5c26e3c5 VS: Fix validation of Windows 8.1 SDK Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Dedmen Miller <dedmenmiller@googlemail.com> Merge-request: !2962
-
They are unused, but if someone used them they would lead to problems since they would copy the internal raw pointers and the destructor would cause double delete
-
cde2596a try_compile: Restore expansion of ;-list in COMPILE_DEFINITIONS Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2965
-
Brad King authored
Merge-request: !2965
-
Both `LIBXML2_FOUND` and `LibXml2_FOUND` are provided but the modern convention is to use the case that matches the module name.
-
Brad King authored
The quoting added by commit 8c5221fb (try_compile: Preserve special characters in COMPILE_DEFINITIONS, 2019-01-21, v3.14.0-rc1~108^2~3) broke the case that the `COMPILE_DEFINITIONS` value contains a `;`. Without the quoting the `;` would be generated literally in an unquoted argument in the test `CMakeLists.txt` file and would then be expanded. With quoting the `;` is preserved, which is not the old behavior. Fix this by expanding the `;`-list ahead of time. Add test cases for behavior with both `#` and `;`. This was noticed with the PGI compiler where we set `CMAKE_CXX*_STANDARD_COMPILE_OPTION` to values like `--c++17;-A`. The symptom had also been observed while preparing commit ef8f2376 (ParseImplicitIncludeInfo: add SunPro Fortran and PGI compiler, Cray fix, 2019-01-29, v3.14.0-rc1~26^2~2) but was not recognized at the time as a regression. Revert the workaround added by that commit. Fixes: #18919
-
Sebastian Holtermann authored
-
Kitware Robot authored
-
- Feb 14, 2019
-
-
Albert Astals Cid authored
-