https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
228801b CMake Nightly Date Stamp 02 April 2016, 04:01:05 UTC
e0cc8bf Merge topic 'cpack-rpm-external-symlink-handling' eae4eef0 CPack/RPM external symlink handling 01 April 2016, 14:04:32 UTC
05f2ca7 Merge topic 'check-compiler-flag-clang-cl' fae80ee2 Check*CompilerFlag: Add another pattern for Clang (#16038) 01 April 2016, 14:02:50 UTC
2d226ea Merge topic 'add-CMAKE_EXTRA_INCLUDE_FILES-to-CMakePushCheckState' fad5d59c PushCheckStateTest: Update test to check CMAKE_EXTRA_INCLUDE_FILES 72a862a5 CMakePushCheckState: Add support for CMAKE_EXTRA_INCLUDE_FILES a3468b78 PushCheckStateTest: Test all variables managed by the module 85b2bb6c PushCheckStateTest: Fix syntax warning 01 April 2016, 14:02:47 UTC
de7f2ae Merge topic 'eclipse-source-groups' 4828a78c Eclipse: Implement traversal of nested source groups (#15701) 01 April 2016, 14:01:58 UTC
e8c1363 Merge topic 'update-kwsys' 168e44e2 Merge branch 'upstream-KWSys' into update-kwsys 731ad172 KWSys 2016-03-31 (3392da1d) 01 April 2016, 14:01:52 UTC
eae4eef CPack/RPM external symlink handling Symbolic links that point to external location no longer cause cmake to fail with string out of bounds error but are instead packaged as non relocatable symlinks and print out a warning message. 01 April 2016, 13:52:04 UTC
9e33f02 CMake Nightly Date Stamp 01 April 2016, 04:01:07 UTC
fae80ee Check*CompilerFlag: Add another pattern for Clang (#16038) Match a warning pattern produced by `clang-cl`. Suggested-by: Reid Kleckner <rnk@google.com> 31 March 2016, 18:09:07 UTC
600b309 Merge branch 'release' 31 March 2016, 17:25:20 UTC
9c1da53 Merge topic 'backport-asm-includes' 677c091b ASM: Add missing <INCLUDES> placeholder for "compile" rules 31 March 2016, 17:23:27 UTC
8f8a0bf Merge branch 'backport-asm-includes' into release 31 March 2016, 17:23:16 UTC
677c091 ASM: Add missing <INCLUDES> placeholder for "compile" rules This placeholder was added to the compilation rules for other languages by commit v3.4.0-rc1~342^2 (Factor an <INCLUDES> placeholder out of <FLAGS> in rule variables, 2015-07-13) but ASM was incorrectly left out. Signed-off-by: Gregor Jasny <gjasny@googlemail.com> 31 March 2016, 17:22:46 UTC
fad5d59 PushCheckStateTest: Update test to check CMAKE_EXTRA_INCLUDE_FILES 31 March 2016, 15:11:32 UTC
72a862a CMakePushCheckState: Add support for CMAKE_EXTRA_INCLUDE_FILES This commit teaches the module to push/pop/reset state of variable CMAKE_EXTRA_INCLUDE_FILES used in CheckTypeSize module. 31 March 2016, 15:11:02 UTC
a3468b7 PushCheckStateTest: Test all variables managed by the module 31 March 2016, 14:58:33 UTC
85b2bb6 PushCheckStateTest: Fix syntax warning This commit fixes the following warning originally introduced in 1325260 (Add macros cmake_push/pop_check_state() as discussed on the list.) Argument not separated from preceding token by whitespace. 31 March 2016, 14:40:23 UTC
4828a78 Eclipse: Implement traversal of nested source groups (#15701) 31 March 2016, 13:34:14 UTC
168e44e Merge branch 'upstream-KWSys' into update-kwsys * upstream-KWSys: KWSys 2016-03-31 (3392da1d) 31 March 2016, 12:46:50 UTC
731ad17 KWSys 2016-03-31 (3392da1d) Code extracted from: http://public.kitware.com/KWSys.git at commit 3392da1df3c363d6d1a80fa3f0e49fbd45c9dcf7 (master). Upstream Shortlog ----------------- Ben Boeckel (2): f6867bb7 SystemTools: flip junction deletion around 3392da1d SystemTools: add buffer around preproc conditions 31 March 2016, 12:46:49 UTC
0aa736e Merge topic 'fix-spelling-typos' 49e82c15 Fix spelling typos in comments and documentation (#16037) 31 March 2016, 12:46:03 UTC
dea0b6b Merge topic 'update-kwsys' dc333a71 Merge branch 'upstream-KWSys' into update-kwsys 735c41dd KWSys 2016-03-29 (b51abb30) 31 March 2016, 12:46:01 UTC
189b545 Merge topic 'external-project-no-extract' 1ba9b535 ExternalProject: add support for just downloading a file 31 March 2016, 12:45:58 UTC
e2465c1 Merge topic 'preallocate-condition-keywords' 5c324294 cmConditionEvaluator: Pre-allocate keyword strings 31 March 2016, 12:45:56 UTC
91d91d9 Merge topic 'simplify-condition-context' 2379b3ae cmConditionEvaluator: Remove GetConditionContext method 02fce523 cmConditionEvaluator: Drop unnecessary path conversion 31 March 2016, 12:45:54 UTC
e0917f2 Merge topic 'vs-fortran-MP' 729f5f01 VS: Map Intel Fortran `/MP` flag for multi-processor compilation (#15990) 31 March 2016, 12:45:51 UTC
1ba9b53 ExternalProject: add support for just downloading a file Some projects only ship self-extracting installers rather than compressed archives. Add a flag so that these files may be used in ExternalProject. 31 March 2016, 12:37:12 UTC
b290ddf CMake Nightly Date Stamp 31 March 2016, 04:01:05 UTC
00e4d12 CMake Nightly Date Stamp 30 March 2016, 04:01:06 UTC
49e82c1 Fix spelling typos in comments and documentation (#16037) The Debian package checker tool (lintian) detected several typos in CMake. 29 March 2016, 18:31:02 UTC
735c41d KWSys 2016-03-29 (b51abb30) Code extracted from: http://public.kitware.com/KWSys.git at commit b51abb307d3b40957cc508aa54d449d9b41f5537 (master). Upstream Shortlog ----------------- Ben Boeckel (1): 069a6b37 windows: check for _WIN32 rather than WIN32 Felix Geyer (1): b51abb30 SystemInformation: Fix spelling typos in comments 29 March 2016, 18:29:42 UTC
dc333a7 Merge branch 'upstream-KWSys' into update-kwsys * upstream-KWSys: KWSys 2016-03-29 (b51abb30) 29 March 2016, 18:29:42 UTC
5c32429 cmConditionEvaluator: Pre-allocate keyword strings Calls to `IsKeyword("...")` cause runtime construction of std::string. Avoid possible repeated allocation by pre-allocating keyword strings during initialization. 29 March 2016, 14:32:28 UTC
2379b3a cmConditionEvaluator: Remove GetConditionContext method All it does is call cmListFileContext::FromCommandContext, so move this to the call sites. 29 March 2016, 14:10:20 UTC
02fce52 cmConditionEvaluator: Drop unnecessary path conversion In commit v3.4.0-rc2~1^2 (cmIfCommand: Issue CMP0054 warning with appropriate context, 2015-10-20) we added construction of a cmListFileContext with conversion of the calling file path. This code path runs on every condition (e.g. `if()`) and so the path conversion has a noticeable performance cost. Fortunately the only use of this context is for insertion into cmMakefile::CMP0054ReportedIds so we do not need to convert the path. Simply drop the conversion. 29 March 2016, 14:02:17 UTC
90f24f0 Merge topic 'asm-includes' 9408a7a8 ASM: Add missing <INCLUDES> placeholder for "compile" rules 29 March 2016, 13:24:39 UTC
2ab344a Merge topic 'ghs-link-flags' 36ad8dd4 GHS: Implement link flags and dirs for non-target groups (#16029) 230d50ed GHS: Factor out compiler information shared among languages 29 March 2016, 13:24:36 UTC
4392374 Merge topic 'cpack-rpm-default-user-and-group' 1fe004ea cpack rpm setting of defattr 29 March 2016, 13:24:34 UTC
9408a7a ASM: Add missing <INCLUDES> placeholder for "compile" rules This placeholder was added to the compilation rules for other languages by commit v3.4.0-rc1~342^2 (Factor an <INCLUDES> placeholder out of <FLAGS> in rule variables, 2015-07-13) but ASM was incorrectly left out. Signed-off-by: Gregor Jasny <gjasny@googlemail.com> 29 March 2016, 13:19:10 UTC
729f5f0 VS: Map Intel Fortran `/MP` flag for multi-processor compilation (#15990) 29 March 2016, 12:45:00 UTC
60de9b8 CMake Nightly Date Stamp 29 March 2016, 04:01:05 UTC
1fe004e cpack rpm setting of defattr RPM supports setting of default user, group, file and directory permissions that will be applied for files in package unless specified per file/dir with attr setting This is related to bug report 14714 28 March 2016, 22:51:18 UTC
36ad8dd GHS: Implement link flags and dirs for non-target groups (#16029) 28 March 2016, 15:46:46 UTC
230d50e GHS: Factor out compiler information shared among languages Move common information in `Modules/Compiler/GHS-*.cmake` over to a common `Modules/Compiler/GHS.cmake` and include it. 28 March 2016, 15:44:58 UTC
d290047 Merge topic 'test-fix-FindGTK2-cxx11' c41b9dc7 Tests: Fix GTK2Components.gtkmm test with sigc++ >= 2.5.1 28 March 2016, 13:25:45 UTC
81cec38 Merge topic 'xcode73-xctest-location' a364d251 Xcode: Fixup XCTest bundle location for Xcode 7.3 28 March 2016, 13:25:43 UTC
c69ed0a Merge topic 'only_change_timeout_once' 06b7f5d2 CTest: Only apply the secondary test timeout once 28 March 2016, 13:25:40 UTC
8fdb2c5 Merge branch 'xcode73-xctest-location' into release 28 March 2016, 13:24:18 UTC
a364d25 Xcode: Fixup XCTest bundle location for Xcode 7.3 Prior to Xcode 7.3 a XCTest bundle was built like an ordinary bundle. But starting with Xcode 7.3 it is implicitely built as a plugin for the test host. It looks like in that case the 'Build Products Path' is ignored. This patch simply sets the CMake target output path to the value Xcode expects internally to get a matching view of both. The command: xcodebuild -showBuildSettings -target CocoaExampleTests -configuration Debug Output with Xcode 7.2: TARGET_BUILD_DIR = .../Tests/XCTest/Debug Output with Xcode 7.3 TARGET_BUILD_DIR = .../Tests/XCTest/Debug/CocoaExample.app/Contents/PlugIns Signed-off-by: Gregor Jasny <gjasny@googlemail.com> 28 March 2016, 13:23:35 UTC
aa9227a CMake Nightly Date Stamp 28 March 2016, 04:01:04 UTC
6732749 CMake Nightly Date Stamp 27 March 2016, 04:01:04 UTC
9b56528 CMake Nightly Date Stamp 26 March 2016, 04:01:10 UTC
06a8dc7 Merge topic 'cpackcomponents-priv-var' c70ac097 CPack: Exclude additional internal variables from CPackConfig.cmake 25 March 2016, 13:41:46 UTC
c41b9dc Tests: Fix GTK2Components.gtkmm test with sigc++ >= 2.5.1 FindGTK2 adds compile features to GTK2::sigc++ so that clients will compile as C++11 or above. However, our test case covers using just the library list variables instead of the imported targets. Fix this case by propagating the compile features manually. 25 March 2016, 13:19:33 UTC
484d7ca CMake Nightly Date Stamp 25 March 2016, 04:01:06 UTC
b8268fa Merge branch 'release' 24 March 2016, 16:43:02 UTC
456d89f Merge branch 'release' 24 March 2016, 16:40:08 UTC
64130a7 CMake 3.5.1 24 March 2016, 13:56:42 UTC
6d36fc8 Merge topic 'fix-variable_watch-reallocation' c6104028 Avoid occasional use-after-free when a variable watch is executed 24 March 2016, 12:49:46 UTC
917d49e Merge topic 'cmake-depend-in-project-only' b06e17da Help: Add notes for topic 'cmake-depend-in-project-only' 52540245 Tests: Add test for CMAKE_DEPENDS_IN_PROJECT_ONLY variable b1e1aa1e Makefile: Optionally scan only source and build trees for dependencies 24 March 2016, 12:49:43 UTC
5b2acf6 Merge topic 'vs-startup-project' ad140c6e VS: Put ALL_BUILD in the PREDEFINED_TARGETS_FOLDER f069be05 VS: Fix default target support for targets nested inside a folder c05ea485 VS: Improve unit test macros 78ec0461 VS: Add option to choose the `.sln` startup project (#15578) 24 March 2016, 12:49:41 UTC
59f53f7 Merge topic 'FindBoost-xl-compiler' 4527b9c4 FindBoost: Add support for IBM XL compiler 24 March 2016, 12:49:38 UTC
3252e6e Merge topic 'doc-cmake_minimum_required-policy-reset' 1dc8486b Help: Organize and clarify `cmake_minimum_required` documentation 24 March 2016, 12:49:36 UTC
c70ac09 CPack: Exclude additional internal variables from CPackConfig.cmake In v2.8.12.1-654-g7621ad6 I added underscore prefixes to CPACK_ADDCOMP_(STR|UNAME) to prevent them from being automatically written to CPackConfig.cmake. Do the same for CPACK_ADDGRP_(STR|UNAME) and CPACK_INSTTYPE_(STR|UNAME). 24 March 2016, 08:28:41 UTC
02166c3 CMake Nightly Date Stamp 24 March 2016, 04:01:08 UTC
277b756 Merge branch 'fix-variable_watch-reallocation' into release 23 March 2016, 20:18:08 UTC
c610402 Avoid occasional use-after-free when a variable watch is executed Re-lookup a variable value when an associated VariableWatch is executed in cmMakefile::GetDefinition. This fixes a problem with 'def' sometimes becoming invalid due to memory reallocation inside an std::vector. In this case, the problem was that if the call to VariableAccessed actually executed a callback function, the internal state of the makefile has changed due to the associated function scope being pushed. This in turn implies that a new cmDefinitions instance was pushed in cmMakefile::VarTree. As cmLinkedTree is based on an std::vector, this push can have triggered reallocation of its internal memory buffer. However, as the value of 'def', which was computed on method entry, actually points to a property of one of the cmDefinitions instances in cmMakefile::VarTree, reallocation can invalidate the value of 'def' so that it cannot simply be returned at the end of the function. The solution implemented here is to simply lookup the value of 'def' again. 23 March 2016, 20:17:36 UTC
1dc8486 Help: Organize and clarify `cmake_minimum_required` documentation State more explicitly that `cmake_policy(VERSION)` is implied and explain the effects it has. 23 March 2016, 18:39:48 UTC
b06e17d Help: Add notes for topic 'cmake-depend-in-project-only' 23 March 2016, 18:03:01 UTC
5254024 Tests: Add test for CMAKE_DEPENDS_IN_PROJECT_ONLY variable 23 March 2016, 18:03:01 UTC
4527b9c FindBoost: Add support for IBM XL compiler 23 March 2016, 17:41:42 UTC
ad140c6 VS: Put ALL_BUILD in the PREDEFINED_TARGETS_FOLDER 23 March 2016, 17:22:15 UTC
f069be0 VS: Fix default target support for targets nested inside a folder It's not actually the first target in a `.sln` file that is treated as the default startup project, but rather the first fully defined target. 23 March 2016, 17:22:15 UTC
06b7f5d CTest: Only apply the secondary test timeout once This commit fixes a bug in the implementation of the test property TIMEOUT_AFTER_MATCH. The new timeout value was being applied every time a line was output by the test after the match had been encountered. Now the new timeout value is only set once. This commit also improves some output formatting related to this property. 23 March 2016, 16:09:41 UTC
d196585 Merge topic 'CMakePackageConfigHelpers-relative-prefix' fd31feb0 CMakePackageConfigHelpers: allow to specify a relative CMAKE_INSTALL_PREFIX 23 March 2016, 15:19:31 UTC
f29fd5b Merge topic 'FindCUDA-verbatim' 72a97b7a FindCUDA: Fix regression in separate compilation (#16027) 23 March 2016, 15:19:28 UTC
4057667 Merge topic 'use-cmXMLWriter' 51465da1 CPack/IFW: port to cmXMLWriter 754485af cmExtraEclipseCDT4Generator: port to cmXMLWriter c45671b0 cmGlobalKdevelopGenerator: port to cmXMLWriter dcdc270e cmExtraCodeLiteGenerator: port to cmXMLWriter 27e09764 cmExtraCodeBlocksGenerator: port to cmXMLWriter d7407621 cmXMLWriter: add Doctype() method dd27e313 cmXMLWriter: overload Element() method for empty elements 23 March 2016, 15:19:19 UTC
0235eac Merge topic 'release-win64' 4cdd6363 Utilities/Release: Skip spurious Qt5Autogen test for nightly win64 binary 23 March 2016, 15:19:17 UTC
51465da CPack/IFW: port to cmXMLWriter 23 March 2016, 15:18:16 UTC
754485a cmExtraEclipseCDT4Generator: port to cmXMLWriter 23 March 2016, 15:18:15 UTC
c45671b cmGlobalKdevelopGenerator: port to cmXMLWriter 23 March 2016, 15:18:15 UTC
38caf1b CMake Nightly Date Stamp 23 March 2016, 04:01:06 UTC
6201c1a Merge topic 'timeout_after_match' de7afd29 Help: Add notes for topic 'timeout_after_match' 993e48d0 CTest: Optionally use a secondary test timeout after matching output 22 March 2016, 20:09:28 UTC
b1e1aa1 Makefile: Optionally scan only source and build trees for dependencies Add a `CMAKE_DEPENDS_IN_PROJECT_ONLY` variable to activate the behavior. 22 March 2016, 20:04:15 UTC
fd31feb CMakePackageConfigHelpers: allow to specify a relative CMAKE_INSTALL_PREFIX 22 March 2016, 18:30:01 UTC
208524b Merge topic 'test-rename-VSSolution' 5c1f4da8 Tests: Rename RunCMake.{SolutionGlobalSections => VSSolution} 22 March 2016, 17:04:24 UTC
c05ea48 VS: Improve unit test macros Change `getFirstProject` macro to more flexible version `getProjectNames` 22 March 2016, 16:41:30 UTC
f77ad2c Merge branch 'FindCUDA-verbatim' into release 22 March 2016, 15:36:45 UTC
de7afd2 Help: Add notes for topic 'timeout_after_match' 22 March 2016, 15:21:15 UTC
993e48d CTest: Optionally use a secondary test timeout after matching output Allow a test N seconds to complete after we detect a matching line in its output. Activate this behavior with a new TIMEOUT_AFTER_MATCH test property. 22 March 2016, 15:17:55 UTC
41c17c1 Merge topic 'ghs-try_compile' bf3e76d2 GHS: Fix try_compile (#15975) 22 March 2016, 15:15:41 UTC
2f9e655 Merge topic 'ninja-directory-targets' 9ead71df Help: Add notes for topic 'ninja-directory-targets' e9bf8ec8 Ninja: Add test for `$subdir/all` targets ca575fe9 Ninja: Add `$subdir/all` targets 22 March 2016, 15:15:38 UTC
88450a6 Merge topic 'TestBigEndian-log-output' 8e2aa6ca TestBigEndian: Log success to CMakeOutput.log, not CMakeError.log 22 March 2016, 15:15:35 UTC
86eb327 Merge topic 'fix-repeat-pkg-config' 6f4f9054 FindPkgConfig: set correctly named variables in cache (#15903) 22 March 2016, 15:15:33 UTC
d7cdec2 Merge topic 'add-bruce-c' 53c0dc2d Add support for Bruce C Compiler (BCC) 22 March 2016, 15:15:30 UTC
72a97b7 FindCUDA: Fix regression in separate compilation (#16027) Since commit v3.5.0-rc1~47^2 (FindCUDA: Support special characters in path, 2016-01-15) our add_custom_command calls use VERBATIM so that CMake will automatically quote special characters correctly. Fix the separate compilation code path to not add its own quoting when the VERBATIM option will be used. 22 March 2016, 15:05:02 UTC
9ead71d Help: Add notes for topic 'ninja-directory-targets' 22 March 2016, 12:01:14 UTC
e9bf8ec Ninja: Add test for `$subdir/all` targets 22 March 2016, 12:01:14 UTC
78ec046 VS: Add option to choose the `.sln` startup project (#15578) Add a `VS_STARTUP_PROJECT` directory property to specify the project that should be placed first in the `.sln` file so that it will be selected as the default startup project. Co-Author: Taylor Braun-Jones <taylor.braunjones@avigilon.com> 22 March 2016, 11:57:00 UTC
4cdd636 Utilities/Release: Skip spurious Qt5Autogen test for nightly win64 binary This test fails spuriously too often and prevents the nightly binary from finishing. Simply skip it for the nightly binary to allow it to complete more regularly. 22 March 2016, 11:47:40 UTC
back to top