https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
876da11 CMake 3.7.0-rc2 19 October 2016, 12:53:08 UTC
a0c539b Merge branch 'fix-Android-NsightTegra' into release 18 October 2016, 18:24:34 UTC
9af881d Tests: Add VSNsightTegra test for VS 2015 18 October 2016, 17:32:50 UTC
6739d24 Tests: Fix VSNsightTegra test on Android NDK r12b Test with architecture `armv7-a` instead of `armv7-a-hard` because the latter is supporte supported only with NDK revisions r9c to r11c. 18 October 2016, 17:32:50 UTC
06c3961 VS: Fix NVIDIA Nsight Tegra Visual Studio Edition support The guard added by commit v3.7.0-rc1~229^2~17 (Android: Suppress new functionality with Nsight Tegra in VS IDE builds, 2016-06-02) to `Modules/Platform/Android-Determine.cmake` does not work in that location because `CMAKE_VS_PLATFORM_NAME` is not set until after the module is loaded. Change this particular guard to test for the Visual Studio generator instead. If in the future we add support for using Visual Studio for Android without Nsight Tegra then something more will be needed, but this is good enough for now. Closes: #16371 18 October 2016, 17:32:50 UTC
0749991 Merge branch 'cmake-server-pipe-mode-fix' into release 18 October 2016, 17:12:02 UTC
e3cb311 Merge branch 'external-project-source-subdir-usage' into release 18 October 2016, 16:56:13 UTC
615f3ed ExternalProject: make SOURCE_SUBDIR directly appendable This allows it to be used in expansions without being conditional based on its value. 18 October 2016, 16:51:38 UTC
fdce782 ExternalProject: error out only if the property is unset Property values may be empty; instead make sure they exist and allow for empty values. 18 October 2016, 16:51:06 UTC
9112c43 server-mode: Fix named pipe mode Do not treat a pointer itself as a `uv_stream_t`, but instead the pointed-to `uv_pipe_t`. It is unclear how this ever worked before in local testing. While at it, remove duplicate setup code and improve an error message. 18 October 2016, 14:55:01 UTC
df68d8a Merge branch 'FindwxWidgets-unversioned-library-path' into release 17 October 2016, 15:07:37 UTC
52e8fa2 FindwxWidgets: Fix finding unversioned VS-built directory prefixes The change in commit v3.7.0-rc1~217^2 (FindwxWidgets: Add VS-versioned library directory prefixes, 2016-08-24) works only for official wxWidgets builds that add the VS-versioned directory prefixes. Local wxWidgets builds still have an unversioned prefix. Search them. Closes: #16366 17 October 2016, 15:06:00 UTC
b6e5b64 Merge branch 'osx-no-deployment-target-on-cross-compile' into release 17 October 2016, 14:04:29 UTC
e8bafb6 OS X: Do not try to set deployment target when cross-compiling The change in commit v3.4.0-rc2~6^2 (Xcode: Adjust deployment target SDK version to host version, 2015-10-11) does not make sense when cross-compiling. Make it conditional to fix this regression in some cross-compiling cases. Closes: #16355 17 October 2016, 14:02:17 UTC
d657fd7 Merge branch 'doc-math-EXPR' into release 14 October 2016, 19:47:50 UTC
c05d9b0 Help: Fix math(EXPR) documentation formatting 14 October 2016, 19:47:30 UTC
ef4e349 Merge branch 'doc-clarify-ctest-APPEND' into release 14 October 2016, 18:48:20 UTC
78b00f1 Help: Clarify `ctest_*` APPEND option behavior Explicitly state that this marks the `.xml` to tell the dashboard server to append it to previously submitted results and that it does not cause results to be appended to the `.xml` file. 14 October 2016, 18:43:46 UTC
a975b21 Merge branch 'ninja-framework-POST_BUILD' into release 13 October 2016, 18:09:43 UTC
2027887 Ninja: Fix POST_BUILD commands on macOS Frameworks The condition added by commit v2.8.12~179^2 (OS X: Fix regression handling frameworks for Ninja, 2013-07-16) for excluding use of versioning symlinks on macOS Frameworks must match that used for POST_BUILD selection. Otherwise we place the POST_BUILD commands after a symlink step that is never added. Closes: #16363 13 October 2016, 18:04:12 UTC
2d6fba6 Merge branch 'backport-LINK_WHAT_YOU_USE-allow-OFF' into release 13 October 2016, 17:38:28 UTC
933e54d Honor LINK_WHAT_YOU_USE when set to OFF Explicitly setting variable CMAKE_LINK_WHAT_YOU_USE or property LINK_WHAT_YOU_USE to OFF should not cause LWYU to run. Fix the property lookup to use GetPropertyAsBool. 13 October 2016, 17:32:22 UTC
f6386a7 Merge branch 'ninja-rc-regression' into release 13 October 2016, 17:15:46 UTC
9977899 Ninja: Fix RC language depfile generation with cmcldeps In commit v3.7.0-rc1~275^2 (Ninja: Use full path for all source files, 2016-08-05), the source path was changed to use an absolute path. Inside of `cmcldeps` for `.rc` file compilation, it uses a separate argument for the path to the source file. This ended up causing `cmcldeps` to transform the following call: cmcldeps.exe RC source.rc ... C:/full/path/to/source.rc into: ... C:/full/path/to//Tc source.rc which is invalid. Update the source filename to use the full path to the source file so that the path is replaced properly. 13 October 2016, 17:03:57 UTC
1a64962 Merge branch 'ice-3.6.3' into release 13 October 2016, 12:20:08 UTC
6e5a365 FindIce: Add support for version 3.6.3 13 October 2016, 12:19:27 UTC
d0255d5 Merge branch 'cmake-gui-fix-extra-generator-names' into release 11 October 2016, 12:42:16 UTC
bf86012 cmake-gui: Fix "extra" generator entries in drop-down list Refactoring in commit v3.7.0-rc1~291^2~1 (Refactor extra generator registration to use factories, 2016-07-20) accidentally switched the order of the "extra - base" generator names to "base - extra". Switch it back. While this could affect all callers of the `GetRegisteredGenerators` method, only cmake-gui actually used this particular field. Closes: #16359 11 October 2016, 12:39:44 UTC
acd2eab Merge branch 'ExternalProject-fix-CMAKE_CACHE_ARGS-list' into release 10 October 2016, 18:49:10 UTC
a3c98cb ExternalProject: Fix regression in passing list to CMAKE_CACHE_ARGS Fix passing a list to the CMAKE_CACHE_ARGS and CMAKE_CACHE_DEFAULT_ARGS options of ExternalProject_Add. Following commit v3.7.0-rc1~273^2~1 (prefer list(APPEND) over string(APPEND) where appropriate, 2016-08-08), the semicolon list separator after the first list element was missing in the generated cache. 10 October 2016, 18:40:12 UTC
2711701 Merge branch 'vs15-separate-flag-table' into release 10 October 2016, 15:46:20 UTC
b1d67ae VS: Split flag table between v140 and v141 toolsets In commit v3.7.0-rc1~156^2~1 (VS: Update v140 flag tables from VS 15 MSBuild files, 2016-09-02) we extended the v140 flag table with values from the v141 toolset that comes with VS 15. However, the v140 toolset that comes with VS 14 does not have all of these entries and so the flags just need to be passed without special mapping. In order to support both toolsets, split our CL flag table into separate copies for each version and switch off the toolset name. Closes: #16352 10 October 2016, 15:43:39 UTC
9f240cf Merge branch 'update-kwsys' into release 08 October 2016, 09:28:15 UTC
c22f3cf Merge branch 'upstream-KWSys' into update-kwsys * upstream-KWSys: KWSys 2016-10-07 (dfe9b386) 08 October 2016, 09:25:35 UTC
bf28a38 KWSys 2016-10-07 (dfe9b386) Code extracted from: http://public.kitware.com/KWSys.git at commit dfe9b38635d80cb5253187c1ddf90923e1b9effd (master). Upstream Shortlog ----------------- Brad King (1): dfe9b386 SystemTools: Re-implement Strucmp 08 October 2016, 09:25:34 UTC
5d8da06 Merge branch 'android-export-has-cpp' into release 07 October 2016, 19:03:15 UTC
dda6775 Android: Record use of C++ by static libs in exported Android.mk files When a `PREBUILT_STATIC_LIBRARY` uses C++ in its sources then the `.a` file will have a link-time dependency on the C++ runtime libraries. Android NDK r14 will add a way to give this information to the NDK build system by adding a `LOCAL_HAS_CPP` setting to the `Android.mk` file. Add this for exported static libraries that use C++. 07 October 2016, 19:02:42 UTC
a033f86 Merge branch 'FindProtobuf-fix-subdirs' into release 07 October 2016, 14:16:33 UTC
111d904 Merge branch 'android-cxxabi' into release 07 October 2016, 14:16:28 UTC
8cdac46 Android: Fix support for cxxabi.h with libc++ Additional include directories are needed for this on some STL types. Closes: #16350 07 October 2016, 13:53:51 UTC
2b9dad6 FindProtobuf: Fix protobuf_generate_*() to handle subdirs The change in commit v3.7.0-rc1~513^2 (FindProtobuf: fix protobuf_generate_*() to handle proto files in subdirs, 2016-06-09) 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:50:52 UTC
d231f3b Merge branch 'check-libuv-minimum-version' into release 07 October 2016, 13:08:27 UTC
20e8dcf Set minimum version for LibUV to 1.0.0 Older versions of libuv did not have the uv_loop_close API. It first showed up in unstable releases ~ v0.11.20 but was not available in a stable release until v1.0 07 October 2016, 13:07:32 UTC
845b98f Use find_package for JsonCpp and LibUV instead of include 07 October 2016, 13:07:32 UTC
fbc1a30 Merge branch 'codelite-global-setting' into release 07 October 2016, 13:01:30 UTC
80574a3 Codelite: Consume the CMAKE_CODELITE_USE_TARGETS setting globally 07 October 2016, 13:01:07 UTC
ffff5c1 Merge branch 'android-ndk-r13' into release 06 October 2016, 17:28:14 UTC
0c3a047 Android: Update libc++ include directories for NDK r13 The Android NDK r13 moved the libc++ include directories. Closes: #16346 06 October 2016, 17:26:40 UTC
ebef363 Android: Suppress -Wattributes warnings in test case builds We use `-Werror` in the Android test builds to make sure there are no warnings that we care about (e.g. unused flags). However, the NDK r13 tools produce a warning about their own builtins: ``` <built-in>: In function 'float abs(float)': <built-in>: warning: conflicts with previous declaration here [-Wattributes] ``` Suppress this warning so that we can continue using `-Werror` but tolerate these warnings. 06 October 2016, 17:26:05 UTC
f59e877 cmGlobalGenerator: Add API to get settings from top-level cmMakefile At generate-time, definitions are sometimes read from a nearby cmMakefile, making the value directory-specific because they are read once per directory. Often however, the intention is more often to create a 'global' setting, such that the user writes for example: set(CMAKE_IMPORT_LIBRARY_SUFFIX something) once at the top level of their project. Many of these are also set by internal platform files, such as CMAKE_EXTRA_LINK_EXTENSIONS. The set() definitions are not really suitable for 'global' settings because they can be different for each directory, and code consuming the settings must assume they are different for each directory, and read it freshly each time with new allocations. CMake has other variable types which are global in scope, such as global properties, and cache variables. These are less convenient to populate for users, so establish a convention and API using the value as it is at the end of the top-level CMakeLists file. 06 October 2016, 16:41:06 UTC
dcf9729 Merge branch 'cpack-rpm-debuginfo-fixes' into release 06 October 2016, 14:16:25 UTC
f53b01f CPack/RPM debuginfo package without binaries Handle case when a component doesn't contain any debuginfo symbols. 06 October 2016, 14:14:16 UTC
ca50c89 CPack/RPM debuginfo package objdump error suppression objdump prints out error text if file is not an executable and that should be suppressed as we don't care about non executable files during that test 06 October 2016, 14:14:11 UTC
aac66d7 Merge branch 'FindMatlab-fix-simulink-cache' into release 05 October 2016, 13:45:18 UTC
914c470 Merge branch 'FindMatlab-documentation' into release 05 October 2016, 13:44:30 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
1bc8a66 Merge branch 'fix-VS-resources-pri-path' into release 05 October 2016, 13:23:57 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
fb2a399 Merge branch 'qtifw-https-cmake.org' into release 04 October 2016, 15:40:25 UTC
5ffeb9b Merge branch 'cmake-server-improve-shutdown' into release 04 October 2016, 15:40:20 UTC
eb1a57d QtIFW: Reference cmake.org via https in cmake.org.html 04 October 2016, 15:40:01 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
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
back to top