https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
9e42ac5 CUDA9 added 05 August 2017, 00:33:29 UTC
eed33ad Merge branch 'release-3.9' 04 August 2017, 13:39:41 UTC
c2cc764 Merge topic 'FindCygwin-64-bit' 0184531a FindCygwin: Look for Cygwin in C:\Cygwin64. Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1091 04 August 2017, 13:24:25 UTC
0184531 FindCygwin: Look for Cygwin in C:\Cygwin64. Add "C:\Cygwin64" to the list of Cygwin search paths. 04 August 2017, 13:23:05 UTC
51f0878 Merge topic 'genex-error-grammar' e49c9eec cmGeneratorExpressionNode: add some missing commas Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1102 04 August 2017, 13:17:24 UTC
b745cb3 Merge topic 'file_WRITE_docs' d7472bbf file: Clarify directory creation behavior when using WRITE Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1088 04 August 2017, 13:16:46 UTC
70c326f Merge topic 'doc-file-GLOB-sorted' 75ca5f04 Help: Document that file(GLOB) result is sorted Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1098 04 August 2017, 13:16:06 UTC
86a107c Merge topic 'set_IAR_excetion_option' 168b42d2 IAR: Enable extensions by default Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1081 04 August 2017, 13:15:14 UTC
c5c8ee1 Merge topic 'FindHDF5-importedconf-fix' 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 04 August 2017, 13:14:31 UTC
496eed6 Merge topic 'doc-release-notes-orphan' 9e225766 Help: Silence warning about document not included in toctree Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1077 04 August 2017, 13:12:12 UTC
15f1602 Merge topic 'android-plain-sysroot' 68d67c82 Android: Fix support for CMAKE_SYSROOT without CMAKE_SYSROOT_COMPILE Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1101 04 August 2017, 13:11:43 UTC
d4c2a58 Merge topic 'vs-VCTargetsPath-force-config' fe3b481b VS: Fix VCTargetsPath detection Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1100 04 August 2017, 13:10:57 UTC
18cbf89 Merge topic 'add-package_root-to-find_package' 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 04 August 2017, 13:09:59 UTC
c9b3ad6 CMake Nightly Date Stamp 04 August 2017, 04:01:06 UTC
8fb12ce Merge branch 'add-package_root-to-find_package' into release-3.9 Merge-request: !1082 03 August 2017, 19:05:30 UTC
d7472bb file: Clarify directory creation behavior when using WRITE 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> 03 August 2017, 18:11:26 UTC
75ca5f0 Help: Document that file(GLOB) result is sorted 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. 03 August 2017, 18:00:07 UTC
e49c9ee cmGeneratorExpressionNode: add some missing commas 03 August 2017, 17:39:58 UTC
9d09d1a Merge branch 'android-plain-sysroot' into release-3.9 Merge-request: !1101 03 August 2017, 16:47:11 UTC
68d67c8 Android: Fix support for CMAKE_SYSROOT without CMAKE_SYSROOT_COMPILE 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 03 August 2017, 16:03:59 UTC
cc08d08 Merge branch 'vs-VCTargetsPath-force-config' into release-3.9 Merge-request: !1100 03 August 2017, 16:00:05 UTC
fe3b481 VS: Fix VCTargetsPath detection 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 03 August 2017, 15:54:02 UTC
168b42d IAR: Enable extensions by default Set the variable added by commit a2112257 (Add infrastructure to use language extensions without any standard, 2017-06-29) for IAR. This was accidentally left out of commit d8e6cd9e (IAR: Improve support for IAR ARM Compiler, 2017-06-15). 03 August 2017, 13:56:36 UTC
4956fc2 FindHDF5: fixes for HL when using an imported config - some variables did not have the appropriate HL infix - some logic was not yet implemented for HL 03 August 2017, 13:49:47 UTC
4150048 FindHDF5: unset some variables prefixed some local variables with _hdf5 and unset them at the end (still more of these to do) 03 August 2017, 13:49:47 UTC
9310d00 FindHDF5: for a static imported config, use CONFIG-specific library first check the LOCATION_<CONFIG> propertiy to find the library, then LOCATION 03 August 2017, 13:49:47 UTC
fc98284 FindHDF5: fix hdf5-config case with more than one configuration 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 03 August 2017, 13:48:19 UTC
dcb01e9 Merge branch 'doc-release-notes-orphan' into release-3.9 Merge-request: !1077 03 August 2017, 13:39:13 UTC
a2bc632 Merge topic 'doc-buildsystem-fix' cc78ff72 Help: Fix example in cmake-buildsystem(7) manual Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1097 03 August 2017, 13:38:15 UTC
9e22576 Help: Silence warning about document not included in toctree When not using the html or text builders, `Help/index.rst` does not include `Help/release/index.rst` in the toctree. Silence the warning. 03 August 2017, 13:36:08 UTC
17d236d Merge branch 'release-3.9' 03 August 2017, 13:35:14 UTC
ee79d7a Merge topic 'server-fix-crash' 70272f3c server: Fix crash on missing cache entries Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1096 03 August 2017, 13:34:15 UTC
973ee66 Merge topic 'UseSWIG-Java-enabled' b4fbf677 UseSWIG: Fix when Java is enabled as a language Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1095 03 August 2017, 13:33:57 UTC
8e8bf42 CMake Nightly Date Stamp 03 August 2017, 04:01:09 UTC
54bc20d Merge topic 'autogen-depends' 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 02 August 2017, 21:44:59 UTC
901456d Merge topic 'FindLibXml2-compat' d1a77565 FindLibXml2: Restore compatibility with projects setting LIBXML2_LIBRARIES Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1094 02 August 2017, 20:28:24 UTC
a7e4d59 Merge branch 'server-fix-crash' into release-3.9 Merge-request: !1096 02 August 2017, 20:27:06 UTC
cc78ff7 Help: Fix example in cmake-buildsystem(7) manual In the example code `serialization` is a PRIVATE dependency of `archiveExtras` and not of `archive`. Fix the corresponding prose. 02 August 2017, 20:21:28 UTC
70272f3 server: Fix crash on missing cache entries Test for nullptr before constructing std::string. 02 August 2017, 20:13:55 UTC
4a20711 find_package: Split PACKAGE_ROOT tests to work with smaller regex 02 August 2017, 16:03:52 UTC
1181ad6 Merge branch 'UseSWIG-Java-enabled' into release-3.9 Merge-request: !1095 02 August 2017, 15:56:07 UTC
b4fbf67 UseSWIG: Fix when Java is enabled as a language Since commit v3.8.0-rc1~251^2 (UseSWIG: Record generated java files as custom command outputs, 2016-11-28) the generated `.java` files are listed as sources in the call to `add_library` by swig_add_library. They are listed only as the outputs of custom commands and not intended for compilation as part of the library. Reported-by: Alan W. Irwin <irwin@beluga.phys.uvic.ca> 02 August 2017, 15:52:36 UTC
6bef326 Merge topic 'update-libarchive' 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 02 August 2017, 15:45:35 UTC
83c8663 Merge branch 'release-3.9' 02 August 2017, 15:42:56 UTC
155dc75 Merge topic 'FindJava-fix-1.6-registry' 5479074b FindJava: fix hint for windows jre 1.6 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1079 02 August 2017, 15:42:07 UTC
b162e5c Merge topic 'sphinx-pre-1.2' 2a68ff7f Utilities/Sphinx: Restore compatibility with Sphinx pre-1.2 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1089 02 August 2017, 15:41:44 UTC
39bd20a Merge branch 'FindJava-fix-1.6-registry' into release-3.9 Merge-request: !1079 02 August 2017, 15:31:27 UTC
5479074 FindJava: fix hint for windows jre 1.6 Fix typo in commit v3.8.0-rc1~112^2 (FindJava: add hints for jre, 2017-01-11). 02 August 2017, 15:30:48 UTC
dc859d3 Merge branch 'sphinx-pre-1.2' into release-3.9 Merge-request: !1089 02 August 2017, 15:27:45 UTC
2a68ff7 Utilities/Sphinx: Restore compatibility with Sphinx pre-1.2 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. 02 August 2017, 15:25:21 UTC
bf0ef8c Merge branch 'release-3.9' 02 August 2017, 15:16:44 UTC
f71f194 Merge branch 'FindJava_earlyAccessDebian' into release-3.9 Tested-by: Felix Geyer <debfx@fobos.de> Merge-request: !1080 02 August 2017, 15:15:42 UTC
8331329 Merge branch 'FindBoost-fix-early-return' into release-3.9 Merge-request: !1078 02 August 2017, 15:15:18 UTC
d1a7756 FindLibXml2: Restore compatibility with projects setting LIBXML2_LIBRARIES 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. 02 August 2017, 14:35:07 UTC
611f162 CMake Nightly Date Stamp 02 August 2017, 04:01:05 UTC
a3a62fc Autogen: Add AUTOMOC test for target dependencies forwarding 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. 01 August 2017, 13:18:46 UTC
748c192 CMake Nightly Date Stamp 01 August 2017, 04:01:05 UTC
df585ca CMake Nightly Date Stamp 31 July 2017, 04:01:04 UTC
49577c9 CMake Nightly Date Stamp 30 July 2017, 04:01:05 UTC
5ba1ab4 CMake Nightly Date Stamp 29 July 2017, 04:01:06 UTC
ba83708 Merge topic 'FindMatlab/CUSTOM_TEST_COMMAND-documentation-fix' 5a9c4aeb FindMatlab: CUSTOM_TEST_COMMAND documentation fix Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1086 29 July 2017, 00:07:03 UTC
9722ff5 find_package: Fix PACKAGE_ROOT test to check find_pacakge(CONFIG) mode. 28 July 2017, 14:49:13 UTC
c5d2b99 find_package: Add missing PACKAGE_ROOT_PATH search path implementation. 28 July 2017, 14:49:13 UTC
d2d8e9e Merge topic 'FindJava_earlyAccessDebian' 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 28 July 2017, 11:17:52 UTC
7fa9c55 Autogen: Forward target dependencies to *_autogen target 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 28 July 2017, 10:40:18 UTC
bfb40bc CMake Nightly Date Stamp 28 July 2017, 04:01:07 UTC
ab17dc6 Merge topic 'FindBoost' eddbd62d FindBoost: pop policy stack before returning Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1078 27 July 2017, 20:59:39 UTC
1ed58b6 Merge topic 'autogen-tests-split' 0e434fcf Autogen: Move repeated tests to new QtAutogenRerun test Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1075 27 July 2017, 19:52:56 UTC
5a9c4ae FindMatlab: CUSTOM_TEST_COMMAND documentation fix Documentation states CUSTOM_MATLAB_COMMAND, while code uses CUSTOM_TEST_COMMAND. Addresses issue #17107 27 July 2017, 19:35:16 UTC
ba184ce CMake Nightly Date Stamp 27 July 2017, 04:01:07 UTC
eddbd62 FindBoost: pop policy stack before returning CMake would give a fatal error if the policy stack was cleaned up upon exiting the module. 26 July 2017, 21:49:48 UTC
f911582 CMake Nightly Date Stamp 26 July 2017, 04:01:04 UTC
e42fa01 Allow early access version trailing string to be mixed case The original regex was expecting to match strings like "ea", but it has been reported that other strings like "Debian" are also possible. 25 July 2017, 12:35:45 UTC
d9a541e CMake Nightly Date Stamp 25 July 2017, 04:01:06 UTC
561b11d Merge topic 'CheckSymbolExists-rename-impl' 4637cc8f CheckSymbolExists: Rename implementation macro Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1067 24 July 2017, 22:43:57 UTC
0304408 Merge topic 'doc-dev-release' 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 24 July 2017, 22:32:33 UTC
a01aa17 CMake Nightly Date Stamp 24 July 2017, 04:01:04 UTC
f3171a6 CMake Nightly Date Stamp 23 July 2017, 04:01:05 UTC
e4edd35 CMake Nightly Date Stamp 22 July 2017, 04:01:06 UTC
dc89307 Help/dev: Add 'release' branch instructions to maintainer guide 21 July 2017, 15:51:30 UTC
d503012 CONTRIBUTING: Explain how to propose changes to the release branch 21 July 2017, 15:31:59 UTC
0e434fc Autogen: Move repeated tests to new QtAutogenRerun test By moving QtAutogen tests that run repeatedly to a new QtAutogenRerun test, the `ctest -R Qt[45]Autogen -j4` call runs approximately 25% faster. 21 July 2017, 15:03:40 UTC
af97088 Merge topic 'autogen-include-tests' f5ccef17 Autogen: Extended mocInclude tests Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1070 21 July 2017, 14:17:09 UTC
81005ff Merge topic 'string-clear-intermediate-matches' b7941641 cmStringCommand: clear intermediate matches Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1065 21 July 2017, 14:16:26 UTC
b7e8b0e Merge topic 'cpack-dmg-applescript-argv' 351c1b1a CPack: Pass volume mount name to AppleScript instead of volume name. Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1069 21 July 2017, 14:15:09 UTC
5e3b29f Merge topic 'cpack-stgz-help' 29a5cf7c CPack: Add missing options to installer shell script help Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1068 21 July 2017, 14:14:19 UTC
7b70023 Merge topic 'add_test_processors_prop_to_cdash' 614921b4 Add the test property PROCESSORS to the CDash xml as a NamedMeasurement. Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1066 21 July 2017, 14:13:36 UTC
43383fa Merge topic 'docsExternalProject' 8842a027 ExternalProject: Improve documentation Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1037 21 July 2017, 14:12:33 UTC
b794164 cmStringCommand: clear intermediate matches When `string(REGEX REPLACE)` or `string(REGEX MATCHALL)` loop internally, they store their matches, but they do not clear the previous match from an earlier iteration. This can leave the contents of `CMAKE_MATCH_<N>` with bogus values for later matches in the string if they have groups which earlier matched a non-empty string, but now match an empty string. Fixes #17079. 21 July 2017, 13:09:56 UTC
6f08ce1 CMake Nightly Date Stamp 21 July 2017, 04:01:05 UTC
c80d8cb libarchive: Fix inclusion of zlib, bzlib, and lzma for build within CMake Update a new source file imported from libarchive upstream to include the headers for compression libraries using the CMake wrappers. 20 July 2017, 16:52:54 UTC
6df1bda Merge branch 'upstream-LibArchive' into update-libarchive * upstream-LibArchive: LibArchive 2017-07-09 (98a69539) 20 July 2017, 15:36:18 UTC
11f3dcb LibArchive 2017-07-09 (98a69539) Code extracted from: https://github.com/libarchive/libarchive.git at commit 98a695399e8e7420635a5448aecde8b0a82fb83a (v3.3.2). 20 July 2017, 15:30:03 UTC
b667443 libarchive: Update script to get 3.3.2 20 July 2017, 15:29:40 UTC
351c1b1 CPack: Pass volume mount name to AppleScript instead of volume name. Get the mount name from mount point path returned by hdiutil instead of assuming it is the volume name. They can be different in case of conflict with an already-mounted volume. 20 July 2017, 15:22:03 UTC
29a5cf7 CPack: Add missing options to installer shell script help `--version` and `--skip-license` were not in the list of available options when running script with `--help` option. 20 July 2017, 15:06:39 UTC
4637cc8 CheckSymbolExists: Rename implementation macro Currently the implementation macro for `check_symbol_exists` is `_check_symbol_exists`, which impedes CMake users from overriding the `check_symbol_exists` macro themselves. 20 July 2017, 15:03:45 UTC
f5ccef1 Autogen: Extended mocInclude tests The extended tests cover more AUTOMOC use cases. 20 July 2017, 14:55:11 UTC
a8d8d2f Merge topic 'autogen-generated-files' dca5df16 Autogen: Process GENERATED files. Add CMP0071. Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1061 20 July 2017, 14:52:20 UTC
e14ad2e Merge topic 'vs-lang-std' 131c721f MSVC: Add flags for C++ language standards Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1063 20 July 2017, 14:51:12 UTC
back to top