summaryrefslogtreecommitdiffstats
path: root/Help
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'doc-CMP0054-example' into releaseBrad King2014-12-121-3/+31
|\
| * Help: Extend policy CMP0054 documentation with an exampleNils Gladitz2014-12-121-3/+31
| |
* | Merge branch 'backport-doc-find-module-no-summary' into releaseBrad King2014-12-091-11/+0
|\ \ | |/ |/|
| * Help: Drop FeatureSummary example in cmake-developer.7Brad King2014-12-091-11/+0
| | | | | | | | | | | | | | | | | | The use of FeatureSummary inside a find module is not a convention yet used by upstream CMake modules. Drop the example from the documentation about how to write find modules. If in the future we add use of FeatureSummary to many of the upstream find modules then this example can be restored as part of establishing the convention.
* | Merge branch 'xerces-rename' into releaseBrad King2014-12-054-2/+4
|\ \
| * | Modules: Rename FindXerces to FindXercesCBrad King2014-12-044-2/+4
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The FindXerces module was added in commit v3.1.0-rc1~155^2 (FindXerces: New module to find Apache Xerces-C++, 2014-08-17). However, there are two implementations of Xerces, one in C++: http://xerces.apache.org/xerces-c/ and one in Java: http://xerces.apache.org/xerces-j/ Rename FindXerces to FindXercesC to clarify that it is about the C++ implementation. While at it, add the missing CMake 3.1 release note about this module. Suggested-by: Erik Sjölund <erik.sjolund@gmail.com>
* | Merge branch 'doc-file-GENERATE-order' into releaseBrad King2014-12-051-1/+3
|\ \
| * | Help: Document file(GENERATE) signature option orderBrad King2014-12-051-1/+3
| |/ | | | | | | | | | | | | | | In commit v3.1.0-rc1~484^2 (Help: Format and revise file() command documentation, 2014-05-23) the signature of file(GENERATE) was accidentally simplified too much and dropped specification of the required argument ordering. Restore the signature to make the order clear.
* | Merge branch 'vs-phone-store-deployment-location' into releaseBrad King2014-12-033-0/+13
|\ \
| * | VS: Add source file property to specify Windows App deployment locationGilles Khouzam2014-12-033-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a VS_DEPLOYMENT_LOCATION source file property to specify where to put files that are part of the package. For example: set_property(SOURCE ${ASSET_FILES} PROPERTY VS_DEPLOYMENT_LOCATION "assets") Without this, sources marked with VS_DEPLOYMENT_CONTENT cannot be located properly.
* | | Merge branch 'vs-hlsl-settings' into releaseBrad King2014-12-034-2/+16
|\ \ \ | |/ /
| * | VS: Add source file properties to set the hlsl shader entry point and modelCedric Perthuis2014-12-034-2/+16
| |/ | | | | | | | | | | Create properties VS_SHADER_ENTRYPOINT and VS_SHADER_MODEL. Without these many .hlsl source files may not be possible to use. Extend the VSWinStorePhone test project to cover them.
* | Merge branch 'doc-CMAKE_CXX_KNOWN_FEATURES-typo' into releaseBrad King2014-12-031-1/+1
|\ \
| * | Help: Fix typo in CMAKE_CXX_KNOWN_FEATURES docsDavid Demelier2014-12-031-1/+1
| |/ | | | | | | Typo "ss defined" => "as defined".
* | Merge branch 'doc-Nsight-Tegra-toolchain' into releaseBrad King2014-12-032-0/+21
|\ \
| * | Help: Document Nsight Tegra toolchain configuration (#15276)Brad King2014-12-022-0/+21
| |/
* | Merge branch 'FindOpenGL-revert-imported-targets' into releaseBrad King2014-12-021-3/+0
|\ \
| * | FindOpenGL: Revert support for imported targets (#15267)Brad King2014-12-011-3/+0
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | Revert the feature added by commit v3.1.0-rc1~420^2~2 (FindOpenGL: Provide imported targets for GL and GLU, 2014-05-31). Unfortunately it does not work on Windows because the full path to each library file is not actually known. The IMPORTED_LOCATION of an imported target must be a full path, but OPENGL_gl_LIBRARY is just 'opengl32' on Windows because the actual library file is in some implicit link directory that we may know know. More infrastructure will be needed in CMake to allow a name-only imported library. Until that exists, we will not be able to provide imported targets in FindOpenGL.
* | Merge branch 'doc-compile-features-typo' into releaseBrad King2014-12-021-1/+1
|\ \
| * | Help: Fix typo in cmake-compile-features(7) manualDavid Demelier2014-12-021-1/+1
| |/ | | | | | | Fix spelling 'execptions' => 'exceptions'.
* | Merge branch 'doc-ctest-j-typo' into releaseBrad King2014-12-011-1/+1
|\ \
| * | Help: Add missing space to ctest -j option descriptionChristopher Dembia2014-12-011-1/+1
| | |
* | | Merge branch 'target-sources-error-conditions' into releaseBrad King2014-12-012-0/+8
|\ \ \
| * | | Help: Document the export limitation of INTERFACE_SOURCES.Stephen Kelly2014-11-292-0/+8
| |/ /
* | | Merge branch 'doc-installed-file-property' into releaseBrad King2014-12-013-28/+69
|\ \ \
| * | | 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
| | |/ | |/|
* | | Help: Remove duplicate '#' in CMP0053 valid character listChristoph Grüninger2014-12-011-1/+1
| |/ |/|
* | Merge branch 'doc-target_include_directories-fixup' into releaseBrad King2014-11-171-2/+2
|\ \
| * | Help: target_include_directories does not allow target namesBrad King2014-11-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Since commit v2.8.11~227^2~1 (Don't allow targets args in the new target commands, 2013-01-29) the target_include_directories command does not support target names on the right hand side, but that commit forgot to remove it from the docs. It was never released with such support. Update the command documentation now.
* | | Merge branch 'vs14-is-2015' into releaseBrad King2014-11-173-7/+7
|\ \ \
| * | | VS: Rename VS 14 generator to 'Visual Studio 14 2015'Brad King2014-11-143-7/+7
| | |/ | |/| | | | | | | | | | | | | 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 '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
| |/
* | Merge branch 'emacs-mode-underscore-in-symbol' into releaseBrad King2014-11-121-0/+4
|\ \
| * | Help: Add 3.1 release note Emacs mode updateBrad King2014-11-121-0/+4
| | |
* | | 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-cleanup-xrefs' into releaseBrad King2014-11-073-4/+4
|\ \ \
| * | | Help: Fix broken cross-references reported by 'nitpicky' optionBrad King2014-11-073-4/+4
| | | | | | | | | | | | | | | | | | | | Enable the Sphinx 'nitpicky' option and fix the resulting warnings about dangling references.
* | | | Merge branch 'doc-formatting' into releaseBrad King2014-11-071-1/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | Help: Wrap long lines in pre-formatted documentation blocksBrad King2014-11-071-1/+2
| | | | | | | | | | | | | | | | 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-0715-23/+98
|\ \ \ \ | | |/ / | |/| |
| * | | Help: Tell latex to use a small font for cmake-language.7 productionsBrad King2014-11-061-0/+72
| | | |
| * | | 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.