swh:1:snp:3cba5856b0ddc3feab6c3c2d096d614b02c883ec

sort by:
Revision Author Date Message Commit Date
821bfca Help: Replace links to mailing lists with links to our Discourse Forum The CMake Discourse Forum at `discourse.cmake.org` supersedes the mailman-based mailing lists. 05 November 2019, 20:41:04 UTC
32d8de1 CMakeCPack: Update Debian package contact email Replace the mailing list email address with one on `discourse.cmake.org`. 05 November 2019, 20:41:01 UTC
0ce8a5c Xcode: Fix generated references to CMakeLists.txt files Refactoring in commit 2d888e3390 (cmSourceFile: Rename mutating GetFullPath() overload, 2019-08-29, v3.16.0-rc1~160^2) accidentally left the paths to `CMakeLists.txt` files empty in generated Xcode project files. Fixes: #19927 05 November 2019, 19:29:41 UTC
9457c95 cmGlobalXCodeGenerator: Mark known source locations 05 November 2019, 19:22:45 UTC
2fae910 Help/dev: Update maintainer guide for Discourse transition Replace the post-release development announcement to the mailing list with a post to the appropriate category on `discourse.cmake.org`. 05 November 2019, 18:41:33 UTC
c1435d9 Help: Fix error in resource allocation example 05 November 2019, 17:08:36 UTC
eb9d945 CTest: Rename hardware -> resources for RunCMake tests Also includes variants like hw -> res 05 November 2019, 17:08:35 UTC
c544cb6 CTest: Rename hardware -> resources for source code 05 November 2019, 17:08:35 UTC
6ce27d3 cmCTestMultiProcessHandler: Rename resource locking functions Renaming these ahead of other refactoring which will use the previous names. The previous names more accurately reflect their purpose after this commit anyway (talking about locking and unlocking rather than allocating and deallocating). 05 November 2019, 17:08:35 UTC
a7c1e15 CTest: Rename hardware -> resources for CMake variables, command options Only changes the user-visible effects of renaming hardware allocation to resource allocation. Code changes are the minimum needed to achieve that. 05 November 2019, 17:08:35 UTC
73a40b1 CTest: Rename "Processes" lexer to "ResourceGroups" The corresponding test property `PROCESSES` has been renamed to `RESOURCE_GROUPS`. 05 November 2019, 17:08:35 UTC
af9ed54 CTest: Rename PROCESSES test property to RESOURCE_GROUPS The `PROCESSES` test property name added for CMake 3.16 is too close to the existing `PROCESSORS` test property. Furthermore, the property in principle specifies groups of resources organized in a way that is meaningful to a particular test. The groups may often correspond to processes but they could have other meanings. Since the property name `PROCESSES` has not been in a final 3.16 release yet, simply rename it to `RESOURCE_GROUPS`. Fixes: #19914 05 November 2019, 17:08:01 UTC
77a01c3 FindBoost: Prevent warning due to new meta-component "ALL" of Boost 1.73 05 November 2019, 16:59:47 UTC
3c0a317 Merge branch 'findpostgres-10-and-older' into release-3.16 Merge-request: !3993 05 November 2019, 16:31:24 UTC
0ec60a4 Merge branch 'source_group-tree' into release-3.16 Merge-request: !3979 05 November 2019, 16:31:16 UTC
408a3a7 Merge branch 'objc-pch' into release-3.16 Merge-request: !3983 05 November 2019, 16:31:10 UTC
602189b Merge branch 'clarify_compile_features_documentation' into release-3.16 Merge-request: !3988 05 November 2019, 16:31:03 UTC
2d83709 Merge branch 'docs-INSTALL_REMOVE_ENVIRONMENT_PATH' into release-3.16 Merge-request: !3985 05 November 2019, 16:30:56 UTC
c831e40 Merge branch 'add_CMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY' into release-3.16 Merge-request: !3968 05 November 2019, 12:19:14 UTC
53cd86e Help: Clarify what 'aware' means as it relates to C++ standards 04 November 2019, 22:16:57 UTC
e992d62 FindPostgreSQL: support version encoding used in pre-10 releases With the 10.x release, PostgreSQL upstream started encoding the version as `MMmmmm` where `M` is major and `m` is minor. Prior to that, `MMmmPP` was used where `P` was the patch number. Detect this difference and decode it based on the used encoding. Fixes: #19912 04 November 2019, 21:38:52 UTC
3c0ca5a source_group: ensure that passed file is not a directory Fixes: #19769 04 November 2019, 18:37:41 UTC
55df395 find_package: Add support for CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY Extend the change from commit 1d00ba9ccf (Find: find_package prefers variable CMAKE_FIND_USE_REGISTRY, 2018-11-13, v3.16.0-rc1~461^2~1) to cover the system package registry too. Fixes: #19890 04 November 2019, 15:31:16 UTC
e123cfe Merge branch 'tutorial-cleanup' into release-3.16 Merge-request: !3984 04 November 2019, 15:27:25 UTC
bd1f350 Merge branch 'root-dir-assertion-fix' into release-3.16 Merge-request: !3976 04 November 2019, 15:27:18 UTC
9decc17 Merge branch 'FindwxWidgets-wxwin-313' into release-3.16 Merge-request: !3972 04 November 2019, 15:27:10 UTC
721b99d Merge branch 'update-compile-feature-supported-compiler-list' into release-3.16 Merge-request: !3974 04 November 2019, 15:27:02 UTC
94d669e Merge branch 'fix_load_cache_docs' into release-3.16 Merge-request: !3971 04 November 2019, 15:26:52 UTC
dd05ef4 Help: Fix inaccuracies in INSTALL_REMOVE_ENVIRONMENT_RPATH docs The previous docs assumed one had to set INSTALL_RPATH for this target property to have an effect, but the actual condition is only that the install rpath is different to the build rpath. Even if the install rpath is empty, it is possible that CMake will rewrite the rpath during install because the build rpath could be non-empty. 04 November 2019, 06:02:57 UTC
ac8de0d RPATH: Remove stray indent in generated file(RPATH_CHANGE) command 04 November 2019, 05:26:42 UTC
9682adb Tutorial: clean up typos, grammar and formatting 04 November 2019, 01:44:34 UTC
d0681fd Merge branch 'docs-file-GET_RUNTIME_DEPENDENCIES' into release-3.16 Merge-request: !3982 03 November 2019, 22:41:56 UTC
2490c1d Merge branch 'docs-list-remove_item' into release-3.16 Merge-request: !3977 03 November 2019, 22:34:31 UTC
e331367 PCH: Add support for OBJC/OBJCXX languages 03 November 2019, 20:34:39 UTC
23752d5 Help: Typo and grammar fixes for file(GET_RUNTIME_DEPENDENCIES) Note that ``MODULE`` s was rendering strangely, so the wording has been tweaked to avoid needing to specify ``MODULE`` as a plural word. Modules are still libraries, so it is okay to call them as such where it doesn't cause any ambiguity. 03 November 2019, 11:44:36 UTC
ad02443 Help: list(REMOVE_ITEM) removes all instances, not just the first found Fixes: #19908 02 November 2019, 07:22:50 UTC
0692eaf ForceToRelativePath: Fix spurious assertion when local path is root dir Fixes: #19909 02 November 2019, 06:54:13 UTC
f805cdd FindwxWidgets: Add support for 3.1.3 VS binaries 01 November 2019, 14:08:18 UTC
657fb0a Help: Clarify load_cache documentation of first parameter The first parameter is the path to the *directory* containing the `CMakeCache.txt` file, not the file itself. 01 November 2019, 14:00:28 UTC
b7955bd Help: Remove out of date bounds on compile feature supported versions The upper limits on what compiler CMake supports is always changing, and the values inside cmake-compile-feature is always out of date. So lets remove it. 01 November 2019, 12:15:39 UTC
91c26b3 Merge branch 'clarify-BOOL-genex-eval' into release-3.16 Merge-request: !3969 31 October 2019, 15:52:38 UTC
cd888f1 Help: drop confusing reference to `if()` from `$<BOOL:>` `if()` uses the internal `IsOn` call whild `$<BOOL:>` uses `IsOff`. For historical reasons, these are not inverses of each other, so drop mention of `if()` from the documentation of `$<BOOL:>`. 31 October 2019, 15:49:43 UTC
c1d5d5e CMake 3.16.0-rc3 31 October 2019, 13:25:31 UTC
a53921b Merge branch 'swift-rpath' into release-3.16 Merge-request: !3965 31 October 2019, 13:08:34 UTC
d3c8610 Merge branch 'help-file-spelling-error' into release-3.16 Merge-request: !3964 31 October 2019, 13:08:27 UTC
7fa657b Merge branch 'autogen_windows_search_fix' into release-3.16 Merge-request: !3962 31 October 2019, 13:08:18 UTC
e5cc8f5 Merge branch 'docs-CMakePrintHelpers-typo' into release-3.16 Merge-request: !3966 31 October 2019, 10:28:16 UTC
fea940e Help: Fix minor typo in CMakePrintHelpers module docs Fixes: #19900 30 October 2019, 23:24:17 UTC
1e05f89 Swift: support `BUILD_RPATH` properties Enable passing a RPATH to Swift shared libraries. This enables testing libraries before they have been installed. 30 October 2019, 18:18:15 UTC
e0412a0 Help: Fix spelling error in file(GET_RUNTIME_DEPENDENCIES) docs 30 October 2019, 17:49:54 UTC
2a5e5b2 CMake 3.15.5 30 October 2019, 13:44:41 UTC
90d643c Autogen: Fix ambiguity in header file detection on Windows On Windows, `CollapseFullPath` called with a path that ends with a dot might return a file with the same base name but any extension. To make sure we get only the file with the requested header extension, pass the complete file name to `CollapseFullPath`. Fixes: #19892 30 October 2019, 13:34:06 UTC
1efc4c9 Merge branch 'fix-find_package-doc' into release-3.16 Merge-request: !3961 30 October 2019, 13:26:09 UTC
9a08818 Help: Add OPTIONAL_COMPONENTS to config mode signature of find_package. 30 October 2019, 13:24:36 UTC
931d734 Merge branch 'bootstrap-break' into release-3.16 Merge-request: !3959 29 October 2019, 16:05:13 UTC
1dbf485 bootstrap: Avoid redundant compiler selection checks In commit 6e613ff399 (bootstrap: Add infrastructure to detect threading flags, 2017-11-28, v3.11.0-rc1~281^2~1) an extra level of nesting was added to the selection loop, but the inner-most `break` command used to exit the loop on success was not updated. This caused the outer-most loop to iterate unnecessarily and repeatedly try the same compilers again. In the case of compilers requiring a `-std=` flag, this may have caused the oldest standard to be used instead of the newest. 29 October 2019, 16:03:54 UTC
449a292 Merge branch 'sdk-on-mac' into release-3.16 Merge-request: !3957 28 October 2019, 17:39:52 UTC
ee366b0 Merge branch 'FindCurses-formw' into release-3.16 Merge-request: !3947 28 October 2019, 16:04:26 UTC
84ce473 FindCurses: use formw when wide support is requested Fixes: #19883 28 October 2019, 16:03:11 UTC
c10c9f8 Swift: Honor CMAKE_OSX_SYSROOT on Apple platforms Pass the value to the Swift compiler driver via `-sdk`. We already do this for C/C++ via `-isysroot`. This fixes command-line builds on macOS 10.15 with Xcode 11 Swift tools. Fixes: #19880 28 October 2019, 15:52:31 UTC
f9193ca Merge branch 'swift-parallel-jobs' into release-3.16 Merge-request: !3950 28 October 2019, 15:37:39 UTC
d9dd7cc Swift: correct flags for parallel jobs `-num-threads` is for the threading, not the job control. Use `-j` to launch the parallel jobs. This enables parallel builds for Swift again after driver updates preventing the parallelization through `-num-threads`. 28 October 2019, 15:36:57 UTC
a575fbc Merge branch 'docs-find-vars' into release-3.16 Merge-request: !3952 28 October 2019, 15:33:05 UTC
6226771 Merge branch 'framework-tests-multiarch-old-macos' into release-3.16 Merge-request: !3954 28 October 2019, 14:09:29 UTC
c79e9d8 Merge branch 'project-version-buffer-overflow' into release-3.16 Merge-request: !3948 28 October 2019, 10:55:20 UTC
f474948 Merge branch 'docs-FindPython-minor-grammar' into release-3.16 Merge-request: !3953 28 October 2019, 10:54:30 UTC
3e30c4c Tests: Match file command output for older macOS (Framework test) 27 October 2019, 12:48:41 UTC
89ad3b3 Tests: Prevent CMP0012 policy warnings in Framework test output 27 October 2019, 12:28:17 UTC
9914b90 Help: Minor wording cleanup for Python modules 27 October 2019, 10:36:31 UTC
a0a7a45 Help: Fix markup errors, improve wording of CMAKE_FIND... variable docs 27 October 2019, 07:11:00 UTC
049dbdd Help: Document that <PackageName>_ROOT applies to config packages too The original intent of <PackageName>_ROOT may have been for it to apply only to Find modules, but the implementation of the find_package() command treats modules and config packages the same. Both result in a <PackageName>_ROOT variable being pushed onto the stack of package roots. A config package can also call other find_...() commands, the behavior doesn't apply just to find modules. 27 October 2019, 05:10:09 UTC
82cdb26 project: Fix potential buffer write-past-end for version components This fixes two errors: not accounting for the trailing null and a misunderstanding of what std::numeric_limits::digits10 means. 26 October 2019, 06:50:24 UTC
15a0b0d Help: math() expressions must be representable as signed 64-bit 26 October 2019, 06:47:03 UTC
81ded33 Merge branch 'cmp0097-doc-fix' into release-3.16 Merge-request: !3941 24 October 2019, 12:01:36 UTC
fd867a4 Help: Fix capitalization in CMP0097 documentation 23 October 2019, 21:05:09 UTC
fa1fe09 Merge branch 'ccmake-clear-help' into release-3.16 Merge-request: !3937 21 October 2019, 15:27:13 UTC
eaebd4f Merge branch 'FindOpenMP-include-dir' into release-3.16 Merge-request: !3916 21 October 2019, 15:09:56 UTC
308990b Merge branch 'doc-genex-tweak' into release-3.16 Merge-request: !3939 21 October 2019, 14:27:21 UTC
0817307 Merge branch 'doc-genex-tweak' into release-3.15 Merge-request: !3939 21 October 2019, 14:26:48 UTC
c684db4 Help: Fix COMPILE_LANG_AND_ID genex example Fix the `COMPILE_LANGUAGE/CXX_COMPILER_ID` variant of the example to have the same meaning as the `COMPILE_LANG_AND_ID` variant. The inconsistency was introduced by commit 808b818063 (Genex: CompileLang and CompileLangAndId now match against a list of ids, 2019-05-30, v3.15.0-rc1~11^2~1). Fixes: #19862 21 October 2019, 14:25:41 UTC
9276bea ccmake: Fully clear the 1st help line when processing 20 October 2019, 12:25:05 UTC
9278028 CMake 3.16.0-rc2 18 October 2019, 13:23:00 UTC
6dedb97 Merge branch 'pch-makefile-depends' into release-3.16 Merge-request: !3928 17 October 2019, 14:41:43 UTC
797689a PCH: Fix Makefile dependencies to rebuild PCH on header changes Teach the Makefile generator to scan the implicit dependencies of PCH creation. When a header named by `target_precompile_headers` changes the corresponding PCH must be rebuilt and all consumers recompiled. Fixes: #19830 17 October 2019, 14:29:31 UTC
7aab792 Merge branch 'export-target-lang-name' into release-3.16 Merge-request: !3927 17 October 2019, 14:23:36 UTC
409891b FindOpenMP: Allow try_compile() to find omp.h for AppleClang Fixes: #18098 #18470 #18520 17 October 2019, 07:50:05 UTC
0b10b3e cmMakefileTargetGenerator: Inline WriteObjectBuildFile in only call site 16 October 2019, 17:48:14 UTC
0e436c5 install,export: Do not treat language names as target names When generating `IMPORTED_LINK_INTERFACE_LANGUAGES`, do not treat the entries as target names. Fixes: #19846 16 October 2019, 16:48:20 UTC
84e14a5 Merge branch 'doc-pch-compile-language' into release-3.16 Merge-request: !3925 16 October 2019, 14:54:11 UTC
ac75886 PCH: Document and test COMPILE_LANGUAGE genex for per-language header Fixes: #19839 16 October 2019, 14:32:56 UTC
c2a7729 Merge branch 'doc-add_link_options-typos' into release-3.16 Merge-request: !3922 16 October 2019, 13:53:39 UTC
a7ef28b Help: Fix typos and style in add_link_options documentation 16 October 2019, 13:49:08 UTC
3658f44 Merge branch 'swift-cross-compile' into release-3.16 Merge-request: !3921 15 October 2019, 17:29:11 UTC
466ad46 try_compile: support Swift for cross-compilation Ensure that we preserve the `CMAKE_Swift_COMPILER_TARGET` variable to use cross-compilation for testing the Swift compiler if appropriate. 15 October 2019, 17:25:14 UTC
080163a Merge branch 'CMakeFindBinUtils-cleanup' into release-3.16 Merge-request: !3920 15 October 2019, 15:19:53 UTC
c3c751e Merge branch 'FindCurses-tinfow' into release-3.16 Merge-request: !3915 15 October 2019, 15:19:44 UTC
c89794f Merge branch 'FindHDF5-cray' into release-3.16 Merge-request: !3918 15 October 2019, 15:19:31 UTC
4041f6a Merge branch 'doc-static-lib-flags' into release-3.16 Merge-request: !3919 15 October 2019, 15:15:45 UTC
f0da223 CMakeFindBinUtils: Remove unnecessary variable unset calls Some unset calls were added by commit 079b8e2916 (Clang: prefer lld-link over link.exe, 2019-07-11, v3.16.0-rc1~161^2~2) but they are unnecessary since commit 3a82ef78eb (CMakeFindBinUtils: Rename and unset variables for additional names, 2019-07-23, v3.16.0-rc1~332^2~2). Suggested-by: Norbert Lange <nolange79@gmail.com> 15 October 2019, 15:09:06 UTC
9fc87ef FindCurses: use tinfow when wide support is requested 15 October 2019, 13:50:52 UTC
back to top