summaryrefslogtreecommitdiffstats
path: root/Help
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * Help: Add 3.2 release note for AUTORCC dependency trackingStephen Kelly2015-02-051-0/+4
| |
| * Help: Add 3.2 release notes for file(GENERATE) featuresStephen Kelly2015-02-051-0/+7
| |
| * Help: Organize and revise 3.2 release notesBrad King2015-02-051-154/+174
| | | | | | | | | | | | | | | | Add section headers similar to the 3.1 release notes and move each individual bullet into an appropriate section. Revise and consolidate some bullets covering related areas. Co-Author: Stephen Kelly <steveire@gmail.com>
| * Help: Consolidate 3.2 release notesBrad King2015-02-0552-341/+250
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Move all development release notes into a new version-specific document: tail -q -n +3 Help/release/dev/* > Help/release/3.2.0.rst git rm -- Help/release/dev/* except the sample topic: git checkout HEAD -- Help/release/dev/0-sample-topic.rst Reference the new document from the release notes index document. Add a title and intro sentence to the new document by hand.
| * Help: Add link target to cmake-language.7 encoding sectionBrad King2015-02-051-0/+2
| |
* | Merge topic 'update-docs'Brad King2015-02-054-3/+6
|\ \ | | | | | | | | | | | | | | | f9839c49 Help: Document build targets automatically added to console pool. 44d6f3ce Help: Add some cross-linking.
| * | Help: Document build targets automatically added to console pool.Stephen Kelly2015-02-041-0/+3
| | |
| * | Help: Add some cross-linking.Stephen Kelly2015-02-043-3/+3
| |/
* | Merge topic 'doc-try_compile'Brad King2015-02-052-94/+160
|\ \ | |/ |/| | | | | 219797e4 Help: Revise try_compile and try_run documentation (#15358)
| * Help: Revise try_compile and try_run documentation (#15358)Brad King2015-02-042-94/+160
| | | | | | | | | | | | Rewrite the documentation using better reStructuredText markup constructs. Clarify interaction of options like LINK_LIBRARIES and CMAKE_FLAGS.
* | Merge topic 'CTestCoverageCollectGCOV-refinements'Brad King2015-02-041-0/+6
|\ \ | |/ |/| | | | | | | | | | | | | 809a5a5e Help: Add notes for topic 'CTestCoverageCollectGCOV-refinements' 03c0812c CTestCoverageCollectGCOV: Fix handling of international characters 8caa4e72 CTestCoverageCollectGCOV: Add test case 5c828cc8 CTestCoverageCollectGCOV: Allow custom flags to gcov 30cb628e CTestCoverageCollectGCOV: Fix handling of large file counts
| * Help: Add notes for topic 'CTestCoverageCollectGCOV-refinements'Brad King2015-02-041-0/+6
| |
* | Merge topic 'rpm_multi_prefix'Brad King2015-02-031-0/+11
|\ \ | | | | | | | | | | | | 3ec02547 CPackRPM: Allow multiple path relocation prefixes for one package
| * | CPackRPM: Allow multiple path relocation prefixes for one packageDomen Vrankar2015-01-291-0/+11
| | |
* | | Features: Record for MSVC 2010-2015Robert Maynard2015-01-301-0/+5
| | | | | | | | | | | | | | | | | | | | | Also, in WCDH add MSVC Compatibility for cxx_align{of,as}. Co-Author: Stephen Kelly <steveire@gmail.com> Co-Author: Brad King <brad.king@kitware.com>
* | | Features: Define meaning for no language standard defaultBrad King2015-01-295-5/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Define an empty string in CMAKE_<LANG>_STANDARD_DEFAULT to mean that the toolchain has no notion of lanuage standard levels. In this case the <LANG>_STANDARD[_REQUIRED] properties will have no effect. Update the RunCMake.CompileFeatures test to exclude the LinkImplementationFeatureCycle test when there is no standard default. It can never fail because no use of specific features will adjust the CXX_STANDARD level required for any target since the standard levels have no meaning in this case.
* | | Merge topic 'xcode-revise-make-program'Brad King2015-01-292-2/+15
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | ab9fa54d Xcode: Switch to internal CMAKE_MAKE_PROGRAM lookup by generator (#15324) 11e2e6ca Xcode: Select make program at build time e4055a61 Xcode: Add internal API to find xcodebuild
| * | | Xcode: Switch to internal CMAKE_MAKE_PROGRAM lookup by generator (#15324)Brad King2015-01-292-2/+15
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The "cmakexbuild" wrapper is not needed for Xcode 4 and above, and the path to it may change when CMake moves. Avoid storing a specific path to a build program in CMakeCache.txt and instead compute the value for CMAKE_MAKE_PROGRAM on demand. However, if a user does set the value explicitly then honor it. This does for Xcode what commit v3.0.0-rc1~260^2~4 (VS: Switch to internal CMAKE_MAKE_PROGRAM lookup by generators, 2013-11-15) did for Visual Studio generators.
* | | VS: Add source file property to set extra hlsl shader flagsRobert Goulet2015-01-283-0/+10
|/ / | | | | | | | | Create a VS_SHADER_FLAGS source file property so that we can set all other Visual Studio .hlsl shader file compilation flags.
* | Merge topic 'file-strings-utf-16'Brad King2015-01-272-1/+9
|\ \ | | | | | | | | | | | | 1f77a700 file: Teach STRINGS to support UTF-16 and UTF-32 encodings
| * | file: Teach STRINGS to support UTF-16 and UTF-32 encodingsJustin Borodinsky2015-01-272-1/+9
| | |
* | | Merge topic 'doc-cmake-E-mode'Brad King2015-01-271-12/+108
|\ \ \ | | | | | | | | | | | | | | | | 4c49ce96 Help: Document 'cmake -E <command>' modes in cmake.1 manual
| * | | Help: Document 'cmake -E <command>' modes in cmake.1 manualBrad King2015-01-261-12/+108
| | | | | | | | | | | | | | | | | | | | Add a dedicated manual section, move the -E command documentation there, and elaborate.
* | | | Merge topic 'cmake-E-tar-files-from'Brad King2015-01-271-0/+6
|\ \ \ \ | |/ / / | | | | | | | | | | | | 44fd71de cmake: Teach "-E tar" command a "--files-from=" option
| * | | cmake: Teach "-E tar" command a "--files-from=" optionBrad King2015-01-261-0/+6
| |/ / | | | | | | | | | | | | | | | Read file names from the lines of a specified file. Reject input lines starting in '-' to leave room for option parsing to be added later. Add just '--add-file=' now to allow files starting in '-' to be specified.
* | | Merge topic 'cmake-builtin-targets-use-ninja-terminal'Brad King2015-01-271-1/+3
|\ \ \ | | | | | | | | | | | | | | | | bbffaa0e Configure some CMake-provided targets with USES_TERMINAL (#14915)
| * | | Configure some CMake-provided targets with USES_TERMINAL (#14915)Sylvain Joubert2015-01-271-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will make them use the 'console' pool with the Ninja generator. Impacted targets are: - Built-in targets: install, install/local, install/strip, tests, package, package_source, rebuild_cache - Targets provided by the CTestTargets module: Nightly, Continuous, Experimental, and all their variants (*Start, *Configure, ...)
* | | | Merge topic 'doc-link_libraries-note'Brad King2015-01-272-9/+12
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | c7310917 Help: Clarify status of link_libraries command
| * | | Help: Clarify status of link_libraries commandBrad King2015-01-262-9/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The command has been documented as 'deprecated', but it is not really slated for removal and can still be used. Clarify this in the documentation. While at it, revise the documentation to use wording more consistent with that now in target_link_libraries. Suggested-by: Christoph GrĂ¼ninger <foss@grueninger.de>