https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
d036073 Set XCode file type for Metal shader files 01 April 2015, 19:02:42 UTC
0de7807 Merge topic 'cpack-deb-format-cast' e86f44b7 cmCPackDebGenerator: Cast file mode to proper type for %o formatter 01 April 2015, 17:19:41 UTC
0c69ca8 Merge topic 'ctest-repeat-until-fail' b687d672 Tests: Fix RunCMake.CTestCommandLine expected output time matching 01 April 2015, 17:19:39 UTC
4a821a4 Merge topic 'cpack-fix-preinstall-tool' 93a3ec8b CPack: Fix make tool selection during preinstall (#15483) 01 April 2015, 17:19:37 UTC
9d456ec Merge topic 'jsoncpp-isfinite' 7b1cdb00 jsoncpp: Provide 'isfinite' implementation on older AIX and HP-UX 01 April 2015, 17:19:34 UTC
aa508a5 Merge topic 'makefile-DELETE_ON_ERROR' 44990732 Help: Add notes for topic 'makefile-DELETE_ON_ERROR' 4adf1dad Makefile: Tell GNU make to delete rule outputs on error (#15474) 01 April 2015, 17:19:32 UTC
6f578ee Merge topic 'suppress-osx-arch-linker-warning' 3113d86d CTestCustom: Suppress OS X universal binary link arch warnings 01 April 2015, 17:19:30 UTC
0fa263d Merge topic 'solaris-fix-target_link_libraries-test' 0778016a Tests: Do not try to use invalid "ld -v" flag on Solaris 01 April 2015, 17:19:28 UTC
c0312d9 CMake Nightly Date Stamp 01 April 2015, 04:01:04 UTC
e86f44b cmCPackDebGenerator: Cast file mode to proper type for %o formatter 31 March 2015, 20:28:28 UTC
3113d86 CTestCustom: Suppress OS X universal binary link arch warnings 31 March 2015, 20:25:37 UTC
b687d67 Tests: Fix RunCMake.CTestCommandLine expected output time matching When matching ctest command-line output, we must account for the formatting of times that take 10 seconds or more. The values are right-justified, so use " +" to match any amount of space before them. 31 March 2015, 20:04:29 UTC
7b1cdb0 jsoncpp: Provide 'isfinite' implementation on older AIX and HP-UX Newer AIX and HP-UX platforms provide 'isfinite' as a <math.h> macro. Older versions do not, so add the definition if it is not provided. 31 March 2015, 18:55:00 UTC
0021435 Merge topic 'UseSWIG-no-MAIN_DEPENDENCY' 1570a4df Help: Add notes for topic 'UseSWIG-no-MAIN_DEPENDENCY' 31 March 2015, 18:11:57 UTC
ad09756 Merge topic 'cpack-rpm-basic-symlink-handling' 68e13e98 Help: Add notes for topic 'cpack-rpm-basic-symlink-handling' 681f3a2f CPackRPM: Add basic symlink support (#15209) 31 March 2015, 18:11:20 UTC
68e13e9 Help: Add notes for topic 'cpack-rpm-basic-symlink-handling' 31 March 2015, 18:10:19 UTC
681f3a2 CPackRPM: Add basic symlink support (#15209) RPM packages can contain symbolic links to relative paths - including support for multiple relocation paths through generation of post install relocation scripts. Add basic support with limitations described in documentation. 31 March 2015, 18:04:13 UTC
4499073 Help: Add notes for topic 'makefile-DELETE_ON_ERROR' 31 March 2015, 15:33:53 UTC
1570a4d Help: Add notes for topic 'UseSWIG-no-MAIN_DEPENDENCY' 31 March 2015, 15:31:27 UTC
0778016 Tests: Do not try to use invalid "ld -v" flag on Solaris Fix the CMakeCommands.target_link_libraries test to use "-V" instead of "-v" on Solaris because the latter does not exist. 31 March 2015, 15:21:36 UTC
93a3ec8 CPack: Fix make tool selection during preinstall (#15483) The CMAKE_MAKE_PROGRAM selected by CMake while configuring the project should also be used to drive the "preinstall" target during packaging. Teach CPack to use "cmake --build" instead of constructing the build command line itself. The "cmake --build" command already knows how to select the proper make tool. 31 March 2015, 14:30:25 UTC
ed98912 Merge topic 'UseSWIG-no-MAIN_DEPENDENCY' b372a99a UseSWIG: Do not use MAIN_DEPENDENCY on custom commands (#15480) 31 March 2015, 13:17:53 UTC
d66f052 Merge topic 'doc-COMPILE_OPTIONS-cleanup' c46125df Help: Refine COMPILE_OPTIONS property documentation d51c1f09 Help: Fix xref typos in target_compile_options docs 31 March 2015, 13:17:51 UTC
e6fe5b4 Merge topic 'doc-list-xref' 845c8375 Help: Add link target to cmake-language.7 lists section 31 March 2015, 13:17:49 UTC
da68bd3 Merge topic 'clean-scanbuild-warnings' d9420364 Move scanbuild exceptions out of dashboard script and into cmake. 31 March 2015, 13:17:47 UTC
c46125d Help: Refine COMPILE_OPTIONS property documentation Make wording of the directory and target properties more consitent and complementary. Specify that the value is a ";-list" with a link to the cmake-language(7) manual section on lists. 31 March 2015, 12:58:11 UTC
d51c1f0 Help: Fix xref typos in target_compile_options docs Fix links to the COMPILE_OPTIONS directory and target properties. 31 March 2015, 12:51:05 UTC
845c837 Help: Add link target to cmake-language.7 lists section 31 March 2015, 12:51:03 UTC
a6b0b83 CMake Nightly Date Stamp 31 March 2015, 04:01:04 UTC
4adf1da Makefile: Tell GNU make to delete rule outputs on error (#15474) Add .DELETE_ON_ERROR to the "build.make" files that contain the actual build rules that generate files. This tells GNU make to delete the output of a rule if the recipe modifies the output but returns failure. This is particularly useful for custom commands that use shell redirection to produce a file. Do not add .DELETE_ON_ERROR for Borland or Watcom make tools because they may not tolerate it and would not honor it anyway. Other make tools that do not understand .DELETE_ON_ERROR will not be hurt. Suggested-by: Andrey Vihrov <andrey.vihrov@gmail.com> 30 March 2015, 20:35:48 UTC
d942036 Move scanbuild exceptions out of dashboard script and into cmake. 30 March 2015, 20:08:54 UTC
b372a99 UseSWIG: Do not use MAIN_DEPENDENCY on custom commands (#15480) Add the dependency on the main swig input source file as a normal DEPENDS option. We cannot use MAIN_DEPENDENCY because if there are multiple target languages then multiple custom commands would want to use the same MAIN_DEPENDENCY, but at most one custom command may specify a given source file as its MAIN_DEPENDENCY. Exposed by a CMP0057 warning. 30 March 2015, 13:35:43 UTC
c1f8c6c Merge topic 'cpack-archive-prefix' e3f84fc5 cpack: Fix CPACK_PACKAGING_INSTALL_PREFIX handling for archives (#14677) 30 March 2015, 13:27:55 UTC
c117c2b Merge topic 'add_dependencies-INTERFACE-libraries' ac14cbf0 Allow add_dependencies() on INTERFACE libraries (#15414) 817d31db Help: Format add_dependencies documentation 30 March 2015, 13:27:53 UTC
a3bdb55 Merge topic 'ninja-autogen' 4d08e6b6 QtAutogen: Fix rcc rebuild with Ninja generator (#15459) 30 March 2015, 13:27:51 UTC
8bc6cfd Merge topic 'ExternalData-recursive-match' 230f2d6e ExternalData: Add option to recursively match under directories 564c07f7 ExternalData: Parameterize internal file(GLOB) operation selection 30 March 2015, 13:27:48 UTC
ac6297e Merge topic 'xcode-default-ARCHS' b76b52c0 Xcode: Set ARCHS only when CMAKE_OSX_ARCHITECTURES is specified (#14736) 9e14a5de cmGlobalXCodeGenerator: Simplify ARCHS list with cmJoin 30 March 2015, 13:27:47 UTC
136a534 Merge topic 'wix-fix-utf8' 98a3b2e2 CPackWIX: Omit codepage conversion when internal encoding is already UTF-8. 30 March 2015, 13:27:45 UTC
aa15ef8 Merge topic 'clean-scanbuild-warnings' e680d43d Fix an unused variable warning from scanbuild. a4a1b729 Fix warnings from clang scanbuild. 30 March 2015, 13:27:42 UTC
e3f84fc cpack: Fix CPACK_PACKAGING_INSTALL_PREFIX handling for archives (#14677) Fix the case when the archive generator is used to package components with an install prefix. 30 March 2015, 13:22:14 UTC
6474f0e CMake Nightly Date Stamp 30 March 2015, 04:01:04 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
ac14cbf Allow add_dependencies() on INTERFACE libraries (#15414) Revert commit v3.0.0-rc1~175^2~20 (add_dependencies: Disallow use with INTERFACE_LIBRARY, 2013-12-25). Teach our dependency analysis to transitively follow INTERFACE target utility dependencies as was done or IMPORTED targets in commit v2.8.6~127^2~1 (Allow add_dependencies() on imported targets, 2010-11-19). Extend the InterfaceLibrary test with a case to cover header generation for a header-only INTERFACE library via a custom target. 27 March 2015, 20:25:09 UTC
817d31d Help: Format add_dependencies documentation Add reStructuredText markup. 27 March 2015, 20:24:19 UTC
4d08e6b QtAutogen: Fix rcc rebuild with Ninja generator (#15459) The rcc outputs are byproducts of the cmake_autogen rule, not outputs. We still must run cmake_autogen on every run even if the rcc outputs exist. Ninja requires explicit byproduct specification, which is now possible in CMake since commit v3.2.0-rc1~340^2~2 (Add an option for explicit BYPRODUCTS of custom commands, 2014-11-13). Revise the logic introduced by commit v3.2.0-rc1~480^2 (QtAutogen: Regenerate qrc files if their input changes, 2014-09-17) to specify byproducts explicitly. 27 March 2015, 19:33:19 UTC
230f2d6 ExternalData: Add option to recursively match under directories Extend the ``DATA{Dir/,...}`` syntax with a new ``RECURSE:`` option to enable recursive matching of associated files. This will allow an entire directory tree of data to be referenced at once. 27 March 2015, 18:44:54 UTC
564c07f ExternalData: Parameterize internal file(GLOB) operation selection Extend the _ExternalData_arg_find_files signature with an option to specify the kind of file(GLOB) operation to be performed. Set CMP0009 to NEW so that GLOB_RECURSE does not follow symlinks. 27 March 2015, 18:44:49 UTC
b76b52c Xcode: Set ARCHS only when CMAKE_OSX_ARCHITECTURES is specified (#14736) Teach the Xcode generator that ONLY_ACTIVE_ARCH=YES means to use ARCHS, and that the default of ONLY_ACTIVE_ARCH=NO means to use NATIVE_ARCH and ignore ARCHS. In the latter case there is no reason to generate ARCHS. 27 March 2015, 14:52:32 UTC
9e14a5d cmGlobalXCodeGenerator: Simplify ARCHS list with cmJoin 27 March 2015, 13:50:14 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
98a3b2e CPackWIX: Omit codepage conversion when internal encoding is already UTF-8. 27 March 2015, 11:22:15 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
e680d43 Fix an unused variable warning from scanbuild. 26 March 2015, 15:05:56 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
a4a1b72 Fix warnings from clang scanbuild. 25 March 2015, 16:38:37 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
back to top