- 19 Mar, 2019 3 commits
-
-
Brad King authored
dfea916d FindEnvModules: Provide a CMake interface to environment modules Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3076
-
Brad King authored
c213e34d cray: Detect bad options passed on the command line Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3110
-
Kitware Robot authored
-
- 18 Mar, 2019 7 commits
-
-
Chuck Atkins authored
-
Brad King authored
fb5de060 cm_utf8: reject codepoints above 0x10FFFF a11e5e02 cm_utf8: reject UTF-16 surrogate half codepoints 7111873e testUTF8: add more test cases bba2b1c8 testUTF8: comment why sequences are invalid Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3097
-
Brad King authored
c58f5e11 ExternalProject: Extend documentation about GIT_TAG usage 8355665f ExternalProject: Drop unnecessary 'git submodule init' 00b5f1a1 ExternalProject: Simplify generated 'git clone' scripts 98e6822f ExternalProject: Re-run 'git clone' when GIT_REMOTE_NAME changes Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3095
-
Brad King authored
a77a30e6 FindGLEW: Add test a7d85386 FindGLEW: Update implementation Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3094
-
Brad King authored
380b2dae Add a release note for the cuda compiler generator expressions Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3109
-
Brad King authored
80af3dde zstd: Disable BMI2 instructions for build within CMake Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3107
-
Kitware Robot authored
-
- 17 Mar, 2019 1 commit
-
-
Kitware Robot authored
-
- 16 Mar, 2019 2 commits
-
-
Marc Chevrier authored
b759fa9b FindPkgConfig: Set linker flags on imported targets Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3082
-
Kitware Robot authored
-
- 15 Mar, 2019 16 commits
-
-
Chuck Atkins authored
-
Claudio authored
-
Claudio authored
Replicate behaviour of upstream GLEW. * define the imported target GLEW::glew for the shared library GLEW * if GLEW_USE_STATIC_LIBS is defined and set to TRUE, this module instead defines the imported target GLEW::glew_s for the static library GLEW * an imported target GLEW::GLEW is created as a copy of either GLEW::glew or GLEW::glew_s * by setting GLEW_VERBOSE you print out the log of the module. Fixes: #17638, #17864, #18989
-
Robert Maynard authored
-
Bartosz Kosiorek authored
When GIT_SHALLOW is used, the '--depth 1 --no-single-branch' arguments are add. It means that only branch names and tags is downloaded to repository. Most Commit Hash is not working. With this commit the documentation was updated, to describe the limitation of GIT_SHALLOW.
-
Brad King authored
9bede5c4 export: Disable PACKAGE mode user package registry by default Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Lukas Mosimann <lumosimann@gmail.com> Merge-request: !3041
-
Brad King authored
76e6e01c cmNinjaTargetGenerator: use a different depfile for preprocessing 414332ff cmake_ninja_dyndep: don't duplicate slashes Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3093
-
Brad King authored
-
Robert Maynard authored
The user package registry populated by the `export()` command causes side effects outside the build and source directories. Such effects should be opt-in rather than op-out. Introduce a policy to change default behavior of `export(PACKAGE)` to do nothing.
-
Brad King authored
00c4ddf7 find_program: Restore leading double slash on Windows network path Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3105
-
Brad King authored
9a84cb16 FindPython*: ensure correct architecture is selected. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3103
-
Brad King authored
5c50eeaf VS: Fix x64 host recognition by x86 cmake process Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3102
-
Brad King authored
28ae243c Tests: Run FindGTK2 tests only when explicitly enabled Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Kyle Edwards <kyle.edwards@kitware.com> Merge-request: !3100
-
Brad King authored
dd8c2f3e cmake-gui: Drop code not needed with current required CMake version Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3099
-
Brad King authored
Our nightly and release binaries build in an environment that does not support these instructions. Disable them everywhere for simplicity because CMake's application of this library is not performance-critical.
-
Kitware Robot authored
-
- 14 Mar, 2019 11 commits
-
-
Brad King authored
Merge-request: !3105
-
Brad King authored
Since commit c76c1ea2 (find_program: Consider CWD only for paths with separator, 2018-05-31, v3.13.0-rc1~413^2) we accidentally convert the leading `//` to just `/` on results with Windows network paths. This was caused by `CollapseCombinedPath` being less robust than `CollapseFullPath`. Restore use of the latter but in a way that preserves the requirement of the above commit to support candidates that are themselves absolute. Fixes: #19049 Issue: #19050
-
Brad King authored
Merge-request: !3103
-
Marc Chevrier authored
Ensure interpreter and libraries architecture matches CMake build configuration. Update documentation about interpreter constraints. Fixes: #19024
-
Bartosz Kosiorek authored
Since commit 79410eeb (ExternalProject: Initialize Git submodules recursively and on update (#16083), 2016-04-26, v3.6.0-rc1~105^2) our `git submodule update` step uses the `--init` flag. This makes the prior `git submodule init` unnecessary.
-
Bartosz Kosiorek authored
Revise script generation to hard-code selected options instead of building them with logic inside the script.
-
Bartosz Kosiorek authored
-
Ben Boeckel authored
These are invalid because the Unicode standard says so (because UTF-16 as specified today cannot encode them).
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Brad King authored
Merge-request: !3102
-