https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
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
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
3f300b8 VS: Recognize VS/LLVM toolset names as Clang Update the toolset name matching added by commit v3.6.0-rc1~279^2~10 (VS: in Clang/C2 toolset, setup correct compiler settings, 2016-02-18) to match VS/LLVM toolset names too. 28 September 2016, 14:53:10 UTC
9c5238d project: Fix support for explicit RC language The check added in commit v3.6.0-rc1~293^2 (Diagnose recursive project/enable_language without crashing, 2016-03-07) broke support for enabling `RC` explicitly along with other languages like `C`. The reason is that we enable all listed languages at once so the internal `enable_language(RC)` that we do while enabling `C` or `CXX` on some platforms triggers the recursion check if `RC` is explicitly listed. Ideally we should refactor things to only enable one language at a time, but for now it is simplest to just exclude `RC` from the explicit list until other languages are enabled, and then enable it. Closes: #16330 28 September 2016, 14:34:57 UTC
40c0482 Tests: Decide earlier whether to test resources Provide a CMake_TEST_RESOURCES variable storing the decision. 28 September 2016, 13:40:00 UTC
af35ddc Tests: Add newline to RunCMake.CPack_RPM SOURCE_PACKAGE case The `main.cpp` that this test generates needs a newline so that compilers do not warn about a missing newline. Otherwise the warning causes RunCMake infrastructure to detect unexpected output. 28 September 2016, 13:07:42 UTC
8f25f37 Merge topic 'win64-binary-docs' 93300f36 Utilities/Release: Add html docs to Windows 64-bit binary 28 September 2016, 13:01:26 UTC
93300f3 Utilities/Release: Add html docs to Windows 64-bit binary The 64-bit Windows binary is built in our second batch because it is built on the same host as the 32-bit Windows binary. When the documentation generation was first added, it was not included in the second batch because at the time that batch only included the Cygwin binary. Therefore the 64-bit Windows binary has been missing the documentation since it was first created for CMake 3.6. Since then the Cygwin binary was dropped so the second batch only contains the 64-bit Windows binary. Add the docs to it. Closes: #16333 28 September 2016, 12:55:29 UTC
c1f97af Merge topic 'simplify-license-notices' 19671831 Help: Update cmake-developer(7) module license docs for new notice 756169ac Tests: Update ModuleNotices test for new notice 845d86bc Utilities/Scripts: Remove temporary script that filtered license notices 86578ecc Simplify CMake per-source license notices b7180cfe Utilities/Scripts: Add temporary script to filter license notices 7feb4ecc Copyright.txt: Add notice of copyright by contributors 78f77f60 Utilities/KWStyle: Remove unused header check reference file 681e0429 Tests: Fix RunCMake.CTest output match to tolerate line number changes 28 September 2016, 12:05:10 UTC
8021f64 Merge topic 'GNUInstallDirs-more-BSD' 956054ae GNUInstallDirs: All *BSDs use ${PREFIX}/{man,info} for man and info pages 28 September 2016, 12:05:04 UTC
a71a172 Merge topic 'findjni' 59eb75d9 FindJNI: Add aarch32 path on arm 28 September 2016, 12:05:01 UTC
cd89d19 Merge topic 'silent-nsis-installs' cb8db285 CPack/NSIS: Fix silent NSIS installs 28 September 2016, 12:04:58 UTC
9a9b9d4 CMake Nightly Date Stamp 28 September 2016, 04:01:07 UTC
1967183 Help: Update cmake-developer(7) module license docs for new notice 27 September 2016, 19:18:08 UTC
756169a Tests: Update ModuleNotices test for new notice 27 September 2016, 19:18:07 UTC
845d86b Utilities/Scripts: Remove temporary script that filtered license notices 27 September 2016, 19:18:07 UTC
86578ec Simplify CMake per-source license notices Per-source copyright/license notice headers that spell out copyright holder names and years are hard to maintain and often out-of-date or plain wrong. Precise contributor information is already maintained automatically by the version control tool. Ultimately it is the receiver of a file who is responsible for determining its licensing status, and per-source notices are merely a convenience. Therefore it is simpler and more accurate for each source to have a generic notice of the license name and references to more detailed information on copyright holders and full license terms. Our `Copyright.txt` file now contains a list of Contributors whose names appeared source-level copyright notices. It also references version control history for more precise information. Therefore we no longer need to spell out the list of Contributors in each source file notice. Replace CMake per-source copyright/license notice headers with a short description of the license and links to `Copyright.txt` and online information available from "https://cmake.org/licensing". The online URL also handles cases of modules being copied out of our source into other projects, so we can drop our notices about replacing links with full license text. Run the `Utilities/Scripts/filter-notices.bash` script to perform the majority of the replacements mechanically. Manually fix up shebang lines and trailing newlines in a few files. Manually update the notices in a few files that the script does not handle. 27 September 2016, 19:14:44 UTC
b7180cf Utilities/Scripts: Add temporary script to filter license notices Add a script to replace our previous per-source license notices with a much simpler notice. This will be used in a following commit and then removed. 27 September 2016, 19:04:28 UTC
7feb4ec Copyright.txt: Add notice of copyright by contributors We do not require copyright assignment for contributions to CMake. Update the top-level notice to mention "Contributors" explicitly. Add a list of the Contributors whose names already appear in source-level copyright notices. Find the list with the command: $ git grep -h 'Copyright[^.]' -- *.* \ Auxiliary Modules Packaging Source Templates Tests \ | grep -v Kitware | sed 's/^#\? *//' | sort | uniq Manually refine the list to de-duplicate entries and filter out notices from third-party code. 27 September 2016, 19:04:28 UTC
78f77f6 Utilities/KWStyle: Remove unused header check reference file We do not actually run a check for this. 27 September 2016, 19:04:28 UTC
681e042 Tests: Fix RunCMake.CTest output match to tolerate line number changes 27 September 2016, 19:04:27 UTC
956054a GNUInstallDirs: All *BSDs use ${PREFIX}/{man,info} for man and info pages 27 September 2016, 12:33:57 UTC
59eb75d FindJNI: Add aarch32 path on arm 27 September 2016, 12:31:02 UTC
cb8db28 CPack/NSIS: Fix silent NSIS installs The installer should not put up a message box to confirm uninstall of a previous version for silent installs. Furthermore, when the uninstaller is invoked, do not show its confirmation dialog because either (a) the installer already asked the user or (b) the installer is running in silent mode. Closes: #16328 27 September 2016, 12:27:24 UTC
1adcf49 Merge topic 'cpack-rpm-debuginfo-sources' 39c7d62c CPack/RPM debuginfo packaging documentation dd3c938a CPack/RPM debuginfo directories to sources b78fcf0d CPack/RPM debuginfo packages must contain sources 27 September 2016, 12:23:03 UTC
a9cb60a Merge topic 'suppress-pgi-warnings' 89c20300 CTestCustom: Suppress PGI warnings in generated Lexer/Parser code 965eb50c CTestCustom: Suppress PGI compiler warning summary line 27 September 2016, 12:23:00 UTC
069d0e2 Merge topic 'index-directories' cda8c782 cmGlobalGenerator: Optimize FindMakefile method with an index 27 September 2016, 12:22:57 UTC
ded15f2 Merge topic 'codelite-organize-by-target' cbe48879 CodeLite: Optionally use targets to create (sub)project files 27 September 2016, 12:22:53 UTC
e8ff565 Merge topic 'cmake-server-basic-commands' 89043267 server-mode: Add command to compute the build system 0a8ad670 server-mode: Add a configure command 544f65f4 server-mode: Set global configuration of cmake via a command 82104cc7 server-mode: Query global configuration of cmake via a command 27 September 2016, 12:22:50 UTC
e56eca3 Merge topic 'find-matlab-pthread' 33ec71f3 FindMatlab: Fix -pthread check for projects with only C enabled 27 September 2016, 12:22:47 UTC
45fff93 Merge topic 'update-kwsys' 1798e495 Merge branch 'upstream-KWSys' into update-kwsys d15b7603 KWSys 2016-09-23 (80f820fc) 27 September 2016, 12:22:44 UTC
c3cce73 Merge topic 'CPackNSIS-per-component-install' 06dea230 CPack/NSIS: Add custom component install directory 27 September 2016, 12:22:42 UTC
back to top