https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
83a72ef Suppress incorrect grep behavior 06 August 2016, 14:46:51 UTC
6da5fb8 CMake Nightly Date Stamp 06 August 2016, 04:01:04 UTC
93b705a Merge topic 'ninja-clang-rsp-format' e555480c Ninja: Fix response file format for GNU-like Clang on Windows 05 August 2016, 12:50:29 UTC
baa6032 Merge topic 'update-kwsys' 8abca140 Merge branch 'upstream-KWSys' into update-kwsys 6c0820a8 KWSys 2016-08-03 (6d23dd7e) 05 August 2016, 12:50:25 UTC
b06118f Merge topic 'vs14-debug-enum-older-toolsets' 4ada475e VS: Fix VS 2015 .vcxproj debug setting for Windows7.1SDK toolset 05 August 2016, 12:50:20 UTC
9bc6202 CMake Nightly Date Stamp 05 August 2016, 04:01:09 UTC
4ada475 VS: Fix VS 2015 .vcxproj debug setting for Windows7.1SDK toolset Closes: #16213 04 August 2016, 15:40:09 UTC
8abca14 Merge branch 'upstream-KWSys' into update-kwsys * upstream-KWSys: KWSys 2016-08-03 (6d23dd7e) 04 August 2016, 14:11:07 UTC
6c0820a KWSys 2016-08-03 (6d23dd7e) Code extracted from: http://public.kitware.com/KWSys.git at commit 6d23dd7e455a7b2088c4ec6dce760d8243b84ee6 (master). Upstream Shortlog ----------------- Ben Boeckel (1): 6d23dd7e SystemTools: add a PathExists method 04 August 2016, 14:11:06 UTC
995b542 Merge topic 'find-module-imported-fallback-to-release' ff386d11 Modules: Make imported targets fall back to `Release` 04 August 2016, 13:56:51 UTC
2df3719 Merge topic 'extra-generator-factories' cd52a225 Report more information about extra generators in generator factories a354f60c Refactor extra generator registration to use factories 04 August 2016, 13:56:47 UTC
ac7c12e Merge topic 'update-kwsys' b602cb85 Merge branch 'upstream-KWSys' into update-kwsys 3e6ec47c KWSys 2016-08-02 (3f55579d) 04 August 2016, 13:56:44 UTC
85d966d Merge topic 'update-curl' f59ab433 curl: Remove CMake-specific README f53f4a8a Merge branch 'upstream-curl' into update-curl 202adcfe curl 2016-08-03 (f2cb3a01) e1c11352 curl: Update script to get curl 7.50.1 a51c6c53 Merge branch 'upstream-curl' into update-curl 7ec709d3 curl 2015-08-11 (1a7f66a3) 3e9b0343 Add script to update curl from upstream 04 August 2016, 13:56:39 UTC
e555480 Ninja: Fix response file format for GNU-like Clang on Windows The `CMAKE_<LANG>_SIMULATE_ID` variables are not set to "GNU" for a GNU-like Clang compiler on Windows. They are only set to "MSVC" for a MSVC-like Clang. Revise our response file format selection accordingly. Reported-by: Chaoren Lin <chaorenl@google.com> 04 August 2016, 13:44:56 UTC
2c0e87f CMake Nightly Date Stamp 04 August 2016, 04:01:06 UTC
f59ab43 curl: Remove CMake-specific README We will now manage the curl source tree updates using the `Utilities/Scripts/update-curl.bash` script. Drop the README that covered the old method. 03 August 2016, 18:31:05 UTC
f53f4a8 Merge branch 'upstream-curl' into update-curl * upstream-curl: curl 2016-08-03 (f2cb3a01) 03 August 2016, 18:26:53 UTC
202adcf curl 2016-08-03 (f2cb3a01) Code extracted from: https://github.com/bagder/curl.git at commit f2cb3a01192d36395d16acec6cdb93446ca6fd45 (curl-7_50_1). 03 August 2016, 18:26:29 UTC
e1c1135 curl: Update script to get curl 7.50.1 03 August 2016, 18:26:02 UTC
a51c6c5 Merge branch 'upstream-curl' into update-curl 03 August 2016, 15:54:18 UTC
7ec709d curl 2015-08-11 (1a7f66a3) Code extracted from: https://github.com/bagder/curl.git at commit 1a7f66a3de2625d10f65415e6eb3e56067dc0555 (curl-7_44_0). 03 August 2016, 15:52:06 UTC
3e9b034 Add script to update curl from upstream 03 August 2016, 15:51:27 UTC
ff386d1 Modules: Make imported targets fall back to `Release` Find modules only detect Debug and Release configurations. All other configurations will fall back to the configuration listed as the first entry in `IMPORTED_CONFIGURATIONS`. Switch the order so that `Release` is listed first, as this is a better fallback than `Debug` for the `RelWithDebInfo` and `MinSizeRel` configurations. See issue #16091. This approach is recommended by documentation in `cmake-developer(7)` added by commit v3.2.0-rc1~286^2~1 (Help: Document IMPORTED_CONFIGURATIONS target property for Find modules, 2014-12-04). 03 August 2016, 15:14:29 UTC
b602cb8 Merge branch 'upstream-KWSys' into update-kwsys * upstream-KWSys: KWSys 2016-08-02 (3f55579d) 03 August 2016, 14:10:28 UTC
3e6ec47 KWSys 2016-08-02 (3f55579d) Code extracted from: http://public.kitware.com/KWSys.git at commit 3f55579d113f92fcda8f9eff7046c36873c121f6 (master). Upstream Shortlog ----------------- Patrick Welche (3): 8a989b44 SystemInformation: Treat BSDs more uniformly 2ce319a6 SystemInformation: Treat Solaris the same as Linux 3f55579d SystemTools: Fix FileExists for some SCO OpenServer file permissions 03 August 2016, 14:10:21 UTC
cd52a22 Report more information about extra generators in generator factories 03 August 2016, 13:44:40 UTC
a354f60 Refactor extra generator registration to use factories This will allow additional information about the availability and capabilities of extra generators to be queried without actually creating them. Instead of a static NewFactory() method like the main generator factories have, use a static GetFactory() method to get a pointer to a statically allocated extra generator factory. This simplifies memory management. 03 August 2016, 13:43:00 UTC
382c4fc Merge topic 'ccmake-vim-navigation' e34e9c27 ccmake: Add VIM-like bindings for navigation 9a1b6c60 ccmake: Revise documentation for [d] 31b6cf41 ccmake: Fix typo in help (it's -> its) 03 August 2016, 13:20:59 UTC
c2bc47f Merge topic 'CMakeFindFrameworks-custom-locations' 9970cdcb CMakeFindFrameworks: Allow custom framework locations 03 August 2016, 13:20:56 UTC
aabf877 Merge topic 'gcc-fvisibility-version' 85e03142 GNU: Use -fvisibility on GCC 4.0 and 4.1 too 03 August 2016, 13:20:54 UTC
a85e2a8 Merge topic 'FindProtobuf-restore-PROTOBUF_IMPORT_DIRS' 5790d9b6 FindProtobuf: Restore support for PROTOBUF_IMPORT_DIRS 03 August 2016, 13:20:50 UTC
ec807f6 Merge topic 'port-to-sco' 56539d89 SCO_SV: Enable so filename versioning 16a3a735 cmELF: Port to SCO OpenServer 5.0.7/3.2 03 August 2016, 13:20:47 UTC
ef729c5 Merge topic 'ExternalProject-no-DS_Store' 52aecc0c ExternalProject: Ignore macOS .DS_Store files in tarball extraction 03 August 2016, 13:20:44 UTC
f8792c1 Merge topic 'update-kwsys' 35995fa6 Merge branch 'upstream-KWSys' into update-kwsys 6bc3073e KWSys 2016-08-01 (560bcdbb) 03 August 2016, 13:20:41 UTC
7b65e49 Merge topic 'wix-root-description' e29bfbf2 CPackWIX: Support custom title and description for the root feature 03 August 2016, 13:20:38 UTC
8ba870b Merge topic 'FindCUDA-no-windows-librt' f4e979b1 FindCUDA: Do not look for librt on Windows 03 August 2016, 13:20:35 UTC
573397b Merge topic 'FindCUDA-arch' 15a6ae5c FindCUDA: Add search path for nvcc on Arch 03 August 2016, 13:20:32 UTC
4b0e1dc Merge topic 'doc-without-continue' 7d7446c9 Utilities/Sphinx: Remove use of continue() method 03 August 2016, 13:20:29 UTC
16e449c Merge topic 'intel-gnu11-support' 088f14eb Intel-C: standard flags are also supported in 12.0 27a3ca15 Intel-C: support gnu89 and gnu99 extension flags cc223e1e Intel-C: declare support for gnu11 03 August 2016, 13:20:25 UTC
a382c30 Merge topic 'fix-findhdf5-definitions' 8eb0b56c FindHDF5: Make sure compile definition vars keep the -D flag 03 August 2016, 13:20:19 UTC
33fe475 CMake Nightly Date Stamp 03 August 2016, 04:01:04 UTC
15a6ae5 FindCUDA: Add search path for nvcc on Arch 02 August 2016, 19:36:07 UTC
7d7446c Utilities/Sphinx: Remove use of continue() method We currently only require CMake 2.8.4 which does not provide it. 02 August 2016, 19:15:00 UTC
e34e9c2 ccmake: Add VIM-like bindings for navigation * scroll with j/k * toggle bool with space, enter insert mode with i * bindings not shown at the bottom of the screen, but given in help 02 August 2016, 18:53:15 UTC
9a1b6c6 ccmake: Revise documentation for [d] * list it at the bottom of the screen * different place in help message 02 August 2016, 18:53:15 UTC
31b6cf4 ccmake: Fix typo in help (it's -> its) 02 August 2016, 18:53:06 UTC
088f14e Intel-C: standard flags are also supported in 12.0 02 August 2016, 17:10:56 UTC
27a3ca1 Intel-C: support gnu89 and gnu99 extension flags 02 August 2016, 17:10:41 UTC
cc223e1 Intel-C: declare support for gnu11 Without extensions, functions like `strdup` are not available since they are actually controlled by feature flags such as _SVID_SOURCE and _BSD_SOURCE. When using `-std=c11` on Intel, none of these flags are set, so the functions are not declared properly leading to compile errors. Reported-by: Adam J. Stewart <ajstewart426@gmail.com> Closes: #16226 02 August 2016, 15:42:45 UTC
5790d9b FindProtobuf: Restore support for PROTOBUF_IMPORT_DIRS Support was accidentally dropped by commit v3.6.0-rc1~273^2 (FindProtobuf: Rename variables to match case of module name, 2016-03-01). 02 August 2016, 14:50:24 UTC
9970cdc CMakeFindFrameworks: Allow custom framework locations Read a variable to get non-standard locations to be searched, e.g. brew, port. Signed-off-by: David Keller <david.keller@litchis.fr> 02 August 2016, 14:41:40 UTC
8eb0b56 FindHDF5: Make sure compile definition vars keep the -D flag 02 August 2016, 14:34:51 UTC
52aecc0 ExternalProject: Ignore macOS .DS_Store files in tarball extraction Do not consider a top-level `.DS_Store` file when deciding whether a tarball contains exactly one directory whose contents should be used as the resulting top-level of the extraction. Fixes #16218. Suggested-by: Patrice Kouame 02 August 2016, 14:14:26 UTC
56539d8 SCO_SV: Enable so filename versioning Take changes used by pkgsrc [1]: * so filename versioning requires CMAKE_SHARED_LIBRARY_SONAME_C_FLAG. [1] http://cdn.netbsd.org/pub/pkgsrc/current/pkgsrc/devel/cmake/patches/ 02 August 2016, 14:09:52 UTC
16a3a73 cmELF: Port to SCO OpenServer 5.0.7/3.2 Take changes used by pkgsrc [1]: * SCO OpenServer 5.0.7/3.2 does not support 64-bit ELF. [1] http://cdn.netbsd.org/pub/pkgsrc/current/pkgsrc/devel/cmake/patches/ 02 August 2016, 14:04:31 UTC
85e0314 GNU: Use -fvisibility on GCC 4.0 and 4.1 too This flag is needed for the `<LANG>_VISIBILITY_PRESET` target property. It has been supported since GCC 4.0, not 4.2 as we previously recorded. Fixes #16222. 02 August 2016, 13:24:54 UTC
35995fa Merge branch 'upstream-KWSys' into update-kwsys * upstream-KWSys: KWSys 2016-08-01 (560bcdbb) 02 August 2016, 13:21:52 UTC
6bc3073 KWSys 2016-08-01 (560bcdbb) Code extracted from: http://public.kitware.com/KWSys.git at commit 560bcdbb972cbf4c7ea77010363c652b697b9933 (master). Upstream Shortlog ----------------- Brad King (1): 560bcdbb SystemTools: Factor out common `const char* GetEnv()` private implementation James Johnston (1): 1c147abb Directory: Use Windows API wherever possible and port to Embarcadero 02 August 2016, 13:21:31 UTC
f4e979b FindCUDA: Do not look for librt on Windows Otherwise an incorrect warning appears when compiling with CUDA SDK 6.5 or older and CUDA_USE_STATIC_CUDA_RUNTIME is true. 02 August 2016, 13:15:22 UTC
fd59f9a Merge topic 'doc-CMAKE_INSTALL_PREFIX-default' bdd9b1c7 Help: Fix CMAKE_INSTALL_PREFIX documented default on Windows 02 August 2016, 13:11:52 UTC
e29bfbf CPackWIX: Support custom title and description for the root feature These can now be specified through the WIX generator specific CPack variables CPACK_WIX_ROOT_FEATURE_TITLE and CPACK_WIX_ROOT_FEATURE_DESCRIPTION. 02 August 2016, 12:05:08 UTC
55d9bfa CMake Nightly Date Stamp 02 August 2016, 04:01:04 UTC
bdd9b1c Help: Fix CMAKE_INSTALL_PREFIX documented default on Windows Fixes #16211. 01 August 2016, 19:29:11 UTC
5f99e61 Merge topic 'emacs-mode-compilation-warning' 82388543 cmake-mode.el: Replace use of obsolete function (since Emacs 24.3). ca684ccb cmake-mode.el: Fix byte-compilation warnings. 01 August 2016, 19:15:39 UTC
8238854 cmake-mode.el: Replace use of obsolete function (since Emacs 24.3). 01 August 2016, 19:13:43 UTC
b1cd292 Merge topic 'vim-syntax-updates' cd7ed47c Aux: highlight commands using Function bca8be58 Aux: sort the highlighting list 7decbe8f Aux: highlight CMAKE_{CMAKE,CPACK}_COMMAND variables 2b57b139 Aux: highlight modules using Include 8ac4e2cf Aux: highlight conditiona and repeat commands differently 3b3bd880 Aux: highlight deprecated commands as warnings 481f8cf1 Aux: remove unused highlight links ffa44a39 Aux: highlight Lua-style comments 29eeb9a8 Aux: check spelling in comments 01 August 2016, 19:04:37 UTC
5ec03c9 Merge topic 'wix-disabled-components' ad453f05 CPackWIX: Support CPACK_COMPONENT_<compName>_DISABLED 6f108f84 CPackComponent: Document the *_HIDDEN and *_DISABLED variables 01 August 2016, 18:59:53 UTC
88e1c54 Merge topic 'use-string-append' 7a649111 Use string(APPEND) in Tests 5d0d980d Use string(APPEND) in Modules 01 August 2016, 18:59:50 UTC
bfac78d Merge topic 'more-virtual-override' 624b7215 Source/CPack: Add CM_OVERRIDE on MacOS cmCPackGenerator overrides 01 August 2016, 18:59:47 UTC
2711c35 Merge topic 'app-framework-bundle-extension' f951d0ad Add tests for BUNDLE_EXTENSION c63380b1 Update documentation about bundle extensions 134d5c1f Honor BUNDLE_EXTENSION also for Frameworks (#14742) 2b909c08 Honor BUNDLE_EXTENSION also for App Bundles (#16148) 01 August 2016, 18:59:44 UTC
8427b8e Merge topic 'aliased-target-properties' ea647533 Do not report ALIASED_TARGET as always set (#15783) 01 August 2016, 18:59:41 UTC
8b9cd61 CMake Nightly Date Stamp 01 August 2016, 04:01:03 UTC
963c4e4 CMake Nightly Date Stamp 31 July 2016, 04:01:03 UTC
99f5a32 CMake Nightly Date Stamp 30 July 2016, 04:01:02 UTC
db71322 CMake Nightly Date Stamp 29 July 2016, 04:01:03 UTC
09a86b3 CMake Nightly Date Stamp 28 July 2016, 04:01:04 UTC
7a64911 Use string(APPEND) in Tests Automate with: find Tests -type f -print0 | xargs -0 perl -i -0pe \ 's/set\(([a-zA-Z0-9_]+)(\s+)"\$\{\1\}([^"])/string(APPEND \1\2"\3/g' 27 July 2016, 22:43:04 UTC
5d0d980 Use string(APPEND) in Modules Automate with: find Modules -type f -print0 | xargs -0 perl -i -0pe \ 's/set\(([a-zA-Z0-9_]+)(\s+)"\$\{\1\}([^"])/string(APPEND \1\2"\3/g' 27 July 2016, 22:41:13 UTC
73c618b CMake Nightly Date Stamp 27 July 2016, 04:01:03 UTC
ca684cc cmake-mode.el: Fix byte-compilation warnings. 26 July 2016, 12:41:02 UTC
8f884f2 CMake Nightly Date Stamp 26 July 2016, 04:01:02 UTC
3d57541 CMake Nightly Date Stamp 25 July 2016, 04:01:07 UTC
ffc7c24 CMake Nightly Date Stamp 24 July 2016, 04:01:03 UTC
d615d20 CMake Nightly Date Stamp 23 July 2016, 04:01:04 UTC
cd7ed47 Aux: highlight commands using Function These are closer to functions than anything else. Also change the other groups which were highlighted with Function to other groups. 22 July 2016, 16:33:23 UTC
bca8be5 Aux: sort the highlighting list 22 July 2016, 16:32:40 UTC
7decbe8 Aux: highlight CMAKE_{CMAKE,CPACK}_COMMAND variables 22 July 2016, 16:32:05 UTC
2b57b13 Aux: highlight modules using Include They are closer to Include than generic preprocessor lines. 22 July 2016, 16:31:26 UTC
8ac4e2c Aux: highlight conditiona and repeat commands differently 22 July 2016, 16:30:57 UTC
3b3bd88 Aux: highlight deprecated commands as warnings 22 July 2016, 16:30:44 UTC
481f8cf Aux: remove unused highlight links 22 July 2016, 16:24:23 UTC
ffa44a3 Aux: highlight Lua-style comments 22 July 2016, 16:23:53 UTC
29eeb9a Aux: check spelling in comments 22 July 2016, 16:23:16 UTC
624b721 Source/CPack: Add CM_OVERRIDE on MacOS cmCPackGenerator overrides 22 July 2016, 14:42:37 UTC
8842a50 Merge branch 'release' 22 July 2016, 14:34:05 UTC
f595131 CMake 3.6.1 22 July 2016, 13:26:11 UTC
4e88b1e Merge branch 'release' 22 July 2016, 13:22:53 UTC
d504999 Merge topic 'tests-hide-ldd-check-errors' d6a6024e Tests: Hide errors from `ldd --help` output check 22 July 2016, 13:17:53 UTC
1fc340f Merge topic 'windows-export-all-fix-objlib' 13a6ff31 VS: Fix WINDOWS_EXPORT_ALL_SYMBOLS for object libraries 22 July 2016, 13:17:48 UTC
3e7689e Merge topic 'vim-cmake-syntax' 500f67e5 Aux: update vim-syntax-highlighting 22 July 2016, 13:17:41 UTC
back to top