https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
0c3ddf8 Merge branch 'revert-definition-map-lookup' into release 24 October 2014, 17:38:32 UTC
d1b6218 Merge branch 'parent-scope-tests' into variable-pull-failure * parent-scope-tests: test: add a test for PARENT_SCOPE with multiple scopes test: add test for PARENT_SCOPE behavior Conflicts: Tests/RunCMake/set/RunCMakeTest.cmake 24 October 2014, 17:34:30 UTC
5f414ce Revert "cmDefinitions: Don't store parent lookups" This reverts commit 5abfde6cb8a1ae0b2825797eab6c2e9842eb7c49. The behaviors associated with implicit pulldown on variable lookup seriously conflict with the optimizations made in these commits. Basically, since values were copied upon variable lookup, not just on PARENT_SCOPE, coupled with PARENT_SCOPE's behavior based on whether the variable is in the current scope or not causes serious problems with not storing a value for every variable at every scope. The commit changed behavior of the following example, among other cases: function(test_set) set(blah "value2") message("before PARENT_SCOPE blah=${blah}") set(blah ${blah} PARENT_SCOPE) message("after PARENT_SCOPE blah=${blah}") endfunction() set(blah value1) test_set() message("in parent scope, blah=${blah}") Reported-by: Alex Merry <alex.merry@kde.org> Reported-by: Ben Cooksley <bcooksley@kde.org> 24 October 2014, 17:31:21 UTC
e0c0b1a test: add a test for PARENT_SCOPE with multiple scopes See the comment in the test for what is being tested here. 24 October 2014, 17:00:11 UTC
064c415 test: add test for PARENT_SCOPE behavior Test code courtesy of Alex Merry <alex.merry@kde.org>. 24 October 2014, 17:00:11 UTC
9c4551f Merge branch 'xcode-ios-compiler-id' into release 22 October 2014, 20:49:14 UTC
7d8879b Merge branch 'doc-line-lengths' into release 22 October 2014, 20:49:09 UTC
80b19a7 Help/manual: Avoid long lines in code blocks Update the wording of some examples to avoid long lines in code blocks. Otherwise the formatted documentation can exceed certain column width limitations. 22 October 2014, 20:48:04 UTC
4fdaced Help: Clarify formatting of CPACK_WIX_ACL documentation 22 October 2014, 20:41:22 UTC
35ca486 Help: Wrap long ctest_submit signature line 22 October 2014, 20:41:07 UTC
58b2d76 Modules: Format documentation to avoid over-long preformatted lines Convert several preformatted code block literals that enumerate lists of options or variables to use reST definition lists instead. Manually wrap other long lines in code blocks. 22 October 2014, 19:52:31 UTC
be98729 Merge branch 'doc-CMAKE_XCODE_ATTRIBUTE' into release 22 October 2014, 17:40:07 UTC
b6a2069 Merge branch 'ExternalProject-no-cygwin-hg-on-windows' into release 22 October 2014, 17:39:38 UTC
f18dbfe Merge branch 'FindHg-no-cygwin-hg-on-windows' into release 22 October 2014, 17:39:33 UTC
dae2bdd Merge branch 'cuda-rpath-osx' into release 22 October 2014, 17:39:27 UTC
7303a96 Merge branch 'fix-OSX-bundle-rpaths-and-Qt5' into release 22 October 2014, 17:39:22 UTC
ad984b6 Tests/ExternalProject: Skip Windows hg tests with cygwin hg The cygwin hg client is a text file with a '#!/bin/python" line. This cannot run on Windows. 22 October 2014, 14:52:28 UTC
ed997de FindHg: Do not use cygwin hg on Windows The cygwin hg client is a text file with a '#!/bin/python" line. This cannot run on Windows. 22 October 2014, 14:52:08 UTC
59814cb FindCUDA: Remove rpath logic outdated by CMake's own @rpath support Otherwise binaries end up with two copies of the same value and the OS X install_name_tool may corrupt them. 22 October 2014, 14:50:15 UTC
b91020f Xcode: Fix compiler id detection when code signing is required The iOS product type 'com.apple.package-type.bundle.unit-test' requires code signing on Xcode 6. Other iOS target types do too. Until CMake learns to add the CODE_SIGN_IDENTITY build attribute itself, toolchain files can set CMAKE_XCODE_ATTRIBUTE_CODE_SIGN_IDENTITY to tell the Xcode generator to add the attribute. Teach CMakeDetermineCompilerId to recognize this variable and add the CODE_SIGN_IDENTITY build attribute to the compiler id project. 22 October 2014, 14:16:07 UTC
c48f6e1 Xcode: Fix compiler id detection for iOS tools (#15214) Since commit 0cce556b (Xcode: Use sysroot and deployment target to identify compiler, 2014-04-29) our compiler id detection project uses the target platform SDK in case Xcode selects a different compiler based on it. Now the compiler id project actually compiles with the target compiler and SDK when cross-compiling. The iOS tools do not support the 'com.apple.product-type.tool' product type we use in our compiler id detection project. When targeting iPhone, use product type 'com.apple.product-type.bundle.unit-test' instead. 22 October 2014, 14:16:07 UTC
0ff69dd Help: Document CMAKE_XCODE_ATTRIBUTE_<an-attribute> variable (#15215) 22 October 2014, 12:52:12 UTC
41564ff BundleUtilities: Ensure framework symlinks and Info.plist exist This restores Qt SDK 4.8 and OS X >= 10.6.5 codesign compatibility improving embedding frameworks using correct bundle layout described at: https://developer.apple.com/library/mac/documentation/MacOSX/Conceptual/BPFrameworks/Concepts/FrameworkAnatomy.html 1. If Versions/VERSION/Resources/Info.plist is missing, well known incorrect locations are checked for Info.plist and Info.plist is copied from there, otherwise codesign will fail. 2. Root framework symlinks to binary and Resources are restored to point inside Versions/Current, otherwise Qt 4.8 looking for Resources/ in framework root will fail. 21 October 2014, 15:42:30 UTC
517e3cd CMake 3.1.0-rc1 version update 14 October 2014, 13:22:34 UTC
1cb1a28 Help: Drop development topic notes to prepare release Release versions do not have the development topic section of the CMake Release Notes index page. 14 October 2014, 13:21:23 UTC
c113efa Merge topic 'CheckStructHasMember-avoid-breakage-on-Wall' 384d3ce7 CheckStructHasMember: avoid breakage on -Wall -Werror (#15203) 14 October 2014, 13:20:23 UTC
19f87a7 Merge topic 'fix-comment-typos' bef23e81 Fix some spelling errors in comments 14 October 2014, 13:20:11 UTC
54ff77d CMake Nightly Date Stamp 14 October 2014, 04:01:08 UTC
bef23e8 Fix some spelling errors in comments 13 October 2014, 14:00:53 UTC
4d23b60 Merge topic 'doc-3.1-relnotes' 856ee6be Help: Organize 3.1 release notes 52842820 Help: Consolidate 3.1 release notes 13 October 2014, 12:21:07 UTC
cea13d5 Merge topic 'fix-ninja-rc-include-flags' f4c5eade Ninja: Fix RC include directories regression 13 October 2014, 12:21:04 UTC
f4c5ead Ninja: Fix RC include directories regression Changes in commit b9aa5041 (cmLocalGenerator: Simplify GetIncludeFlags output formatting, 2014-03-04) caused Windows Resource Compiler include directories to be computed as relative paths in the Ninja generator. This breaks the cmcldeps handling of include paths. The reason for the regression is that several cmLocalGenerator::GetIncludeFlags callers treated the fourth "bool forResponseFile" argument as if it controlled whether include directories were a full path. It actually did control that by accident until the above commit. Add an explicit "bool forceFullPaths" argument to GetIncludeFlags and thread the value through ConvertToIncludeReference as needed. Update GetIncludeFlags call sites that really wanted to control the forResponseFile setting to be aware of the new argument. Extend the VSResource test to cover this case. 13 October 2014, 12:20:05 UTC
384d3ce CheckStructHasMember: avoid breakage on -Wall -Werror (#15203) With CMAKE_C_FLAGS='-Wall -Werror', this test breaks due to -Werror=unused-value. Fix this by ignoring the return value. 13 October 2014, 11:57:05 UTC
c11a342 CMake Nightly Date Stamp 13 October 2014, 04:01:07 UTC
9657977 CMake Nightly Date Stamp 12 October 2014, 04:01:07 UTC
8189d53 CMake Nightly Date Stamp 11 October 2014, 04:01:15 UTC
856ee6b Help: Organize 3.1 release notes Add section headers similar to the 3.0 release notes and move each individual bullet into an appropriate section. Highlight the new VS generator capabilities for Windows Phone, Windows Store, and NVIDIA Nsight Tegra with dedicated subsections. 10 October 2014, 19:55:25 UTC
5284282 Help: Consolidate 3.1 release notes Move all development release notes into a new version-specific document: tail -q -n +3 Help/release/dev/* > Help/release/3.1.0.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. 10 October 2014, 19:15:51 UTC
a7b9b57 Merge topic 'note-link-libraries-genex' 8bd81981 Help: Add note about restoring pre-3.0 link libraries genex behavior 10 October 2014, 19:09:06 UTC
26bffa6 Merge topic 'fix-OSX-bundle-rpaths-and-Qt5' 631fadea Help: Add notes for topic 'fix-OSX-bundle-rpaths-and-Qt5' 50e261dd OSX: Warn when attempting to change runtime paths on OS X 10.5 9b98fd52 cmake-gui: Make sure we bundle Qt5 Cocoa platform plugin 83a06bb4 BundleUtilities: Framework codesign Resources/Info.plist & Current f7df82ac BundleUtilities: Resolve & replace @rpath placeholders 14bc686f GetPrerequisites: Make sure dyld placeholders are prefixes 6c313797 BundleUtilities: Use find on UNIX for fast executable lookup 10 October 2014, 14:55:44 UTC
8bd8198 Help: Add note about restoring pre-3.0 link libraries genex behavior 10 October 2014, 14:48:05 UTC
631fade Help: Add notes for topic 'fix-OSX-bundle-rpaths-and-Qt5' 10 October 2014, 14:23:52 UTC
50e261d OSX: Warn when attempting to change runtime paths on OS X 10.5 Even though 10.5 supports @rpath, the support is not complete enough for CMake. For instance, install_name_tool doesn't support adding and removing rpaths. Also modifying BundleUtilities test to remove an undesirable cmake generated runtime path. The intent was to build with the install rpath as is done with the other cases in this test. 10 October 2014, 14:17:27 UTC
9b98fd5 cmake-gui: Make sure we bundle Qt5 Cocoa platform plugin Otherwise CMake.app bundle will not run when using Qt5. 10 October 2014, 14:17:18 UTC
83a06bb BundleUtilities: Framework codesign Resources/Info.plist & Current We need to ensure copied framework has proper layout with Resources/Info.plist present next to versioned binary and Current symlink in Versions: https://developer.apple.com/library/mac/technotes/tn2206 https://developer.apple.com/library/mac/documentation/MacOSX/Conceptual/BPFrameworks/Concepts/FrameworkAnatomy.html If Resources/ is not present we may try to copy Contents/Info.plist if present to embedded Resources/Info.plist. This is a case of Qt5 that has obsolete/invalid framework layout (see QTBUG-38511). 10 October 2014, 14:17:04 UTC
f7df82a BundleUtilities: Resolve & replace @rpath placeholders This is done by gathering LC_RPATH commands for main bundle executable and using it for @rpath lookup in dependent frameworks. All functions that need to carry rpaths to now take optional <rpaths> argument. This enabled apps using @rpath to be bundled correctly, which will be necessary for upcoming Qt 5.4 that will use @rpath for all frameworks. Check that install_name_tool has -delete_rpath before using it. Otherwise it will fail with Xcode 3.x on 10.5 which has no -delete_rpath option for install_name_tool command, that was first introduced in 10.6 SDK, even that 10.5 supports LC_RPATH and @rpath. 10 October 2014, 14:16:24 UTC
14bc686 GetPrerequisites: Make sure dyld placeholders are prefixes Mac OS X dyld placeholders should be always prefixes, otherwise this can lead to some undefined behavior. 10 October 2014, 14:16:15 UTC
6c31379 BundleUtilities: Use find on UNIX for fast executable lookup It makes whole executable process quicker on UNIX, especially for large bundles containing many files, since using find narrows results to only files having executable flags then all further tests follow. Since find ... -perm +0111 is not clearly POSIX compliant and some Linux versions refuse it, it is better to use longer but portable: find ... -perm \( -perm -0100 -o -perm -0010 -o -perm -0001 \) 10 October 2014, 14:15:56 UTC
5ab9aa6 CMake Nightly Date Stamp 10 October 2014, 04:01:09 UTC
c0a4f59 Merge topic 'FindThreads_overhaul' b7e5c5a2 FindThreads: introduce THREADS_PREFER_PTHREAD_FLAG (#14767) bcb0e387 FindThreads: introduce an imported target to link to 46368edd FindThreads: move checking of the -pthread compiler flag into a macro 09 October 2014, 20:12:06 UTC
6b135a6 Merge topic 'doc-drop-dart' b8aa0cdf Help: Replace 'Dart' with 'CDash' in ctest.1 manual 09 October 2014, 20:12:04 UTC
4c02746 Merge topic 'ninja-phony-rules-only-in-build-tree' de8e534b Ninja: Limit custom command side-effects to build folder 09 October 2014, 20:12:01 UTC
a358448 CMake Nightly Date Stamp 09 October 2014, 04:01:08 UTC
b7e5c5a FindThreads: introduce THREADS_PREFER_PTHREAD_FLAG (#14767) 08 October 2014, 15:57:34 UTC
bcb0e38 FindThreads: introduce an imported target to link to This not only holds the library, but can also hold compiler flags needed, e.g. the -pthread flag preferred by gcc on some platforms. There was no clean way to get that compiler flag from the module until now. 08 October 2014, 15:57:34 UTC
b3cbb9e Merge topic 'FPHSA_exact_version' ba907f7d FPHSA: fix when requested or found version is exactly 0 4f9bf446 FPHSA: when EXACT version match is requested only compare the components given 08 October 2014, 14:48:14 UTC
ec941fc Merge topic 'ctest-memcheck-sanitizers' e0e75a72 Help: Add notes for topic 'ctest-memcheck-sanitizers' 7345a1f7 tests: Add a test for ctest_memcheck MemorySanitizer 0c6330da ctest_memcheck: Add support for MemorySanitizer msan 9ba8bf12 tests: add a test for ctest_memcheck UndefinedBehaviorSanitizer 816c100a ctest_memcheck: Add support for UndefinedBehaviorSanitizer ubsan b67ef537 ctest_memcheck: Order sanitizer type code consistently f48a2968 Tests: Organize CTestTestMemcheck inner test code 08 October 2014, 14:48:12 UTC
26a8b64 Merge topic 'FindLATEX-cross-compile-ps2pdf14' 63262434 FindLATEX: Search for ps2pdf14 even on Windows (#15198) 08 October 2014, 14:48:10 UTC
b8aa0cd Help: Replace 'Dart' with 'CDash' in ctest.1 manual The modern dashboard server is CDash, not Dart, so update the manual to talk about CTest as a CDash client. Also drop documentation for a Dart2-specific option. 08 October 2014, 13:58:30 UTC
de8e534 Ninja: Limit custom command side-effects to build folder Revert commit 7243c951 (Ninja: Don't limit custom cmd side-effects to build folder, 2014-06-27) because it causes every custom command dependency in the source tree to get a phony rule. For large projects these rules get too big for Ninja to handle efficiently. While the original change addressed a valid concern, it did not seem to occur regularly in practice because well-behaved projects generate their side-effects only in the build tree. Until we support explicit specification of side-effects (CMake issue #14963), we will have to use this as a middle-ground. 08 October 2014, 12:50:15 UTC
734580a CMake Nightly Date Stamp 08 October 2014, 04:01:08 UTC
ba907f7 FPHSA: fix when requested or found version is exactly 0 Until now it was checked with "if(VAR)", which will be false in case "0" is the content of the variable. 07 October 2014, 21:14:46 UTC
4f9bf44 FPHSA: when EXACT version match is requested only compare the components given Given that you have a foobar that identifies itself as 1.2.3 from now on a find_package(foobar 1.2 EXACT) will succeed, as 1.2.3 will now be considered as being 1.2. Until now this was only the case for version 1.2.0. 07 October 2014, 21:14:45 UTC
e0e75a7 Help: Add notes for topic 'ctest-memcheck-sanitizers' Consolidate earlier sanitizer notes. 07 October 2014, 19:27:34 UTC
7345a1f tests: Add a test for ctest_memcheck MemorySanitizer 07 October 2014, 19:27:34 UTC
0c6330d ctest_memcheck: Add support for MemorySanitizer msan 07 October 2014, 19:27:34 UTC
9ba8bf1 tests: add a test for ctest_memcheck UndefinedBehaviorSanitizer 07 October 2014, 19:27:34 UTC
816c100 ctest_memcheck: Add support for UndefinedBehaviorSanitizer ubsan UBSan instruments a build and logs messages on any undefined behavior instances. 07 October 2014, 19:27:34 UTC
b67ef53 ctest_memcheck: Order sanitizer type code consistently Use alphabetic order everywhere we enumerate the sanitizer types. 07 October 2014, 19:27:33 UTC
f48a296 Tests: Organize CTestTestMemcheck inner test code Update some whitespace and add comment dividers. 07 October 2014, 19:27:33 UTC
fa56eb5 Merge topic 'ctest-memcheck-sanitizers' f25e431d tests: set sanitizer options properly f0661bf3 tests: fix copy/paste from tsan -> asan comments ca9cc25c ctest: add support for additional sanitizer options 0b9ffffc ctest: update documentation for CTEST_MEMORYCHECK_TYPE 07 October 2014, 18:45:26 UTC
36c7f66 Merge topic 'fix-ninja-rsp-var-duplication' 71da30ca Ninja: Fix variable duplication in RSP rules 07 October 2014, 18:12:20 UTC
68abbdb Merge topic 'FindBoost-CMP0054' c9300464 FindBoost: Avoid if() quoted auto-dereference 07 October 2014, 18:12:18 UTC
1ed0379 Merge topic 'cpack-ifw-updates' ed9684a2 CPackIFW: Added support for multiple repositories f9f74874 CPackIFW: Search algorithm update 07 October 2014, 18:12:16 UTC
a7a80da Merge topic 'encoding-fstream' 42e39bb3 Fix a few more places to use cmsys::[io]fstream instead of std::fstream. 07 October 2014, 18:12:14 UTC
6326243 FindLATEX: Search for ps2pdf14 even on Windows (#15198) When cross-compiling from Linux to Windows the tool on the host does not have a .bat extension. 07 October 2014, 13:41:52 UTC
b8f1947 CMake Nightly Date Stamp 07 October 2014, 04:01:08 UTC
71da30c Ninja: Fix variable duplication in RSP rules Stream clear() resets stream state but does not actually clear its content. 06 October 2014, 20:29:09 UTC
46368ed FindThreads: move checking of the -pthread compiler flag into a macro This allows a following commit to introduce a switch to prefer that check over searching for the explicit library names without breaking backward compatibility. 06 October 2014, 19:30:09 UTC
f25e431 tests: set sanitizer options properly Prior to this, these options were just being set in the environment. 06 October 2014, 19:28:45 UTC
f0661bf tests: fix copy/paste from tsan -> asan comments 06 October 2014, 19:28:45 UTC
3f91919 Merge topic 'fix-cobertura-parsing' 1c838add cmParseCoberturaCoverage: Initialize CurFileName to empty string 06 October 2014, 13:41:23 UTC
c74d2dd Merge topic 'wix-fix-root-dir-prop' fb009f00 CPackWiX: Work around RelativePath() returning an empty string for the root 06 October 2014, 13:41:21 UTC
b153143 Merge topic 'ninja-console-pool' 9f32a241 Ninja: Use 'console' pool for CMake re-run if possible (#14915) 06 October 2014, 13:41:18 UTC
e0fef85 Merge topic 'FindThreads-macro' 94a061d3 FindThreads: use a macro for the repetitive thread library checks 06 October 2014, 13:41:16 UTC
c930046 FindBoost: Avoid if() quoted auto-dereference When testing CMAKE_CXX_COMPILER[_ID] values with if(MATCHES) or if(STREQUAL), do not explicitly dereference or quote the variable. We want if() to auto-dereference the variable and not its value. 06 October 2014, 13:40:41 UTC
f17989b CMake Nightly Date Stamp 06 October 2014, 04:01:07 UTC
ed9684a CPackIFW: Added support for multiple repositories Now user can add IFW specific repo with cpack_ifw_add_repository macro 05 October 2014, 08:52:57 UTC
594cdd4 CMake Nightly Date Stamp 05 October 2014, 04:01:08 UTC
42e39bb Fix a few more places to use cmsys::[io]fstream instead of std::fstream. 04 October 2014, 20:20:04 UTC
f9f7487 CPackIFW: Search algorithm update Variables like CPACK_IFW_*_EXECUTABLE_FOUND now not needed 04 October 2014, 18:55:43 UTC
ab74ad5 CMake Nightly Date Stamp 04 October 2014, 04:01:08 UTC
94a061d FindThreads: use a macro for the repetitive thread library checks 03 October 2014, 21:20:07 UTC
c5fdca7 Merge topic 'clarify_size_t_docs' cff33e03 Help: Clarify size_t usage in cmake-developer.7 03 October 2014, 19:10:20 UTC
0dd07f1 Merge topic 'FPHSA-include' 3670c6a4 fix inclusion of FPHSA 03 October 2014, 19:10:18 UTC
87eb1ed Merge topic 'FindThreads-dir' cbd5db64 FindThreads: search test source relative to module 03 October 2014, 19:10:16 UTC
8ec0074 Merge topic 'FindLua-exact' c4a56b9c FindLua: fix wrong version list if EXACT is given 03 October 2014, 19:10:14 UTC
ec56717 Merge topic 'drop-FindITK-and-FindVTK' 5b5e80e7 FindVTK: Drop this ancient compatibility module fd6fa657 FindITK: Drop this ancient compatibility module 03 October 2014, 19:10:12 UTC
d2562e2 Merge topic 'vs-intel-15' a128129a VS: Support Intel Fortran 15 .vfproj generation (#15175) 03 October 2014, 19:10:10 UTC
cff33e0 Help: Clarify size_t usage in cmake-developer.7 03 October 2014, 19:09:30 UTC
back to top