Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'doc-CMP0054-example' into release | Brad King | 2014-12-12 | 1 | -3/+31 |
|\ | |||||
| * | Help: Extend policy CMP0054 documentation with an example | Nils Gladitz | 2014-12-12 | 1 | -3/+31 |
| | | |||||
* | | Merge branch 'backport-doc-find-module-no-summary' into release | Brad King | 2014-12-09 | 1 | -11/+0 |
|\ \ | |/ |/| | |||||
| * | Help: Drop FeatureSummary example in cmake-developer.7 | Brad King | 2014-12-09 | 1 | -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 release | Brad King | 2014-12-05 | 4 | -2/+4 |
|\ \ | |||||
| * | | Modules: Rename FindXerces to FindXercesC | Brad King | 2014-12-04 | 4 | -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 release | Brad King | 2014-12-05 | 1 | -1/+3 |
|\ \ | |||||
| * | | Help: Document file(GENERATE) signature option order | Brad King | 2014-12-05 | 1 | -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 release | Brad King | 2014-12-03 | 3 | -0/+13 |
|\ \ | |||||
| * | | VS: Add source file property to specify Windows App deployment location | Gilles Khouzam | 2014-12-03 | 3 | -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 release | Brad King | 2014-12-03 | 4 | -2/+16 |
|\ \ \ | |/ / | |||||
| * | | VS: Add source file properties to set the hlsl shader entry point and model | Cedric Perthuis | 2014-12-03 | 4 | -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 release | Brad King | 2014-12-03 | 1 | -1/+1 |
|\ \ | |||||
| * | | Help: Fix typo in CMAKE_CXX_KNOWN_FEATURES docs | David Demelier | 2014-12-03 | 1 | -1/+1 |
| |/ | | | | | | | Typo "ss defined" => "as defined". | ||||
* | | Merge branch 'doc-Nsight-Tegra-toolchain' into release | Brad King | 2014-12-03 | 2 | -0/+21 |
|\ \ | |||||
| * | | Help: Document Nsight Tegra toolchain configuration (#15276) | Brad King | 2014-12-02 | 2 | -0/+21 |
| |/ | |||||
* | | Merge branch 'FindOpenGL-revert-imported-targets' into release | Brad King | 2014-12-02 | 1 | -3/+0 |
|\ \ | |||||
| * | | FindOpenGL: Revert support for imported targets (#15267) | Brad King | 2014-12-01 | 1 | -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 release | Brad King | 2014-12-02 | 1 | -1/+1 |
|\ \ | |||||
| * | | Help: Fix typo in cmake-compile-features(7) manual | David Demelier | 2014-12-02 | 1 | -1/+1 |
| |/ | | | | | | | Fix spelling 'execptions' => 'exceptions'. | ||||
* | | Merge branch 'doc-ctest-j-typo' into release | Brad King | 2014-12-01 | 1 | -1/+1 |
|\ \ | |||||
| * | | Help: Add missing space to ctest -j option description | Christopher Dembia | 2014-12-01 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'target-sources-error-conditions' into release | Brad King | 2014-12-01 | 2 | -0/+8 |
|\ \ \ | |||||
| * | | | Help: Document the export limitation of INTERFACE_SOURCES. | Stephen Kelly | 2014-11-29 | 2 | -0/+8 |
| |/ / | |||||
* | | | Merge branch 'doc-installed-file-property' into release | Brad King | 2014-12-01 | 3 | -28/+69 |
|\ \ \ | |||||
| * | | | Help: Add 3.1 release notes for INSTALL property scope | Brad King | 2014-12-01 | 1 | -0/+6 |
| | | | | |||||
| * | | | Help: Document installed file property API | Nils Gladitz | 2014-12-01 | 2 | -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 docs | Brad King | 2014-12-01 | 2 | -28/+42 |
| | |/ | |/| | |||||
* | | | Help: Remove duplicate '#' in CMP0053 valid character list | Christoph Grüninger | 2014-12-01 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Merge branch 'doc-target_include_directories-fixup' into release | Brad King | 2014-11-17 | 1 | -2/+2 |
|\ \ | |||||
| * | | Help: target_include_directories does not allow target names | Brad King | 2014-11-17 | 1 | -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 release | Brad King | 2014-11-17 | 3 | -7/+7 |
|\ \ \ | |||||
| * | | | VS: Rename VS 14 generator to 'Visual Studio 14 2015' | Brad King | 2014-11-14 | 3 | -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 release | Brad King | 2014-11-13 | 1 | -1/+2 |
|\ \ \ | |/ / |/| | | |||||
| * | | Help: Document COMPONENT option of install(SCRIPT/CODE) (#14956) | Brad King | 2014-11-13 | 1 | -1/+2 |
| |/ | |||||
* | | Merge branch 'emacs-mode-underscore-in-symbol' into release | Brad King | 2014-11-12 | 1 | -0/+4 |
|\ \ | |||||
| * | | Help: Add 3.1 release note Emacs mode update | Brad King | 2014-11-12 | 1 | -0/+4 |
| | | | |||||
* | | | Merge branch 'doc-CMAKE_INSTALL_PREFIX-link-GNUInstallDirs' into release | Brad King | 2014-11-12 | 1 | -0/+5 |
|\ \ \ | |||||
| * | | | Help: Link to GNUInstallDirs from CMAKE_INSTALL_PREFIX (#15246) | Brad King | 2014-11-12 | 1 | -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 release | Brad King | 2014-11-07 | 3 | -4/+4 |
|\ \ \ | |||||
| * | | | Help: Fix broken cross-references reported by 'nitpicky' option | Brad King | 2014-11-07 | 3 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | Enable the Sphinx 'nitpicky' option and fix the resulting warnings about dangling references. | ||||
* | | | | Merge branch 'doc-formatting' into release | Brad King | 2014-11-07 | 1 | -1/+2 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | Help: Wrap long lines in pre-formatted documentation blocks | Brad King | 2014-11-07 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | Help format the blocks better for display without a wide screen. | ||||
* | | | | Merge branch 'doc-FindITK-FindVTK-relnotes' into release | Brad King | 2014-11-07 | 1 | -4/+11 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | Help: Update 3.1 release notes for dropping of FindITK and FindVTK | Brad King | 2014-11-07 | 1 | -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 release | Brad King | 2014-11-07 | 15 | -23/+98 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Help: Tell latex to use a small font for cmake-language.7 productions | Brad King | 2014-11-06 | 1 | -0/+72 |
| | | | | |||||
| * | | | Help: Fix example in cmake-packages to avoid long line | Brad King | 2014-11-06 | 1 | -1/+1 |
| | | | | |||||
| * | | | Help: Format add_library documented list of INTERFACE commands | Brad King | 2014-11-06 | 1 | -8/+11 |
| | | | | | | | | | | | | | | | | Use a bullet list to make it easier to read. | ||||
| * | | | Help: Drop TOC from latex manuals | Brad King | 2014-11-06 | 14 | -14/+14 |
| | | | | | | | | | | | | | | | | A latex document can have its own TOC. |