swh:1:snp:17b06ab52d7de9edd56595cd5b03cce221cef5dc

sort by:
Revision Author Date Message Commit Date
4b21290 ExternalProject: Clarify documented role of `INSTALL_COMMAND` It is for the install step of the external project and does not affect installation of the calling project. 21 February 2017, 15:32:25 UTC
08fa0b4 CUDA: Fix boolean interpretation of CUDA_SEPARABLE_COMPILATION If the property is explicitly set to a non-true value we should not treat it as true. 20 February 2017, 22:05:35 UTC
2ab118a FindGTK2: handle old libsigc++ versions Old versions of `libsigc++` do not have the version macros inside of its `sigc++config.h` header. Assume nothing about such headers and report version "zero". Fixes: #16654 20 February 2017, 16:58:57 UTC
4caa0e7 Merge branch 'fix-CMP0017-path-case' into release 17 February 2017, 16:11:11 UTC
e2d78f7 Windows: Fix inconsistent behavior on changes to case of path to cmake In commit v3.4.0-rc1~333^2 (Merge branch 'upstream-kwsys' into update-kwsys, 2015-07-15) we brought in upstream KWSys commit 86a24794 (SystemTools: Fix GetActualCaseForPath drive letter case handling, 2015-07-09). This caused our path processing to convert drive letters to upper-case and exposed an existing bug in our implementation of CMP0017. Policy CMP0017 is responsible for ensuring that modules included from a builtin module only load other builtin modules and cannot be overridden by a file in `CMAKE_MODULE_PATH`. If there is a case difference in the drive letter (or other path components) then the path to the including module may not match our builtin module directory in a simple string comparison. This means builtin modules may not be recognized as such, and they may not reliably include their builtin dependencies. For example, if a project provides a `Platform/Windows` module in `CMAKE_MODULE_PATH` it can break inclusion of our builtin `Platform/Windows` module, leading to strange behavior. Fix this by comparing the path to the including module to our builtin module directory using a function that is aware of case-insensitivity of paths on Windows. Fixes: #16648, #16622 17 February 2017, 16:10:45 UTC
2cffea3 Merge branch 'FindHDF5-fix-header-langs' into release 17 February 2017, 14:28:48 UTC
96d6139 FindHDF5: Fix search for language-specific header file Refactoring in commit v3.6.0-rc1~85^2 (HDF5: Refactor the use of compiler wrappers, 2016-04-04) converted code of the form if(${LANGUAGE} MATCHES ...) to if(LANGUAGE MATCHES ...) However, `LANGUAGE` is a foreach() loop variable and not a normal variable so auto-dereference does not occur. Restore the explicit `${}` syntax and use the new name of the loop variable that has changed since then too. Fixes: #16651 17 February 2017, 14:25:46 UTC
28bb68e FindHDF5: Restore HDF5_<LANG>_INCLUDE_DIR advanced cache entry mark Refactoring in commit v3.6.0-rc1~72^2 (HDF5: Rework component searching to correctly find HL for all bindings, 2016-05-12) renamed the language loop variable used to construct the name of `HDF5_<LANG>_INCLUDE_DIR` but forgot to update it in the `mark_as_advanced` call. Fix it now. Issue: #16651 17 February 2017, 14:10:03 UTC
2c354f4 Merge branch 'autogen_fix_3.8' into release 15 February 2017, 20:16:17 UTC
28ee378 Autogen: Fix headers not skipped 15 February 2017, 20:00:39 UTC
93737d8 Merge branch 'fix-ctest_update-svn' into release 15 February 2017, 19:45:40 UTC
efac65d Merge branch 'fix-ctest_update-svn' into release-3.7 15 February 2017, 19:45:31 UTC
51849bb ctest_update: Fix svn log and external loading Since commit v3.7.0-rc1~132^2 (CTestSVN: Fix segfault when CTEST_UPDATE_VERSION_ONLY is enabled, 2016-09-12) we do not properly extract svn log or externals. After updating we erase the information that was loaded before updating and can no longer log the changes between revisions to extract authors. Fix this by only loading the repository information once, whether needed by `NoteOldRevision`, `NoteNewRevision`, or both. Fixes: #12630, #16646 15 February 2017, 19:44:37 UTC
ac7489e Merge branch 'cuda-msvc-flags' into release 15 February 2017, 16:12:48 UTC
55fb46d CUDA: Fix default compiler flags on Windows Fix the default values of `CMAKE_CUDA_FLAGS[_<CONFIG>]` on Windows to make the host compiler flags match those produced for C++ by the `Platform/Windows-MSVC` module. This makes the flags consistent with those used for C++. 15 February 2017, 16:12:12 UTC
d7c80f6 CUDA: Fix test cases to not override CUDA flags Append to `CMAKE_CUDA_FLAGS` instead of overwriting it. 15 February 2017, 16:12:09 UTC
272c348 Merge branch 'cuda-no-Os' into release 14 February 2017, 20:25:23 UTC
59ed323 CUDA: Do not use non-existent -Os flag for nvcc Fix the CUDA MinSizeRel configuration flags to avoid using the `-Os` flag that nvcc does not support. 14 February 2017, 19:49:53 UTC
81ebf4b Merge branch 'cuda-with-c' into release 14 February 2017, 15:47:01 UTC
1c60231 CUDA: Link to standard system libraries when linking as CUDA On Windows with MSVC-like host compilers we must honor the standard libraries chosen by the `Platform/Windows-MSVC` module. Otherwise C code linked into the CUDA binary that expects to have these libraries available may not link. 14 February 2017, 15:34:15 UTC
8d75d8d Tests: Add case for CUDA with C but not C++ An executable using CUDA and C should link as CUDA. 14 February 2017, 15:34:06 UTC
f45e3b9 Merge branch 'backport-clang-format-cuda' into release 14 February 2017, 15:22:43 UTC
c4a6135 Tests: Run clang-format on CUDA code 14 February 2017, 15:20:50 UTC
0b2f8ae Modules: Run clang-format on CUDA code 14 February 2017, 15:20:42 UTC
592e3d2 clang-format.bash: Format CUDA source files too Add `.clang-format` configuration files for Cuda test directories that use `Standard: Cpp11`. Otherwise clang-format splits the triple angle brackets used for CUDA kernels. 14 February 2017, 15:20:23 UTC
f0e5954 Merge branch 'execute_process-default-encoding' into release 13 February 2017, 19:05:36 UTC
07c3380 execute_process: Restore no-decoding default behavior Since commit v3.8.0-rc1~232^2 (execute_process: Add ENCODING option for Windows child process output, 2016-11-23) we decode child process output using the console's active codepage by default. This differs from previous versions of CMake and is therefore incompatible. Changing this default will require a policy, so for now revert the default behavior back to performing no decoding. Reported-by: Nils Gladitz <nilsgladitz@gmail.com> 13 February 2017, 18:53:17 UTC
4168bc1 Help: Improve execute_process ENCODING option documentation Spell out the options in a definition list and document each one. 13 February 2017, 18:53:17 UTC
bcd28f0 Merge branch 'cmake_provide_include_dir_for_toolkit' into release 13 February 2017, 16:45:07 UTC
44f3acb CUDA: Detect the toolkit include directories The `nvcc -v` output provides what include directories need to be added to use the CUDA toolkit from other languages ( C/C++ ). 10 February 2017, 21:08:06 UTC
6cbad49 Merge branch 'sphinx-1.4' into release 10 February 2017, 16:32:04 UTC
30abf14 Help: Fix cmake code block warnings produced by Sphinx 1.4 Some of our "cmake" code blocks do not use fully valid CMake syntax because they have placeholders for human reference. Sphinx has never been able to properly lex and highlight these, but now warns. Fix each block's syntax or change to a non-cmake block as appropriate. 10 February 2017, 15:43:30 UTC
9791790 Utilities/Sphinx: Port qthelp css workaround to Sphinx 1.4 The `default.css` static content is no longer placed in the qthelp `_static` directory. If it does not exist, skip over it and insert the content of `basic.css` directly into `cmake.css`. 10 February 2017, 15:43:29 UTC
971384c Utilities/Sphinx: Port cmake extension to Sphinx 1.4 Sphinx 1.4 introduced a breaking change to `indexnode` by changing the length of a tuple. Teach our extension to produce a tuple of the proper length for the version of Sphinx in use. This gets rid of the "4 column based index found" warning. 10 February 2017, 15:24:25 UTC
84df4a4 Merge branch 'FeatureSummary-doc-cleanup' into release 06 February 2017, 19:37:07 UTC
6cffc98 FeatureSummary: Fix documentation 06 February 2017, 19:35:30 UTC
566d207 CMake 3.8.0-rc1 version update 06 February 2017, 16:27:03 UTC
1d25e8a Help: Drop development topic notes to prepare release Release versions do not have the development topic section of the CMake Release Notes index page. 06 February 2017, 16:25:30 UTC
92be2fb Merge topic 'doc-3.8-relnotes' c2f7ef63 Help: Organize and revise 3.8 release notes 3f5e4f19 Help: Consolidate 3.8 release notes 06 February 2017, 16:16:06 UTC
c2f7ef6 Help: Organize and revise 3.8 release notes Add section headers similar to the 3.7 release notes and move each individual bullet into an appropriate section. Revise a few bullets. 06 February 2017, 15:35:28 UTC
3f5e4f1 Help: Consolidate 3.8 release notes Move all development release notes into a new version-specific document: tail -q -n +3 Help/release/dev/* > Help/release/3.8.rst git rm -- Help/release/dev/* except the sample topic: git checkout HEAD -- Help/release/dev/0-sample-topic.rst Reference the new document from the release notes index document. Add a title and intro sentence to the new document by hand. 06 February 2017, 15:34:12 UTC
811c854 Merge topic 'vs-quote-rerun-paths' f8f3cb8d VS: Fix quoting of special characters in cmake re-run check commands 06 February 2017, 15:29:46 UTC
cf1bc84 Merge topic 'productbuild_signing' 48aad9cd CPackProductBuild: Add options to sign packages 06 February 2017, 15:29:44 UTC
a4c8ad5 Merge topic 'androidtestutilities_cleanup' 8a5cb84b AndroidTestUtilities: do not require ExternalData unconditionally 9d34e51c AndroidTestUtilities: ignore exit status of ls 06 February 2017, 15:29:40 UTC
59c50a1 Merge topic 'FindHDF5-fix-HDF5_ROOT' cf0d8f1f FindHDF5: Restore HDF5_INCLUDE_DIR in all code paths 5564c017 FindHDF5: Restore fallback to static libraries 4908969f FindHDF5: Fix search with HDF5_ROOT 77f6d22a FindHDF5: Use keywords in find_library calls 3d5ad723 FindHDF5: Initialize/finalize internal search options variable ae89967f FindHDF5: Fix command-line parsing argument extraction order 06 February 2017, 15:29:38 UTC
8e8eeb7 Merge topic 'findmpi-flags-fix' a2a73935 FindMPI: Remove leading spaces from flags 93f29be2 FindMPI: Reset MPI_INCLUDE_PATH_WORK before use 06 February 2017, 15:29:35 UTC
f8f3cb8 VS: Fix quoting of special characters in cmake re-run check commands Fix our calls to `AddCustomCommandToOutput` for adding cmake re-run check commands to disable old-style quoting in favor of the full quoting logic. This is necessary when paths contain special characters like `&` that old-style quoting logic does not handle. This also requires us to expand the `$(SolutionPath)` placeholder explicitly because otherwise its expanded value will no longer be quoted correctly. As a side effect, this fixes the value in VS 10 and above where the placeholder may be undefined when driving the build through MSBuild without the `.sln` file. Reported-by: Steven Cook <sc@harshbutfair.org> Fixes: #16585 06 February 2017, 14:53:15 UTC
a00cca9 CMake Nightly Date Stamp 06 February 2017, 05:01:04 UTC
c054221 CMake Nightly Date Stamp 05 February 2017, 05:01:05 UTC
8a5cb84 AndroidTestUtilities: do not require ExternalData unconditionally Attempting to use AndroidTestUtilities to simply install some local files on device can result in the following error: Neither ExternalData_URL_TEMPLATES nor ExternalData_OBJECT_STORES is set We no longer require these ExternalData-specific variables to be set if no such remote data files are requested. Fixes: #16529 04 February 2017, 13:16:24 UTC
48aad9c CPackProductBuild: Add options to sign packages 04 February 2017, 13:07:48 UTC
d5f0c69 CMake Nightly Date Stamp 04 February 2017, 05:01:05 UTC
9d34e51 AndroidTestUtilities: ignore exit status of ls adb used to suffer from a bug where `adb shell` would return 0 irrespective the exit status of the underlying process that it executed. This is now fixed for newer versions of Android (N+). As a result, attempting to `adb shell ls` a nonexistent file can now result in a non-zero exit status. Updating check_device_file_exists to ignore the exit status of `adb shell` fixes this bug for newer Android devices. 03 February 2017, 18:22:36 UTC
cf0d8f1 FindHDF5: Restore HDF5_INCLUDE_DIR in all code paths This compatibility variable should be set no matter which method was used to find HDF5. Even if `HDF5_INCLUDE_DIRS` was set by copying the `HDF5_INCLUDE_DIR` value from `hdf5-config.cmake` it will not hurt to copy the same value back. Issue: #16566 03 February 2017, 15:57:10 UTC
fb26fcb Merge topic 'gcc-features' 37ed860a GNU C++: record that -fvisibility-inlines-hidden is available since 4.0 94a8ee6f GNU C: record that C99 is available since at least 3.4 940bf6a4 Tests/Module/WCDH: only use -Werror=undef compiler flag if actually supported f26ca5a1 Tests/Module/WCDH: write multi_file_compiler_detection.h before using it 03 February 2017, 14:32:45 UTC
5564c01 FindHDF5: Restore fallback to static libraries Since commit v3.6.1~6^2~2 (FindHDF5: Fix h5cc arg parsing to work with homebrew on Mac, 2016-07-11) we treated `HDF5_USE_STATIC_LIBRARIES` OFF as a requirement for shared libraries. It is just supposed to be a preference. Even if `HDF5_USE_STATIC_LIBRARIES` is not set we should still fall back to finding static libraries if shared libraries are not available. Issue: #16566 03 February 2017, 14:12:06 UTC
4908969 FindHDF5: Fix search with HDF5_ROOT Refactoring in commit v3.6.0-rc1~72^2 (HDF5: Rework component searching to correctly find HL for all bindings, 2016-05-12) turned off a large amount of its logic when HDF5_ROOT is set. This caused use of the hdf5 compiler wrapper to extract all needed libraries (e.g. z, dl as dependencies of hdf5 static libraries) to be skipped when using HDF5_ROOT. Fix the search logic to honor HDF5_ROOT in all code paths. Restrict the search for hdf5-specific components to this root, but allow external libraries to be found anywhere. Fixes: #16566 03 February 2017, 14:12:05 UTC
77f6d22 FindHDF5: Use keywords in find_library calls Clarify the purpose of each argument. 03 February 2017, 14:12:05 UTC
3d5ad72 FindHDF5: Initialize/finalize internal search options variable While at it, use a more private name. 03 February 2017, 14:12:05 UTC
ae89967 FindHDF5: Fix command-line parsing argument extraction order Re-implement our internal `_HDF5_parse_compile_line` helper to process command line arguments all at once and in order. Otherwise the libraries named by absolute path and those named by `-l` arguments are not kept in order. The new implementation will not handle separate arguments like `-I /path/to/include/dir` but I have not seen the HDF5 compiler wrappers produce this form. If necessary the parsing loop can be extended with a state variable to keep track of such pairs. 03 February 2017, 14:12:04 UTC
6286d26 CMake Nightly Date Stamp 03 February 2017, 05:01:05 UTC
37ed860 GNU C++: record that -fvisibility-inlines-hidden is available since 4.0 See https://gcc.gnu.org/onlinedocs/gcc-4.0.0/gcc/Option-Summary.html 02 February 2017, 17:28:56 UTC
94a8ee6 GNU C: record that C99 is available since at least 3.4 02 February 2017, 17:28:56 UTC
940bf6a Tests/Module/WCDH: only use -Werror=undef compiler flag if actually supported 02 February 2017, 17:28:56 UTC
f26ca5a Tests/Module/WCDH: write multi_file_compiler_detection.h before using it This was broken in commit 98e6d1e5e426c491e04faa746c11746002e6a69d (Tests/Module/WCDH: make it work with only C features defined) when all C tests were made accessible even if no C++ features are available, but the header was only created if C++ features are available. Fix it by creating the header unconditionally before any checks on the available features. 02 February 2017, 17:25:28 UTC
2b0256c Merge topic 'find_cuda_fix_typo' 645dd3ca FindCUDA: Fix typo in CUDA_DETECT_INSTALLED_GPUS doc string 02 February 2017, 13:55:31 UTC
645dd3c FindCUDA: Fix typo in CUDA_DETECT_INSTALLED_GPUS doc string 02 February 2017, 13:52:11 UTC
3e34049 Merge topic 'doc-compile-features-fixup' be3727bf Help: Fix language standard link text in cmake-compile-features(7) 02 February 2017, 13:46:33 UTC
be3727b Help: Fix language standard link text in cmake-compile-features(7) Include each language name in the text of the link to its standards property. 02 February 2017, 13:43:58 UTC
aba66d2 Merge topic 'FindGSL-regex-fixup' 88c4576b FindGSL: Fix gl_version.h extraction regex 02 February 2017, 13:39:32 UTC
a2a7393 FindMPI: Remove leading spaces from flags 02 February 2017, 10:31:22 UTC
134ffe9 CMake Nightly Date Stamp 02 February 2017, 05:01:05 UTC
88c4576 FindGSL: Fix gl_version.h extraction regex Fix the regex to match versions with only two digits, such as `2.3`. 01 February 2017, 18:47:37 UTC
2d357ea Merge branch 'release-3.7' 01 February 2017, 18:35:29 UTC
8cdf96d Merge branch 'release-3.7' 01 February 2017, 18:34:57 UTC
93f29be FindMPI: Reset MPI_INCLUDE_PATH_WORK before use 01 February 2017, 17:45:13 UTC
6f2e2c7 Merge topic 'WCDH_allow_unsupported' 1679fecb CompileFeatures Test: make sure the target "CompileFeatures" is always defined 98e6d1e5 Tests/Module/WCDH: make it work with only C features defined c8703e9d WCDH: optionally omit error code for unknown compilers or compiler versions 0de9c398 WCDH: add macro to write simple replacement defines 01 February 2017, 14:21:44 UTC
e8f55c1 Merge topic 'FortranCInterface-vs-intel-workaround' c9ee05d8 FortranCInterface: Fix support for VS with Intel toolset 01 February 2017, 14:16:25 UTC
2dfe480 Merge topic 'intel-c11-windows' 5d70894d Features: Update version of Intel Compiler on Windows supporting C 11 01 February 2017, 14:16:22 UTC
d88ab13 Merge topic 'doc-cmake-packages-typo' f3619bbc Help: Fix typo in <pkg>_NOT_FOUND_MESSAGE example in cmake-packages(7) 01 February 2017, 14:16:20 UTC
048ecde Merge topic 'doc-cmake-developer-purpose' 9f3e812f Help: Extend documented purpose of cmake-developer(7) manual 01 February 2017, 14:16:17 UTC
d6113e9 Merge topic 'developer-setup' 3288ab0c Convert local hook configuration to a Git config file format 773df0e2 Add pre-commit hook to check whether SetupForDevelopment must re-run 01 February 2017, 14:16:14 UTC
9f3e812 Help: Extend documented purpose of cmake-developer(7) manual Issue: #16616 01 February 2017, 14:09:51 UTC
5d70894 Features: Update version of Intel Compiler on Windows supporting C 11 The Intel Compiler 15.0.0 on Windows does not support `-Qstd=c11`. Bump our version requirement to 16 to use that flag. 01 February 2017, 13:55:50 UTC
c9ee05d FortranCInterface: Fix support for VS with Intel toolset When using a Visual Studio generator with an Intel toolset, such as -T "Intel C++ Compiler XE 14.0" the generated FortranCInterface mangling detection project may fail to build due to `devenv` not working with the `/project ALL_BUILD` option. This seems to be a bug in `devenv` or the Intel VS integration. Work around the problem by building with `/project FortranCInterface` instead. We only need to build this executable and its dependencies within the detection test project anyway. Fixes: #16519 01 February 2017, 13:47:42 UTC
f3619bb Help: Fix typo in <pkg>_NOT_FOUND_MESSAGE example in cmake-packages(7) Fixes: #16616 01 February 2017, 13:40:59 UTC
1f8da86 CMake Nightly Date Stamp 01 February 2017, 05:01:07 UTC
3288ab0 Convert local hook configuration to a Git config file format The `git config` format is cleaner than a bash script and is also supported by our `hooks` branch to specify CMake-specific hooks. 31 January 2017, 16:16:10 UTC
773df0e Add pre-commit hook to check whether SetupForDevelopment must re-run Add a version number to the `SetupForDevelopment.sh` script and use a pre-commit hook to check when it changes. 31 January 2017, 16:16:10 UTC
5efb8b9 Merge topic 'CSharpVS2017' 435cebaa VS: Fix CSharp compiler identification for VS 2017 31 January 2017, 14:04:26 UTC
2e2c92e Merge topic 'FindBoost-cache-unset-on-change' 97d61562 FindBoost: unset cache variables if the lib dir changes 31 January 2017, 14:04:23 UTC
6ec0c09 Merge topic 'topic-reproducible-build' 5181f1f8 Tests: make tests pass with SOURCE_DATE_EPOCH set 31 January 2017, 14:04:21 UTC
5accbac Merge topic 'vs-export-external-objects' 4dde0bc8 VS: Fix WINDOWS_EXPORT_ALL_SYMBOLS for external objects 31 January 2017, 14:04:19 UTC
f012a95 Merge topic '16432-static-frameworks' 071f8e78 Apple: Add support for static frameworks d525754e Xcode: Refactor RunCMake.Framework test to prepare for static frameworks 45405f00 Xcode: Ignore Xcode project warning until issue is fixed 50e1c105 Makefile: For static libraries remove only the "real" lib before creating 8643ca75 Makefile: Re-order list of files to clean 31 January 2017, 14:04:16 UTC
8a76536 Merge topic 'developer-setup' 050bb41c Tell Git not to export the GitSetup directory d6108c87 GitSetup: Tell Git not to export .gitattributes 3642d657 Merge branch 'upstream-GitSetup' into developer-setup 7e5ef9ca GitSetup 2016-12-13 (cd5ada6d) a6fda7bf Merge branch 'upstream-GitSetup' into developer-setup a2d393d6 Add script to update GitSetup from upstream c7b846ed GitSetup 2012-04-26 (b7daff9b) 31 January 2017, 14:04:13 UTC
435ceba VS: Fix CSharp compiler identification for VS 2017 The CSharp compiler for VS 2017 has moved from `MSBuildTools` to `RoslynTargets`. Account for both locations giving priority to the `MSBuildTools` location. 31 January 2017, 14:00:20 UTC
071f8e7 Apple: Add support for static frameworks Closes: #16432 31 January 2017, 13:59:15 UTC
07d3695 CMake Nightly Date Stamp 31 January 2017, 05:01:05 UTC
050bb41 Tell Git not to export the GitSetup directory The `Utilities/GitSetup` directory is useful only in Git work trees and so does not need to be distributed with source tarballs. 30 January 2017, 21:56:31 UTC
d6108c8 GitSetup: Tell Git not to export .gitattributes GitSetup upstream added an attribute to export `.gitattributes` so that importing snapshots into the sources of other projects would bring along the attributes. However, we don't want to export them from CMake. Drop `.gitattributes` entries not relevant to CMake. 30 January 2017, 21:53:14 UTC
back to top