https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
8cf7ea1 Created modules for Cygwin-Clang When building a shared library with clang, the import library was not generated in Cygwin. The cmake module for GNU can be reused for Clang, because clang accepts almost all of the options for gcc. 10 March 2016, 04:14:15 UTC
b19bc31 Merge topic 'update-kwsys' ea04ec09 Merge branch 'upstream-KWSys' into update-kwsys 4ba9b473 KWSys 2016-03-08 (6b60c184) 09 March 2016, 13:50:06 UTC
345d592 Merge topic 'deprecate-CMakeForceCompiler' d929c35f CMakeForceCompiler: Deprecate this module and its macros 09 March 2016, 13:50:04 UTC
d1856e2 Merge topic 'add-FindLTTngUST' a4194deb Add FindLTTngUST module to find LTTng-UST library 09 March 2016, 13:50:01 UTC
ca274d3 Merge topic 'GetPrerequisites-canonical-path' 37e8ccee GetPrerequisites: Fix gp_resolved_file_type on non-canonical paths 09 March 2016, 13:49:59 UTC
6b9dc80 CMake Nightly Date Stamp 09 March 2016, 05:01:06 UTC
eb094da Merge branch 'release' 08 March 2016, 15:45:55 UTC
d929c35 CMakeForceCompiler: Deprecate this module and its macros We originally deprecated this module in commit v3.5.0-rc1~295^2 (CMakeForceCompiler: Deprecate this module and its macros, 2015-10-19). Then a use case was found to still require the module so the deprecation was reverted for CMake 3.5 by commit v3.5.0-rc3~4^2 (CMakeForceCompiler: De-deprecate until more use cases have alternatives, 2016-02-17). Since then `CMAKE_TRY_COMPILE_TARGET_TYPE` was introduced to provide an alternative solution for that use case. Deprecate the module again. 08 March 2016, 15:42:28 UTC
ea04ec0 Merge branch 'upstream-KWSys' into update-kwsys * upstream-KWSys: KWSys 2016-03-08 (6b60c184) 08 March 2016, 14:29:23 UTC
4ba9b47 KWSys 2016-03-08 (6b60c184) Code extracted from: http://public.kitware.com/KWSys.git at commit 6b60c1843dbba9d4929496f9292cc78dab945c68 (master). Upstream Shortlog ----------------- Mariusz Pluciński (1): 6b60c184 SystemInformation: Fix compilation on VS Clang/C2 toolset Sean McBride (3): 6ea22e65 Suppressed clang -Wcomma warnings with void cast 8d9d489d Fixed clang-tidy warnings about macros missing defensive parens 1c544330 Made private method static to silence warning 08 March 2016, 14:29:17 UTC
37e8cce GetPrerequisites: Fix gp_resolved_file_type on non-canonical paths Canonicalize the input paths so we treat them both consistently, in particular when comparing them via string operations. This is needed for calls like fixup_bundle("${CMAKE_INSTALL_PREFIX}/../test" ...) Suggested-by: Benjamin Ballet <bballet@ivsweb.com> 08 March 2016, 14:08:54 UTC
b369959 CMake 3.5.0 08 March 2016, 13:44:49 UTC
4aaa8ad Merge branch 'release' 08 March 2016, 13:43:42 UTC
6e7cfe7 Merge topic 'vs14-debug-enum-older-toolsets' 3aa6fea6 VS: Fix VS 2015 .vcxproj debug setting for older toolsets (#15986) 08 March 2016, 13:42:36 UTC
7f1c9fa Merge topic 'ninja-osx-versions' 9e165a64 Ninja: Add OS X dylib versioning (#14140) 1f2b39c6 cmCommonTargetGenerator: Adopt AppendOSXVerFlag method 08 March 2016, 13:39:40 UTC
a6e6f93 Merge topic 'toolchain-file-project' 72e0dc58 Diagnose recursive project/enable_language without crashing (#15999) 08 March 2016, 13:39:37 UTC
b14fe5c Merge topic 'doc-find-python-call-order' 743f2a80 FindPython{Interp,Libs}: Clarify recommended call order 08 March 2016, 13:39:35 UTC
79e05af Merge topic 'vs14-debug-enum-older-toolsets' 3f15665a VS: Fix VS 2015 .vcxproj debug setting for v100 toolset (#15986) 08 March 2016, 13:39:32 UTC
1d1b72a CMake Nightly Date Stamp 08 March 2016, 05:01:09 UTC
9e165a6 Ninja: Add OS X dylib versioning (#14140) Teach the Ninja generator to add the `-current_version` and the `-compatibility_version` flags based on the VERSION and SOVERSION target properties just as the Makefile generators do. Signed-off-by: Bruce Stephens <bruce.r.stephens@gmail.com> 07 March 2016, 20:03:21 UTC
1f2b39c cmCommonTargetGenerator: Adopt AppendOSXVerFlag method Move this method from cmMakefileLibraryTargetGenerator so it can be re-used for the Ninja generator too. Signed-off-by: Bruce Stephens <bruce.r.stephens@gmail.com> 07 March 2016, 19:57:26 UTC
72e0dc5 Diagnose recursive project/enable_language without crashing (#15999) Calling `project()` or `enable_language()` from a toolchain file will infinitely recurse since those commands load the toolchain file. Diagnose and reject this case with an error message instead of crashing when the stack eventually overflows. 07 March 2016, 18:52:38 UTC
a4194de Add FindLTTngUST module to find LTTng-UST library Also detect the library version number. Provide results as variables and as an imported target, LTTng::UST. Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com> 07 March 2016, 16:46:49 UTC
0e02c69 Merge branch 'doc-find-python-call-order' into release 07 March 2016, 16:03:50 UTC
743f2a8 FindPython{Interp,Libs}: Clarify recommended call order Improve wording in our advice about how to call both of these modules. 07 March 2016, 15:56:31 UTC
15a4afe Merge branch 'vs14-debug-enum-older-toolsets' into release 07 March 2016, 15:09:33 UTC
3aa6fea VS: Fix VS 2015 .vcxproj debug setting for older toolsets (#15986) Since commit v3.4.2~2^2 (VS: Fix VS 2015 .vcxproj file value for GenerateDebugInformation, 2016-01-08) we generate invalid project files for the v110 and v120 toolsets. VS complains: C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(639,9): error MSB4030: "Debug" is an invalid value for the "GenerateDebugInformation" parameter of the "Link" task. The "GenerateDebugInformation" parameter is of type "System.Boolean". This reveals that our VS flag map selection should be based on the toolset instead of the version of VS. However, that will be a non-trivial change so for now fix this particular use case by hard-coding a correction to the flag map. Reported-by: Gregor Jasny <gjasny@googlemail.com> 07 March 2016, 15:09:09 UTC
3f15665 VS: Fix VS 2015 .vcxproj debug setting for v100 toolset (#15986) 07 March 2016, 15:07:39 UTC
8256d02 Merge topic 'BundleUtilities-dylib-in-framework' 3906ca5a BundleUtilities: Fix regression handling frameworks 07 March 2016, 15:02:47 UTC
7fc8e4d Merge topic 'wix-module-fixes' d4482dd9 CPackWIX: Support binary-only WiX installations 07 March 2016, 15:02:45 UTC
cfb4d77 Merge topic 'update-osx-release' b682debd Utilities/Release: Switch to OS X 10.7 and Qt 5.5 for Mac binary 07 March 2016, 15:02:42 UTC
9fcc8ff Merge topic 'vs-vcxproj-ConfigurationType' 6122909c VS: Add option to set `ConfigurationType` of a .vcxproj file 07 March 2016, 15:02:40 UTC
e0751c4 Merge topic 'enable-ssl-automatically' 190a5fdf Automatically use OpenSSL by default on Linux and FreeBSD if available 07 March 2016, 15:02:37 UTC
3906ca5 BundleUtilities: Fix regression handling frameworks Fix logic error introduced in commit e422f738 (BundleUtilities: Fix treatment of .dylib inside .framework folders, 2016-02-11). 07 March 2016, 14:30:18 UTC
4debd8b CMake Nightly Date Stamp 07 March 2016, 05:01:05 UTC
7cc8262 CMake Nightly Date Stamp 06 March 2016, 05:01:04 UTC
1bf42fa CMake Nightly Date Stamp 05 March 2016, 05:01:04 UTC
8318016 CMake Nightly Date Stamp 04 March 2016, 05:01:03 UTC
f37f422 CMake Nightly Date Stamp 03 March 2016, 05:01:05 UTC
8913ccc CMake Nightly Date Stamp 02 March 2016, 05:01:05 UTC
d4482dd CPackWIX: Support binary-only WiX installations Also fix URLUPDATEINFO -> ARPURLUPDATEINFO reference in CPACK_WIX_PROPERTY_<PROPERTY> examples. Reviewed-by: Nils Gladitz <nilsgladitz@gmail.com> 01 March 2016, 08:50:46 UTC
3cc22df CMake Nightly Date Stamp 01 March 2016, 05:01:04 UTC
190a5fd Automatically use OpenSSL by default on Linux and FreeBSD if available Since https is almost ubiquitous nowadays we should support it by default whenever possible. When building our own curl, we already automatically enable SSL/TLS support on Windows and OS X by using the OS-native APIs. On UNIX platforms we need to use OpenSSL but have not done so by default before, leading to possible user confusion when https transfers fail later. Fix this by searching for OpenSSL quietly and enabling use of it automatically if it is found. Do this only on Linux and FreeBSD for now because on other UNIX platforms (e.g. AIX, HP-UX, SunOS) it seems too easy to find an OpenSSL that is not compatible with the target compiler. 29 February 2016, 16:51:04 UTC
26d615a CMake Nightly Date Stamp 29 February 2016, 05:01:04 UTC
b500c98 CMake Nightly Date Stamp 28 February 2016, 05:01:03 UTC
499be36 CMake Nightly Date Stamp 27 February 2016, 05:01:04 UTC
6122909 VS: Add option to set `ConfigurationType` of a .vcxproj file Add a VS_CONFIGURATION_TYPE target property to set this value explicitly. This is useful to build a Windows Kernel Mode Driver, for example. 26 February 2016, 15:52:13 UTC
6b0a664 Merge topic 'compiler-check-message' f3ac0651 Improve compiler check message on non-Make generators 26 February 2016, 15:31:32 UTC
467f83d Merge topic 'fix_coverage_file_searching' bc29ed54 CTest: Make coverage file selection more specific. 26 February 2016, 15:31:30 UTC
79d4b5b Merge topic 'try_compile-target-type' 7f1bd9fe try_compile: Add option to control type of target 26 February 2016, 15:31:28 UTC
cc7a1b1 Merge topic 'file-download-status-hash-mismatch' 6c9586f9 file(DOWNLOAD): Fill STATUS variable on hash mismatch (#15987) 26 February 2016, 15:31:24 UTC
9f7a232 CMake Nightly Date Stamp 26 February 2016, 05:01:05 UTC
bc29ed5 CTest: Make coverage file selection more specific. When performing some other testing, the globs for Blanket.js and Delphi code coverage are picking up unintended files. Change the query for the Delphi coverage to follow the naming convention, and check the second line of the found JSON files for certain text before parsing them as coverage files. 25 February 2016, 18:01:37 UTC
6c9586f file(DOWNLOAD): Fill STATUS variable on hash mismatch (#15987) Although we fail with an error on a hash mismatch, it is not a fatal error so the script may continue processing. If the download itself had no error then report in the STATUS variable that the operation was not successful due to the hash mismatch. Suggested-by: Tobias Hieta <tobias@hieta.se> 25 February 2016, 16:40:50 UTC
f8af218 Merge topic 'vs14-debug-enum-older-toolsets' dc422d27 VS: Fix VS 2015 .vcxproj debug setting for older toolsets (#15986) 25 February 2016, 14:00:27 UTC
c842411 Merge topic 'AddNewEclipseVersions' aff38945 Eclipse: only add C/CXX macros if the language is enabled 6ee6b17e Eclipse: add newer version numbers 25 February 2016, 14:00:24 UTC
dd99bff Merge topic 'test-cmake_parse_arguments' 43025124 cmake_parse_arguments: Additional regression tests 25 February 2016, 14:00:21 UTC
f3ac065 Improve compiler check message on non-Make generators When we check for a working compiler we print a message of the form: Check for working <LANG> compiler: ... At one time CMAKE_<LANG>_COMPILER was not well-defined for all generators so we printed the generator name instead of the path to the compiler. Nowadays we always know the compiler, so update the message to print it unconditionally. This is more informative than the generator name, especially when a toolset (cmake -T) is used. Suggested-by: Gregor Jasny <gjasny@googlemail.com> 25 February 2016, 13:29:41 UTC
9b6fdbf CMake Nightly Date Stamp 25 February 2016, 05:01:08 UTC
aff3894 Eclipse: only add C/CXX macros if the language is enabled With this patch, the builtin macros and include dirs are only added to the project file if the C/CXX langauges are really enabled. I.e. before this patch the CXX-stuff was in the project file as soon as CXX had been enabled at least once for this build tree. I.e. disabling CXX later on did not remove the CXX macros etc. from the project file (related to #15150) Alex 24 February 2016, 21:13:04 UTC
6ee6b17 Eclipse: add newer version numbers Alex 24 February 2016, 20:07:45 UTC
dc422d2 VS: Fix VS 2015 .vcxproj debug setting for older toolsets (#15986) Since commit v3.4.2~2^2 (VS: Fix VS 2015 .vcxproj file value for GenerateDebugInformation, 2016-01-08) we generate invalid project files for the v110 and v120 toolsets. VS complains: C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(639,9): error MSB4030: "Debug" is an invalid value for the "GenerateDebugInformation" parameter of the "Link" task. The "GenerateDebugInformation" parameter is of type "System.Boolean". This reveals that our VS flag map selection should be based on the toolset instead of the version of VS. However, that will be a non-trivial change so for now fix this particular use case by hard-coding a correction to the flag map. Reported-by: Gregor Jasny <gjasny@googlemail.com> 24 February 2016, 17:29:50 UTC
926cf99 Merge branch 'release' 24 February 2016, 16:11:45 UTC
12f0655 Merge topic 'doc-typos' 33507e2a Help: Fix typos in cmake-packages.7 manual 24 February 2016, 16:10:36 UTC
6e6f4d8 Merge branch 'doc-typos' into release 24 February 2016, 15:13:45 UTC
4302512 cmake_parse_arguments: Additional regression tests Add regression tests for the arguments handling in cmake_parse_arguments. The tests were run also against cmake 3.4.1 maint branch to verify that there are no regressions. Signed-off-by: Dimitar Yordanov <dimitar.yordanov@sap.com> Signed-off-by: Matthias Maennich <matthias.maennich@sap.com> 24 February 2016, 15:07:30 UTC
33507e2 Help: Fix typos in cmake-packages.7 manual 24 February 2016, 15:05:24 UTC
2039bf4 Merge topic 'CodeBlocksParallelFlag' 84ccd4f7 CodeBlocks: generate parallel project files (make -j) 24 February 2016, 14:39:25 UTC
99895f8 Merge topic 'xcode-refactor-xcodeobject' b860a925 Xcode: Refactor block writes to allow any level of nesting 24 February 2016, 14:39:22 UTC
2186cff Merge topic 'xcode-remove-reftype' 572797f9 Xcode: Write refType only for Xcode 1.5 24 February 2016, 14:39:20 UTC
0f48312 Merge topic 'update-kwsys' d010ba9f Merge branch 'upstream-KWSys' into update-kwsys a132064b KWSys 2016-02-22 (4847aedd) 24 February 2016, 14:39:18 UTC
3cff48b Merge topic 'doc-cmake-E-details' b3475030 Help: Clarify `cmake -E` command behavior with respect to file existence 24 February 2016, 14:39:15 UTC
8f8418c Merge topic 'test-XCTest-sdkroot' d8cba536 Tests: Fix XCTest when ENV{SDKROOT} is set 24 February 2016, 14:39:13 UTC
6f00fc5 Merge topic 'test-FindPackageModeMakefileTest-optionally' c05678ad Tests: Add option to disable FindPackageModeMakefileTest 24 February 2016, 14:39:10 UTC
be98577 Merge topic 'revert-automoc-src-per-dir' 091b649e Revert "Automoc: Fix support of files with the same name (#12873)" 24 February 2016, 14:39:08 UTC
b860a92 Xcode: Refactor block writes to allow any level of nesting Reviewed-by: Gregor Jasny <gjasny@googlemail.com> 24 February 2016, 14:36:54 UTC
572797f Xcode: Write refType only for Xcode 1.5 This field is not expected by newer versions. 24 February 2016, 14:35:54 UTC
3dd42fe CMake Nightly Date Stamp 24 February 2016, 05:01:05 UTC
84ccd4f CodeBlocks: generate parallel project files (make -j) This is done the same way as for Eclipse: cmake tries to determine the number of CPUs, and then adds the respective -jN to the make invocations in the project file. Alex 23 February 2016, 21:37:44 UTC
f389e6d CMake Nightly Date Stamp 23 February 2016, 05:01:05 UTC
d010ba9 Merge branch 'upstream-KWSys' into update-kwsys * upstream-KWSys: KWSys 2016-02-22 (4847aedd) 22 February 2016, 14:03:40 UTC
a132064 KWSys 2016-02-22 (4847aedd) Code extracted from: http://public.kitware.com/KWSys.git at commit 4847aedde22b0026accbb71e5480ed353a330e02 (master). Upstream Shortlog ----------------- Ben Boeckel (1): de83c4d4 SystemTools: support deleting junction points Chuck Atkins (1): 3e1b7395 SystemInformation: Ignore buffers and cache when reporting host memory use Costy Petrisor (1): 9fe15333 Update hidden includes to support CMake header dependency scanning Zack Galbreath (1): 4847aedd Process: Allow timeout to be changed after child starts 22 February 2016, 14:02:03 UTC
df246f7 CMake Nightly Date Stamp 22 February 2016, 05:01:03 UTC
7e32bd9 CMake Nightly Date Stamp 21 February 2016, 05:01:03 UTC
6872a4f CMake Nightly Date Stamp 20 February 2016, 05:01:05 UTC
b682deb Utilities/Release: Switch to OS X 10.7 and Qt 5.5 for Mac binary Use a new build machine to produce the OS X binary targeting OS X 10.7 and using Qt 5.5. 19 February 2016, 20:47:18 UTC
7f1bd9f try_compile: Add option to control type of target Create a `CMAKE_TRY_COMPILE_TARGET_TYPE` option to specify use of `add_library(... STATIC ...)` for the generated test project. This will be useful for cross-compiling toolchains that cannot link a binary without custom flags or scripts. 19 February 2016, 19:07:38 UTC
c8d5db9 Merge branch 'doc-cmake-E-details' into release 19 February 2016, 18:06:38 UTC
b347503 Help: Clarify `cmake -E` command behavior with respect to file existence 19 February 2016, 18:03:09 UTC
509b1f0 Merge topic 'cpack-deb-autodep-ORIGIN-RPATH' e8daee5b CPack/Deb $ORIGIN handling in rpath b8263a2f CPack/Deb Create DEBIAN directory for dpkg-shlibdeps 19 February 2016, 14:47:44 UTC
39a80a1 Merge topic 'reduce-entropy-consumption' f23f18ab cmSystemTools: Avoid excess entropy consumption by RandomSeed (#15976) b13a74b3 cmSystemTools: Remove unused include <fcntl.h> 19 February 2016, 14:47:41 UTC
c387325 Merge topic 'unix-timestamps' 6727270b CMake: Extend TIMESTAMP sub-commands with new unix time format specifier 19 February 2016, 14:47:39 UTC
3e3a12a Merge topic 'fix-CPACK_INSTALL_CMAKE_PROJECTS-subdirectory' 26fdd9c3 CPack: Fix CPACK_INSTALL_CMAKE_PROJECTS SubDirectory (4th) option 19 February 2016, 14:47:36 UTC
f23f18a cmSystemTools: Avoid excess entropy consumption by RandomSeed (#15976) Read `/dev/urandom` without buffering to avoid taking more than we need. 19 February 2016, 14:44:59 UTC
b13a74b cmSystemTools: Remove unused include <fcntl.h> We do not seem to need this header anymore, and including it on AIX causes `#define open open64` which breaks `std::ifstream::open` calls. 19 February 2016, 14:44:59 UTC
d8cba53 Tests: Fix XCTest when ENV{SDKROOT} is set We use the host OS X version as the deployment target for this test. This breaks if the SDKROOT environment variable specifies an incompatible SDK version. Explicitly specify `macosx` as the SDK so that CMake will automatically select a version matching the deployment target. 19 February 2016, 14:28:27 UTC
c05678a Tests: Add option to disable FindPackageModeMakefileTest This test does not work in all environments, so add an option to disable it. 19 February 2016, 14:10:44 UTC
091b649 Revert "Automoc: Fix support of files with the same name (#12873)" This reverts commit 9beb2744d7685fca9cd5717308d4457dffdefcdc. Our AUTOMOC documentation states that it should be possible to `#include "moc_foo.cpp"` in `foo.cpp`, and this will not work if the file is placed in a different directory. Another solution will need to be found to the original problem. Reported-by: Stephen Kelly <steveire@gmail.com> 19 February 2016, 13:59:17 UTC
29c266e CMake Nightly Date Stamp 19 February 2016, 05:01:05 UTC
e8daee5 CPack/Deb $ORIGIN handling in rpath Release not for fix of bug 12431 19 February 2016, 00:42:19 UTC
back to top