https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
3c228e1 Update CMAKE_CXX_KNOWN_FEATURES.rst Typo ss defined -> as defined 03 December 2014, 09:28:30 UTC
0e466f8 CMake Nightly Date Stamp 03 December 2014, 05:01:08 UTC
722178f Merge branch 'release' 02 December 2014, 15:23:51 UTC
b85cd1b Merge branch 'doc-compile-features-typo' into release 02 December 2014, 15:22:39 UTC
c3c251c Merge topic 'FindOpenGL-no-X11' d051cbda FindOpenGL: Drop explicit dependency on X11 (#15268) 02 December 2014, 15:21:22 UTC
5bc8282 Merge topic 'doc-compile-features-typo' 64f8c533 Help: Fix typo in cmake-compile-features(7) manual 02 December 2014, 15:21:21 UTC
3e33fea Merge topic 'fix-implicit-lib-logging' 20bf6971 CMakeParseImplicitLinkInfo: Fix implicit library logging 02 December 2014, 15:21:19 UTC
983e434 Merge topic 'link-no-empty-response-files' 1c5be1f3 Makefile: Do not create an empty linker response file 02 December 2014, 15:21:16 UTC
f39d713 Merge topic 'FindOpenSSL-separate-libs' be9bec5d FindOpenSSL: Report crypto and ssl libraries separately 02 December 2014, 15:21:14 UTC
64f8c53 Help: Fix typo in cmake-compile-features(7) manual Fix spelling 'execptions' => 'exceptions'. 02 December 2014, 14:20:22 UTC
0d75716 CMake Nightly Date Stamp 02 December 2014, 05:01:09 UTC
95b89e3 Merge branch 'link-no-empty-response-files' into release 01 December 2014, 18:59:41 UTC
9ea39ee Merge branch 'fix-implicit-lib-logging' into release 01 December 2014, 18:59:36 UTC
1c5be1f Makefile: Do not create an empty linker response file Since commit v3.1.0-rc1~821^2 (Windows: Use response files to specify link libraries for GNU tools, 2014-03-04) we use a response file to pass possibly long linker flag lists to the GNU linker on Windows. On MinGW, this may cause gfortran to use a response file to pass some flags to its own internal invocation. This is okay except when we are parsing implicit link flags from the compiler ABI detection build. If gfortran uses a response file in that case then we may miss extracting some of the implicit link flags, such as -lgfortran. Fortunately, in the compiler ABI detection case we do not actually link to anything so the response file is empty. Work around this problem by simply not using a response file when the list of flags it is used to pass is empty (or just whitespace). Reported-by: Bill Somerville <bill@classdesign.com> 01 December 2014, 18:49:26 UTC
20bf697 CMakeParseImplicitLinkInfo: Fix implicit library logging In commit v3.1.0-rc1~640^2~5 (Clean up usage of if(... MATCHES regex) followed string(REGEX REPLACE regex), 2014-04-06) we accidentally broke logging of the implicit library detection. Restore use of the intermediate 'lib' variable so that the log message is constructed properly. Reported-by: Bill Somerville <bill@classdesign.com> 01 December 2014, 17:58:33 UTC
d051cbd FindOpenGL: Drop explicit dependency on X11 (#15268) In commit 079e8469ab (... OpenGL always needs X11 on Unix, 2002-09-05) the FindOpenGL module was taught to search for X11 as a dependency of the OpenGL library. This was done without a detailed explanation, and the dependency should not be explicitly needed because OpenGL headers should not expose applications to X11 APIs directly. Unfortunately the only way to know if anything legitimately depends on this behavior (perhaps in static library cases) is to simply remove it and wait for issues to be reported. If so, then we can add some kind of compatibility setting for this later. Add a release note to draw attention to this change. Reported-by: Dainius "GreatEmerald" Masiliūnas <pastas4@gmail.com> 01 December 2014, 16:05:29 UTC
3350e4d Merge branch 'release' 01 December 2014, 15:02:18 UTC
067b49a Merge topic 'doc-ctest-j-typo' df53aafd Help: Add missing space to ctest -j option description 01 December 2014, 15:01:28 UTC
be9bec5 FindOpenSSL: Report crypto and ssl libraries separately Some applications only need the OpenSSL crypto library and want to avoid linking against the SSL library. Set OPENSSL_CRYPTO_LIBRARY and OPENSSL_SSL_LIBRARY in the code paths that do not need to find them separately, and document them publicly. This allows applications to be more specific when linking against OpenSSL. 01 December 2014, 14:41:46 UTC
5062bf7 Merge branch 'doc-ctest-j-typo' into release 01 December 2014, 14:28:41 UTC
df53aaf Help: Add missing space to ctest -j option description 01 December 2014, 14:26:48 UTC
8e75f1d Merge topic 'target-sources-error-conditions' 8a75c7ef Help: Document the export limitation of INTERFACE_SOURCES. e1348056 Export: Disallow export of targets with INTERFACE_SOURCES bb5905bb cmTarget: Don't allow relative paths in INTERFACE_SOURCES 01 December 2014, 13:57:34 UTC
2a92231 Merge topic 'doc-installed-file-property' 89bb34d3 Help: Add 3.1 release notes for INSTALL property scope 07254a81 Help: Document installed file property API a1aceb25 Help: Format set_property and get_property command docs 01 December 2014, 13:57:32 UTC
8b5591f Merge topic 'doc-CMP0053-dedup-char' 191d2b20 Help: Remove duplicate '#' in CMP0053 valid character list 01 December 2014, 13:57:30 UTC
22b72b1 Merge topic 'fix-transitive-OBJECT_SOURCES-context' 672f1001 Genex: Fix evaluation context propagation for TARGET_OBJECTS. 01 December 2014, 13:57:28 UTC
9f59caa Merge topic 'fix-source-case-matching' 84d124e8 Fix lookup of source names after conversion to their actual case (#15259) 01 December 2014, 13:57:25 UTC
d724640 Merge topic 'revert-cached-regex-clear-for-master' 808c77e2 Merge branch 'revert-cached-regex-clear' into revert-cached-regex-clear-for-master 7d674b5f Revert "ClearMatches: Only clear matches which were actually set" (#15261) 01 December 2014, 13:57:23 UTC
75a9f2f Merge topic 'FindwxWidgets-new-versions' 75dee2f2 FindwxWidgets: Add versions 3.0.1 and 3.0.2 01 December 2014, 13:57:19 UTC
4d9fec4 Merge topic 'use-latest-language-dialects' d49f1c5e Build CMake with most-recent available language dialect. 01 December 2014, 13:57:16 UTC
58d3898 Merge branch 'target-sources-error-conditions' into release 01 December 2014, 13:55:45 UTC
baa283f Merge branch 'fix-transitive-OBJECT_SOURCES-context' into release 01 December 2014, 13:51:59 UTC
5445a99 Merge branch 'doc-installed-file-property' into release 01 December 2014, 13:49:13 UTC
bde103a Merge branch 'doc-CMP0053-dedup-char' into release 01 December 2014, 13:49:08 UTC
89bb34d Help: Add 3.1 release notes for INSTALL property scope 01 December 2014, 13:48:22 UTC
07254a8 Help: Document installed file property API Since commit v3.1.0-rc1~479^2~1 (Add an "installed file" property scope, 2014-05-15) the get_property and set_property commands support an 'INSTALL' scope. Add documentation for this scope. 01 December 2014, 13:48:19 UTC
a1aceb2 Help: Format set_property and get_property command docs 01 December 2014, 13:47:58 UTC
191d2b2 Help: Remove duplicate '#' in CMP0053 valid character list 01 December 2014, 13:32:51 UTC
b9d437a CMake Nightly Date Stamp 01 December 2014, 05:01:08 UTC
9e4e0a2 CMake Nightly Date Stamp 30 November 2014, 05:01:08 UTC
8a75c7e Help: Document the export limitation of INTERFACE_SOURCES. 29 November 2014, 11:25:00 UTC
e134805 Export: Disallow export of targets with INTERFACE_SOURCES This can be allowed in the next release, but it needs to have some features present and tested such as * Ensuring that relative paths do not appear in the generated property. * Ensuring that paths to the source or build directories do not appear. * Generating a check in the file for CMake 3.1 or later so that the resulting property will be consumed. * Ensuring that any referenced targets are part of an export set and generating a check for them. * INSTALL_INTERFACE and BUILD_INTERFACE content. All of these checks are already done for INTERFACE_INCLUDE_DIRECTORIES, but it is too late to add them for INTERFACE_SOURCES for CMake 3.1. As the checks introduce some new error conditions, it is better to disallow exporting fully for this case and introduce proper error conditions later instead of policies. 29 November 2014, 11:24:59 UTC
bb5905b cmTarget: Don't allow relative paths in INTERFACE_SOURCES Follow the pattern of checks that are made for INTERFACE_INCLUDE_DIRECTORIES. Existence is already checked by cmSourceFile::GetFullPath. Add a check to disallow relative paths in source directories. Otherwise code such as target_sources(lib1 INTERFACE foo.cpp) would fail if consumed by a target in a different directory. Unlike the INTERFACE_INCLUDE_DIRECTORIES behavior, we don't care whether the entry comes from an IMPORTED target or not. In the include directories case, the directory for a non-imported target might not exist yet but might be created. In the sources case, a file which does not yet exist in the filesystem must be explicitly marked with the GENERATED property. Adjust existing tests and add a new test for the error. 29 November 2014, 11:24:59 UTC
584d625 CMake Nightly Date Stamp 29 November 2014, 05:01:08 UTC
0963fb6 CMake Nightly Date Stamp 28 November 2014, 05:01:08 UTC
3fae1f9 CMake Nightly Date Stamp 27 November 2014, 05:01:14 UTC
d7e4bd3 Merge branch 'fix-source-case-matching' into release 26 November 2014, 22:17:41 UTC
84d124e Fix lookup of source names after conversion to their actual case (#15259) Since commit v3.1.0-rc1~688^2~15 (cmTarget: Add a method to obtain list of filenames for sources, 2014-03-17) we have code paths that lookup sources by strings containing their own full path after normalization to the actual case on disk. This fails in the case that a cmSourceFile has already been created with a different case in the filename. The comparison of the directory works because it is always normalized. Only the comparison of the file name fails. Fix this by using a case-insensitive comparison of source file names on platforms that do not have case-sensitive filesystems. 26 November 2014, 22:03:40 UTC
672f100 Genex: Fix evaluation context propagation for TARGET_OBJECTS. Extract a new method to encapsulate the requirements of evaluating dependent-expressions, namely, propagation of the EvaluateForBuildsystem setting, which is missing from the getLinkedTargetsContent implementation. Commit v3.1.0-rc1~688^2 (Genex: Only evaluate TARGET_OBJECTS to determine target sources., 2014-03-20) introduced an error case for use of TARGET_OBJECTS outside of the context of generating the buildsystem, as the path to object files may be dependent on buildsystem variables (See bug #15226). Commit v3.1.0-rc1~314^2 (Allow INTERFACE_SOURCES to specify $<TARGET_OBJECTS> (#14970), 2014-07-09) made it possible to propagate such content to dependent targets. While that commit propagated the EvaluateForBuildsystem setting for the case of a TARGET_PROPERTY expression, as generated for direct dependencies of a target in cmTargetInternals::AddInterfaceEntries, it did not add propagation for content from further transitive target dependencies, as determined by getLinkedTargetsContent. 26 November 2014, 21:16:15 UTC
f70f6ac Merge branch 'revert-cached-regex-clear' into release 26 November 2014, 19:12:39 UTC
808c77e Merge branch 'revert-cached-regex-clear' into revert-cached-regex-clear-for-master Resolve conflict in Source/cmMakefile.h by integrating both changes. 26 November 2014, 18:53:06 UTC
82582c9 Merge topic 'break-command-strictness' d54617d0 break: Add policy CMP0055 to check calls strictly bae604d9 Track nested loop levels in CMake language with a stack of counters 26 November 2014, 18:50:47 UTC
7d674b5 Revert "ClearMatches: Only clear matches which were actually set" (#15261) This reverts commit v3.1.0-rc1~557^2~2 (ClearMatches: Only clear matches which were actually set, 2014-03-12). The optimization did not track the match count in the same scope as the variables, allowing possible inconsistency. Resolve conflicts in Source/cmIfCommand.cxx, Source/cmMakefile.cxx, and Source/cmMakefile.h by moving the changes to the new location of the code involved. 26 November 2014, 18:45:06 UTC
106c769 Merge branch 'release' 26 November 2014, 15:39:30 UTC
ac5c448 Merge topic 'return-test-foreach' d124c411 return: Add test for returning inside a foreach loop 26 November 2014, 15:37:55 UTC
43c93ac Merge topic 'remove-developer-forbidden-API' beaea609 Remove note disallowing use of some string and vector API. 26 November 2014, 15:37:53 UTC
57a77fb Merge topic 'ccmake-system-form' 6b045c3b ccmake: Add CMAKE_USE_SYSTEM_FORM option to use libform instead of cmForm 26 November 2014, 15:37:51 UTC
6b93953 Merge topic 'WCDH-multi-file' 4cf5179c WCDH: Make it possible to generate multiple files. 26 November 2014, 15:37:49 UTC
5a61149 Merge topic 'C-features-Wundef' d0af0fae WCDH: Make the header -Wundef safe for the C language. 26 November 2014, 15:37:46 UTC
b3d9702 Merge branch 'FindwxWidgets-new-versions' into release 26 November 2014, 15:33:59 UTC
d2f2a2e Merge branch 'C-features-Wundef' into release 26 November 2014, 15:33:54 UTC
75dee2f FindwxWidgets: Add versions 3.0.1 and 3.0.2 26 November 2014, 15:15:53 UTC
94c7ff9 CMake Nightly Date Stamp 26 November 2014, 05:01:14 UTC
d124c41 return: Add test for returning inside a foreach loop Signed-off-by: Gregor Jasny <gjasny@googlemail.com> 25 November 2014, 19:37:39 UTC
d54617d break: Add policy CMP0055 to check calls strictly Reject break() without loop scope or any arguments. Signed-off-by: Gregor Jasny <gjasny@googlemail.com> 25 November 2014, 19:14:20 UTC
bae604d Track nested loop levels in CMake language with a stack of counters It gets incremented while entering a loop block (e.g. foreach or while) and gets decremented when leaving the block. Because scope borders for example at function borders must be taken into account the counter is put into a stack. With every new scope an empty counter is pushed on the stack, when leaving the scope the original value is restored. This will allow easy querying if the break command is properly nested within a loop scope. Signed-off-by: Gregor Jasny <gjasny@googlemail.com> 25 November 2014, 19:14:15 UTC
beaea60 Remove note disallowing use of some string and vector API. The compilers introducing these limitations are no longer supported as host compilers. 25 November 2014, 17:35:00 UTC
6b045c3 ccmake: Add CMAKE_USE_SYSTEM_FORM option to use libform instead of cmForm 25 November 2014, 16:29:58 UTC
66ba7ea Merge topic 'custom-command-byproducts' 1f4f2aab Help: Add notes for topic 'custom-command-byproducts' 25 November 2014, 15:42:27 UTC
d52cfd1 Merge topic 'doc-drop-borland-workaround' c2af447d Remove disallowed feature which Borland did not accept. 25 November 2014, 15:35:44 UTC
c2af447 Remove disallowed feature which Borland did not accept. 25 November 2014, 15:34:47 UTC
c7b9fad Merge topic 'remove-ancient-msvc-workarounds' 12cb0b86 Help: Update developer manual with some C++ features now permitted. ba74465f cmGeneratorTarget: Remove MSVC7 workaround 41363c0c VisualStudio: Remove MSVC6 compatibility macro. 4efcfe52 cmSystemTools: Remove MSVC6 compatibility define. 5f4695cd cmStandardIncludes: Remove MSVC6 condition for cmArrayBegin macro. 7a064337 cmFindCommon: Remove MSVC6 workaround for nested struct private access. fdb73547 cmTarget: Remove std::min and std::max MSVC6 compatibility code. 25 November 2014, 15:28:57 UTC
a11dda1 Merge branch 'release' 25 November 2014, 15:23:20 UTC
1f4f2aa Help: Add notes for topic 'custom-command-byproducts' 25 November 2014, 15:21:55 UTC
e993c38 Merge topic 'GetPrerequisites-expansion' d1903de8 GetPrerequisites: join if() clauses c9e32b0b GetPrerequisites: remove needless variable dereferencing 25 November 2014, 15:18:54 UTC
90cfed5 Merge topic 'improve-INTERFACE-property-docs' bb1111ea Help: Warn that paths should not be used in INTERFACE_ build properties. 96691d12 Help: Fix typo in genex in documentation. f8f02451 Help: Use a property-specific command instead of the generic one. 8609a884 Help: Make remaining build property docs consistent. bcface39 Help: Link to target_link_libraries from target properies. e12926e7 Help: Format the LINK_INTERFACE_LIBRARIES target properies. c8540e94 Help: Unify the help text of INTERFACE_ build properties. 25 November 2014, 15:18:52 UTC
4987b37 Merge topic 'remove-c_str' 5eb4d759 Remove some unneeded c_str calls. 25 November 2014, 15:18:49 UTC
623a06a Merge topic 'fix-WCDH-docs' 0db3db41 WCDH: Don't imply that MSVC is supported by the module. 25 November 2014, 15:18:47 UTC
2fefe9e Merge topic 'fortran-linker-flags' 17b0fe03 Fix incremental linking setting for Fortran + VS 25 November 2014, 15:18:45 UTC
47f1020 Merge topic 'fix-GNU-CXX-dialect-versions' c03c184b Features: Record C++11 dialect switch only for GNU 4.7 and later. 25 November 2014, 15:18:42 UTC
cbec5c0 Merge topic 'default-lang-dialect-for-master' f327a9fd Merge branch 'default-lang-dialect' into step2 36bb100e Fix the test for running the CxxDialog unit test. a3d0ae17 Features: Fix the default C dialect for Clang and GNU. 49e2b689 Features: Fix references to CXX compiler version in Clang-C.cmake. 7565ab2c Features: Test the CXX compiler only if it has features. 25 November 2014, 15:18:37 UTC
ce64e36 Merge topic 'cmTarget-null_ptr-everywhere' 32a191ce cmTarget: Use null_ptr code path on all platforms 25 November 2014, 15:18:35 UTC
0ff3542 Merge topic 'fix-openmp-fortran' 7d633ebf FindOpenMP: Use fixed form Fortran test program 25 November 2014, 15:18:33 UTC
6a2c7e1 Merge topic 'file-GENERATE-rerun' 26e98c34 file(GENERATE): Re-run cmake when appropriate. 25 November 2014, 15:18:29 UTC
c8da86a Merge topic 'clean-autogen' 3bd59b60 QtAutogen: Use cmHasLiteral{Prefix,Suffix} where possible. bf00f528 QtAutogen: Don't take a reference to temporary. 25 November 2014, 15:18:23 UTC
a553195 Merge topic 'ccmake-hpux' 7a687292 ccmake: Cleanup and simplify conditional blocks for HP-UX 44f02b42 ccmake: Use standard getmaxyx instead of non-standard getmax[xy] ee3d06a4 ccmake: Remove incomplete support for cur_colr on old HP-UX 25 November 2014, 15:18:21 UTC
61a987c Merge topic 'CPackRPM-cleanup-component-vars' 51a60973 CPackRPM: Unset temporary component variables before re-use 25 November 2014, 15:18:19 UTC
0f19208 Merge topic 'custom-command-byproducts' 557aef0b ExternalProject: Add options to specify BYPRODUCTS (#14963) e15a7075 Add an option for explicit BYPRODUCTS of custom commands (#14963) 25 November 2014, 15:18:16 UTC
d1903de GetPrerequisites: join if() clauses These all test the same variable for different values, so only one of them can ever be true. This also allows to completely remove one variable that only flagged if one of the conditions matched. 25 November 2014, 15:13:20 UTC
c9e32b0 GetPrerequisites: remove needless variable dereferencing 25 November 2014, 15:13:20 UTC
e002f06 Merge branch 'fix-WCDH-docs' into release 25 November 2014, 15:10:50 UTC
c66f697 Merge branch 'fix-GNU-CXX-dialect-versions' into release 25 November 2014, 15:10:46 UTC
f8099e1 Merge branch 'default-lang-dialect' into release 25 November 2014, 15:07:34 UTC
bb1111e Help: Warn that paths should not be used in INTERFACE_ build properties. 25 November 2014, 15:00:35 UTC
d0af0fa WCDH: Make the header -Wundef safe for the C language. The __STDC_VERSION__ macro may be defined or not depending on the implementation dialect of C. Test that it is defined before testing its value. The CXX tests do not need such a change because they define __cplusplus in all dialects. 25 November 2014, 13:44:21 UTC
c5ac0fc CMake Nightly Date Stamp 25 November 2014, 05:01:13 UTC
4cf5179 WCDH: Make it possible to generate multiple files. Extend the write_compiler_detection_header interface to allow specifying a location for supplementary files, and getting the list of resulting files as a variable. 24 November 2014, 20:54:41 UTC
7e8fe68 CMake Nightly Date Stamp 24 November 2014, 05:01:08 UTC
5eb4d75 Remove some unneeded c_str calls. 23 November 2014, 10:09:54 UTC
0db3db4 WCDH: Don't imply that MSVC is supported by the module. Remove the mention of it from the docs. 23 November 2014, 09:12:49 UTC
2a0c654 CMake Nightly Date Stamp 23 November 2014, 05:01:08 UTC
back to top