https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
0622f92 CTest: Remove code to fix scanbuild errors Remove code from cmParseBlanketJSCoverage.cxx and cmParseDelphiCoverage.cxx which caused scanbuild errors about not reading the value that was stored. 15 December 2014, 17:48:08 UTC
dd089e0 install: Allow absolute EXPORT destination with relative targets (#15258) When install(EXPORT) is given an absolute destination we cannot compute the install prefix relative to the installed export file location. Previously we disallowed installation of targets in such exports with a relative destination, but did not enforce this for target property values besides the location of the main target file. This could lead to broken installations when the EXPORT is installed to an absolute path but usage requirements are specified relative to the install prefix. Since an EXPORT installed to an absolute destination cannot be relocated we can just hard-code the value of CMAKE_INSTALL_PREFIX as the base for relative paths. This will allow absolute install(EXPORT) destinations to work with relative destinations for targets and usage requirements. Extend the ExportImport test with a case covering this behavior. 15 December 2014, 16:45:49 UTC
c118816 CMake 3.1.0 15 December 2014, 16:08:08 UTC
1b3ab33 Merge topic 'cmp0054-warnings-extproj' a300d0ff ExternalProject: avoid CMP0054 warnings 15 December 2014, 16:06:57 UTC
b9e0bab Merge topic 'extproj-extra-newlines' 480e6029 ExternalProject: remove extra newlines from log messages 15 December 2014, 16:06:54 UTC
ab09122 Merge topic 'tests-osx-version' f53a3340 Tests: Fix OS X version check to use component-wise test 15 December 2014, 16:06:51 UTC
872ad7a Merge topic 'assert-no-string-conversion' 2e92570b Fix some Clang -Wstring-conversion warnings 15 December 2014, 16:06:49 UTC
526c34b Merge topic 'curl-winssl' ba8c6632 curl: Use Windows SSL/TLS native implementation 15 December 2014, 16:06:47 UTC
6da3f17 Merge topic 'suncc-fixes' 97b65f81 Misc. fixes for the Oracle / Sun compiler. 15 December 2014, 16:06:44 UTC
4d2c629 Merge topic 'FindMPI-parse-Xlinker-flags' a0792c48 FindMPI: Extract -Xlinker options 15 December 2014, 16:06:42 UTC
bbabb9d CMake Nightly Date Stamp 15 December 2014, 05:01:07 UTC
18817e0 CMake Nightly Date Stamp 14 December 2014, 05:01:08 UTC
fef31f1 CMake Nightly Date Stamp 13 December 2014, 05:01:30 UTC
480e602 ExternalProject: remove extra newlines from log messages message() already adds a newline. 12 December 2014, 23:42:33 UTC
a300d0f ExternalProject: avoid CMP0054 warnings Found where ${command} is "make" which is a local variable. 12 December 2014, 23:30:00 UTC
f53a334 Tests: Fix OS X version check to use component-wise test Otherwise 10.10 may be considered to be less than 10.4 and the tests for CPack will not run. Reported-by: Sean McBride <sean@rogue-research.com> 12 December 2014, 20:11:37 UTC
2e92570 Fix some Clang -Wstring-conversion warnings Some false positives, but some flagged faulty asserts where the ! was inside the string instead of outside. 12 December 2014, 19:38:23 UTC
ba8c663 curl: Use Windows SSL/TLS native implementation On Windows, when CMAKE_USE_OPENSSL is OFF, use the OS implementation. This will allow the OS-configured CA list to be trusted automatically. 12 December 2014, 18:52:46 UTC
a829f09 Merge branch 'release' 12 December 2014, 16:17:55 UTC
3cc84d1 Merge topic 'find-msmpi' 17a846ac FindMPI: search for msmpi's mpiexec as well 12 December 2014, 16:16:06 UTC
9f41c45 Merge topic 'catch-ctest-errors-better' d8589e64 ctest: count errors from scripts properly 12 December 2014, 16:16:04 UTC
f6c8d3d Merge topic 'FindQt4-fix-major-version-mismatch' 009c1865 FindQt4: Fix handling of QT_VERSION_MAJOR mismatch 12 December 2014, 16:16:02 UTC
9c4ef20 Merge topic 'drop-double-underscores' 111be180 Rename header guards to not start with double underscore 12 December 2014, 16:16:00 UTC
ccbdac2 Merge topic 'doc-CMP0054-example' f2f1c95d Help: Extend policy CMP0054 documentation with an example 12 December 2014, 16:15:59 UTC
0dd9e71 Merge branch 'doc-CMP0054-example' into release 12 December 2014, 16:13:21 UTC
f2f1c95 Help: Extend policy CMP0054 documentation with an example 12 December 2014, 16:12:46 UTC
97b65f8 Misc. fixes for the Oracle / Sun compiler. A few pieces of code have some ambiguous type deduction that seems to resolve correctly for most compilers but not for the Oracle compiler. This makes those few instances more explicit. 12 December 2014, 15:04:47 UTC
a0792c4 FindMPI: Extract -Xlinker options Extend the regex that mathces -Wl, linker options to match -Xlinker too. These are used by Intel MPI and perhaps others. 12 December 2014, 14:53:43 UTC
17f638a CMake Nightly Date Stamp 12 December 2014, 05:01:09 UTC
17a846a FindMPI: search for msmpi's mpiexec as well 11 December 2014, 22:26:06 UTC
111be18 Rename header guards to not start with double underscore Use regex to find/replace: __(cm.*_h) \1 Then fix QCMake.h by hand. 11 December 2014, 18:53:06 UTC
3171fe0 CMake Nightly Date Stamp 11 December 2014, 05:01:07 UTC
d8589e6 ctest: count errors from scripts properly In the unlikely event that someone has a billion+ scripts (or some codepath returns negative numbers), we could overflow and make a pile of errors a non-error. This change also allows us to use flags for the error in the future rather than just "something went wrong". 10 December 2014, 22:22:21 UTC
a7d8345 CMake Nightly Date Stamp 10 December 2014, 05:01:08 UTC
66f587e Merge topic 'FindLATEX-use-FPHSA' e0104063 FindLATEX: Use FPHSA to report status in standard way 09 December 2014, 15:54:56 UTC
3b94772 Merge topic 'find_library-updated-directory-content' ce331bab find_library: Fix repeat call after changing directory content (#15293) 09 December 2014, 15:54:54 UTC
92eaa47 Merge topic 'doc-find-module-no-summary' 3fb33e01 Merge branch 'backport-doc-find-module-no-summary' into doc-find-module-no-summary d425c110 Help: Drop FeatureSummary example in cmake-developer.7 8235effe Help: Drop FeatureSummary example in cmake-developer.7 09 December 2014, 15:54:52 UTC
009c186 FindQt4: Fix handling of QT_VERSION_MAJOR mismatch Fix capitalization of Qt4_FOUND variable when setting it to false in this case. This caused find_package(Qt4) to appear successful when it was not. Note that the legacy QT4_FOUND variable is unconditionally overwritten at the end of the file with the value of Qt4_FOUND. 09 December 2014, 15:43:02 UTC
ce53ef0 Merge branch 'backport-doc-find-module-no-summary' into release 09 December 2014, 13:42:02 UTC
3fb33e0 Merge branch 'backport-doc-find-module-no-summary' into doc-find-module-no-summary Resolve conflict in Help/manual/cmake-developer.7.rst by taking our side. 09 December 2014, 13:40:59 UTC
d425c11 Help: Drop FeatureSummary example in cmake-developer.7 The use of FeatureSummary inside a find module is not a convention yet used by upstream CMake modules. Drop the example from the documentation about how to write find modules. If in the future we add use of FeatureSummary to many of the upstream find modules then this example can be restored as part of establishing the convention. 09 December 2014, 13:40:33 UTC
8235eff Help: Drop FeatureSummary example in cmake-developer.7 The use of FeatureSummary inside a find module is not a convention yet used by upstream CMake modules. Drop the example from the documentation about how to write find modules. If in the future we add use of FeatureSummary to many of the upstream find modules then this example can be restored as part of establishing the convention. 09 December 2014, 13:40:17 UTC
2372cda CMake Nightly Date Stamp 09 December 2014, 05:01:08 UTC
ce331ba find_library: Fix repeat call after changing directory content (#15293) We use cmGlobalGenerator::GetDirectoryContent to avoid repeating directory listings. However, GetDirectoryContent loads content from disk at most once. This breaks find_library calls that occur when disk content has changed since preceding find_library calls. Teach cmGlobalGenerator::GetDirectoryContent to save the directory modification time when content is loaded and re-load content if it changes. Create a RunCMake.find_library test with a case covering this. 08 December 2014, 20:35:50 UTC
95655dc Merge branch 'release' 08 December 2014, 19:37:03 UTC
1f6f114 CMake 3.1.0-rc3 08 December 2014, 14:09:24 UTC
09498b2 Merge branch 'release' 08 December 2014, 14:08:11 UTC
e72987d Merge topic 'custom-command-multiple-outputs' 6c67b816 Makefile: Workaround Borland Make bug with multiple outputs 65ea5eb7 Tests: Cover rebuild with multiple custom command outputs (#15116) 644b4688 Makefile: Fix rebuild with multiple custom command outputs (#15116) 8a4c6d2d Xcode: Fix rebuild with multiple custom command outputs (#15116) 08 December 2014, 14:07:18 UTC
cf54d85 Merge topic 'optional-latest-language-dialects' de022e89 Add options to build CMake without latest language dialects 08 December 2014, 14:07:16 UTC
47c41d9 Merge topic 'file-LOCK-timeout-type' 97841dad file: Use 'long' to represent the parsed LOCK TIMEOUT value 08 December 2014, 14:07:14 UTC
79d1e13 Merge topic 'ctest-binary-pipe' 29b0c8c3 ctest --launch: write to cout and cerr in binary 08 December 2014, 14:07:12 UTC
413ce02 Merge topic 'ExternalProject_TEST_EXCLUDE_FROM_MAIN' 636f0c1d ExternalProject: Add TEST_EXCLUDE_FROM_MAIN option 08 December 2014, 14:07:10 UTC
b61994d Merge topic 'vs-inherit-wd' f545eb0b VS: Inherit target-level "-wd" flags in source files (#15284) 08 December 2014, 14:07:08 UTC
c2b8874 Merge topic 'FindMPI-Intel-5.0.1' 7626c8dc FindMPI: Workaround Intel MPI 5.0.1 exit code problem (#15182) f5ede300 FindMPI: Factor out compiler wrapper execution into helper 08 December 2014, 14:07:06 UTC
90070a6 Merge topic 'try_compile-link-flags' 88eb5824 try_compile: Pass linker flags into test project (#14066) a4f9b6f0 CMakeDetermineCompilerABI: Use normal linker flags in ABI project 08 December 2014, 14:07:04 UTC
cfe666f CMake Nightly Date Stamp 08 December 2014, 05:01:08 UTC
9e6e680 CMake Nightly Date Stamp 07 December 2014, 05:01:16 UTC
6c67b81 Makefile: Workaround Borland Make bug with multiple outputs Given a rule of the form out1 out2: dep1 out1 out2: dep2 Borland Make complains that there are multiple rules for "out1" even though this works when there is only one output. Instead generate out1 out2: dep1 dep2 for Borland Make, but only when there are multiple outputs. 06 December 2014, 12:36:52 UTC
bec5b3d CMake Nightly Date Stamp 06 December 2014, 05:01:15 UTC
e010406 FindLATEX: Use FPHSA to report status in standard way Otherwise LaTeX was marked as not found in the summary. Also revise the documentation. 05 December 2014, 22:42:48 UTC
de022e8 Add options to build CMake without latest language dialects Set CMAKE_C_STANDARD and CMAKE_CXX_STANDARD only if they are not already defined. This will allow users to add the settings with different values to their local cache (e.g. on the command line). 05 December 2014, 19:07:59 UTC
ce28da6 Merge branch 'release' 05 December 2014, 19:03:27 UTC
fad59f2 Merge topic 'xerces-rename' 27141eed Modules: Rename FindXerces to FindXercesC 05 December 2014, 19:02:11 UTC
03db9a0 Merge topic 'doc-file-GENERATE-order' fe21580b Help: Document file(GENERATE) signature option order 05 December 2014, 19:01:04 UTC
e2c431d Merge branch 'xerces-rename' into release 05 December 2014, 18:32:50 UTC
eff4081 Merge branch 'doc-file-GENERATE-order' into release 05 December 2014, 18:32:46 UTC
fe21580 Help: Document file(GENERATE) signature option order In commit v3.1.0-rc1~484^2 (Help: Format and revise file() command documentation, 2014-05-23) the signature of file(GENERATE) was accidentally simplified too much and dropped specification of the required argument ordering. Restore the signature to make the order clear. 05 December 2014, 18:28:24 UTC
97841da file: Use 'long' to represent the parsed LOCK TIMEOUT value Convert the StringToInt helper into a StringToLong helper with a 'long' result type. This will make the helper more useful to other callers that want to use strtol. While at it, also check errno after calling strtol in case the conversion fails with a range error. 05 December 2014, 17:59:37 UTC
29b0c8c ctest --launch: write to cout and cerr in binary Because ctest reads in binary but writes in text mode, Windows' newline transformation can be applied multiple times causing '\n' in the source application to be written out as '\r\r\n' instead. 05 December 2014, 17:47:18 UTC
356f7cf Merge topic 'Find-Modules-documentation' 67cb50ab Help: Document that IMPORTED targets in Find modules may be UNKNOWN. e18e21ae Help: Document IMPORTED_CONFIGURATIONS target property for Find modules. f0d0d761 Help: Remove recommendation about checking minimum CMake version. 31452416 Help: Add useful links to IMPORTED targets and usage requirements. b96b025b Help: Remove disadvantage creating IMPORTED targets in Find modules. 169f1166 Help: Link to cmake-packages(7) from the Module creation documentation. 05 December 2014, 15:39:12 UTC
65ea5eb Tests: Cover rebuild with multiple custom command outputs (#15116) Extend the BuildDepends test with a case covering multiple custom command outputs with the second one consumed by another rule. With the old "multiple output pair" infrastructure used in the Makefile and Xcode generators this did not work. Now that it is fixed, test the case explicitly. 05 December 2014, 14:56:26 UTC
644b468 Makefile: Fix rebuild with multiple custom command outputs (#15116) Fix the generated makefiles for custom commands with multiple outputs to list all the outputs on the left hand side of the build rule. This is much simpler and more reliable than the old multiple-output-pair infrastructure. 05 December 2014, 14:55:49 UTC
8a4c6d2 Xcode: Fix rebuild with multiple custom command outputs (#15116) The Xcode generator uses Makefiles under a run-script build-phase to drive custom commands. Fix the generated makefiles for custom commands with multiple outputs to list all the outputs on the left hand side of the build rule. This is much simpler and more reliable than the old multiple-output-pair infrastructure. 05 December 2014, 14:52:09 UTC
636f0c1 ExternalProject: Add TEST_EXCLUDE_FROM_MAIN option If this option is enabled, the test step is created with the EXCLUDE_FROM_MAIN option, and if TEST_BEFORE_INSTALL is enabled, the install step does not depend on the test step. This means that the test step is never executed, unless the test target is explicitly created by calling ExternalProject_Add_StepTarget, or by passing it with the STEP_TARGETS option, or with the EP_STEP_TARGETS directory property. 05 December 2014, 09:24:16 UTC
c90633d CMake Nightly Date Stamp 05 December 2014, 05:01:15 UTC
67cb50a Help: Document that IMPORTED targets in Find modules may be UNKNOWN. 04 December 2014, 23:12:14 UTC
e18e21a Help: Document IMPORTED_CONFIGURATIONS target property for Find modules. 04 December 2014, 23:12:14 UTC
f0d0d76 Help: Remove recommendation about checking minimum CMake version. If this file is being executed, the user has the CMake version providing it. 04 December 2014, 22:55:15 UTC
3145241 Help: Add useful links to IMPORTED targets and usage requirements. 04 December 2014, 22:33:50 UTC
b96b025 Help: Remove disadvantage creating IMPORTED targets in Find modules. An IMPORTED target in either type of package can equally depend on an IMPORTED target in a Find module, which must be found as a dependency, which is presumably the problem being implied. This is not a distinction of creating an IMPORTED target in a Find module. 04 December 2014, 22:32:52 UTC
169f116 Help: Link to cmake-packages(7) from the Module creation documentation. 04 December 2014, 22:31:59 UTC
f545eb0 VS: Inherit target-level "-wd" flags in source files (#15284) If a source file COMPILE_FLAGS option adds "-wd", the .vcxproj file will have a DisableSpecificWarnings setting for the source file. Add to the setting a reference to %(DisableSpecificWarnings) to inherit any such flags set for the whole target. 04 December 2014, 20:40:04 UTC
7626c8d FindMPI: Workaround Intel MPI 5.0.1 exit code problem (#15182) This MPI compiler may return zero even in some error cases. Check the output to catch such cases. Suggested-by: Kelly Thompson <kgt@lanl.gov> 04 December 2014, 19:15:46 UTC
f5ede30 FindMPI: Factor out compiler wrapper execution into helper 04 December 2014, 19:12:34 UTC
27141ee Modules: Rename FindXerces to FindXercesC The FindXerces module was added in commit v3.1.0-rc1~155^2 (FindXerces: New module to find Apache Xerces-C++, 2014-08-17). However, there are two implementations of Xerces, one in C++: http://xerces.apache.org/xerces-c/ and one in Java: http://xerces.apache.org/xerces-j/ Rename FindXerces to FindXercesC to clarify that it is about the C++ implementation. While at it, add the missing CMake 3.1 release note about this module. Suggested-by: Erik Sjölund <erik.sjolund@gmail.com> 04 December 2014, 15:41:26 UTC
470c549 Merge topic 'FindUnixCommands-use-FPHSA' ff50046b FindUnixCommand: Use FPHSA to report status in standard way 04 December 2014, 15:23:28 UTC
c7bd275 Merge topic 'cached-regex-clear-fixed' ceecd790 cmMakefile: store the number of last matches in a CMake var 7878d061 test: add a test for clearing regex results 04 December 2014, 15:23:26 UTC
e466517 Merge topic 'fix-add_library-check-for-shared' bd360ee3 add_library: Fix target type check for non-shared-lib platforms 04 December 2014, 15:23:24 UTC
09f797c Merge topic 'vs-hlsl-typo' 955fbf29 VS: Fix typo in VS_SHADER_MODEL lookup comment 04 December 2014, 15:23:21 UTC
13fc2ed Merge topic 'doc-mixed-case-commands' 607b39dc Utilities/Sphinx: Fix link targets for mixed-case command names 04 December 2014, 15:15:10 UTC
c2d3710 Merge branch 'doc-mixed-case-commands' into release 04 December 2014, 15:04:29 UTC
607b39d Utilities/Sphinx: Fix link targets for mixed-case command names When a CMake domain 'command' object is defined by CMakeTransform or the 'cmake:command' directive, generate the link target with a lower-case name even if the command name is not all lower-case. This is needed to make cross-references to the command definition work since the 'cmake:command' role is marked with the 'lowercase' property. 04 December 2014, 15:03:26 UTC
44f9a69 Merge branch 'release' 04 December 2014, 14:10:59 UTC
ba98442 Merge topic 'vs-phone-store-deployment-location' 352f246f VS: Add source file property to specify Windows App deployment location 04 December 2014, 14:10:05 UTC
0f381ad CMake Nightly Date Stamp 04 December 2014, 05:01:09 UTC
88eb582 try_compile: Pass linker flags into test project (#14066) Copy CMAKE_EXE_LINKER_FLAGS into the test project generated by try_compile, just like we already copy CMAKE_<LANG>_FLAGS. Add CMake Policy CMP0056 to activate this behavior in a compatible way, but do not warn by default when the policy is not set since it will affect all try_compile calls. Extend the RunCMake.try_compile test with a case covering this behavior for each policy setting. 03 December 2014, 20:30:22 UTC
a4f9b6f CMakeDetermineCompilerABI: Use normal linker flags in ABI project When compiling the ABI detection test project, do not override CMAKE_EXE_LINKER_FLAGS completely. The normally selected value of this variable may influence how the link is done and may be needed to be representative of how the calling project will be built. Instead pass a variable that try_compile will reference as additional flags. Leave this behavior of try_compile undocumented for now. 03 December 2014, 19:53:14 UTC
955fbf2 VS: Fix typo in VS_SHADER_MODEL lookup comment 03 December 2014, 19:12:32 UTC
ceecd79 cmMakefile: store the number of last matches in a CMake var With PushScope and PopScope, keeping track of another bit of data for each scope isn't easy. Instead, store it as another CMake variable so it gets implicitly tracked along with everything else. This works in a revert of commit 7d674b5f0b28a610333644d417c2e8cb796cc9e4. 03 December 2014, 16:06:44 UTC
7878d06 test: add a test for clearing regex results 03 December 2014, 16:06:44 UTC
back to top