summaryrefslogtreecommitdiffstats
path: root/Help
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* | | | | | Merge topic 'custom-command-byproducts'Brad King2014-11-251-0/+7
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | 1f4f2aab Help: Add notes for topic 'custom-command-byproducts'
| * | | | | Help: Add notes for topic 'custom-command-byproducts'Brad King2014-11-251-0/+7
| | | | | |
* | | | | | Merge topic 'doc-drop-borland-workaround'Brad King2014-11-251-22/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | c2af447d Remove disallowed feature which Borland did not accept.
| * | | | | | Remove disallowed feature which Borland did not accept.Stephen Kelly2014-11-251-22/+0
| | | | | | |
* | | | | | | Merge topic 'remove-ancient-msvc-workarounds'Brad King2014-11-251-7/+1
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 12cb0b86 Help: Update developer manual with some C++ features now permitted. ba74465f cmGeneratorTarget: Remove MSVC7 workaround 41363c0c VisualStudio: Remove MSVC6 compatibility macro. 4efcfe52 cmSystemTools: Remove MSVC6 compatibility define. 5f4695cd cmStandardIncludes: Remove MSVC6 condition for cmArrayBegin macro. 7a064337 cmFindCommon: Remove MSVC6 workaround for nested struct private access. fdb73547 cmTarget: Remove std::min and std::max MSVC6 compatibility code.
| * | | | | | Help: Update developer manual with some C++ features now permitted.Stephen Kelly2014-11-201-7/+1
| | | | | | |
* | | | | | | Merge topic 'improve-INTERFACE-property-docs'Brad King2014-11-2516-75/+188
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bb1111ea Help: Warn that paths should not be used in INTERFACE_ build properties. 96691d12 Help: Fix typo in genex in documentation. f8f02451 Help: Use a property-specific command instead of the generic one. 8609a884 Help: Make remaining build property docs consistent. bcface39 Help: Link to target_link_libraries from target properies. e12926e7 Help: Format the LINK_INTERFACE_LIBRARIES target properies. c8540e94 Help: Unify the help text of INTERFACE_ build properties.
| * | | | | | | Help: Warn that paths should not be used in INTERFACE_ build properties.Stephen Kelly2014-11-2510-0/+109
| | | | | | | |
| * | | | | | | Help: Fix typo in genex in documentation.Stephen Kelly2014-11-221-1/+1
| | | | | | | |
| * | | | | | | Help: Use a property-specific command instead of the generic one.Stephen Kelly2014-11-221-2/+2
| | | | | | | |
| * | | | | | | Help: Make remaining build property docs consistent.Stephen Kelly2014-11-222-7/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These help entries are different enough that they can not use the generic template.
| * | | | | | | Help: Link to target_link_libraries from target properies.Stephen Kelly2014-11-222-2/+4
| | | | | | | |