summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* update Trilinos contract testZack Galbreath2013-08-286-9/+9
| | | | | | | The old version encountered a compile error on newer versions of GCC. Update to the latest supported release of Trilinos, remove the version number from the name of the Contract, and some other minor tweaks to get the test passing once more.
* Merge topic 'fix-MAP_IMPORTED_CONFIG-evaluation'Brad King2013-08-281-2/+3
|\ | | | | | | | | 15d98a4 Genex: Fix evaluation of MAP_IMPORTED_CONFIG_<CONFIG>
| * Genex: Fix evaluation of MAP_IMPORTED_CONFIG_<CONFIG>Stephen Kelly2013-08-271-2/+3
| | | | | | | | | | | | | | | | | | | | | | Commit 10a069b5 (Genex: Fix $<CONFIG> with IMPORTED targets and multiple locations., 2013-07-15) changed the logic here to include handling of the MAP_IMPORTED_CONFIG_<CONFIG> target property, but it was buggy in several ways. Uppercase the configs in all cases, and compare the mapped configs with the parameter to the CONFIG genex, instead of with the key of the mapping.
* | CMake Nightly Date StampKitware Robot2013-08-281-1/+1
| |
* | Merge topic 'fix-install-destinations'Brad King2013-08-2713-42/+41
|\ \ | | | | | | | | | | | | df62f64 Clean up install rules of CMake itself (#14371)
| * | Clean up install rules of CMake itself (#14371)Brad King2013-08-2613-42/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ensure CMAKE_DATA_DIR, CMAKE_DOC_DIR, and CMAKE_MAN_DIR are always relative paths in CMake code, and set defaults accordingly. Use the install() command instead of install_files() and install_targets(). This is more modern and also avoids stripping of the first character from user-specified destinations. While at it, fix the default destinations reported in the bootstrap help.
* | | Merge topic 'FindImageMagick-hdri'Brad King2013-08-271-3/+3
|\ \ \ | | | | | | | | | | | | | | | | 5803b94 FindImageMagick: Find libraries named with HDRI support (#14348)
| * | | FindImageMagick: Find libraries named with HDRI support (#14348)Eric BĂ©langer2013-08-131-3/+3
| | | | | | | | | | | | | | | | | | | | When ImageMagick is built with HDRI support, the library names get a HDRI suffix.
* | | | Merge topic 'FindTCL-paths-for-8.6'Brad King2013-08-271-0/+2
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | 141ce01 FindTCL: Add BSD paths for Tcl/Tk 8.6
| * | | FindTCL: Add BSD paths for Tcl/Tk 8.6Raphael Kubo da Costa2013-08-261-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Follow-up to commit 4a015f77 (OpenBSD: Add paths for Tcl/Tk 8.4/8.5, 2012-12-03): those paths added for OpenBSD also work on other BSDs, some of which are already using version 8.6 of Tcl/Tk.
* | | | CMake Nightly Date StampKitware Robot2013-08-271-1/+1
| | | |
* | | | Merge topic 'fix-RunCMake.Configure-FailCopyFileABI-newlines'Brad King2013-08-261-1/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 2dce48f Fix RunCMake.Configure test expectation newline matching
| * | | | Fix RunCMake.Configure test expectation newline matchingBrad King2013-08-161-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Teach FailCopyFileABI-check.cmake to convert CRLF to LF in the regular expression read literally from its own source.
* | | | | Merge topic 'find-IMPORTED-targets-for-try_compile'Brad King2013-08-267-8/+100
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cc8f796 try_compile: Extract IMPORTED targets from INTERFACE_LINK_LIBRARIES fd4fb9e try_compile: Extract IMPORTED targets from LINK_DEPENDENT_LIBRARIES
| * | | | | try_compile: Extract IMPORTED targets from INTERFACE_LINK_LIBRARIESStephen Kelly2013-08-265-2/+57
| | | | | |
| * | | | | try_compile: Extract IMPORTED targets from LINK_DEPENDENT_LIBRARIESStephen Kelly2013-08-265-8/+45
| | | | | |
* | | | | | Merge topic 'doc-check-flags'Brad King2013-08-262-0/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 293ecfe CheckC*CompilerFlag: add documentation what to expect from a positive result
| * | | | | | CheckC*CompilerFlag: add documentation what to expect from a positive resultRolf Eike Beer2013-08-132-0/+6
| | |_|_|/ / | |/| | | |
* | | | | | Merge topic 'vs2013_toolset_14369'Brad King2013-08-263-12/+28
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3064f80 VS: Generate ToolsVersion matching each VS version
| * | | | | | VS: Generate ToolsVersion matching each VS versionRobert Maynard2013-08-263-12/+28
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | The MSBuild version for each Visual Studio generator isn't 4.0. With Visual Studo 2013 the ToolsVersion moved from being tied to the .NET framework and now has its own version number.
* | | | | | Merge topic 'doc-CPack-typo'Brad King2013-08-261-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 807a564 CPack: Fix a typo in documentation
| * | | | | | CPack: Fix a typo in documentationYury G. Kudryashov2013-08-151-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge topic 'rpath-on-mac'Brad King2013-08-261-3/+7
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 78cd884 OSX: Allow an empty INSTALL_NAME_DIR to override MACOSX_RPATH.
| * | | | | | OSX: Allow an empty INSTALL_NAME_DIR to override MACOSX_RPATH.Clinton Stimpson2013-08-221-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With this, projects can enable MACOSX_RPATH by default, but still have a way to install libraries with no install name dirs into locations such as /usr/local/lib by setting INSTALL_NAME_DIR="".
* | | | | | | Merge topic 'fix-OLD-CMP0021'Brad King2013-08-265-1/+35
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | eef6df5 Fix OLD behavior of CMP0021.
| * | | | | | Fix OLD behavior of CMP0021.Stephen Kelly2013-08-245-1/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Exclude Ninja and Xcode from the CMP0021 test They do not behave the same as the makefile generator with relative paths. Don't overwrite the header file for in-source builds.
* | | | | | | CMake Nightly Date StampKitware Robot2013-08-261-1/+1
| | | | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2013-08-251-1/+1
| | | | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2013-08-241-1/+1
| | | | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2013-08-231-1/+1
|/ / / / / /
* | | | | | CMake Nightly Date StampKitware Robot2013-08-221-1/+1
| | | | | |
* | | | | | CMake Nightly Date StampKitware Robot2013-08-211-1/+1
| |_|/ / / |/| | | |
* | | | | CMake Nightly Date StampKitware Robot2013-08-201-1/+1
| | | | |
* | | | | CMake Nightly Date StampKitware Robot2013-08-191-1/+1
| | | | |
* | | | | CMake Nightly Date StampKitware Robot2013-08-181-1/+1
| | | | |
* | | | | CMake Nightly Date StampKitware Robot2013-08-171-1/+1
| | | | |
* | | | | CMake Nightly Date StampKitware Robot2013-08-161-1/+1
| |/ / / |/| | |
* | | | Merge topic 'cmake-syntax'Brad King2013-08-155-1/+7
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 9040ec9 Do not warn about left paren not separated by a space
| * | | | Do not warn about left paren not separated by a spaceBrad King2013-08-155-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since commit 58e52416 (Warn about arguments not separated by whitespace, 2013-02-16) we warn about arguments not separated by spaces. Loosen the warning to not complain about left parens not separated by spaces from the preceding token. This is common in code like "if(NOT(X))". Teach the RunCMake.Syntax test to cover cases of left parens not separated by spaces and check that no warning appears.
* | | | | Merge topic 'osx-sysroot-default'Brad King2013-08-151-2/+14
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 335a127 OS X: Do not default to non-existent deployment target SDK
| * | | | | OS X: Do not default to non-existent deployment target SDKBrad King2013-08-141-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since commit 95f78e08 (OS X: Search for SDK based on deployment target, 2013-08-02) we select the default OS X SDK path to match the deployment target. Fix this behavior in the case that the matching SDK does not exist and fall back to the SDK for the current host OS X version.
* | | | | | CMake Nightly Date StampKitware Robot2013-08-151-1/+1
|/ / / / /
* | | | | Merge topic 'fix-new-policy-versions'Brad King2013-08-141-3/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 07c16ee Update version introducing CMP0021, CMP0022, and CMP0023
| * | | | | Update version introducing CMP0021, CMP0022, and CMP0023Brad King2013-08-141-3/+3
|/ / / / / | | | | | | | | | | | | | | | These policies will be first released in 2.8.12.
* | | | | Merge topic 'cygwin-RunCMake-tests'Brad King2013-08-1436-36/+36
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | d05a9bd Cygwin: Avoid legacy warnings in RunCMake.* tests
| * | | | | Cygwin: Avoid legacy warnings in RunCMake.* testsBrad King2013-08-1336-36/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Set the minimum required version of CMake high enough to avoid the warning for CMAKE_LEGACY_CYGWIN_WIN32. The warning appears on stderr and breaks the expected output matching.
* | | | | | Merge topic 'fix-genex-segfault'Brad King2013-08-143-1/+23
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 36eef30 Genex: Fix segfault when parsing ends with parameter expectation.
| * | | | | | Genex: Fix segfault when parsing ends with parameter expectation.Stephen Kelly2013-08-133-1/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The extendResult method expects a non-empty parameters vector, as assured by the normal case. Avoid calling the method when the parser finds an incomplete generator expression, but has already entered the state of expecting to find parameters.
* | | | | | | CMake Nightly Date StampKitware Robot2013-08-141-1/+1
| |/ / / / / |/| | | | |
* | | | | | CMake Nightly Date StampKitware Robot2013-08-131-1/+1
| | | | | |