https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
41cd05c let cmake find more binutils 27 February 2016, 09:32:56 UTC
482a456 CMakeFindBinUtils.cmake sets CMAKE_SIZE for size tool 26 February 2016, 17:14:22 UTC
dd764e1 Merge topic 'vs-vcxproj-ConfigurationType' into next 6122909c VS: Add option to set `ConfigurationType` of a .vcxproj file 26 February 2016, 16:05:40 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
f51df41 Merge branch 'master' into next 26 February 2016, 15:32:25 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
ca566cd Merge topic 'fix_coverage_file_searching' into next bc29ed54 CTest: Make coverage file selection more specific. 25 February 2016, 18:14:08 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
dd6870d Merge topic 'file-download-status-hash-mismatch' into next 6c9586f9 file(DOWNLOAD): Fill STATUS variable on hash mismatch (#15987) 25 February 2016, 16:44:44 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
5aa7416 Merge branch 'master' into next 25 February 2016, 14:00:42 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
e2b8af5 Merge topic 'compiler-check-message' into next f3ac0651 Improve compiler check message on non-Make generators 9b6fdbfb CMake Nightly Date Stamp 25 February 2016, 13:50:53 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
892a534 Merge topic 'AddNewEclipseVersions' into next aff38945 Eclipse: only add C/CXX macros if the language is enabled 6ee6b17e Eclipse: add newer version numbers 24 February 2016, 22:10:37 UTC
fda5171 Merge topic 'gnu-c-34' into next 2d85305d Revert "Compiler Features: gcc can handle C99 since at least 3.4" 24 February 2016, 21:18:47 UTC
2d85305 Revert "Compiler Features: gcc can handle C99 since at least 3.4" This reverts commit 046b2b4d4a42d4e5ebe0a7abc8651163065ed505. This needs more work, e.g. in WriteCompilerDetectionHeader. will come back when that is ready. 24 February 2016, 21:15:12 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
9061ec0 Merge topic 'vs14-debug-enum-older-toolsets' into next dc422d27 VS: Fix VS 2015 .vcxproj debug setting for older toolsets (#15986) 24 February 2016, 17:33:49 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
da89b7e Merge branch 'master' into next 24 February 2016, 16:11:52 UTC
926cf99 Merge branch 'release' 24 February 2016, 16:11:45 UTC
8e2ad6a Merge branch 'master' into next 24 February 2016, 16:10:44 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
546f866 Merge topic 'test-cmake_parse_arguments' into next 43025124 cmake_parse_arguments: Additional regression tests 24 February 2016, 15:13:34 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
e6dc46b Merge topic 'doc-typos' into next 33507e2a Help: Fix typos in cmake-packages.7 manual 24 February 2016, 15:06:07 UTC
33507e2 Help: Fix typos in cmake-packages.7 manual 24 February 2016, 15:05:24 UTC
2fbe0d2 Merge branch 'master' into next 24 February 2016, 14:39:33 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
0dbba1b Merge topic 'xcode-refactor-xcodeobject' into next b860a925 Xcode: Refactor block writes to allow any level of nesting 24 February 2016, 14:37:39 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
5e2bead Merge topic 'xcode-remove-reftype' into next 572797f9 Xcode: Write refType only for Xcode 1.5 24 February 2016, 14:36:33 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
4cbf56e Merge topic 'CodeBlocksParallelFlag' into next 84ccd4f7 CodeBlocks: generate parallel project files (make -j) 23 February 2016, 21:45:28 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
564c9c7 Merge topic 'update-kwsys' into next d010ba9f Merge branch 'upstream-KWSys' into update-kwsys a132064b KWSys 2016-02-22 (4847aedd) df246f7c CMake Nightly Date Stamp 22 February 2016, 14:04:24 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
96e6af9 Merge topic 'gnu-c-34' into next 046b2b4d Compiler Features: gcc can handle C99 since at least 3.4 22 February 2016, 07:08:22 UTC
df246f7 CMake Nightly Date Stamp 22 February 2016, 05:01:03 UTC
cf1a414 Merge topic 'xcode-refactor-xcodeobject' into next c50fefc0 Refactor XCode block writes to allow any number of nesting. 21 February 2016, 17:54:52 UTC
c50fefc Refactor XCode block writes to allow any number of nesting. 21 February 2016, 16:13:26 UTC
634c780 Merge topic 'xcode-remove-reftype' into next c3c9374c Write refType only for Xcode 1.5 7e32bd94 CMake Nightly Date Stamp 6872a4fd CMake Nightly Date Stamp 21 February 2016, 15:47:45 UTC
c3c9374 Write refType only for Xcode 1.5 21 February 2016, 15:44:30 UTC
7e32bd9 CMake Nightly Date Stamp 21 February 2016, 05:01:03 UTC
046b2b4 Compiler Features: gcc can handle C99 since at least 3.4 20 February 2016, 12:59:34 UTC
6872a4f CMake Nightly Date Stamp 20 February 2016, 05:01:05 UTC
9f72e3d Merge topic 'update-osx-release' into next b682debd Utilities/Release: Switch to OS X 10.7 and Qt 5.5 for Mac binary 19 February 2016, 20:47:41 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
3ac6a12 Merge topic 'update-osx-release' into next 093331a5 fixup! Utilities/Release: Switch to OS X 10.7 and Qt 5.5 for Mac binary 19 February 2016, 20:47:10 UTC
093331a fixup! Utilities/Release: Switch to OS X 10.7 and Qt 5.5 for Mac binary 19 February 2016, 20:45:39 UTC
18893ff Merge topic 'try_compile-target-type' into next 7f1bd9fe try_compile: Add option to control type of target 19 February 2016, 19:09:47 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
deb9258 Merge topic 'doc-cmake-E-details' into next b3475030 Help: Clarify `cmake -E` command behavior with respect to file existence 19 February 2016, 18:05:49 UTC
b347503 Help: Clarify `cmake -E` command behavior with respect to file existence 19 February 2016, 18:03:09 UTC
058bcf3 Merge topic 'update-osx-release' into next 31edd002 Utilities/Release: Switch to OS X 10.7 and Qt 5.5 for Mac binary 19 February 2016, 15:23:17 UTC
31edd00 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, 14:59:39 UTC
87362a2 Merge branch 'master' into next 19 February 2016, 14:47:58 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
a70c292 Merge topic 'reduce-entropy-consumption' into next f23f18ab cmSystemTools: Avoid excess entropy consumption by RandomSeed (#15976) b13a74b3 cmSystemTools: Remove unused include <fcntl.h> 19 February 2016, 14:45:21 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
b377afb Merge topic 'test-XCTest-sdkroot' into next d8cba536 Tests: Fix XCTest when ENV{SDKROOT} is set 19 February 2016, 14:30: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
988fc13 Merge topic 'test-FindPackageModeMakefileTest-optionally' into next c05678ad Tests: Add option to disable FindPackageModeMakefileTest 29c266eb CMake Nightly Date Stamp 19 February 2016, 14:21:47 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
c688ba6 Merge topic 'revert-automoc-src-per-dir' into next 091b649e Revert "Automoc: Fix support of files with the same name (#12873)" 19 February 2016, 13:59:41 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
98ac047 Merge topic 'cpack-deb-autodep-ORIGIN-RPATH' into next e8daee5b CPack/Deb $ORIGIN handling in rpath 19 February 2016, 00:43:28 UTC
e8daee5 CPack/Deb $ORIGIN handling in rpath Release not for fix of bug 12431 19 February 2016, 00:42:19 UTC
35e1746 Merge topic 'cpack-deb-autodep-ORIGIN-RPATH' into next b8263a2f CPack/Deb Create DEBIAN directory for dpkg-shlibdeps 19 February 2016, 00:29:22 UTC
b8263a2 CPack/Deb Create DEBIAN directory for dpkg-shlibdeps If CMAKE_INSTALL_RPATH is set and contains $ORIGIN then dpkg-shlibdeps searches for the DEBIAN directory in order to resolve $ORIGIN in the rpath to a directory. We need to create the DEBIAN directory for this to work. 19 February 2016, 00:27:36 UTC
12c3852 Merge branch 'master' into next 18 February 2016, 18:41:52 UTC
9f40f65 Merge branch 'release' 18 February 2016, 18:41:46 UTC
0570c29 Merge topic 'test-release' into next 053d3eef Merge branch 'release' into test-release d2037615 CMake 3.5.0-rc3 18 February 2016, 15:50:24 UTC
053d3ee Merge branch 'release' into test-release 18 February 2016, 15:50:13 UTC
back to top