https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
6e27501 FindProtobuf: Fix protobuf_generate_*() to handle subdirs The change in commit d4b8e81 incorrectly adds subdirectories to the path of the generated files when *.proto files are passed to protobuf_generate_*() with subdirectories. This behavior is not correct when PROTOBUF_GENERATE_CPP_APPEND_PATH is True (default behavior) as `protoc` will generate output file in the current build directory. 07 October 2016, 13:37:55 UTC
8c61544 CMake Nightly Date Stamp 07 October 2016, 04:01:16 UTC
b2cf1cb Merge topic 'FindMatlab-documentation' f2b88600 Help: Extend 3.7 release notes for FindMatlab 2f16ab87 FindMatlab: small documentation fixes 06 October 2016, 14:08:20 UTC
6e634e3 Merge topic 'FindMatlab-fix-simulink-cache' e8893030 FindMatlab: remove SIMULINK path from cache when FindMatlab is reconfigured 06 October 2016, 14:08:12 UTC
45e13c8 Merge topic 'cmake-server-improve-shutdown' 68277e16 server-mode: Improve shutdown behavior 06 October 2016, 14:08:07 UTC
1aaace3 Merge topic 'fix-VS-resources-pri-path' 646d01da VS: Use absolute target-specific directory for `resources.pri` 06 October 2016, 14:08:04 UTC
b12affd Merge topic 'no-define-cout-cerr' 53858177 Do not define cout/cerr preprocessor symbols 06 October 2016, 14:07:58 UTC
22605f1 CMake Nightly Date Stamp 06 October 2016, 04:01:04 UTC
f2b8860 Help: Extend 3.7 release notes for FindMatlab 05 October 2016, 13:43:09 UTC
2f16ab8 FindMatlab: small documentation fixes 05 October 2016, 13:39:27 UTC
e889303 FindMatlab: remove SIMULINK path from cache when FindMatlab is reconfigured 05 October 2016, 13:39:20 UTC
646d01d VS: Use absolute target-specific directory for `resources.pri` The change in commit v3.7.0-rc1~219^2 (VS: Use target-specific directory for `resources.pri`, 2016-08-25) incorrectly specifies a relative path for the `ProjectPriFullPath` value. Fix it to use an absolute path. Issue: #16106 05 October 2016, 13:21:58 UTC
aa57f35 CMake Nightly Date Stamp 05 October 2016, 04:01:05 UTC
38642f4 Merge topic 'qtifw-https-cmake.org' eb1a57d7 QtIFW: Reference cmake.org via https in cmake.org.html 04 October 2016, 16:59:48 UTC
62e33fc Merge topic 'utils-https-cmake.org' 730ba307 Utilities/Release: Update README to reference https URL 4376e47a Utilities/GitSetup: Fetch local hooks via https 04 October 2016, 16:59:45 UTC
eb1a57d QtIFW: Reference cmake.org via https in cmake.org.html 04 October 2016, 15:40:01 UTC
730ba30 Utilities/Release: Update README to reference https URL 04 October 2016, 15:37:16 UTC
4376e47 Utilities/GitSetup: Fetch local hooks via https 04 October 2016, 15:36:43 UTC
9203691 Merge topic 'no-tar.Z-binaries' 241858c5 Utilities/Release: Drop Linux .tar.Z binary 47873307 Utilities/Release: Drop macOS .tar.Z binary 04 October 2016, 15:31:04 UTC
241858c Utilities/Release: Drop Linux .tar.Z binary On Linux the gzip tool is universally available, so our `.tar.gz` is sufficient. 04 October 2016, 14:52:28 UTC
4787330 Utilities/Release: Drop macOS .tar.Z binary On macOS the gzip tool is universally available, so our `.tar.gz` is sufficient. 04 October 2016, 14:08:28 UTC
5385817 Do not define cout/cerr preprocessor symbols Apply the change from commit bd3d0eaf (cmCTest: don't redefine cout and cerr, 2016-09-01) to the rest of ctest and cpack. These definitions are no longer needed because our conventions are well established. 04 October 2016, 13:34:37 UTC
834efe1 Merge topic 'add-BUILD_RPATH' dc6d8066 Add a BUILD_RPATH target property specifying build-tree RPATH entries 04 October 2016, 13:23:06 UTC
68277e1 server-mode: Improve shutdown behavior Add a signal handler to trigger shutdown and be more paranoid about libuv doing things asynchronously. This should fix test cases not shutting down properly. 04 October 2016, 13:15:32 UTC
05d802a CMake Nightly Date Stamp 04 October 2016, 04:01:05 UTC
dc6d806 Add a BUILD_RPATH target property specifying build-tree RPATH entries Users may need to add custom `RPATH` entries to be able to run binaries from their build tree without setting `LD_LIBRARY_PATH`. Provide a way to do this that does not affect the install-tree `RPATH`. 03 October 2016, 17:42:27 UTC
484dc1e Merge branch 'release' 03 October 2016, 15:05:35 UTC
63d19ec Merge topic 'fix-doc-3.7-relnotes' a1ecf3f1 Help: Add 3.7 release note for CPack/NSIS 03 October 2016, 15:05:03 UTC
1dc252e Merge branch 'fix-doc-3.7-relnotes' into release 03 October 2016, 13:53:58 UTC
a1ecf3f Help: Add 3.7 release note for CPack/NSIS 03 October 2016, 13:52:06 UTC
0c09a6a Begin post-3.7 development 03 October 2016, 13:09:50 UTC
7e6b88f Merge branch 'release' 03 October 2016, 13:08:36 UTC
46f3306 CMake 3.7.0-rc1 version update 03 October 2016, 13:08:04 UTC
2aea709 Help: Drop development topic notes to prepare release Release versions do not have the development topic section of the CMake Release Notes index page. 03 October 2016, 13:06:06 UTC
b99bbfe Merge topic 'doc-3.7-relnotes' 64e63da0 Help: Organize and revise 3.7 release notes e82c33b8 Help: Consolidate 3.7 release notes 03 October 2016, 13:02:00 UTC
5ad6d4d Merge topic 'FindBoost-1.62' a997cac8 FindBoost: Add 1.62 and 1.62.0 as supported versions 03 October 2016, 13:01:57 UTC
5cdeb66 Merge topic 'doc-target_link_libraries-flags' 07bb2724 Help: Clarify treatment of link flags in target_link_libraries 03 October 2016, 13:01:54 UTC
bed8d6b Merge topic 'cmake-server-teardown-file-monitor' 1b43f9d1 cmake-server: Stop the file monitor on client disconnect 03 October 2016, 13:01:51 UTC
07bb272 Help: Clarify treatment of link flags in target_link_libraries 03 October 2016, 12:53:43 UTC
a997cac FindBoost: Add 1.62 and 1.62.0 as supported versions 03 October 2016, 11:19:33 UTC
2d4aeb1 CMake Nightly Date Stamp 03 October 2016, 04:01:02 UTC
52fb3d7 CMake Nightly Date Stamp 02 October 2016, 04:01:04 UTC
64e63da Help: Organize and revise 3.7 release notes Add section headers similar to the 3.6 release notes and move each individual bullet into an appropriate section. Revise a few bullets. 01 October 2016, 12:25:17 UTC
e82c33b Help: Consolidate 3.7 release notes Move all development release notes into a new version-specific document: tail -q -n +3 Help/release/dev/* > Help/release/3.7.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. 01 October 2016, 12:25:17 UTC
9921b2f Merge topic 'doc-cmake-A-link' 39c898a1 Help: Clarify that `cmake -A` option sets VS IDE target architecture 01 October 2016, 12:20:43 UTC
38a4e58 Merge topic 'doc-compilers-dropped' 27c51865 Help: Add release note about compilers that no longer build CMake itself 01 October 2016, 12:20:39 UTC
f564e4a Merge topic 'autogen-fix-cmake-error' a189d019 QtAutogen: Use cmSystemTools::Error instead of std::cerr 01 October 2016, 12:20:36 UTC
8202816 Merge topic 'autogen-empty-qrc' bcafc399 QtAutogen: Add test for empty qrc file 98b11f25 QtAutogen: Allow .qrc files that do not contain any file reference 01 October 2016, 12:20:33 UTC
de486a6 Merge topic 'aux_source_directory-sort' 50b27de4 aux_source_directory: Sort results to make it deterministic 01 October 2016, 12:20:30 UTC
b4235b7 Merge topic 'add-setup-projects-tests-module' 130784e0 AndroidTestUtilities: Add module to help drive Android device tests 01 October 2016, 12:20:27 UTC
b73080b Merge topic 'cmake-server-test-wait' d56f9237 Tests: Teach Server test to wait for server exit 01 October 2016, 12:20:23 UTC
541394f CMake Nightly Date Stamp 01 October 2016, 04:01:04 UTC
1b43f9d cmake-server: Stop the file monitor on client disconnect When the client disconnects we need to remove all events from our loop. Prior to the introduction of the file monitor we only needed to remove the client pipes. Now we need to remove the file monitor events too. Without this the event loop may continue to block on file monitor events. If one does eventually come in then the event handler may try to report it to the disconnected client and crash because our internal structures for writing to the client have been freed. This addresses a failure of the `Server` test on some machines. 30 September 2016, 19:05:42 UTC
27c5186 Help: Add release note about compilers that no longer build CMake itself The introduction of libuv requires some intrinsics such as InterlockedOr that are not available on VS 2005 and below or on MinGW.org's mingw32. Add a release note that we no longer support these compilers for CMake itself. 30 September 2016, 18:02:03 UTC
130784e AndroidTestUtilities: Add module to help drive Android device tests Add a module to manage the data needed for the project tests. It will move the test data to the build directory and transfer necessary data to an Android device if that is enabled. 30 September 2016, 17:49:47 UTC
39c898a Help: Clarify that `cmake -A` option sets VS IDE target architecture 30 September 2016, 15:54:16 UTC
50b27de aux_source_directory: Sort results to make it deterministic The change in commit v3.6.0-rc1~54^2 (file: Sort GLOB results to make it deterministic, 2016-05-14) makes sense for `aux_source_directory` too. Signed-off-by: Junghyun Kim <jh0822.kim@samsung.com> 30 September 2016, 14:30:15 UTC
a189d01 QtAutogen: Use cmSystemTools::Error instead of std::cerr We can use std::cerr only in the build-time tool, not during CMake generation. 30 September 2016, 14:12:59 UTC
bcafc39 QtAutogen: Add test for empty qrc file 30 September 2016, 14:02:49 UTC
98b11f2 QtAutogen: Allow .qrc files that do not contain any file reference 30 September 2016, 14:02:48 UTC
d56f923 Tests: Teach Server test to wait for server exit We expect the server to exit when its communication pipes are closed. Close them and wait for the server to exit. If supported by the current version of python, kill the server if it does not exit after a few seconds. 30 September 2016, 13:36:57 UTC
8491a53 Merge topic 'cmake-server-filewatcher' 4e34f042 server-mode: Watch CMakeLists.txt files 26250002 server-mode: Report watched files to client 0d96e193 server-mode: Add infrastructure to watch the filesystem 30 September 2016, 12:07:29 UTC
9c93210 Merge topic 'cmake-server-enable-more' 957e72c0 Utilities/Release: Use python 3 for server mode test on Linux binary 64934f20 Utilities/Release: Enable server mode in all binaries ec0bf638 bootstrap: Add options to enable/disable server mode explicitly 523f8ec8 server-mode: Add option to enable/disable test case explicitly 6b97a5ef server-mode: Add option to enable/disable the mode explicitly a8334961 server-mode: Rename variable CMake_{HAVE => ENABLE}_SERVER_MODE 97b6e17c server-mode: Enable from bootstrapped CMake build 30 September 2016, 12:07:26 UTC
b90aa96 Merge topic 'update-libuv' f9cab9e3 Merge branch 'upstream-libuv' into update-libuv 66ac1feb libuv 2016-09-27 (8221f9b3) 30 September 2016, 12:07:23 UTC
dd0ba56 Merge topic 'update-kwsys' 6fe45e98 Merge branch 'upstream-KWSys' into update-kwsys 0ab471ad KWSys 2016-09-29 (6cfcbede) 30 September 2016, 12:07:20 UTC
7246e0c CMake Nightly Date Stamp 30 September 2016, 04:01:05 UTC
4e34f04 server-mode: Watch CMakeLists.txt files Watch CMakeLists.txt files (and similar) from the Server 29 September 2016, 20:34:10 UTC
2625000 server-mode: Report watched files to client * Add a command to report watched files and directories to clients. 29 September 2016, 19:47:05 UTC
0d96e19 server-mode: Add infrastructure to watch the filesystem Enable the server to watch for filesystem changes. This patch includes * The infrastructure for the file watching * makes that infrastructure available to cmServerProtocols * Resets the filesystemwatchers on "configure" 29 September 2016, 19:47:05 UTC
f9cab9e Merge branch 'upstream-libuv' into update-libuv * upstream-libuv: libuv 2016-09-27 (8221f9b3) 29 September 2016, 18:19:51 UTC
66ac1fe libuv 2016-09-27 (8221f9b3) Code extracted from: https://github.com/libuv/libuv.git at commit 8221f9b305c09205be575d8d34a5c493ba03d392 (v1.x). 29 September 2016, 18:19:50 UTC
957e72c Utilities/Release: Use python 3 for server mode test on Linux binary The machine that builds the Linux binary has python 3 and 2.6, but the latter is too old for the server mode test script. 29 September 2016, 17:55:15 UTC
64934f2 Utilities/Release: Enable server mode in all binaries Add the CMake_ENABLE_SERVER_MODE option explicitly to the configuration of all binary builds. We want to know the mode is available if the build succeeds. 29 September 2016, 17:55:15 UTC
ec0bf63 bootstrap: Add options to enable/disable server mode explicitly 29 September 2016, 17:55:15 UTC
523f8ec server-mode: Add option to enable/disable test case explicitly Add a `CMake_TEST_SERVER_MODE` option that can be set in testing builds to enable/disable server mode tests explicitly. This will allow testing in combination with `CMake_TEST_EXTERNAL_CMAKE` or for server mode to be built on systems that have a python version that cannot run the test. 29 September 2016, 17:40:21 UTC
6b97a5e server-mode: Add option to enable/disable the mode explicitly Provide a way for scripts building CMake to enable server mode explicitly and assume the risk of a build failure if it is not supported. This will allow such scripts to ensure that server mode is available if the build succeeds. It also allows scripts to explicitly disable server mode even if it would be supported. 29 September 2016, 17:38:47 UTC
a833496 server-mode: Rename variable CMake_{HAVE => ENABLE}_SERVER_MODE The latter is a better name for making it a public-facing option. 29 September 2016, 17:20:10 UTC
97b6e17 server-mode: Enable from bootstrapped CMake build CMake is frequently built from source via bootstrap. There is no reason we cannot support server mode. 29 September 2016, 17:12:49 UTC
6fe45e9 Merge branch 'upstream-KWSys' into update-kwsys * upstream-KWSys: KWSys 2016-09-29 (6cfcbede) 29 September 2016, 14:56:37 UTC
0ab471a KWSys 2016-09-29 (6cfcbede) Code extracted from: http://public.kitware.com/KWSys.git at commit 6cfcbedeb253b64e6d07f436f1ac0f0b488bbc9b (master). Upstream Shortlog ----------------- Brad King (1): 6cfcbede SystemTools: Include strings.h on MinGW for strcasecmp 29 September 2016, 14:56:36 UTC
5d29506 Merge topic 'cmake_parse_arguments-PARSE_ARGV-multi-value' 66c70cd9 cmake_parse_arguments: Add additional unit tests 41291b20 cmake_parse_arguments: Fix PARSE_ARGV multi-value argument handling 29 September 2016, 12:09:48 UTC
48cd0f7 Merge topic 'cmake-server-commands' 71a50587 server-mode: Add project data for unit tests 7b1e60f2 server-mode: Report CMakeCache entries 84553a6e server-mode: Add command to retrieve build system files ead71873 server-mode: Report information relevant for a codemodel 29 September 2016, 12:09:45 UTC
26b30c5 Merge topic 'FindCxxTest-no-unix-interp' 32ee69c5 FindCxxTest: Do not run cxxtestgen through interpreter unless necessary 29 September 2016, 12:09:42 UTC
b53a12c Merge topic 'vs-clang-llvm-support' 3f300b84 VS: Recognize VS/LLVM toolset names as Clang 29 September 2016, 12:09:39 UTC
7cea347 Merge topic 'fix-explicit-RC' 9c5238df project: Fix support for explicit RC language 40c04821 Tests: Decide earlier whether to test resources 29 September 2016, 12:09:36 UTC
4f719f2 Merge topic 'suppress-pgi-warnings' f4162856 CompileFlags: Tell PGI compiler not to issue warning diagnostics 09a6bd82 CTestCustom: Suppress PGI IPA warnings 29 September 2016, 12:09:33 UTC
11c5871 Merge topic 'cpack-rpm-test-source-newline' af35ddc8 Tests: Add newline to RunCMake.CPack_RPM SOURCE_PACKAGE case 29 September 2016, 12:09:30 UTC
0a61704 CMake Nightly Date Stamp 29 September 2016, 04:01:10 UTC
f416285 CompileFlags: Tell PGI compiler not to issue warning diagnostics When hosting CMake's own build with the PGI compiler there are several warnings that cannot easily be fixed or suppressed. We have enough code quality tools and warnings from other compilers that it is unlikely a PGI-only warning is useful. 28 September 2016, 20:03:14 UTC
09a6bd8 CTestCustom: Suppress PGI IPA warnings 28 September 2016, 20:00:17 UTC
dfe7af3 Merge topic 'CONTRIBUTING-use-gitlab' 03bd9895 CONTRIBUTING: Document contribution through the Kitware GitLab Instance 2cbfb5c7 CONTRIBUTING: Reference clang-format helper script for code style 28 September 2016, 19:38:41 UTC
03bd989 CONTRIBUTING: Document contribution through the Kitware GitLab Instance Replace the instructions that routed patches to the mailing list with new instructions routing them to our GitLab instance. 28 September 2016, 19:28:06 UTC
66c70cd cmake_parse_arguments: Add additional unit tests Add additional unit tests for some corner cases in argument splitting. 28 September 2016, 19:20:42 UTC
41291b2 cmake_parse_arguments: Fix PARSE_ARGV multi-value argument handling The `PARSE_ARGV` mode was recently added to help functions properly parse their arguments even when those arguments may be quoted and contain literal `;` in their values. Fix the implementation to encode `;`s in reported multi-value arguments and in `UNPARSED_ARGUMENTS` so that `;`s in the individual values are preserved in the lists. This allows clients to access all their argument values correctly. 28 September 2016, 18:18:20 UTC
71a5058 server-mode: Add project data for unit tests Do some basic unit tests for "codemodel", "cmakeInputs" and "cache" commands of the cmake server. This just calls the commands right now and makes sure the server thinks it can reply to the request. The data itself is currently not validated. 28 September 2016, 18:10:59 UTC
7b1e60f server-mode: Report CMakeCache entries With this it would be possible to implement something like cmake-gui using server-mode. 28 September 2016, 16:32:55 UTC
84553a6 server-mode: Add command to retrieve build system files Add a command to retrieve files that are input to cmake itself. 28 September 2016, 16:32:54 UTC
ead7187 server-mode: Report information relevant for a codemodel Add "codemodel" command to report information relevant to feed a code model. 28 September 2016, 16:32:54 UTC
2cbfb5c CONTRIBUTING: Reference clang-format helper script for code style 28 September 2016, 15:48:13 UTC
32ee69c FindCxxTest: Do not run cxxtestgen through interpreter unless necessary On platforms that support shebang lines the `cxxtestgen` script should be able to execute without an explicit interpreter. Do this if possible so that the proper interpreter specified by the shebang line is honored. Ideally we shouldn't even need to find `python` in this case, but that will be a larger change better made by a dedicated module maintainer. Closes: #16331 28 September 2016, 15:27:20 UTC
back to top