- Aug 04, 2017
-
-
Brad King authored
It was left out accidentally.
-
Brad King authored
-
0184531a FindCygwin: Look for Cygwin in C:\Cygwin64. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1091
-
Add "C:\Cygwin64" to the list of Cygwin search paths.
-
e49c9eec cmGeneratorExpressionNode: add some missing commas Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1102
-
d7472bbf file: Clarify directory creation behavior when using WRITE Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1088
-
75ca5f04 Help: Document that file(GLOB) result is sorted Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1098
-
168b42d2 IAR: Enable extensions by default Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1081
-
4956fc26 FindHDF5: fixes for HL when using an imported config 4150048a FindHDF5: unset some variables 9310d008 FindHDF5: for a static imported config, use CONFIG-specific library fc982844 FindHDF5: fix hdf5-config case with more than one configuration Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1064
-
9e225766 Help: Silence warning about document not included in toctree Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1077
-
68d67c82 Android: Fix support for CMAKE_SYSROOT without CMAKE_SYSROOT_COMPILE Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1101
-
fe3b481b VS: Fix VCTargetsPath detection Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1100
-
4a207116 find_package: Split PACKAGE_ROOT tests to work with smaller regex 9722ff5a find_package: Fix PACKAGE_ROOT test to check find_pacakge(CONFIG) mode. c5d2b99c find_package: Add missing PACKAGE_ROOT_PATH search path implementation. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1082
-
Kitware Robot authored
-
- Aug 03, 2017
-
-
Brad King authored
Merge-request: !1082
-
When using `file(WRITE)`, parent directories are also created. Documentation has been updated to explain this behavior. Co-Author: Craig Scott <craig.scott@crascit.com>
-
It has been sorted since commit v3.6.0-rc1~54^2 (file: Sort GLOB results to make it deterministic, 2016-05-14). That commit left the order unspecified in the documentation, but has been stable long enough to document now.
-
Ben Boeckel authored
-
Brad King authored
If `CMAKE_SYSROOT` is set by the user (e.g. via the toolchain file) then we do not set `CMAKE_SYSROOT_COMPILE` to our default. Fix our references to the sysroot's `/usr/include` directory to use `CMAKE_SYSROOT_COMPILE` only if it is set and else `CMAKE_SYSROOT`. Fixes: #17096
-
Brad King authored
Merge-request: !1100
-
Brad King authored
In some environments MSBuild chooses the `Release` configuration even though only `Debug` is available in our detection project. Force use of the `Debug` configuration with a command-line option. Fixes: #17118
-
- some variables did not have the appropriate HL infix - some logic was not yet implemented for HL
-
prefixed some local variables with _hdf5 and unset them at the end (still more of these to do)
-
first check the LOCATION_<CONFIG> propertiy to find the library, then LOCATION
-
Select a configuration as the first of the following available: * MAP_IMPORTED_CONFIG_<CONFIG> * ${CMAKE_BUILD_TYPE}, RELWITHDEBINFO, RELEASE, DEBUG * First entry in IMPORTED_CONFIGURATIONS Fixes: #17039
-
Brad King authored
Merge-request: !1077
-
cc78ff72 Help: Fix example in cmake-buildsystem(7) manual Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1097
-
When not using the html or text builders, `Help/index.rst` does not include `Help/release/index.rst` in the toctree. Silence the warning.
-
Brad King authored
-
70272f3c server: Fix crash on missing cache entries Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1096
-
b4fbf677 UseSWIG: Fix when Java is enabled as a language Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1095
-
Kitware Robot authored
-
- Aug 02, 2017
-
-
a3a62fcc Autogen: Add AUTOMOC test for target dependencies forwarding 7fa9c550 Autogen: Forward target dependencies to *_autogen target Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1087
-
d1a77565 FindLibXml2: Restore compatibility with projects setting LIBXML2_LIBRARIES Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1094
-
Brad King authored
Merge-request: !1096
-
In the example code `serialization` is a PRIVATE dependency of `archiveExtras` and not of `archive`. Fix the corresponding prose.
-
Test for nullptr before constructing std::string.
-
Chuck Atkins authored
-