https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
5718338 FindSDL2: Added module to locate SDL2 30 March 2015, 10:39:34 UTC
d35da54 CMake Nightly Date Stamp 29 March 2015, 04:01:04 UTC
918fe54 CMake Nightly Date Stamp 28 March 2015, 04:01:04 UTC
7910cb7 Merge topic 'fix-external-project-generator' a704098d ExternalProject: fix the build command for generator overrides 27 March 2015, 13:15:25 UTC
a92f217 Merge topic 'wix-external-expat' 86037915 CPackWIX: Add static_casts for XML_Parser. 27 March 2015, 13:15:23 UTC
7865036 Merge topic 'FindMFC-CMP0054' dcf29800 FindMFC: Use if(DEFINED) to simplify condition (#15477) 27 March 2015, 13:15:21 UTC
6959b5b Merge topic 'Fortran-GNU-no-isystem' a8e7a104 GNU: Do not use -isystem with gfortran 27 March 2015, 13:15:18 UTC
bd96cd5 Merge topic 'curl-cygwin-no-windows' 4a2ff2b7 curl: Never consider using Windows APIs on Cygwin 27 March 2015, 13:15:16 UTC
b6f6722 Merge topic 'qtdialog-cpack-qt5-osx' 9c76ff01 QtDialog: Fix CMake packaging with CPack on OS X with Qt5. 27 March 2015, 13:15:09 UTC
685d179 CMake Nightly Date Stamp 27 March 2015, 04:01:04 UTC
a704098 ExternalProject: fix the build command for generator overrides The `binary_dir` variable is never set, so this is invalid. Instead, use "." which all the other build commands use anyways. Also only set the --config option if it is meaningful. 26 March 2015, 22:12:04 UTC
4a2ff2b curl: Never consider using Windows APIs on Cygwin Our Windows API header checks are conditioned on if(NOT UNIX) but libarchive checks HAVE_WINDOWS_H anyway so the result leaks into the cache and influenes the curl build. Set the check results to false explicitly for curl when not on Windows to tolerate this. Reported-by: Vyacheslav Karpukhin <Vyacheslav.Karpukhin@jetbrains.com> 26 March 2015, 18:04:39 UTC
8603791 CPackWIX: Add static_casts for XML_Parser. "XML_Parser" in cmexpat is a typedef for void* while newer releases of expat seem to use struct XML_ParserStruct *XML_Parser. Add static_casts so that the build works with either variant. 26 March 2015, 15:56:44 UTC
a8e7a10 GNU: Do not use -isystem with gfortran The compiler documents that USE statements search for ".mod" files in directories specified with -I, but not -isystem. Reported-by: Hugh Sorby <h.sorby@auckland.ac.nz> 26 March 2015, 13:33:20 UTC
dcf2980 FindMFC: Use if(DEFINED) to simplify condition (#15477) Replace an old hack of the form 'if("${VAR}" MATCHES "^${VAR}$")' with the much simpler 'if(NOT DEFINED ${VAR})'. This was exposed by a CMP0054 warning. 26 March 2015, 13:02:05 UTC
5d1d995 CMake Nightly Date Stamp 26 March 2015, 04:01:04 UTC
166e29e Merge topic 'file-LOCK-close' 1f289095 file(LOCK): Close file descriptor/handle when releasing a lock 25 March 2015, 13:01:18 UTC
1f28909 file(LOCK): Close file descriptor/handle when releasing a lock The file lock functionality added in commit v3.2.0-rc1~297^2~1 (file: Add LOCK subcommand to do file and directory locking, 2014-11-26) forgot to close the lock file descriptors. Eventually it was possible to run out of file descriptors and locks could not longer be acquired. Fix this by closing the file descriptor or handle when we are done with it. Also set the member back to the initial value from the constructor to leave everything in a consistent state (useful for debugging). Co-Author: Ruslan Baratov <ruslan_baratov@yahoo.com> 25 March 2015, 13:00:51 UTC
26c4300 CMake Nightly Date Stamp 25 March 2015, 04:01:04 UTC
9c76ff0 QtDialog: Fix CMake packaging with CPack on OS X with Qt5. 25 March 2015, 02:56:38 UTC
51b4321 Merge topic 'SunPro-no-KPIE' 209c142f SunPro: Drop non-existent -KPIE flag 24 March 2015, 15:26:30 UTC
81db650 Merge topic 'blugeneq-platform-files' 13807bcb BlueGene/Q Platform files 24 March 2015, 15:26:24 UTC
048a8fb Merge topic 'install-sphinx-object-mapping' 840f5b89 Help: Install Sphinx HTML object mapping file 24 March 2015, 15:26:22 UTC
ed777f1 Merge topic 'xcode5-xctest' 6ab14134 Tests: Enable XCTest tests for Xcode 5 52642b46 OS X: Look for Xcode 5 platform-specific Frameworks 24 March 2015, 15:26:21 UTC
6ab1413 Tests: Enable XCTest tests for Xcode 5 Signed-off-by: Gregor Jasny <gjasny@googlemail.com> 24 March 2015, 15:24:56 UTC
52642b4 OS X: Look for Xcode 5 platform-specific Frameworks The Xcode 5 platform specific framework locations differ from the Xcode 6 ones. Look first for the Xcode 6 ones, then for iOS Xcode 5 ones and last for the Xcode 5 OS X ones. For reference, the XCTest.framework is located as follows: Xcode511.app/Contents/Developer/Library/Frameworks/XCTest.framework Xcode511.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk/Developer/Library/Frameworks/XCTest.framework Xcode511.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk/Developer/Library/Frameworks/XCTest.framework Xcode601.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks/XCTest.framework Xcode601.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks/XCTest.framework Xcode601.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks/XCTest.framework Signed-off-by: Gregor Jasny <gjasny@googlemail.com> 24 March 2015, 15:23:40 UTC
bcdda24 CMake Nightly Date Stamp 24 March 2015, 04:01:04 UTC
209c142 SunPro: Drop non-existent -KPIE flag 23 March 2015, 14:24:18 UTC
64e97ed Merge topic 'ninja-require-byproducts' bd9c7f9b Ninja: Add policy to require explicit custom command byproducts ed8e30b0 cmGlobalNinjaGenerator: Optimize handling of known build outputs ad094f43 cmGlobalNinjaGenerator: Fix spelling of "unknown" 82a37d3c cmGlobalNinjaGenerator: Drop unused member 23 March 2015, 13:48:07 UTC
7ef5f24 Merge topic 'lib64_paths_crosscompiling' 81bfebfe Linux: Ignore Debian-specific case when cross-compiling 23 March 2015, 13:22:06 UTC
81bfebf Linux: Ignore Debian-specific case when cross-compiling When constructing settings for the target environment during cross compiling we should not check for /etc/debian_version on the host. 23 March 2015, 13:19:54 UTC
e85eb2e Merge topic 'add-extra-qbs-generator' f85db2f3 Qbs: Add new 'extra' generator for qbs project files 23 March 2015, 13:18:43 UTC
4f12961 Merge topic 'UseJava-fix-arg-parse' a21e8df0 UseJava: Fix add_jar argument parsing (#14655) 23 March 2015, 13:18:41 UTC
ed99514 Merge topic 'cpack-bundle-codesign' fb3e4de8 CPack: Add support to overwrite or pass additional parameter to codesign 23 March 2015, 13:18:40 UTC
114ddb0 Merge topic 'autogen-write-access' 610464c1 QtAutogen: Ensure write access to AutogenInfo.cmake (#15416) 23 March 2015, 13:18:38 UTC
45583e5 Merge topic 'cpack-rpm-ignore-default-prefix' 18917d66 CPack/RPM ignore install prefix relocation path 23 March 2015, 13:18:36 UTC
d0af020 Merge topic 'SunPro-Fortran-KPIC' 3556fb1b SunPro: Add position independent code flag for Fortran compiler 23 March 2015, 13:18:34 UTC
88abc78 Merge topic 'pgi-no-pie' 00842df4 PGI: Remove invalid -fPIE flag (#15460) 23 March 2015, 13:18:32 UTC
a37937f Merge topic 'xcode-xctest' 4178cd88 Help: Add notes for topic 'xcode-xctest' 87a4b858 Tests: Add XCTest example to test Frameworks and Cocoa App Bundles ba14510b OS X: Add FindXCTest module 3714955b OS X: Add handling for XCTest bundles 54a5cdbb Tests: Compute Xcode version for any generator on OS X 23 March 2015, 13:18:29 UTC
cc8b8cd Merge topic 'ctest-repeat-until-fail' 6bce0276 Help: Add notes for topic 'ctest-repeat-until-fail' fde70a1b ctest: Add a new --repeat-until-fail option 23 March 2015, 13:18:26 UTC
fb3e4de CPack: Add support to overwrite or pass additional parameter to codesign 23 March 2015, 13:15:43 UTC
4178cd8 Help: Add notes for topic 'xcode-xctest' 23 March 2015, 13:12:20 UTC
87a4b85 Tests: Add XCTest example to test Frameworks and Cocoa App Bundles Signed-off-by: Gregor Jasny <gjasny@googlemail.com> 23 March 2015, 13:12:20 UTC
ba14510 OS X: Add FindXCTest module Add a module to lookup XCTest Framework and xctest utility. It also provides APIs for creating 'xctest' targets. Signed-off-by: Gregor Jasny <gjasny@googlemail.com> 23 March 2015, 13:12:19 UTC
3714955 OS X: Add handling for XCTest bundles An XCTest bundle is a CFBundle with a special product-type and bundle extension. For more information about XCTest visit the Mac Developer library at: http://developer.apple.com/library/mac/documentation/DeveloperTools/Conceptual/testing_with_xcode/ Signed-off-by: Gregor Jasny <gjasny@googlemail.com> 23 March 2015, 13:12:18 UTC
6bce027 Help: Add notes for topic 'ctest-repeat-until-fail' 23 March 2015, 13:08:22 UTC
fde70a1 ctest: Add a new --repeat-until-fail option This option tells ctest to run each test N times until the test fails or the N times have run. This is useful for finding random failing tests. 23 March 2015, 13:08:22 UTC
d67196d CMake Nightly Date Stamp 23 March 2015, 04:01:03 UTC
840f5b8 Help: Install Sphinx HTML object mapping file To link CMake documentation from other documentation sets like KDE extra-cmake-modules the intersphinx extension depends on the objects.inv mapping file. The size overhead of 14k seems to be neglectable. Signed-off-by: Gregor Jasny <gjasny@googlemail.com> 22 March 2015, 10:50:53 UTC
aeb9fb9 CMake Nightly Date Stamp 22 March 2015, 04:01:05 UTC
2ec1c0d CMake Nightly Date Stamp 21 March 2015, 04:01:03 UTC
bd9c7f9 Ninja: Add policy to require explicit custom command byproducts Add policy CMP0058 to avoid generating 'phony' ninja rules for unknown custom command dependencies. This requires projects to specify their custom command byproducts explicitly. With this requirement we no longer have to assume that unknown custom command dependencies are generated and can instead simply assume they are source files expected to exist when the build starts. This is particularly important in in-source builds. It is also helpful for out-of-source builds to allow Ninja to diagnose missing files before running custom command rules that depend on them. 20 March 2015, 21:40:12 UTC
18917d6 CPack/RPM ignore install prefix relocation path Patch adds possibility to remove CPACK_PACKAGING_INSTALL_PREFIX from the list of relocation paths when crating a relocatable rpm. 20 March 2015, 20:52:49 UTC
ed8e30b cmGlobalNinjaGenerator: Optimize handling of known build outputs Teach WriteUnknownExplicitDependencies to take ownership of the set of WriteBuild outputs immediately since no other methods need the data. This avoids re-inserting the whole set into another already populated set. 20 March 2015, 17:33:13 UTC
ad094f4 cmGlobalNinjaGenerator: Fix spelling of "unknown" 20 March 2015, 17:32:55 UTC
3556fb1 SunPro: Add position independent code flag for Fortran compiler 20 March 2015, 17:05:05 UTC
00842df PGI: Remove invalid -fPIE flag (#15460) The PGI compilers on Linux do not have the -fPIE flag. Remove the table entry added by commit v2.8.9~125^2~2 (Add platform variables for position independent code flags, 2012-05-05), which likely included it only as part of a sweeping introduction of such flags. 20 March 2015, 16:59:54 UTC
a21e8df UseJava: Fix add_jar argument parsing (#14655) Since commit v2.8.11~63^2 (UseJava.cmake: require explicit request to include jars, 2013-03-26) the argument parsing always overrides the variable settings even if the corresponding arguments are not passed. Re-order logic to fix this. 20 March 2015, 14:46:13 UTC
610464c QtAutogen: Ensure write access to AutogenInfo.cmake (#15416) ConfigureFile uses the input file permissions, but we require write access in cmQtAutoGenerators::SetupAutoGenerateTarget to append to the file. 20 March 2015, 14:33:52 UTC
f85db2f Qbs: Add new 'extra' generator for qbs project files 20 March 2015, 14:25:11 UTC
c95e523 Merge topic 'file-globbing-directory-listing' 6e54b0b9 Help: Add notes for topic 'file-globbing-directory-listing' a2c068a7 file: Teach GLOB to list directories optionally 20 March 2015, 13:47:52 UTC
f447027 Merge topic 'fix-FindPackageHandleStandardArgs-doc' 39451413 FPHSA: Revise documented command signature 20 March 2015, 13:47:50 UTC
d4d56f6 Merge topic 'update-kwsys' 0e8325db Merge branch 'upstream-kwsys' into update-kwsys bc67dbed KWSys 2015-03-18 (9367a33b) 20 March 2015, 13:47:48 UTC
c3f4167 Merge topic 'ninja-no-circular-phony' 80afe28a Ninja: Do not generate circular phony rules (#15454) 20 March 2015, 13:47:46 UTC
ac7d868 Merge topic 'update-kwiml' 67940795 Merge branch 'upstream-kwiml' into update-kwiml ded79a97 KWIML: Teach ABI.h about Xtensa architecture 20 March 2015, 13:47:43 UTC
4faa4c6 Merge topic 'cpack_rpm_component_fall_through' be089724 CPack/RPM prevent component attributes leakage ffc1b945 CPack/RPM improved component override test 20 March 2015, 13:47:39 UTC
543b20f Merge topic 'WCDH-fix-cxx_nullptr-workaround' f9d09626 WCDH: Fix cxx_nullptr workaround for pre-C++11 compilers 20 March 2015, 13:47:37 UTC
1b1144b Merge topic 'mingw-compile-features' 2aaf4f60 Help: Add notes for topic 'mingw-compile-features' f94727a9 Record compile features for GNU on Windows (#15443) 20 March 2015, 13:47:35 UTC
6e54b0b Help: Add notes for topic 'file-globbing-directory-listing' 20 March 2015, 13:45:51 UTC
a2c068a file: Teach GLOB to list directories optionally GLOB lists directories by default and GLOB_RECURSE does not. LIST_DIRECTORIES enables user to control the behavior explicitly for consistently for both GLOB and GLOB_RECURSE. 20 March 2015, 13:45:25 UTC
2aaf4f6 Help: Add notes for topic 'mingw-compile-features' 20 March 2015, 13:35:59 UTC
a066f73 CMake Nightly Date Stamp 20 March 2015, 04:01:03 UTC
13807bc BlueGene/Q Platform files - based on the BlueGene/P platform files. - tested by Todd Gamblin (LLNL) and David DeMarle (Kitware) 19 March 2015, 06:40:12 UTC
486e9f4 CMake Nightly Date Stamp 19 March 2015, 04:01:03 UTC
82a37d3 cmGlobalNinjaGenerator: Drop unused member 18 March 2015, 20:15:01 UTC
80afe28 Ninja: Do not generate circular phony rules (#15454) The phony rules added by commit v2.8.12~248^2 (Ninja: Custom Command file depends don't need to exist before building, 2013-06-07) are circular, e.g. build side-effect: phony side-effect This is not diagnosed by Ninja as of version 1.5, but the dependency does not make sense. Simply drop it and use phony rules of the form build side-effect: phony instead. Reported-by: Daniel Dunbar 18 March 2015, 16:55:27 UTC
54a5cdb Tests: Compute Xcode version for any generator on OS X Store the version in CMake_TEST_XCODE_VERSION for use by tests that work with any generator on OS X but may depend on the Xcode version providing the tools. 18 March 2015, 14:23:53 UTC
3945141 FPHSA: Revise documented command signature For mode 2 the first argument is not the literal NAME but the package name. Signed-off-by: Gregor Jasny <gjasny@googlemail.com> 18 March 2015, 14:15:44 UTC
0e8325d Merge branch 'upstream-kwsys' into update-kwsys 18 March 2015, 12:58:11 UTC
bc67dbe KWSys 2015-03-18 (9367a33b) Extract upstream KWSys using the following shell commands. $ git archive --prefix=upstream-kwsys/ 9367a33b | tar x $ git shortlog --no-merges --abbrev=8 --format='%h %s' 4a698414..9367a33b Brad King (1): 20f50727 SystemInformation: Add missing 'break' in StacktraceSignalHandler Sean McBride (2): 093eae34 SystemInformation: Fix -Wswitch-enum warnings 9367a33b testHashSTL: Fix warnings by marking private functions static Change-Id: Ia4ba110c901698f08797412da5773abf4c4c5330 18 March 2015, 12:58:08 UTC
380db3d CMake Nightly Date Stamp 18 March 2015, 04:01:04 UTC
6794079 Merge branch 'upstream-kwiml' into update-kwiml 17 March 2015, 18:27:27 UTC
ded79a9 KWIML: Teach ABI.h about Xtensa architecture Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> 17 March 2015, 18:26:20 UTC
f9d0962 WCDH: Fix cxx_nullptr workaround for pre-C++11 compilers Use just '0' instead of 'static_cast<void*>(0)' because the latter will not automatically convert to pointers to other types. 17 March 2015, 17:46:43 UTC
f94727a Record compile features for GNU on Windows (#15443) Drop the 'UNIX' condition on GNU compiler features. Suggested-by: David Demelier <demelier.david@gmail.com> 17 March 2015, 17:32:08 UTC
be08972 CPack/RPM prevent component attributes leakage Fixes mantis bug report with id 15169. Some component specific attributes were leaking to next component. Leakage handling was implemented in different locations but there were still attributes that leaked. Patch encapsulates generator into function so all current leaks are fixed and no future leaks can occur. 17 March 2015, 16:36:36 UTC
ffc1b94 CPack/RPM improved component override test Component specific attributes test passed even when attribute was able to leak to the next component as library package is the last that is generated. This patch fixes the test as header package is generated in the middle so leakage causes the test to fail. 17 March 2015, 16:36:36 UTC
a5cab2e Merge topic 'wix-installer-theme' 1bda8f1f CPackWIX: Customize CMake installer theme. 17 March 2015, 14:14:56 UTC
0320993 Merge topic 'cpack_rpm_old_version_tests' 140a53a8 CPack/RPM architecture test fixup 4552bc88 CPack/RPM relocation paths test fixup 17 March 2015, 14:14:54 UTC
8915cdd Merge topic 'FindMatlab-rewrite' 49c8dcf7 FindMatlab: Rewrite module and provide a usage API 17 March 2015, 14:14:52 UTC
e9072d2 Merge topic 'output-ctest-env-vars' 874fdd91 CTest: Output test-specific env vars in verbose mode (#15446) 17 March 2015, 14:14:49 UTC
874fdd9 CTest: Output test-specific env vars in verbose mode (#15446) Any environment vars that were configured for a test via the ENVIRONMENT property will now be output when the test is run with verbose logging enabled. 17 March 2015, 14:11:33 UTC
49c8dcf FindMatlab: Rewrite module and provide a usage API Implement a brand new FindMatlab module: - Add support for versions and components. - Find Matlab and its version in a more precise and multiplatform way. - Add API to create a new mex extension with documentation. - Add API to add matlab unit tests (with or without the unit test framework). - Find as much as possible based on a single Matlab_ROOT_DIR cache entry and allow the user to change it to re-find everything. 17 March 2015, 13:47:04 UTC
4fb9abc CMake Nightly Date Stamp 17 March 2015, 04:01:03 UTC
0ac7d87 CMake Nightly Date Stamp 16 March 2015, 04:01:03 UTC
140a53a CPack/RPM architecture test fixup Fixed architecture test that was missing architecture in regular expressions - bug was detected on older rpm versions where the check failed. Extended architecture test that takes into account older versions of rpm. This patch is related to 15442. 15 March 2015, 20:08:19 UTC
4552bc8 CPack/RPM relocation paths test fixup Patch fixes bug in test reported with id 15442 - older versions of rpm print out package info a bit differently so we should ignore white spaces 15 March 2015, 19:37:16 UTC
607131b CMake Nightly Date Stamp 15 March 2015, 04:01:03 UTC
262656b CMake Nightly Date Stamp 14 March 2015, 04:01:05 UTC
0769644 CMake Nightly Date Stamp 13 March 2015, 04:01:03 UTC
back to top