- 24 Apr, 2018 1 commit
-
-
Kitware Robot authored
-
- 23 Apr, 2018 9 commits
-
-
b1f95e5b Fortran: Extend submodule test with great-grandchild 40273531 Fortran: Add support for submodule dependencies 62538b2c Fortran: Refactor to treat .mod extension as part of module name Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Izaak Beekman <contact@izaakbeekman.com> Merge-request: !1989
-
8e841a47 Cleanup: Fix typos and grammar in docs and code Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1996
-
8e41d44b Help: Document missing variables for productbuild CPack generator Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Clinton Stimpson <clinton@elemtech.com> Merge-request: !1995
-
61b222f3 CUDA/select_compute_arch: Fix detection on old CUDA with new card/driver Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1987
-
20d90a94 Help: Some spelling corrections for commands. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1994
-
a4f71b4b Help: Document existence of cmake_install.cmake fcf64866 Help: move DESTDIR into a separate page Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1979
-
cb83314e add_compile_definitions: add new command Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1988
-
d512825b Help: Mention CMP0060 in CMAKE_<LANG>_IMPLICIT_LINK_DIRECTORIES Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1990
-
Kitware Robot authored
-
- 22 Apr, 2018 2 commits
-
-
Craig Scott authored
No functional changes, just docs, comments and error messages.
-
Kitware Robot authored
-
- 21 Apr, 2018 1 commit
-
-
Kitware Robot authored
-
- 20 Apr, 2018 16 commits
-
-
Craig Scott authored
Missing variables were CPACK_PREFLIGHT_<COMP>_SCRIPT and CPACK_POSTFLIGHT_<COMP>_SCRIPT.
-
Yee Fan Tan authored
-
Brad King authored
Name the module using CamelCase to test lower-case file name conversion. Also add coverage of existing "sibling" module.
-
Brad King authored
Since commit v3.7.0-rc1~73^2~1 (Fortran: Add support for submodule syntax in dependency scanning, 2016-09-05) we support parsing Fortran sources that use submodule syntax, but it left addition of `.smod` dependencies to future work. Add it now. The syntax submodule (module_name) submodule_name means the current source requires `module_name.mod` and provides `module_name@submodule_name.smod`. The syntax submodule (module_name:submodule_name) nested_submodule_name means the current source requires `module_name@submodule_name.smod` provides `module_name@nested_submodule_name.smod`. Fixes: #17017
-
Brad King authored
When tracking module names internally, include the `.mod` extension. This will later be useful to distinguish them from `.smod` extensions for submodules.
-
Henry Schreiner authored
Fix version comparisons to handle patch components. List and check known archs for each version of CUDA so mismatching versions are not suggested. Fixes: #17921
-
This command manages preprocessor definitions at directory level and supports generator expressions. Fixes: #15374
-
Brad King authored
Behavior described for this variable is actually dependent on the `CMP0060` policy setting. Update the documentation accordingly.
-
Kyle Edwards authored
This file, which is currently undocumented, is useful for external packaging programs that wish to install only a single component at a time. This change adds documentation for the file.
-
Kyle Edwards authored
-
6ec3e880 VS: Add variables to set SDK directories in vcxproj files Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1965
-
5650ba1d Ninja: Drop unnecessary ident encoding logic for paths Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1983
-
7855e4d6 FindPython: Add cross-compilation support for Debian-based systems. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Marc Chevrier <marc.chevrier@sap.com> Merge-request: !1961
-
0055d506 Help: Drop direct link to Wiki/FAQ page Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1986
-
63e0c16e Help: Link from CMAKE_<LANG>_FLAGS to <LANG>FLAGS environment variables 8acf46ca Utilities/Sphinx: Add role and directive for 'envvar' in CMake domain 7e532abc Utilities/Sphinx: Fix QtHelp generator identifiers Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Robert Maynard <robert.maynard@kitware.com> Merge-request: !1985
-
Kitware Robot authored
-
- 19 Apr, 2018 11 commits
-
-
Brad King authored
Instead mention that community resources are available on the general documentation landing page.
-
Create `CMAKE_VS_SDK_*_DIRECTORIES` variables to tell the VS generator how to populate fields in `.vcxproj` files that specify SDK directories. Fixes: #17908
-
Brad King authored
-
Brad King authored
This enables cross-reference syntax for CMake environment variables: :envvar:`SOMEVAR` and definition of CMake environment variables via a directive: .. envvar:: SOMEVAR It also adds environment variables defined by the directive and by `Help/envvar/SOMEVAR.rst` documents to the index. This `envvar` role and directive is defined in our `cmake` domain and overrides the equivalent `envvar` role and directive provided by Sphinx in its default domain. This is okay because we build CMake documents in the `cmakd` domain. This follows up the work from commit v3.10.0-rc1~43^2 (Help: Document CMake's environment variables, 2017-09-01) that originally added `envvar` documentation.
-
Brad King authored
Add missinge entry in `create_identifiers.py` helper.
-
87f2cf3b FindJPEG: Add imported target support and full test 13952a3b FindJPEG: Add multi config support and associated docs 1f6649b7 FindJPEG: Add version detection and associated test update and docs 8d07408a FindJPEG: Cleanup documentation formatting e70da3f0 FindJPEG: Clean up whitepaces and lowercase function names Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1974
-
Brad King authored
-
bdf660ca InstallRequiredSystemLibraries: Check for existence of mfcm dlls Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1980
-
d67962c5 SunPro,XL: Add depfile flags to support Ninja generator Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1969
-
a61ae3fb CheckIncludeFiles: Honor CMAKE_REQUIRED_LIBRARIES 391a5837 cmake_policy: Add undocumented PARENT_SCOPE option to GET 3c47ac5b OpenWatcom: Add workaround for lack of error on missing library Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1978
-
909ab169 Help: Fix command-line synopsis markup syntax Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1981
-