summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* FindOpenMP: Use fixed form Fortran test programNils Gladitz2014-11-201-5/+5
| | | | | | This prevents the test program from failing when build as Fortran 77. Suggested-by: Alin Marin Elena <alinm.elena@gmail.com>
* Merge branch 'vs14-is-2015' into releaseBrad King2014-11-175-18/+38
|\
| * VS: Rename VS 14 generator to 'Visual Studio 14 2015'Brad King2014-11-145-18/+38
| | | | | | | | | | | | Now that we know the year component of this VS version we can add it to the generator name. For convenience, map the name without the year to the name with the year.
* | Merge branch 'kwsys-SharedForward-vs14' into releaseBrad King2014-11-171-1/+1
|\ \
| * | KWSys SharedForward: Hard-code the ldpath buffer size to below VS 14 limitBrad King2014-11-141-1/+1
| | | | | | | | | | | | | | | | | | | | | Visual Studio 14 (2015) complains if a static character array is declared with more than 65535 elements. This limit should be large enough for SharedForward clients, so just hard-code that instead of trying to compute a limit.
* | | Merge branch 'vs-nsight-tegra-version' into releaseBrad King2014-11-131-2/+2
|\ \ \
| * | | VS: Change Nsight Tegra 2.0 Project Revision Number from 8 to 9Dmitry Polyanitsa2014-11-131-2/+2
| | | | | | | | | | | | | | | | | | | | A hotfix to Nsight Tegra 2.0 needed to increase the project number. Teach CMake to generate the newer number for this version.
* | | | Merge branch 'no-cmake-self-install-when-cross-compiling' into releaseBrad King2014-11-131-1/+2
|\ \ \ \
| * | | | Do not use just-built CMake to install itself when cross-compiling (#15248)Brad King2014-11-131-1/+2
| |/ / / | | | | | | | | | | | | | | | | | | | | The special case added by commit v2.4.0~3051 (When building CMake itself, use the new cmake to install so that the current cmake can be overwritten, 2004-06-09) does not make sense when cross-compiling.
* | | | Merge branch 'no-AppleClang-C-features' into releaseBrad King2014-11-131-1/+2
|\ \ \ \
| * | | | Features: Don't record for AppleClangStephen Kelly2014-11-121-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Features are currently recorded accidentally for all versions of AppleClang > 3.4 (I have no idea how that relates to upstream Clang). Presumably that version has the features which are accidentally recorded, but in the future features will be recorded initially for only AppleClang >= 5.1, which would appear as a feature regression. Commit v3.1.0-rc1~635^2~11 (Don't load Clang-CXX from AppleClang-CXX., 2013-11-11) ajusted the logic for the CXX language. Make a similar change for the C language.
* | | | | Merge branch 'doc-install-SCRIPT-CODE-COMPONENT' into releaseBrad King2014-11-131-1/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Help: Document COMPONENT option of install(SCRIPT/CODE) (#14956)Brad King2014-11-131-1/+2
| | |/ / | |/| |
* | | | CMake 3.1.0-rc2v3.1.0-rc2Brad King2014-11-121-1/+1
| |/ / |/| |
* | | Merge branch 'emacs-mode-underscore-in-symbol' into releaseBrad King2014-11-122-2/+5
|\ \ \
| * | | Help: Add 3.1 release note Emacs mode updateBrad King2014-11-121-0/+4
| | | |
| * | | cmake-mode.el: syntax of '_' should be treated as symbolSyohei YOSHIDA2014-11-121-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Word commands, such as foward-word(M-f), backward-kill-word(M-backspace), don't work well like other major-modes if syntax of '_' is treated as "word". Tested-by: Guillaume Papin <guillaume.papin@parrot.com>
* | | | Merge branch 'kwsys-SystemInformation-AIX-_SC_AIX_REALMEM' into releaseBrad King2014-11-121-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | KWSys SystemInformation: Check for _SC_AIX_REALMEM before using itÅdne Hovda2014-11-111-1/+1
| | | | | | | | | | | | | | | | | | | | Add a check for supported flag when querying for system memory on AIX 5.1.
* | | | Merge branch 'doc-CMAKE_INSTALL_PREFIX-link-GNUInstallDirs' into releaseBrad King2014-11-121-0/+5
|\ \ \ \
| * | | | Help: Link to GNUInstallDirs from CMAKE_INSTALL_PREFIX (#15246)Brad King2014-11-121-0/+5
| | |_|/ | |/| | | | | | | | | | | | | | Add a note to the CMAKE_INSTALL_PREFIX documentation that refers readers to the GNUInstallDirs module to make the latter easier to discover.
* | | | Merge branch 'doc-index-xrefs' into releaseBrad King2014-11-122-3/+47
|\ \ \ \
| * | | | Utilities/Sphinx: Add index entries for cross-referencesBrad King2014-11-122-3/+47
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Add a document transform to insert index and target nodes just before any CMake domain cross-reference node. This will make references to CMake domain objects appear in the index. Also add a comment explaining why it cannot be done in a result_nodes method of the CMakeXRefRole.
* | | | Merge branch 'fix_link-line-dedup_regression' into releaseBrad King2014-11-116-4/+46
|\ \ \ \
| * | | | Fix link line order when shared libraries are de-duplicatedDaniele E. Domenichelli2014-11-106-4/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since commit v3.1.0-rc1~227^2~1 (De-duplicate shared library targets in generated link lines, 2014-07-30) we de-duplicate shared library targets on the link line. However, some toolchains will fail linking if an executable is linking to a shared library that is not used directly and a static library that depends on the shared one. The linker may not keep the reference to the shared library the first time and then the symbols needed by the static library may not be found. Fix this by reversing the direction of the for loop that removes the duplicate shared libraries, in order to ensure that the last occurrence of the library is left instead of the first one. Extend Tests/Dependency with a case covering this behavior. Create an executable that links to a shared library and a static library but only needs the shared library as a dependency of the static library. Co-Author: Brad King <brad.king@kitware.com>
* | | | | Merge branch 'ExternalProject-check-hash-before-download' into releaseBrad King2014-11-101-1/+14
|\ \ \ \ \
| * | | | | ExternalProject: Restore logic to not download already-existing fileBrad King2014-11-101-1/+14
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The change in commit v3.1.0-rc1~85^2 (ExternalProject: Fix download retry logic, 2014-09-13) dropped the file(DOWNLOAD) EXPECTED_HASH argument. This prevents file(DOWNLOAD) from skipping the download if the output file already exists with the proper hash. Restore this check with explicit code in the download script. Reported-by: Ruslan Baratov <ruslan_baratov@yahoo.com>
* | | | | Merge branch 'fix-gcc-hppa' into releaseBrad King2014-11-102-16/+37
|\ \ \ \ \
| * | | | | Workaround for short jump tables on PA-RISC.Chuck Atkins2014-11-102-16/+37
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The PA-RISC architecture requires special options for GCC to prevent linker errors when libraries reach a certain size and / or complexity. See http://mraw.org/blog/2007/10/10/Linking_on_hppa and gcc documentation on -mlong-calls.
* | | | | Merge branch 'xcode-ios-compiler-id' into releaseBrad King2014-11-071-1/+1
|\ \ \ \ \
| * | | | | Xcode: Fix compiler path detection for iOS tools on Xcode <= 5.0 (#15237)Brad King2014-11-071-1/+1
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since commit v3.1.0-rc1~1^2~1 (Xcode: Fix compiler id detection for iOS tools, 2014-10-22) our compiler id detection project sets the product type to 'com.apple.product-type.bundle.unit-test'. This causes the Ld command line on which we match the path to the compiler to have a 'CompilerIdC.xctest/' component. The commit updated our regex to match this, but placed it before the extra './' component that Xcode 5.0 and below produce. Xcode <= 5.0 prints '/./CompilerIdC.xctest/', so switch the order of the two components in the regex to match it.
* | | | | Merge branch 'genex-target-objects-ordering' into releaseBrad King2014-11-071-4/+8
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | genex: Preserve order while evaluating TARGET_OBJECTSClinton Stimpson2014-11-071-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The logic introduced in commit v3.1.0-rc1~688^2~9 (Genex: Evaluate TARGET_OBJECTS as a normal expression, 2014-02-26) ordered a map by pointer value and then constructed a list of object files by iterating over the map. This is not deterministic. Since commit v3.1.0-rc1~688^2~5 (cmTarget: Allow any generator expression in SOURCES property, 2014-03-18) the order produced by the above-mentioned logic started being used for the actual list of object files on the link line. Since it is not deterministic, spurious re-links occur after re-running CMake simply because the order of objects changed on the link line. Fix this by iterating over the original vector of source files instead of the map. This has a deterministic order.
* | | | | Merge branch 'doc-cleanup-xrefs' into releaseBrad King2014-11-076-6/+8
|\ \ \ \ \
| * | | | | Help: Fix broken cross-references reported by 'nitpicky' optionBrad King2014-11-076-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable the Sphinx 'nitpicky' option and fix the resulting warnings about dangling references.
* | | | | | Merge branch 'doc-formatting' into releaseBrad King2014-11-072-2/+4
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Help: Wrap long lines in pre-formatted documentation blocksBrad King2014-11-072-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | Help format the blocks better for display without a wide screen.
* | | | | | Merge branch 'doc-FindITK-FindVTK-relnotes' into releaseBrad King2014-11-071-4/+11
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Help: Update 3.1 release notes for dropping of FindITK and FindVTKBrad King2014-11-071-4/+11
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The changes made by commit v3.1.0-rc1~46^2~1 (FindITK: Drop this ancient compatibility module, 2014-10-02) and commit v3.1.0-rc1~46^2 (FindVTK: Drop this ancient compatibility module, 2014-10-02) need to come with release notes explaining that the modules were dropped. Also remove a release not related to an update made to FindVTK that was never released.
* | | | | Merge branch 'release-doc-formatting' into releaseBrad King2014-11-0728-163/+200
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Help: Tell latex to use a small font for cmake-language.7 productionsBrad King2014-11-061-0/+72
| | | | |
| * | | | Modules: Wrap long lines in pre-formatted documentation blocksBrad King2014-11-0612-29/+38
| | | | | | | | | | | | | | | | | | | | Help format the blocks better for display without a wide screen.
| * | | | FindProtobuf: Cleanup reStructuredText documentation formattingBrad King2014-11-061-111/+64
| | | | | | | | | | | | | | | | | | | | Fix the markup to make the documentation format properly.
| * | | | Help: Fix example in cmake-packages to avoid long lineBrad King2014-11-061-1/+1
| | | | |
| * | | | Help: Format add_library documented list of INTERFACE commandsBrad King2014-11-061-8/+11
| | | | | | | | | | | | | | | | | | | | Use a bullet list to make it easier to read.
| * | | | Help: Drop TOC from latex manualsBrad King2014-11-0614-14/+14
| | | | | | | | | | | | | | | | | | | | A latex document can have its own TOC.
* | | | | Merge branch 'doc-fix-html-favicon' into releaseBrad King2014-11-071-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Utilities/Sphinx: Fix html_favicon configurationBrad King2014-11-071-1/+1
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The value must be either a full path or relative to the configuration directory, not relative to the 'static' directory. Use a full path. This avoids a warning: WARNING: favicon file 'cmake-favicon.ico' does not exist It worked before because all 'static' directory content is copied to the '_static' directory of html output anyway.
* | | | Merge branch 'FindIce-no-envvar-markup' into releaseBrad King2014-11-031-1/+1
|\ \ \ \
| * | | | FindIce: Drop use of :envvar: Sphinx markupBrad King2014-11-031-1/+1
| |/ / / | | | | | | | | | | | | | | | | We do not use it elsewhere yet, and do not want to index environment variables inconsistently.