summaryrefslogtreecommitdiffstats
path: root/Help/manual
Commit message (Collapse)AuthorAgeFilesLines
* Features: Define meaning for no language standard defaultBrad King2015-01-291-1/+3
| | | | | | | | | | | | 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.
* VS: Add source file property to set extra hlsl shader flagsRobert Goulet2015-01-281-0/+1
| | | | | Create a VS_SHADER_FLAGS source file property so that we can set all other Visual Studio .hlsl shader file compilation flags.
* 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 'doc-link_libraries-note'Brad King2015-01-271-1/+1
|\ \ | |/ |/| | | | | c7310917 Help: Clarify status of link_libraries command
| * Help: Clarify status of link_libraries commandBrad King2015-01-261-1/+1
| | | | | | | | | | | | | | | | | | 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>
| * Merge branch 'fix-cmake-org-links' into releaseBrad King2015-01-161-2/+2
| |\
* | \ Merge topic 'add-missing-variable-docs'Brad King2015-01-231-0/+1
|\ \ \ | | | | | | | | | | | | | | | | bebdb454 Help: add missing MINGW variable documentation
| * | | Help: add missing MINGW variable documentationBen Boeckel2015-01-211-0/+1
| | | |
* | | | CTestCoverageCollectGCOV: Add module to run gcovBill Hoffman2015-01-221-0/+1
|/ / / | | | | | | | | | | | | | | | | | | Provide a function to run gcov and create a tarball of results. Since CDash tracks the md5sum of the files uploaded, use the --mtime option with "cmake -E tar" so that tar files could be created that would have the same md5sum with the same content.
* | | Merge topic 'fix-cmake-org-links'Brad King2015-01-191-2/+2
|\ \ \ | | |/ | |/| | | | | | | 91fbcda2 Help: Update cmake.org links to avoid redirects
| * | Help: Update cmake.org links to avoid redirectsWilliam Lynch2015-01-161-2/+2
| | | | | | | | | | | | Some links to cmake.org now redirect, so link to the new pages directly.
* | | FindJsonCpp: Add module to find JsonCpp packageBrad King2015-01-191-0/+1
| | |
* | | Encoding: Switch to use UTF-8 internally by default on Windows.Clinton Stimpson2015-01-161-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes several reported bugs about CMake not handling non-ascii paths on Windows. Practically, the use of some unicode characters may still be limited by the build or compiler tools. For example, a user may be limited by the build tools to using characters within the Windows ANSI code page (which can include non-ascii characters in the current system language).
* | | Merge topic 'doc-CMAKE_FIND_PACKAGE_NAME'Brad King2015-01-121-0/+1
|\ \ \ | | |/ | |/| | | | | | | | | | 8435088d Help: Document CMAKE_FIND_PACKAGE_NAME variable b8abd258 find_package: Document CMAKE_FIND_PACKAGE_NAME variable
| * | Help: Document CMAKE_FIND_PACKAGE_NAME variableBrad King2015-01-111-0/+1
| |/
| * 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-051-1/+1
| |\ \
| * \ \ Merge branch 'vs-phone-store-deployment-location' into releaseBrad King2014-12-031-0/+1
| |\ \ \
| * \ \ \ Merge branch 'vs-hlsl-settings' into releaseBrad King2014-12-031-0/+2
| |\ \ \ \
| * \ \ \ \ Merge branch 'doc-Nsight-Tegra-toolchain' into releaseBrad King2014-12-031-0/+17
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'doc-compile-features-typo' into releaseBrad King2014-12-021-1/+1
| |\ \ \ \ \ \
* | | | | | | | Help: Remove documented restriction on template use.Stephen Kelly2015-01-111-6/+0
| | | | | | | |
* | | | | | | | Help: Remove documented restriction on find in conditions.Stephen Kelly2015-01-111-26/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The necessary conversion is supported by all CMake host compilers.
* | | | | | | | Help: Remove documented restriction on insert APIs.Stephen Kelly2015-01-111-47/+0
| | | | | | | |
* | | | | | | | Merge topic 'add-FindGSL'Brad King2014-12-231-0/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1b28e3b2 FindGSL: Add module to find the GNU Scientific Library
| * | | | | | | | FindGSL: Add module to find the GNU Scientific LibraryKelly Thompson2014-12-171-0/+1
| | | | | | | | |
* | | | | | | | | Add 'ANDROID_API_MIN' target property to set Android Target MIN APIDmitry Polyanitsa2014-12-173-2/+5
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also add a 'CMAKE_ANDROID_API_MIN' variable to set the property default. Teach the VS generator to write the MIN API value into Nsight Tegra project files.
* | | | | | | | 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 topic 'try_compile-link-flags'Brad King2014-12-081-0/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 88eb5824 try_compile: Pass linker flags into test project (#14066) a4f9b6f0 CMakeDetermineCompilerABI: Use normal linker flags in ABI project
| * | | | | | | | try_compile: Pass linker flags into test project (#14066)Brad King2014-12-031-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Copy CMAKE_EXE_LINKER_FLAGS into the test project generated by try_compile, just like we already copy CMAKE_<LANG>_FLAGS. Add CMake Policy CMP0056 to activate this behavior in a compatible way, but do not warn by default when the policy is not set since it will affect all try_compile calls. Extend the RunCMake.try_compile test with a case covering this behavior for each policy setting.
* | | | | | | | | Merge topic 'xerces-rename'Brad King2014-12-051-1/+1
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | 27141eed Modules: Rename FindXerces to FindXercesC
| * | | | | | | | Modules: Rename FindXerces to FindXercesCBrad King2014-12-041-1/+1
| | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | Help: Document that IMPORTED targets in Find modules may be UNKNOWN.Stephen Kelly2014-12-041-0/+5
| | | | | | | |
* | | | | | | | Help: Document IMPORTED_CONFIGURATIONS target property for Find modules.Stephen Kelly2014-12-041-1/+40
| | | | | | | |
* | | | | | | | Help: Remove recommendation about checking minimum CMake version.Stephen Kelly2014-12-041-10/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If this file is being executed, the user has the CMake version providing it.
* | | | | | | | Help: Add useful links to IMPORTED targets and usage requirements.Stephen Kelly2014-12-041-4/+3
| | | | | | | |
* | | | | | | | Help: Remove disadvantage creating IMPORTED targets in Find modules.Stephen Kelly2014-12-041-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | An IMPORTED target in either type of package can equally depend on an IMPORTED target in a Find module, which must be found as a dependency, which is presumably the problem being implied. This is not a distinction of creating an IMPORTED target in a Find module.
* | | | | | | | Help: Link to cmake-packages(7) from the Module creation documentation.Stephen Kelly2014-12-042-1/+5
| | | | | | | |
* | | | | | | | Merge topic 'cached-regex-clear-fixed'Brad King2014-12-041-0/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ceecd790 cmMakefile: store the number of last matches in a CMake var 7878d061 test: add a test for clearing regex results
| * | | | | | | | cmMakefile: store the number of last matches in a CMake varBen Boeckel2014-12-031-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With PushScope and PopScope, keeping track of another bit of data for each scope isn't easy. Instead, store it as another CMake variable so it gets implicitly tracked along with everything else. This works in a revert of commit 7d674b5f0b28a610333644d417c2e8cb796cc9e4.
* | | | | | | | | Merge topic 'vs-phone-store-deployment-location'Brad King2014-12-041-0/+1
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | / | | |_|_|_|_|_|/ | |/| | | | | | 352f246f VS: Add source file property to specify Windows App deployment location
| * | | | | | | VS: Add source file property to specify Windows App deployment locationGilles Khouzam2014-12-031-0/+1
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 topic 'vs-hlsl-settings'Brad King2014-12-031-0/+2
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | 2a224b4c VS: Add source file properties to set the hlsl shader entry point and model
| * | | | | | VS: Add source file properties to set the hlsl shader entry point and modelCedric Perthuis2014-12-031-0/+2
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 topic 'doc-Nsight-Tegra-toolchain'Brad King2014-12-031-0/+17
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | | | | | | | | | | | | 23e2bd7e Help: Document Nsight Tegra toolchain configuration (#15276)
| * | | | | Help: Document Nsight Tegra toolchain configuration (#15276)Brad King2014-12-021-0/+17
| |/ / / /
* | | | | Merge topic 'add-continue-command'Brad King2014-12-032-2/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 0de867dd continue: Add a new CMake language command for loop continuation (#14013)
| * | | | | continue: Add a new CMake language command for loop continuation (#14013)Gregor Jasny2014-12-012-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Inspired-by: Doug Barbieri Signed-off-by: Gregor Jasny <gjasny@googlemail.com>