https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
5cfc2e9 CMake 3.7.0 11 November 2016, 14:24:18 UTC
dc083f9 Merge branch 'autorcc-only-no-rebuild' into release 09 November 2016, 16:26:04 UTC
e4232b8 QtAutogen: Do not re-generate AUTORCC outputs on every build Refactoring in commit v3.6.0-rc1~134^2~10 (Autogen: Split out moc file generation code to dedicated method, 2016-04-18) removed the unconditional creation of the `<target>_automoc.cpp` file. Now it is generated only when `AUTOMOC` is enabled. However, if this file is not created then our internal `GenerateAll` setting is enabled on every build, causing `AUTORCC` to re-generate its file(s) every time. Fix the `GenerateAll` setting to be used only for when autogen settings change. The old logic was left from when we had only automoc. Closes: #16413 09 November 2016, 16:22:07 UTC
51112aa Merge branch 'pkgconfig_imported_target' into release 08 November 2016, 14:48:33 UTC
61898de PkgConfig: Fix FindPkgConfig imported target feature The options to the find_library call to create the imported target used a literal string "HINTS /path NO_DEFAULT_PATH" instead of a list of options. This resulted in never finding any library in my testing. 04 November 2016, 22:35:27 UTC
adf5f25 CMake 3.7.0-rc3 04 November 2016, 12:30:22 UTC
8b75290 Merge branch 'cpackifw-search-algorithm' into release 03 November 2016, 13:30:29 UTC
20cc76c CPackIFW: Update search to find QtIFW distributed with QtSDK Also avoid CMP0007 warnings. 03 November 2016, 13:28:15 UTC
5f7f0ab Merge branch 'FindHDF5-restore-default-C' into release 02 November 2016, 13:07:53 UTC
ff3ccc1 FindHDF5: Restore pre-3.6 behavior of finding only C by default Refactoring in commit v3.6.0-rc1~72^2 (HDF5: Rework component searching to correctly find HL for all bindings, 2016-05-12) changed the default behavior from finding only the C bindings to finding everything for the enabled languages. Restore the original behavior for compatibility and because many projects need only the C bindings. Closes: #16397 02 November 2016, 13:06:56 UTC
c555eca Merge branch 'doc-cmake-qt-fixes' into release 02 November 2016, 12:52:23 UTC
1c52e65 Help: Update example Qt 5 find_package call to add missing component Running CMake on it caused the following error: error: Target "publisher" links to target "Qt5::DBus" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? Add the missing DBus component. 02 November 2016, 12:51:57 UTC
4c802a3 Help: Update example Qt 5 find_package call to use COMPONENTS 02 November 2016, 12:51:53 UTC
2857ca8 Merge branch 'cpack-doc-typos' into release 02 November 2016, 12:44:22 UTC
503766f Merge branch 'fix-macos-sysroot' into release 02 November 2016, 12:44:16 UTC
4ab3b0c CPackRPM: Fix incorrect variable name in documentation `CPACK_RPM_COMPONENT_INSTALL` is the correct variable to set to enable component packaging. `CPACK_RPM_PACKAGE_COMPONENT` is just set to a component name when CPack calls corresponding installer. 02 November 2016, 12:42:56 UTC
e6460e7 CPackDeb: Fix incorrect variable name in documentation `CPACK_DEB_COMPONENT_INSTALL` is the correct variable to set to enable component packaging. `CPACK_DEB_PACKAGE_COMPONENT` is just set to a component name when CPack calls corresponding installer. 02 November 2016, 12:42:44 UTC
c75b891 CPackDeb: fix copy-n-paste typos in documentation 01 November 2016, 14:13:20 UTC
9350419 Darwin: Remove deployment target version check Starting with Xcode 8 the SDK folder also contains an unversioned entry: MacOSX.sdk MacOSX10.12.sdk -> MacOSX.sdk If this unversioned path is used CMake cannot detect the SDK version. Furthermore, querying the SDK version via xcodebuild -sdk <sysroot> -version Path gives bogus results for the Command Line Tools installed into `/`. The OS X deployment target version and SDK version are not as tied as they once were, so this check is now more trouble than it is worth. Simply remove it. Closes: #16323 01 November 2016, 13:37:49 UTC
542d52f Revert "Xcode: Convert maybe unversioned OSX sysroot into versioned SDK path" Revert commit v3.7.0-rc1~48^2 (Xcode: Convert maybe unversioned OSX sysroot into versioned SDK path, 2016-09-25). The replacement of `else()` with `if(CMAKE_OSX_SYSROOT)` defeats the prior handling of `if("x${CMAKE_OSX_SYSROOT}" MATCHES "/")`. This causes the combination -DCMAKE_OSX_DEPLOYMENT_TARGET:STRING="" -DCMAKE_OSX_SYSROOT:STRING=/ to not be honored and `-isysroot` to be emitted as a compiler flag universally. We will need another solution to the problem the now-reverted commit was meant to address. Closes: #16394 01 November 2016, 13:31:08 UTC
77413bc Merge branch 'FindMatlab-fix-typo' into release 28 October 2016, 19:20:30 UTC
f2de707 FindMatlab: Fix typo in matlab_add_unit_test implementation Fix typo in variable used to communicate between matlab_add_unit_test and its helper script MatlabTestsRedirect.cmake that was introduced in commit v3.7.0-rc1~116^2 (FindMatlab: Extend matlab_add_unit_test to run arbitrary test code, 2016-08-30). 28 October 2016, 19:19:24 UTC
1e57461 Merge branch 'FindMatlab-9.1' into release 28 October 2016, 14:42:23 UTC
e29f33c FindMatlab: Add support for Matlab 2016b (9.1) 28 October 2016, 14:41:43 UTC
a316f5f Merge branch 'cmake-server-handshake-improvements' into release 28 October 2016, 12:27:21 UTC
42ccbee server-mode: Handle generator toolset and platform in handshake 28 October 2016, 11:46:15 UTC
d792491 cmake-server: Better error reporting during handshake Catch more problematic input during handshake and report failure. These were caught before when trying to configure, but it is way better to get these reports early. 27 October 2016, 18:18:42 UTC
075cc0f Merge branch 'intel-17-features' into release 26 October 2016, 13:22:13 UTC
554b4f9 Features: Record features for Intel C++ 17 on UNIX Issue: #16384 26 October 2016, 13:18:38 UTC
4ec0329 Merge branch 'cmake-server-message-quoting' into release 24 October 2016, 18:36:50 UTC
de21e56 Merge branch 'intel-compile-features-windows' into release 24 October 2016, 18:36:46 UTC
9b8dc79 cmake-server: Change message wrapper to avoid ambiguity with content Change our message wrapper from [== CMake Server ==[ ... ]== CMake Server ==] to [== "CMake Server" ==[ ... ]== "CMake Server" ==] to guarantee that no JSON content can ever contain the ending string (because it would be encoded as `]== \"CMake Server\" ==]`). 24 October 2016, 18:36:13 UTC
881585f Intel: Fix compiler extension flags on Windows The extension flags enabled by commit v3.6.0-rc1~120^2~1 (Features: Record standard flags for Intel C/C++ on Windows, 2016-04-18) of the form `-Qstd=gnu++11` are not supported by the Intel C/C++ Compiler for Windows. Fall back to using the non-extension form of the flags. Issue: #16384 24 October 2016, 18:29:40 UTC
69a7309 Merge branch 'android-pic' into release 24 October 2016, 17:50:10 UTC
4c272ad Android: Link position-independent executables with proper flags Add `-fPIE -pie` to the default executable link flags when `CMAKE_POSITION_INDEPENDENT_CODE` is enabled. This is required by Android 16 and above for executables to run on the device. Closes: #16382 24 October 2016, 15:45:18 UTC
6205f17 Android: Set CMAKE_POSITION_INDEPENDENT_CODE automatically If the toolchain file or cache does not set this, enable it automatically based on the Android API version. Versions 16 and above expect position independent code. Use the main `CMAKE_POSITION_INDEPENDENT_CODE` setting in favor of hard-coding `-fpic` or `-fPIC` in the compiler flags for each ABI. This allows CMake to use `-fpie` or `-fPIE` as needed when sources are meant for executables, and `-fpic` or `-fPIC` for other sources. 24 October 2016, 15:40:53 UTC
6cd02f0 Merge branch 'backport-ninja-subdir-binary-dir' into release 24 October 2016, 14:31:14 UTC
42db2eb Ninja: Use binary dir for `$subdir/all` targets The targets added by commit v3.6.0-rc1~240^2~2 (Ninja: Add `$subdir/all` targets, 2016-03-11) use as `$subdir` the relative path from the top of the source tree to the current source directory. This is not correct when using `add_subdirectory(test test_bin)`. Instead we need to use the relative path from the top of the binary tree to the current binary directory as was done for related targets by commit v3.7.0-rc1~268^2 (Ninja: Add `$subdir/{test,install,package}` targets, 2016-08-05). 24 October 2016, 13:49:23 UTC
22ef704 Merge branch 'doc-cmake-server-typos' into release 21 October 2016, 17:38:54 UTC
4818969 Help: Fix cmake-server documentation Some information was not updated to reflect the latest implementation. Reported-by: Sylvain Joubert <joubert.sy@gmail.com> 21 October 2016, 17:37:10 UTC
6bc03a2 Merge branch 'android-link-exe' into release 21 October 2016, 17:26:56 UTC
295c8ef Android: Add missing link flags for device executables See `${ndk}/build/core/default-build-commands.mk` for link flags the NDK uses for executables. Add them to our default executable link flags. Suppress `nocopyreloc` on `arm64-v8a` because it does not work with some STL types. Closes: #16380 21 October 2016, 14:43:45 UTC
914874f Merge branch 'android-armeabi-c++_static' into release 21 October 2016, 12:43:25 UTC
43f4326 Android: Fix support for armeabi with c++_static Add missing "unwind" and "atomic" libraries needed for this combination. See `${ndk}/sources/cxx-stl/llvm-libc++/libs/armeabi/libc++.a` for the libraries the NDK uses. Issue: #16380 21 October 2016, 12:42:25 UTC
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
back to top