summaryrefslogtreecommitdiffstats
path: root/Help
Commit message (Collapse)AuthorAgeFilesLines
* ExternalData: Add support for custom algorithm-to-URL mappingBrad King2015-02-251-0/+8
| | | | | | | | | Allow URL templates to contain a %(algo:<key>) placeholder that is replaced by mapping the canonical hash algorithm name through a map defined by the <key>. Extend the Module.ExternalData test to cover the behavior. Extend the RunCMake.ExternalData test to cover error cases.
* Merge topic 'ctest-output-options'Brad King2015-02-249-5/+42
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | ff1ddd2a ctest_upload: Add QUIET option 0b87b2a3 ctest_memcheck: Add QUIET option fc58bdb9 ctest_coverage: Add QUIET option 876a680d ctest_test: Add QUIET option 49ba4545 ctest_build: Add QUIET option f999dc0b ctest_configure: Add QUIET option 645ad117 ctest_update: Add QUIET option 19d1a559 ctest_start: Add QUIET option 1643b905 ctest_submit: Add QUIET option 12db1139 CTest: Add cmCTestOptionalLog macro
| * ctest_upload: Add QUIET optionZack Galbreath2015-02-231-1/+4
| |
| * ctest_memcheck: Add QUIET optionZack Galbreath2015-02-231-0/+4
| |
| * ctest_coverage: Add QUIET optionZack Galbreath2015-02-231-0/+5
| |
| * ctest_test: Add QUIET optionZack Galbreath2015-02-231-0/+6
| |
| * ctest_build: Add QUIET optionZack Galbreath2015-02-231-0/+5
| |
| * ctest_configure: Add QUIET optionZack Galbreath2015-02-231-1/+5
| |
| * ctest_update: Add QUIET optionZack Galbreath2015-02-231-1/+6
| |
| * ctest_start: Add QUIET optionZack Galbreath2015-02-231-2/+3
| | | | | | | | | | This suppresses all non-error messages that would have otherwise been printed by this function.
| * ctest_submit: Add QUIET optionZack Galbreath2015-02-231-0/+4
| | | | | | | | | | Specifying this option prevents CTest from printing any non-error messages to the console for this call to ctest_submit().
* | Merge topic 'wix-shortcut-properties'Brad King2015-02-235-0/+33
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | 6cc01c14 CPackWIX: Add release notes for the wix-shortcut-properties topic. 135febf0 CPackWIX: Enhance CMake CPack WIX generated installer. e6731f48 CPackWIX: Add new CPACK_STARTUP_SHORTCUTS property. 279605f5 CPackWIX: Add installed file properties for the creation of shortcuts. 53d7daff CPackWIX: Refactor start menu and desktop shortcut creation. dc0f3fb4 CPackWIX: Explicitly list CPack WIX headers for IDE convenience.
| * | CPackWIX: Add release notes for the wix-shortcut-properties topic.Nils Gladitz2015-02-231-0/+9
| | |
| * | CPackWIX: Add new CPACK_STARTUP_SHORTCUTS property.Nils Gladitz2015-02-212-0/+8
| | |
| * | CPackWIX: Add installed file properties for the creation of shortcuts.Nils Gladitz2015-02-213-0/+16
| | |
* | | Merge topic 'rpm_package_architecture'Brad King2015-02-231-0/+6
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | b6f94e6b Help: Add notes for topic 'rpm_package_architecture' f174b919 Tests: CpackRPM test component architecture 3aa9f89d CPackRPM: Support rpm architecture in components 761562fe CPackRPM: Fix CPACK_RPM_PACKAGE_ARCHITECTURE
| * | | Help: Add notes for topic 'rpm_package_architecture'Brad King2015-02-231-0/+6
| |/ /
* | | Merge topic 'private-FindJsonCpp'Brad King2015-02-233-5/+0
|\ \ \ | |/ / |/| | | | | | | | | | | a41d621d bootstrap: Add --(no-)system-jsoncpp options a5768442 FindJsonCpp: Drop new module due to upstream jsoncpp providing package
| * | FindJsonCpp: Drop new module due to upstream jsoncpp providing packageBrad King2015-02-203-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since jsoncpp 0.7.0 (2014-11-20) the upstream may provide a CMake package configuration file such that find_package(jsoncpp) will find a jsoncppConfig.cmake file. In order to avoid conflicting with this (especially on case-insensitive filesystems), and since we always prefer projects to provide package config files (that they maintain), it is better to not provide FindJsonCpp publicly. Move FindJsonCpp into a private source directory that is not installed so that we can still use it for building CMake itself. Reported-by: Ryan Pavlik <ryan.pavlik@gmail.com>
| * | Merge branch 'fix_timeout_docs' into releaseBrad King2015-02-101-1/+1
| |\ \
* | \ \ Merge topic 'find-command-prefix-from-PATH'Brad King2015-02-205-3/+22
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | ffc06c12 Teach find_(library|file|path) to get prefixes from PATH (#15370)
| * | | | Teach find_(library|file|path) to get prefixes from PATH (#15370)Brad King2015-02-195-3/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The find_package command already knows how to compute installation prefixes from PATH. Use the same approach to establish prefixes for find_library, find_file, and find_path to use to look in directories like "<prefix>/lib[/<arch>]" and "<prefix>/include" for libraries and headers. This will reduce the amount of configuration end users need to do to establish a work environment rooted under a specific prefix.
* | | | | Merge topic 'mingw-no-find_library-dll'Brad King2015-02-191-0/+8
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | a0f17fbe Windows-GNU: Do not tell find_library to treat '.dll' as linkable
| * | | | | Windows-GNU: Do not tell find_library to treat '.dll' as linkableBrad King2015-02-181-0/+8
| |/ / / / | | | | | | | | | | | | | | | | | | | | Modern software distributions always use a separate ".dll.a" or ".lib" import library for linking.
* | | | | Merge topic 'compiler-version-Fortran'Brad King2015-02-191-0/+6
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4cf3589e Help: Add notes for topic 'compiler-version-Fortran' f611406f Fortran: Test that CMAKE_Fortran_COMPILER_VERSION is set (#15372) c6e1f464 Fortran: Detect G95 compiler version 0033faac Fortran: Detect PGI compiler version 302d47b1 Fortran: Detect XL and VisualAge compiler versions 8c8b77a5 Fortran: Detect GNU compiler version 49562a77 Fortran: Detect PathScale compiler version aa77b631 Fortran: Detect SunPro compiler version 2e09c423 Fortran: Detect Intel compiler version e6ebc814 Fortran: Add infrastructure to detect compiler version (#15372)
| * | | | | Help: Add notes for topic 'compiler-version-Fortran'Brad King2015-02-191-0/+6
| | | | | |
* | | | | | Help: Fix formatting of command parameter.Stephen Kelly2015-02-171-1/+1
| | | | | |
* | | | | | cmTarget: Remove template argument workaround.Stephen Kelly2015-02-171-28/+0
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | Pre-C++98 compilers required that the template argument be used in the function parameters. Those compilers are no longer supported as hosts, so drop the workaround.
* | | | | VS: Use $(ConfigurationName) as CMAKE_CFG_INTDIR in VS 7, 8, 9Brad King2015-02-162-5/+15
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will allow us to use a value other than just the config name for the project OutputDirectory setting used for $(OutDir). Also use $(ConfigurationName) instead of $(OutDir) for the link directory configuration suffix since that is a hard-coded instance of a use case for CMAKE_CFG_INTDIR.
* | | | Merge topic 'doc-3.2-relnotes-fixup'Brad King2015-02-131-6/+6
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 6d19ef9b Help: In 3.2 relnotes move OpenGL/X11 to deprecated/removed section
| * | | | Help: In 3.2 relnotes move OpenGL/X11 to deprecated/removed sectionBrad King2015-02-131-6/+6
| | | | | | | | | | | | | | | | | | | | It is a possibly incompatible change.
* | | | | Merge topic 'doc-configure_file-output-location'Brad King2015-02-131-30/+95
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 029d38fa Help: Revise configure_file documentation (#15403)
| * | | | | Help: Revise configure_file documentation (#15403)Brad King2015-02-121-30/+95
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Format the documentation with better reST markup. Revise the wording to clarify how relative paths are handled. Also add an example section.
* | | | | Xcode: Teach XCODE_ATTRIBUTE target properties about generator expressionsGregor Jasny2015-02-122-0/+11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Gregor Jasny <gjasny@googlemail.com>
* | | | | install: Allow generator expressions in TARGETS DESTINATION (#14317)Brad King2015-02-112-0/+9
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will allow per-config destinations for targets in EXPORT sets. Using multiple install(TARGETS) with separate CONFIGURATIONS is rejected as a target appearing more than once in an export set. Now instead one can write install(TARGETS foo EXPORT exp DESTINATION lib/$<CONFIG>) to get a single logical membership of the target in the export set while still having a per-config destination.
* | | | Merge topic 'export-interface-source-files'Brad King2015-02-113-8/+6
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f7e33820 Add release notes for export-interface-source-files. 6da65b39 Allow export of targets with INTERFACE_SOURCES. 736bcb96 Tests: Move IfacePaths test stderr files. d9f8390d Tests: Run IfacePaths tests with a parameter. cc152094 Tests: Split part of include_directories test to a generic location.
| * | | | Add release notes for export-interface-source-files.Stephen Kelly2015-02-101-0/+6
| | | | |
| * | | | Allow export of targets with INTERFACE_SOURCES.Stephen Kelly2015-02-102-8/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use the same rules for paths in source and binary dirs in installed INTERFACE_SOURCES as are used for INTERFACE_INCLUDE_DIRECTORIES.
* | | | | Merge topic 'fix_timeout_docs'Brad King2015-02-111-1/+1
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | 56cb4a6c Help: Fix variable reference in TIMEOUT test property docs
| * | | | Help: Fix variable reference in TIMEOUT test property docsZack Galbreath2015-02-101-1/+1
| | |/ / | |/| | | | | | | | | | Link to 'CTEST_TEST_TIMEOUT', not 'CTEST_TESTING_TIMEOUT'.
* | | | Merge topic 'makefile-progress-improvements'Brad King2015-02-101-0/+7
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 63668954 Help: Add notes for topic 'makefile-progress-improvements' ae775fe8 Makefile: Change link step message color to bold green 7bb50e4a Makefile: Add progress to link step messages c6ada827 Makefile: Print all color escape sequences before newline 8521fdf5 Makefile: Fix output during parallel builds (#12991) 69ac6d27 bootstrap: Enable color Makefile output
| * | | | Help: Add notes for topic 'makefile-progress-improvements'Brad King2015-02-071-0/+7
| | |/ / | |/| |
* | | | Merge topic 'add-CheckFortranCompilerFlag'Brad King2015-02-103-0/+8
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1814cf74 Help: Add notes for topic 'add-CheckFortranCompilerFlag' 54e900ab CheckFortranCompilerFlag: Add test case 393a45e2 CheckFortranCompilerFlag: Add module to check Fortran flag existence
| * | | | Help: Add notes for topic 'add-CheckFortranCompilerFlag'Brad King2015-02-051-0/+6
| | | | |
| * | | | CheckFortranCompilerFlag: Add module to check Fortran flag existenceNicolas Bock2015-02-052-0/+2
| |/ / / | | | | | | | | | | | | | | | | | | | | Copy the CheckCCompilerFlag module and replace 'C' with 'Fortran'. Also update the common patterns module to match some Fortran compiler messages.
* | | | Help: Add notes for topic 'FindBoost-per-config-libraries'Brad King2015-02-051-0/+5
|/ / /
* | | Begin post-3.2 developmentBrad King2015-02-052-0/+9
| |/ |/|
* | Help: Drop development topic notes to prepare releaseBrad King2015-02-052-9/+0
|/ | | | | Release versions do not have the development topic section of the CMake Release Notes index page.
* Help: Rename 3.x.0 release notes to 3.xBrad King2015-02-054-12/+12
| | | | | | | | | | | | | | In commit v3.0.0-rc1~9 (Help: Rename 3.0 release notes to 3.0.0, 2014-02-19) we anticipated the possibility of bugfix-only release notes. However, in practice we have no release notes for bug fix releases because we do not cover bug fixes in release notes at all, only new features. Instead we've been updating the feature-level release notes document in bug fix releases, treating errors in the document as bugs. It makes more sense to maintain release notes at the feature-release level, so rename the documents accordingly. Also update the document titles and intro text to refer only to feature versions and not bugfix versions.
* Merge topic 'doc-3.2-relnotes'Brad King2015-02-0553-341/+283
|\ | | | | | | | | | | | | | | | | d81bbc3f Help: Add 3.2 release note for AUTORCC dependency tracking 0f38d9c2 Help: Add 3.2 release notes for file(GENERATE) features 0f580e8e Help: Organize and revise 3.2 release notes e08a78dc Help: Consolidate 3.2 release notes 3a4381b6 Help: Add link target to cmake-language.7 encoding section