summaryrefslogtreecommitdiffstats
path: root/Help
Commit message (Collapse)AuthorAgeFilesLines
* Merge topic 'add-xz-support'Brad King2015-01-121-0/+5
|\ | | | | | | | | | | | | | | 4035ef78 cmake -E tar: error out on multiple compression formats d811d238 cmSystemTools: use an enumeration for compression formats df16dcfb cmake -E tar: add support for .xz files with 'J' b0a5d393 cmake -E tar: clean up flag documentation
| * cmake -E tar: add support for .xz files with 'J'Ben Boeckel2015-01-091-0/+5
| |
* | Merge topic 'FindLATEX-components'Brad King2015-01-121-0/+4
|\ \ | | | | | | | | | | | | | | | | | | | | | 89e08de8 FindLATEX: Add components for XeLaTeX and LuaLaTeX c32f6919 FindLATEX: Add components Biber and xindy 222ee2c0 FindLATEX: Add components PDFtoPS and HTLATEX 07a3f9ad FindLATEX: Add components handling
| * | FindLATEX: Add components handlingChristoph GrĂ¼ninger2014-12-231-0/+4
| |/
* | Merge topic 'doc-CMAKE_FIND_PACKAGE_NAME'Brad King2015-01-123-0/+9
|\ \ | | | | | | | | | | | | | | | 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-112-0/+7
| | |
| * | find_package: Document CMAKE_FIND_PACKAGE_NAME variableGregor Jasny2015-01-111-0/+2
| | | | | | | | | | | | Signed-off-by: Gregor Jasny <gjasny@googlemail.com>
* | | Merge topic 'sun-better-stdlib'Brad King2015-01-121-79/+0
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3660d063 cmTarget: Use insert instead of std::copy. 5c28495f Help: Remove documented restriction on template use. ac3d3829 Help: Remove documented restriction on find in conditions. 36b8de56 Help: Remove documented restriction on insert APIs. 6162c919 Use two-iterator std::set::insert where appropriate. 238dd2fb Use insert instead of a loop in some cases. 2f7ef7e3 Revert "Misc. fixes for the Oracle / Sun compiler." 4c69ec6f SolarisStudio: Use alternative standard library to build CMake.
| * | | 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 'feature_record_msvc'Brad King2015-01-111-0/+6
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2d738ce3 Help: Add notes for topic 'feature_record_msvc' f73718c9 Features: Enable writing of MSVC compiler feature header. 64c30bdc Features: Record for MSVC C++ 2015 and MSVC C 2010-2015. 225c0ef8 Features: Record for MSVC 2010-2013.
| * | | | Help: Add notes for topic 'feature_record_msvc'Brad King2015-01-111-0/+6
| | |_|/ | |/| |
* | | | Merge topic 'fix-empty-target-property-queries'Brad King2015-01-112-5/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c6d03a10 tests: add tests for querying properties 76ff92e0 set_tests_properties: fix documentation 28214862 get_test_property: clarify the documentation 34a99094 get_target_property: discern empty from undefined properties (#15333)
| * | | | set_tests_properties: fix documentationBen Boeckel2015-01-111-1/+1
| | | | | | | | | | | | | | | | | | | | The error is raised if the *test* doesn't exist, not the property.
| * | | | get_test_property: clarify the documentationBen Boeckel2015-01-111-4/+4
| | |_|/ | |/| | | | | | | | | | | | | | If either the test or the property doesn't exist, NOTFOUND will be used. No error is raised in either case.
* | | | Merge topic 'doc-CXX_STANDARD-14'Brad King2015-01-101-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 72a0d6df Help: Document valid 14 value for CXX_STANDARD. (#15339)
| * | | | Help: Document valid 14 value for CXX_STANDARD. (#15339)Stephen Kelly2015-01-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support was added in commit v3.1.0-rc1~475^2 (Features: Add support for C++14 features., 2014-05-06), but the documentation for this property was not amended.
| * | | | Merge branch 'doc-mingw-makefiles' into releaseBrad King2014-12-222-6/+15
| |\ \ \ \
* | \ \ \ \ Merge topic 'doc-if-variable-not-defined'Brad King2015-01-101-4/+5
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | 7a2c3f0c Help: Clarify if(<variable>) documentation (#15335)
| * | | | | Help: Clarify if(<variable>) documentation (#15335)Brad King2015-01-081-4/+5
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | When the variable is not defined the signature is actually accepting a string. Also clarify fall-through from if(<constant>) case.
* | | | | WCDH: Add feature portability for thread_local.Stephen Kelly2015-01-011-0/+7
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | AppleClang does not support the cxx_thread_local feature, even though it is based on a Clang version which does support the feature. http://stackoverflow.com/a/23850891/2428389 A possible reason for that is that thread_local might be used as a variable in existing Apple SDK headers. Extend the WriteCompilerDetectionHeader module to generate a define for that feature with portability fallbacks. For the avoidance of making it easy to write code which looks correct but which has odd runtime behavior, don't set the define symbol at all if no equivalent keyword is known.
* | | | Merge topic 'doc-octothorpe-escaping'Brad King2014-12-231-0/+22
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 8d70a914 Help: Add 3.1 release note about '#' escaping in Makefiles (#15322)
| * | | | Help: Add 3.1 release note about '#' escaping in Makefiles (#15322)Brad King2014-12-231-0/+22
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | The change in commit v3.1.0-rc1~174^2 (Makefile: Handle '#' in COMPILE_OPTIONS, 2014-08-12) was not compatible with code that tries to workaround the original bug. Unfortunately there is no good way to fix the bug in a compatible way. Add a release note to call attention to the change.
* | | | Merge topic 'AppleClang-5.1-features'Brad King2014-12-231-0/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bb83cdaa Help: Add notes for topic 'AppleClang-5.1-features' bd6b42c1 Features: Record for AppleClang 5.1 b341799e Tests: Fix RunCMake.CompileFeatures test NonValidTarget2 case
| * | | | Help: Add notes for topic 'AppleClang-5.1-features'Brad King2014-12-231-0/+5
| | | | |
* | | | | Merge topic 'add-FindGSL'Brad King2014-12-233-0/+7
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 1b28e3b2 FindGSL: Add module to find the GNU Scientific Library
| * | | | | FindGSL: Add module to find the GNU Scientific LibraryKelly Thompson2014-12-173-0/+7
| | | | | |
* | | | | | Merge topic 'doc-mingw-makefiles'Brad King2014-12-222-6/+15
|\ \ \ \ \ \ | |_|/ / / / |/| | | | / | | |_|_|/ | |/| | | 844f98c1 Help: Clarify MinGW v. MSYS Makefiles generators (#15319)
| * | | | Help: Clarify MinGW v. MSYS Makefiles generators (#15319)Brad King2014-12-192-6/+15
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | Explain the usage of each generator more clearly and reference each as an alternative to the other. Suggested-by: Craig Hicks <hicks111@hotmail.com>
* | | | Merge topic 'install-EXPORT-absolute-prefix'Brad King2014-12-191-0/+9
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | dd089e08 install: Allow absolute EXPORT destination with relative targets (#15258)
| * | | | install: Allow absolute EXPORT destination with relative targets (#15258)Brad King2014-12-151-0/+9
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When install(EXPORT) is given an absolute destination we cannot compute the install prefix relative to the installed export file location. Previously we disallowed installation of targets in such exports with a relative destination, but did not enforce this for target property values besides the location of the main target file. This could lead to broken installations when the EXPORT is installed to an absolute path but usage requirements are specified relative to the install prefix. Since an EXPORT installed to an absolute destination cannot be relocated we can just hard-code the value of CMAKE_INSTALL_PREFIX as the base for relative paths. This will allow absolute install(EXPORT) destinations to work with relative destinations for targets and usage requirements. Extend the ExportImport test with a case covering this behavior.
* | | | Merge topic 'vs-nsight-tegra-min-api'Brad King2014-12-186-2/+22
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | eeaa25e5 Add 'ANDROID_API_MIN' target property to set Android Target MIN API
| * | | | Add 'ANDROID_API_MIN' target property to set Android Target MIN APIDmitry Polyanitsa2014-12-176-2/+22
| |/ / / | | | | | | | | | | | | | | | | | | | | 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.
* | | | Merge topic 'doc-INTERFACE-target-type'Brad King2014-12-181-1/+2
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | 473446ab Help: Add INTERFACE_LIBRARY to TYPE target property documentation
| * | | Help: Add INTERFACE_LIBRARY to TYPE target property documentationTim Blechmann2014-12-171-1/+2
| | |/ | |/|
| * | Merge branch 'doc-CMP0054-example' into releaseBrad King2014-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 topic 'curl-darwinssl'Brad King2014-12-181-0/+9
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | e4563257 curl: Use OS X SSL/TLS native implementation
| * | | | | curl: Use OS X SSL/TLS native implementationBrad King2014-12-181-0/+9
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On OS X, when CMAKE_USE_OPENSSL is OFF, use the OS implementation. This will allow the OS-configured CA list to be trusted automatically. This is supported on OS X 10.6 and above using AppleClang, Clang, and GNU compilers.
* | | | | Help: Document MAIN_DEPENDENCY limitation in add_custom_commandBrad King2014-12-161-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Specify explicitly that at most one custom command may use a given source file as its main dependency.
* | | | | Help: Mention add_dependencies in add_custom_target DEPENDS optionBrad King2014-12-161-0/+3
|/ / / / | | | | | | | | | | | | This will direct readers looking to add target-level dependencies.
* | | | curl: Use Windows SSL/TLS native implementationBrad King2014-12-121-0/+9
| | | | | | | | | | | | | | | | | | | | On Windows, when CMAKE_USE_OPENSSL is OFF, use the OS implementation. This will allow the OS-configured CA list to be trusted automatically.
* | | | Merge topic 'doc-CMP0054-example'Brad King2014-12-121-3/+31
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | f2f1c95d Help: Extend policy CMP0054 documentation with an example
| * | | Help: Extend policy CMP0054 documentation with an exampleNils Gladitz2014-12-121-3/+31
| |/ /
| * | Merge branch 'xerces-rename' into releaseBrad King2014-12-054-2/+4
| |\ \
| * \ \ Merge branch 'doc-file-GENERATE-order' into releaseBrad King2014-12-051-1/+3
| |\ \ \
| * \ \ \ Merge branch 'vs-phone-store-deployment-location' into releaseBrad King2014-12-033-0/+13
| |\ \ \ \
| * \ \ \ \ Merge branch 'vs-hlsl-settings' into releaseBrad King2014-12-034-2/+16
| |\ \ \ \ \