https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
3c35f98 Fix usage with Protobuf static libraries on Unix (Inspired of FindBoost.cmake) Add Protobuf_USE_STATIC_LIBS input variable 06 February 2017, 13:52:42 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
d5f0c69 CMake Nightly Date Stamp 04 February 2017, 05:01:05 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
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
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
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
3642d65 Merge branch 'upstream-GitSetup' into developer-setup * upstream-GitSetup: GitSetup 2016-12-13 (cd5ada6d) 30 January 2017, 21:45:48 UTC
7e5ef9c GitSetup 2016-12-13 (cd5ada6d) Code extracted from: https://gitlab.kitware.com/utils/gitsetup.git at commit cd5ada6d5626da409d3ff108c341b9afd615803f (setup). 30 January 2017, 21:45:47 UTC
a6fda7b Merge branch 'upstream-GitSetup' into developer-setup 30 January 2017, 21:45:07 UTC
a2d393d Add script to update GitSetup from upstream 30 January 2017, 21:40:21 UTC
c7b846e GitSetup 2012-04-26 (b7daff9b) Code extracted from: https://gitlab.kitware.com/utils/gitsetup.git at commit b7daff9b8b776eeed34385d8ae2019dc9e113c52 (setup). 30 January 2017, 21:39:16 UTC
1679fec CompileFeatures Test: make sure the target "CompileFeatures" is always defined Everything in there guards against unsupported compilers already, so no need to skip the whole file if no features are defined. This in turn allows to have a simpler fallback in case there is no C++ auto_type feature available. 30 January 2017, 18:19:44 UTC
98e6d1e Tests/Module/WCDH: make it work with only C features defined 30 January 2017, 18:19:44 UTC
c8703e9 WCDH: optionally omit error code for unknown compilers or compiler versions This allows one to generate a header that will basically always work. In case an unknown compiler or compiler version is encountered it simply falls back to the unsupported case. 30 January 2017, 18:19:44 UTC
0de9c39 WCDH: add macro to write simple replacement defines 30 January 2017, 18:19:43 UTC
97d6156 FindBoost: unset cache variables if the lib dir changes This fixes a regression introduced by commit v3.3.0-rc1~5^2~2 (FindBoost: Search for debug and release libraries separately, 2015-01-26). The `_Boost_CHANGE_LIBDIR` variable was split into `_Boost_CHANGE_LIBDIR_{DEBUG,RELEASE}` but one usage site was not updated. 30 January 2017, 14:29:28 UTC
5181f1f Tests: make tests pass with SOURCE_DATE_EPOCH set Fix tests to account for commit 243aed52 (cmTimestamp: Support SOURCE_DATE_EPOCH to override current time, 2017-01-25). In openSUSE we are running the test-suite as part of the build and that failed in these two places when building everything with `SOURCE_DATE_EPOCH` set. 30 January 2017, 14:25:44 UTC
4dde0bc VS: Fix WINDOWS_EXPORT_ALL_SYMBOLS for external objects Teach Visual Studio generators to include external object files in the list of objects whose symbols are to be exported. The Makefile and Ninja generators already did this. 30 January 2017, 13:54:49 UTC
8df12fc Merge topic 'FeatureSummary_enhancement' 560574b0 FeatureSummary: Update release notes 3cfde818 FeatureSummary: Refactor to use global properties for package types f0165eb6 FeatureSummary: Allow lists of dependencies in ADD_FEATURE_INFO 9da7bf08 FeatureSummary: Add QUIET_ON_EMPTY option to feature_summary 4cf4aceb FeatureSummary: Add unit tests 614a97a5 FeatureSummary: Do not force OPTIONAL type in SET_PACKAGE_PROPERTIES 65a0bfd8 FeatureSummary: Add deprecation warnings to deprecated commands 4da3cae9 FeatureSummary: Clean printed output 30 January 2017, 13:43:23 UTC
5c6c766 Merge topic 'timestamp-percent' 6c54f7b3 string: Teach TIMESTAMP to treat %% as % 30 January 2017, 13:43:21 UTC
e6659f6 Merge topic 'test-preprocess-configs' f01045ea Tests: Make Preprocess test work in RelWithDebInfo and MinSizeRel 30 January 2017, 13:43:17 UTC
cbabde8 CMake Nightly Date Stamp 30 January 2017, 05:01:08 UTC
84963f4 CMake Nightly Date Stamp 29 January 2017, 05:01:03 UTC
b30ac98 CMake Nightly Date Stamp 28 January 2017, 05:01:05 UTC
6c54f7b string: Teach TIMESTAMP to treat %% as % This encoding is documented by `strptime`. 27 January 2017, 14:25:37 UTC
f01045e Tests: Make Preprocess test work in RelWithDebInfo and MinSizeRel 27 January 2017, 14:09:15 UTC
325c615 Merge topic 'genex-if' 895f7f16 Genex: Add `IF` generator expression 27 January 2017, 14:04:58 UTC
0ea578b Merge topic 'GNUG_define' 24d73fa0 GNUC: also check __GNUG__ define when checking for g++ 27 January 2017, 14:04:56 UTC
86ec0ac Merge topic 'topic-reproducible-build' 243aed52 cmTimestamp: Support SOURCE_DATE_EPOCH to override current time 27 January 2017, 14:04:53 UTC
fa9c129 Merge topic 'test-GeneratorExpression-update' c3a22518 Tests: Extend GeneratorExpression to work with more configurations d4911724 Tests: Teach GeneratorExpression to cover spaces in include dirs 1a2a9b0d Tests: Simplify GeneratorExpression imported include directory check 27 January 2017, 14:04:49 UTC
560574b FeatureSummary: Update release notes 27 January 2017, 08:24:28 UTC
83596d4 CMake Nightly Date Stamp 27 January 2017, 05:01:05 UTC
d525754 Xcode: Refactor RunCMake.Framework test to prepare for static frameworks 26 January 2017, 18:34:58 UTC
45405f0 Xcode: Ignore Xcode project warning until issue is fixed Issue: #15272 26 January 2017, 18:34:40 UTC
50e1c10 Makefile: For static libraries remove only the "real" lib before creating When creating a static library with the archive tool, only the `.a` needs to be removed to start a fresh archive. Any other files (e.g. symbolic links we may later add) are not managed by the archive tool and therefore do not need to be cleaned. 26 January 2017, 18:30:37 UTC
8643ca7 Makefile: Re-order list of files to clean Revise construction of the list of files to be cleaned for the target to list the "real" file first. 26 January 2017, 18:28:38 UTC
895f7f1 Genex: Add `IF` generator expression This allows a single condition to be used to choose between two alternatives. Without this the condition must be duplicated with one surrounded by `NOT`. Closes: #15585 26 January 2017, 16:18:50 UTC
b8db2ed Merge topic 'tests_auto_type' ef47272b Tests: use cxx_auto_type only if actually available 26 January 2017, 15:40:47 UTC
90ee3bd Merge topic 'FindCUDA-select-flags-auto-msvc' c1f3086d FindCUDA: Enable CUDA_SELECT_NVCC_ARCH_FLAGS Auto for MSVC 26 January 2017, 15:40:44 UTC
4ab35eb Merge topic 'pkg-config-recheck' 796dea67 FindPkgConfig: Recheck pkg-config on parameter change. 26 January 2017, 15:40:42 UTC
09cad30 Merge topic 'FindGTK2_RunTwice' 4bc2c16b FindGTK2: Add unit test to check variables when run twice 9702b3ee FindGTK2: Fix GTK2_LIBRARIES and GTK2_TARGETS when called twice 26 January 2017, 15:40:39 UTC
6ee9efa Merge topic 'FindLua-versioned-lib' 2759e225 FindLua: try to find library according to version from header 26 January 2017, 15:40:36 UTC
243aed5 cmTimestamp: Support SOURCE_DATE_EPOCH to override current time See https://reproducible-builds.org/ for why this is good and https://reproducible-builds.org/specs/source-date-epoch/ for the definition of this variable. 26 January 2017, 15:21:41 UTC
c3a2251 Tests: Extend GeneratorExpression to work with more configurations Add missing pieces for RelWithDebInfo and MinSizeRel. 26 January 2017, 15:16:08 UTC
d491172 Tests: Teach GeneratorExpression to cover spaces in include dirs Add a space to the imported include directories used for the test. This works around funny quoted-`;` interpretation by Visual Studio. 26 January 2017, 15:11:25 UTC
1a2a9b0 Tests: Simplify GeneratorExpression imported include directory check Do not duplicate the list of include directories 4 times. 26 January 2017, 15:09:55 UTC
3cfde81 FeatureSummary: Refactor to use global properties for package types These new global properties were added: * FeatureSummary_PKG_TYPES: Package types accepted by FeatureSummary (default REQUIRED RECOMMENDED OPTIONAL RUNTIME). * FeatureSummary_REQUIRED_PKG_TYPES: Package types that will cause FeatureSummary to abort when called with FATAL_ON_MISSING_REQUIRED_PACKAGES and a package in these categories is missing (default REQUIRED). * FeatureSummary_DEFAULT_PKG_TYPE: Default package type assigned when not explicitly assigned by the user (default OPTIONAL). This allows to add and remove new package types that can be printed selectively using the "WHAT" argument. 26 January 2017, 11:28:12 UTC
f0165eb FeatureSummary: Allow lists of dependencies in ADD_FEATURE_INFO 26 January 2017, 09:52:37 UTC
9da7bf0 FeatureSummary: Add QUIET_ON_EMPTY option to feature_summary This option suppresses the output when the list of packages that belong to the selected category is empty. 26 January 2017, 09:52:35 UTC
4cf4ace FeatureSummary: Add unit tests 26 January 2017, 09:52:09 UTC
614a97a FeatureSummary: Do not force OPTIONAL type in SET_PACKAGE_PROPERTIES The OPTIONAL type is used anyway as default when the type is not set Since RUNTIME < OPTIONAL, forcing it here forces the user to set "RUNTIME" at the first SET_PACKAGE_PROPERTIES, otherwise it is impossible to set it later. Without this it is impossible, for example, to add package information (URL and DESCRIPTION) in the FindPackage file, but allow the package to be RUNTIME. 26 January 2017, 09:50:47 UTC
65a0bfd FeatureSummary: Add deprecation warnings to deprecated commands 26 January 2017, 09:50:47 UTC
4da3cae FeatureSummary: Clean printed output * Remove space before commas * Do not add an empty line before the first type of packages Also fix a typo in unit test. 26 January 2017, 09:50:08 UTC
a45de72 CMake Nightly Date Stamp 26 January 2017, 05:01:04 UTC
24d73fa GNUC: also check __GNUG__ define when checking for g++ At least the scratchbox compiler for the N900, which basically is a gcc 4.2, sets only __GNUG__ in C++ mode, but not __GNUC__. It does indeed set __GNUC_MINOR__ and __GNUC_PATCHLEVEL__. Extend the compiler detection code for GNU compilers in C++ mode to look at __GNUG__ in case __GNUC__ is absent. 25 January 2017, 20:53:40 UTC
ef47272 Tests: use cxx_auto_type only if actually available The presence of CMAKE_CXX_COMPILE_FEATURES doesn't mean cxx_auto_type is always available. 25 January 2017, 20:00:30 UTC
c1f3086 FindCUDA: Enable CUDA_SELECT_NVCC_ARCH_FLAGS Auto for MSVC Fixes: #16525 25 January 2017, 15:31:27 UTC
014365e Merge topic 'testdriver-cleanup' eb86b4ce TestDriver: fix/silence clang-tidy warnings 178c8973 TestDriver: calc NumTests at compile time 3bb4a798 TestDriver: use for loop 60b68304 TestDriver: abstract CM_CAST macro 1731b90c TestDriver: Revise C++ coding style using clang-format 25 January 2017, 13:41:29 UTC
b4efd34 Merge topic 'intel-mpi-windows-fix' e6eaf25c FindMPI: Strip quotes from include path and convert to CMake path format 39bf93c8 FindMPI: Add Intel MPI wrapper names on Windows 25 January 2017, 13:41:26 UTC
c0ca687 Merge topic 'cpack-ifw-options' e5089c56 CPackIFW: Add some options 25 January 2017, 13:41:24 UTC
54790e7 Merge topic 'sanitizer-options' e116f2a5 ctest_memcheck: Fix sanitizers when MemoryCheckSanitizerOptions is empty 522e1588 Tests: Use CTEST_MEMORYCHECK_SANITIZER_OPTIONS where appropriate 25 January 2017, 13:41:21 UTC
4f37987 Merge topic 'lang_lint' 0618ddf6 Add properties to run the cpplint style checker with the compiler 25 January 2017, 13:41:18 UTC
9006ec1 Merge topic 'cuda_linker_preference' df3353d1 CUDA: set linker preference between C and C++ 25 January 2017, 13:41:15 UTC
back to top