- 03 Aug, 2017 2 commits
-
-
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.
-
Kitware Robot authored
-
- 02 Aug, 2017 15 commits
-
-
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
-
c80d8cb2 libarchive: Fix inclusion of zlib, bzlib, and lzma for build within CMake 6df1bda1 Merge branch 'upstream-LibArchive' into update-libarchive 11f3dcb0 LibArchive 2017-07-09 (98a69539) b6674431 libarchive: Update script to get 3.3.2 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1071
-
Brad King authored
-
5479074b FindJava: fix hint for windows jre 1.6 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1079
-
2a68ff7f Utilities/Sphinx: Restore compatibility with Sphinx pre-1.2 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1089
-
Fix typo in commit v3.8.0-rc1~112^2 (FindJava: add hints for jre, 2017-01-11).
-
Since commit v3.8.0-rc2~28^2~2 (Utilities/Sphinx: Port cmake extension to Sphinx 1.4, 2017-02-09) we use the `sphinx.version_info` tuple. However, it was added in Sphinx v1.2 so the check breaks compatibility with older versions. Revise our check to assume Sphinx pre-1.2 if the version tuple does not exist.
-
Brad King authored
-
Tested-by:
Felix Geyer <debfx@fobos.de> Merge-request: !1080
-
Merge-request: !1078
-
Brad King authored
In commit a1b38865 (FindLibXml2: Switch to standard module variable names, 2017-07-11) the cache variable used to store the find_library result was renamed. This breaks projects that set the old variable name explicitly. Fix compatibility with such projects by using the old variable as a default if it is set and the new one is not.
-
Kitware Robot authored
-
- 01 Aug, 2017 2 commits
-
-
Sebastian Holtermann authored
Adds an AUTOMOC test that tests if dependencies from add_dependencies() of an ORIGIN target are forwarded to the ORIGIN_autogen target. Also fixes the AUTOMOC test that tests if dependencies from target_link_libraries() of an ORIGIN target are forwarded to the ORIGIN_autogen target. The test now fails in the ORIGIN_autogen build if SimpleLib wasn't built before.
-
Kitware Robot authored
-
- 31 Jul, 2017 1 commit
-
-
Kitware Robot authored
-
- 30 Jul, 2017 1 commit
-
-
Kitware Robot authored
-
- 29 Jul, 2017 1 commit
-
-
Kitware Robot authored
-
- 28 Jul, 2017 4 commits
-
-
5a9c4aeb FindMatlab: CUSTOM_TEST_COMMAND documentation fix Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1086
-
e42fa012 Allow early access version trailing string to be mixed case Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
Felix Geyer <debfx@fobos.de> Merge-request: !1080
-
Sebastian Holtermann authored
Only the dependecies from target_link_libraries() of the origin target were forwarded to the _autogen target. This patch adds forwarding of the dependencies from add_dependencies() to the _autogen target. Closes #17094
-
Kitware Robot authored
-
- 27 Jul, 2017 4 commits
-
-
eddbd62d FindBoost: pop policy stack before returning Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1078
-
0e434fcf Autogen: Move repeated tests to new QtAutogenRerun test Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1075
-
Raffi Enficiaud authored
Documentation states CUSTOM_MATLAB_COMMAND, while code uses CUSTOM_TEST_COMMAND. Addresses issue #17107
-
Kitware Robot authored
-
- 26 Jul, 2017 2 commits
-
-
CMake would give a fatal error if the policy stack was cleaned up upon exiting the module.
-
Kitware Robot authored
-
- 25 Jul, 2017 2 commits
-
-
Craig Scott authored
The original regex was expecting to match strings like "ea", but it has been reported that other strings like "Debian" are also possible.
-
Kitware Robot authored
-
- 24 Jul, 2017 3 commits
-
-
4637cc8f CheckSymbolExists: Rename implementation macro Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1067
-
dc893078 Help/dev: Add 'release' branch instructions to maintainer guide d5030124 CONTRIBUTING: Explain how to propose changes to the release branch Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1076
-
Kitware Robot authored
-
- 23 Jul, 2017 1 commit
-
-
Kitware Robot authored
-
- 22 Jul, 2017 1 commit
-
-
Kitware Robot authored
-
- 21 Jul, 2017 1 commit
-
-
Brad King authored
-