summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Utilities/Release: Add build of binary for Linux x86_64Brad King2014-12-022-0/+24
|
* Merge branch 'release'Brad King2014-12-020-0/+0
|\
| * Merge branch 'doc-compile-features-typo' into releaseBrad King2014-12-021-1/+1
| |\
| * \ Merge branch 'link-no-empty-response-files' into releaseBrad King2014-12-011-1/+1
| |\ \
| * \ \ Merge branch 'fix-implicit-lib-logging' into releaseBrad King2014-12-011-1/+2
| |\ \ \
* | \ \ \ Merge topic 'FindOpenGL-no-X11'Brad King2014-12-022-13/+8
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | d051cbda FindOpenGL: Drop explicit dependency on X11 (#15268)
| * | | | | FindOpenGL: Drop explicit dependency on X11 (#15268)Brad King2014-12-012-13/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | Merge topic 'doc-compile-features-typo'Brad King2014-12-021-1/+1
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | | | | | | | | | | | | 64f8c533 Help: Fix typo in cmake-compile-features(7) manual
| * | | | | Help: Fix typo in cmake-compile-features(7) manualDavid Demelier2014-12-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Fix spelling 'execptions' => 'exceptions'.
* | | | | | Merge topic 'fix-implicit-lib-logging'Brad King2014-12-021-1/+2
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | | | | | | | | | | | | 20bf6971 CMakeParseImplicitLinkInfo: Fix implicit library logging
| * | | | | CMakeParseImplicitLinkInfo: Fix implicit library loggingBrad King2014-12-011-1/+2
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | Merge topic 'link-no-empty-response-files'Brad King2014-12-021-1/+1
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | 1c5be1f3 Makefile: Do not create an empty linker response file
| * | | | Makefile: Do not create an empty linker response fileBrad King2014-12-011-1/+1
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | Merge topic 'FindOpenSSL-separate-libs'Brad King2014-12-022-4/+19
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | be9bec5d FindOpenSSL: Report crypto and ssl libraries separately
| * | | | FindOpenSSL: Report crypto and ssl libraries separatelyHannes Mezger2014-12-012-4/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | CMake Nightly Date StampKitware Robot2014-12-021-1/+1
| |_|/ / |/| | |
* | | | Merge branch 'release'Brad King2014-12-010-0/+0
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'doc-ctest-j-typo' into releaseBrad King2014-12-011-1/+1
| |\ \ \
| * \ \ \ Merge branch 'target-sources-error-conditions' into releaseBrad King2014-12-0119-8/+93
| |\ \ \ \
| * \ \ \ \ Merge branch 'fix-transitive-OBJECT_SOURCES-context' into releaseBrad King2014-12-012-35/+44
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'doc-installed-file-property' into releaseBrad King2014-12-013-28/+69
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'doc-CMP0053-dedup-char' into releaseBrad King2014-12-011-1/+1
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'fix-source-case-matching' into releaseBrad King2014-11-261-1/+2
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'revert-cached-regex-clear' into releaseBrad King2014-11-265-60/+43
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'FindwxWidgets-new-versions' into releaseBrad King2014-11-261-0/+2
| |\ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ Merge topic 'doc-ctest-j-typo'Brad King2014-12-011-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | / / | |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | df53aafd Help: Add missing space to ctest -j option description
| * | | | | | | | | | Help: Add missing space to ctest -j option descriptionChristopher Dembia2014-12-011-1/+1
| |/ / / / / / / / /
* | | | | | | | | | Merge topic 'target-sources-error-conditions'Brad King2014-12-0119-8/+93
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | | | | | | Help: Document the export limitation of INTERFACE_SOURCES.Stephen Kelly2014-11-292-0/+8
| | | | | | | | | |
| * | | | | | | | | Export: Disallow export of targets with INTERFACE_SOURCESStephen Kelly2014-11-299-0/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | | | | | | cmTarget: Don't allow relative paths in INTERFACE_SOURCESStephen Kelly2014-11-299-8/+47
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | | | Merge topic 'doc-installed-file-property'Brad King2014-12-013-28/+69
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | | | | | Help: Add 3.1 release notes for INSTALL property scopeBrad King2014-12-011-0/+6
| | | | | | | | |
| * | | | | | | | Help: Document installed file property APINils Gladitz2014-12-012-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | | | | | Help: Format set_property and get_property command docsBrad King2014-12-012-28/+42
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge topic 'doc-CMP0053-dedup-char'Brad King2014-12-011-1/+1
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | 191d2b20 Help: Remove duplicate '#' in CMP0053 valid character list
| * | | | | | | Help: Remove duplicate '#' in CMP0053 valid character listChristoph Grüninger2014-12-011-1/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge topic 'fix-transitive-OBJECT_SOURCES-context'Brad King2014-12-012-35/+44
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | 672f1001 Genex: Fix evaluation context propagation for TARGET_OBJECTS.
| * | | | | | Genex: Fix evaluation context propagation for TARGET_OBJECTS.Stephen Kelly2014-11-262-35/+44
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | Merge topic 'fix-source-case-matching'Brad King2014-12-011-1/+2
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | | | | | | | | | | | | 84d124e8 Fix lookup of source names after conversion to their actual case (#15259)
| * | | | | Fix lookup of source names after conversion to their actual case (#15259)Brad King2014-11-261-1/+2
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | Merge topic 'revert-cached-regex-clear-for-master'Brad King2014-12-015-60/+43
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
| * \ \ \ \ Merge branch 'revert-cached-regex-clear' into ↵Brad King2014-11-265-60/+43
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | revert-cached-regex-clear-for-master Resolve conflict in Source/cmMakefile.h by integrating both changes.
| | * | | | Revert "ClearMatches: Only clear matches which were actually set" (#15261)Ben Boeckel2014-11-265-60/+43
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | Merge topic 'FindwxWidgets-new-versions'Brad King2014-12-011-0/+2
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | 75dee2f2 FindwxWidgets: Add versions 3.0.1 and 3.0.2
| * | | | FindwxWidgets: Add versions 3.0.1 and 3.0.2Christopher Gittner2014-11-261-0/+2
| | |_|/ | |/| |
* | | | Merge topic 'use-latest-language-dialects'Brad King2014-12-011-0/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | d49f1c5e Build CMake with most-recent available language dialect.
| * | | | Build CMake with most-recent available language dialect.Stephen Kelly2014-11-181-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When CMake is built with CMake 3.1 or later, appropriate -std= options will be added for GNU and Clang compilers while building C and CXX code. This allows taking advantage of 'hidden' language features such as move-constructors, and allows the standard library to enable the use of more-advanced features too, where available. This does not change CMake host compiler requirements.
* | | | | CMake Nightly Date StampKitware Robot2014-12-011-1/+1
| | | | |
* | | | | CMake Nightly Date StampKitware Robot2014-11-301-1/+1
| | | | |