summaryrefslogtreecommitdiffstats
path: root/Help
Commit message (Collapse)AuthorAgeFilesLines
* Merge topic 'xerces-rename'Brad King2014-12-054-2/+4
|\ | | | | | | | | 27141eed Modules: Rename FindXerces to FindXercesC
| * 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 topic 'doc-file-GENERATE-order'Brad King2014-12-051-1/+3
|\ \ | | | | | | | | | | | | fe21580b Help: Document file(GENERATE) signature option order
| * | 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.
* | 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-043-0/+14
|\ \ | | | | | | | | | | | | | | | 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-033-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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-043-0/+13
|\ \ \ | | | | | | | | | | | | | | | | 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-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 topic 'file-LOCK-command'Brad King2014-12-032-0/+35
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 93017828 Help: Add notes for topic 'file-LOCK-command' e6db4c5a file: Add LOCK subcommand to do file and directory locking 05d6531c cmSystemTools: Add StringToInt helper
| * | | | Help: Add notes for topic 'file-LOCK-command'Brad King2014-12-031-0/+5
| | | | |
| * | | | file: Add LOCK subcommand to do file and directory lockingRuslan Baratov2014-12-031-0/+30
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Provide options to fail without blocking or to block up to a timeout. Provide options to specify the scope containing the lock so it can be released automatically at the end of a function, file, or process. Extend the RunCMake.file test with cases covering the file(LOCK) command usage and error cases.
* | | | Merge topic 'doc-CMAKE_CXX_KNOWN_FEATURES-typo'Brad King2014-12-031-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 37d684bd Help: Fix typo in CMAKE_CXX_KNOWN_FEATURES docs
| * | | | Help: Fix typo in CMAKE_CXX_KNOWN_FEATURES docsDavid Demelier2014-12-031-1/+1
| | |_|/ | |/| | | | | | | | | | Typo "ss defined" => "as defined".
* | | | Merge topic 'vs-hlsl-settings'Brad King2014-12-034-2/+16
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | 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-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 topic 'doc-Nsight-Tegra-toolchain'Brad King2014-12-032-0/+21
|\ \ \ | | | | | | | | | | | | | | | | 23e2bd7e Help: Document Nsight Tegra toolchain configuration (#15276)
| * | | Help: Document Nsight Tegra toolchain configuration (#15276)Brad King2014-12-022-0/+21
| |/ /
* | | Merge topic 'add-continue-command'Brad King2014-12-035-2/+25
|\ \ \ | | | | | | | | | | | | | | | | 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-015-2/+25
| | | | | | | | | | | | | | | | | | | | Inspired-by: Doug Barbieri Signed-off-by: Gregor Jasny <gjasny@googlemail.com>
* | | | Merge topic 'FindOpenGL-revert-imported-targets'Brad King2014-12-031-3/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 02e34de2 FindOpenGL: Revert support for imported targets (#15267)
| * | | | 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 topic 'FindOpenGL-no-X11'Brad King2014-12-021-0/+8
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | d051cbda FindOpenGL: Drop explicit dependency on X11 (#15268)
| * | | | FindOpenGL: Drop explicit dependency on X11 (#15268)Brad King2014-12-011-0/+8
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In commit 079e8469ab (... OpenGL always needs X11 on Unix, 2002-09-05) the FindOpenGL module was taught to search for X11 as a dependency of the OpenGL library. This was done without a detailed explanation, and the dependency should not be explicitly needed because OpenGL headers should not expose applications to X11 APIs directly. Unfortunately the only way to know if anything legitimately depends on this behavior (perhaps in static library cases) is to simply remove it and wait for issues to be reported. If so, then we can add some kind of compatibility setting for this later. Add a release note to draw attention to this change. Reported-by: Dainius "GreatEmerald" Masiliūnas <pastas4@gmail.com>
* | | | Merge topic 'doc-compile-features-typo'Brad King2014-12-021-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 64f8c533 Help: Fix typo in cmake-compile-features(7) manual
| * | | | Help: Fix typo in cmake-compile-features(7) manualDavid Demelier2014-12-021-1/+1
| | |/ / | |/| | | | | | | | | | Fix spelling 'execptions' => 'exceptions'.
* | | | Merge topic 'FindOpenSSL-separate-libs'Brad King2014-12-021-0/+7
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | be9bec5d FindOpenSSL: Report crypto and ssl libraries separately
| * | | FindOpenSSL: Report crypto and ssl libraries separatelyHannes Mezger2014-12-011-0/+7
| | |/ | |/| | | | | | | | | | | | | | | | | | | Some applications only need the OpenSSL crypto library and want to avoid linking against the SSL library. Set OPENSSL_CRYPTO_LIBRARY and OPENSSL_SSL_LIBRARY in the code paths that do not need to find them separately, and document them publicly. This allows applications to be more specific when linking against OpenSSL.
* | | Merge topic 'doc-ctest-j-typo'Brad King2014-12-011-1/+1
|\ \ \ | |/ / |/| | | | | | | | df53aafd Help: Add missing space to ctest -j option description
| * | Help: Add missing space to ctest -j option descriptionChristopher Dembia2014-12-011-1/+1
| | |
* | | Merge topic 'target-sources-error-conditions'Brad King2014-12-012-0/+8
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 8a75c7ef Help: Document the export limitation of INTERFACE_SOURCES. e1348056 Export: Disallow export of targets with INTERFACE_SOURCES bb5905bb cmTarget: Don't allow relative paths in INTERFACE_SOURCES
| * | | Help: Document the export limitation of INTERFACE_SOURCES.Stephen Kelly2014-11-292-0/+8
| |/ /
* | | Merge topic 'doc-installed-file-property'Brad King2014-12-013-28/+69
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 89bb34d3 Help: Add 3.1 release notes for INSTALL property scope 07254a81 Help: Document installed file property API a1aceb25 Help: Format set_property and get_property command docs
| * | | 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
| | |/ | |/|
* | | Merge topic 'doc-CMP0053-dedup-char'Brad King2014-12-011-1/+1
|\ \ \ | | | | | | | | | | | | | | | | 191d2b20 Help: Remove duplicate '#' in CMP0053 valid character list
| * | | 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
| |\ \
| * \ \ Merge branch 'vs14-is-2015' into releaseBrad King2014-11-173-7/+7
| |\ \ \
| * \ \ \ Merge branch 'doc-install-SCRIPT-CODE-COMPONENT' into releaseBrad King2014-11-131-1/+2
| |\ \ \ \ | | |_|_|/ | |/| | |
* | | | | Merge topic 'break-command-strictness'Brad King2014-11-263-0/+24
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | d54617d0 break: Add policy CMP0055 to check calls strictly bae604d9 Track nested loop levels in CMake language with a stack of counters
| * | | | | break: Add policy CMP0055 to check calls strictlyGregor Jasny2014-11-253-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reject break() without loop scope or any arguments. Signed-off-by: Gregor Jasny <gjasny@googlemail.com>
* | | | | | Merge topic 'remove-developer-forbidden-API'Brad King2014-11-261-26/+0
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | beaea609 Remove note disallowing use of some string and vector API.
| * | | | | Remove note disallowing use of some string and vector API.Stephen Kelly2014-11-251-26/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The compilers introducing these limitations are no longer supported as host compilers.