summaryrefslogtreecommitdiffstats
path: root/Help
Commit message (Collapse)AuthorAgeFilesLines
* Consistent documentation for deprecation message variables.Michael Scott2015-12-011-4/+3
| | | | | | Make the documentation for the 'CMAKE_ERROR_DEPRECATED' CMake variable consistent with the documentation for the 'CMAKE_WARN_DEPRECATED' CMake variable, in terms of wording.
* Add -W options to control deprecated warning messages.Michael Scott2015-12-013-3/+23
| | | | | | | | Add 'deprecated' warning options type, to allow setting CMAKE_WARN_DEPRECATED via the -W '-Wdeprecated' and '-Wno-deprecated' options. Add tests for new options and updated documentation.
* Merge topic 'FindXercesC-imported-targets'Brad King2015-11-241-0/+4
|\ | | | | | | | | 5dcc833b FindXercesC: Add imported targets and unit test
| * FindXercesC: Add imported targets and unit testRoger Leigh2015-11-231-0/+4
| |
* | Merge topic 'doc-CLEAN_NO_CUSTOM-makefile-only'Brad King2015-11-241-4/+3
|\ \ | | | | | | | | | | | | 15c454fe Help: Document CLEAN_NO_CUSTOM as for Makefile generators only (#15856)
| * | Help: Document CLEAN_NO_CUSTOM as for Makefile generators only (#15856)Brad King2015-11-231-4/+3
| |/ | | | | | | | | | | | | The property cannot be implemented on other generators because the corresponding native build tools (VS IDE, Xcode, Ninja) all implement their own `clean` operations that affect all outputs. Document this limitation.
* | Help: Update documentation to reflect support for iOSBartosz Kosiorek2015-11-2321-72/+102
|/ | | | Many of our interfaces documented for OS X also work for iOS.
* cmake-gui: Add option to specify generator toolsetRobert Dailey2015-11-171-0/+6
| | | | | | | | | | The -T parameter to CMake may now be specified through cmake-gui via a new text field in the first-time configure wizard (below the generator chooser). The generator factories specify whether or not they support toolsets. This information is propagated to the Qt code and used to determine if the selected generator should also display the optional Toolset widgets.
* Merge topic 'add-cray-linux-platform'Brad King2015-11-162-0/+37
|\ | | | | | | | | | | 31d52139 Cray: Added documentation for cross compiling on a Cray c54a621b Cray: New platform file for Cray Linux Environment and PrgEnv
| * Cray: Added documentation for cross compiling on a CrayChuck Atkins2015-11-142-0/+37
| |
* | CPack/DragNDrop: Update documentation to include new variablesRobert Maynard2015-11-131-0/+8
| | | | | | | | | | Document the new behavior of `CPACK_DMG_BACKGROUND_IMAGE` and the purpose of `CPACK_DMG_DS_STORE_SETUP_SCRIPT`.
* | Merge topic 'cpack-dmg-multilanguage-sla'Brad King2015-11-091-0/+7
|\ \ | | | | | | | | | | | | f88533cc CPackDMG: Add support for multilingual SLAs
| * | CPackDMG: Add support for multilingual SLAsSimon Levermann2015-11-061-0/+7
| |/ | | | | | | | | | | | | | | | | Multiple languages for SLAs and the SLA UI can be added via the CPack variables CPACK_DMG_SLA_DIR and CPACK_DMG_SLA_LANGUAGES. For each language defined in the languages variable, CPack will search for <language>.menu.txt and <language>.license.txt in CPACK_DMG_SLA_DIR. If the sla directory variable is not defined, the old behaviour using CPACK_RESOURCE_FILE_LICENSE is retained.
* | Merge topic 'cpack-deb-new-component-vars'Brad King2015-11-091-0/+7
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | 04a2a923 Help: Add notes for topic 'cpack-deb-new-component-vars' 57672e72 CPackDeb: CPACK_DEBIAN_PACKAGE_NAME documentation improvement a45a4b2d CPackDeb: set package control field per component a60574f1 CPackDeb: set priority control field per component 24012e3c CPackDeb: additional CPACK_DEBIAN_PACKAGE_SECTION documentation 47182ab8 CPackDeb: set section control field per component
| * | Help: Add notes for topic 'cpack-deb-new-component-vars'Domen Vrankar2015-11-091-0/+7
| | |
* | | Merge topic 'FindGTK2_GTK2_TARGETS'Brad King2015-11-091-0/+7
|\ \ \ | |/ / |/| | | | | | | | 5d79b956 FindGTK2: Use targets in GTK2_LIBRARIES if GTK2_USE_IMPORTED_TARGETS is ON
| * | FindGTK2: Use targets in GTK2_LIBRARIES if GTK2_USE_IMPORTED_TARGETS is ONDaniele E. Domenichelli2015-11-091-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | Also add GTK2_TARGETS variable containing all imported targets. Previously, the GTK2_LIBRARIES variable was filled with the paths to the libraries, and only the GTK2_XXX_LIBRARY variables contained the imported targets.
* | | Merge topic 'cpack-deb-config-file-source-field'Brad King2015-11-061-0/+6
|\ \ \ | |_|/ |/| | | | | | | | | | | e5b70ed0 CPackDEB: added config file optional Source field f2d98e2d CPackDEB: minor documentation and debug logging fixes
| * | CPackDEB: added config file optional Source fieldRaffi Enficiaud2015-11-041-0/+6
| | |
* | | Help: Add notes for topic 'add-armcc-toolchain'Brad King2015-11-041-0/+4
| | |
* | | Add support for the ARM Compiler (arm.com)Joakim Andersson2015-11-021-0/+1
|/ / | | | | | | | | | | | | | | Create an `ARMCC` compiler id corresponding to compilers identified and versioned by the `__ARMCC_VERSION` predefined macro. See documentation for the compilers at http://infocenter.arm.com/help/topic/com.arm.doc.set.swdev/index.html
* | Merge topic 'macosx_rpath-clarify-doc'Brad King2015-11-021-5/+10
|\ \ | | | | | | | | | | | | f8eb72fe Help: Clarify documentation for MACOSX_RPATH variable.
| * | Help: Clarify documentation for MACOSX_RPATH variable.Clinton Stimpson2015-11-021-5/+10
| | |
* | | Merge topic 'doc-apple-info-plist-properties'Brad King2015-11-022-29/+37
|\ \ \ | |_|/ |/| | | | | | | | 9a7f042a Help: Document target properties setting Info.plist fields (#15820)
| * | Help: Document target properties setting Info.plist fields (#15820)Brad King2015-10-302-29/+37
| | | | | | | | | | | | | | | Format the documentation of MACOSX_{BUNDLE,FRAMEWORK}_INFO_PLIST and specify for each property what field in the Info.plist file it sets.
* | | Merge topic 'doc-add_executable-typo'Brad King2015-10-261-1/+1
|\ \ \ | | | | | | | | | | | | | | | | 194011b8 Help: Add missing parenthesis in add_executable docs
| * | | Help: Add missing parenthesis in add_executable docsChristopher Dembia2015-10-221-1/+1
| |/ /
* | | Merge topic 'deprecate-CMakeForceCompiler'Brad King2015-10-211-0/+5
|\ \ \ | | | | | | | | | | | | | | | | ed77504d CMakeForceCompiler: Deprecate this module and its macros
| * | | CMakeForceCompiler: Deprecate this module and its macrosBrad King2015-10-191-0/+5
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This module was added by commit v2.6.0~1489 (...supporting embedded compilers..., 2007-07-02) to avoid needing to build the compiler id detection source on toolchains that need special flags or linker files to produce executables. Since then CMake has learned other ways to identify such compilers (e.g. passing vendor-specific version flags and checking for vendor-specific banners in the output). Furthermore, CMake now detects a lot more than just the compiler id during language initialization in order to support things like <LANG>_STANDARD and COMPILE_FEATURES. Therefore CMakeForceCompiler is no longer a viable approach because it skips such detection. One remaining challenge to support toolchains that require special linker files is to build the test for a working compiler, compiler ABI detection binary, and other try_compile cases. This will have to be worked out as such cases are encountered.
* | | Merge topic 'doc-file-GLOB-no-order'Brad King2015-10-211-1/+2
|\ \ \ | | | | | | | | | | | | | | | | 5a208f83 Help: Document that file(GLOB*) order is undefined
| * | | Help: Document that file(GLOB*) order is undefinedRuslan Baratov2015-10-211-1/+2
| | |/ | |/| | | | | | | | | | | | | Since this command use 'readdir' under the hood the order of list is undefined: * http://stackoverflow.com/questions/8977441/does-readdir-guarantee-an-order
* | | Merge topic 'FindFLEX-DEFINES_FILE'Brad King2015-10-201-0/+6
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4565a2e1 Help: Add notes for topic 'FindFLEX-DEFINES_FILE' db3d8505 FindFLEX: Add a DEFINES_FILE option to specify flex-generated header (#15781) c26ff8a9 FindFLEX: Fix typo in ADD_FLEX_BISON_DEPENDENCY errors 30710b8d FindFLEX: Use CMAKE_PARSE_ARGUMENTS to parse arguments
| * | | Help: Add notes for topic 'FindFLEX-DEFINES_FILE'Brad King2015-10-191-0/+6
| | |/ | |/|
* | | Merge topic 'doc-add_test-requirements'Brad King2015-10-191-0/+7
|\ \ \ | |/ / |/| | | | | | | | f19d6a2c Help: Document add_test expectations of test command (#15798)
| * | Help: Document add_test expectations of test command (#15798)Brad King2015-10-191-0/+7
| |/
* | Merge topic 'doc-INCLUDES-relnote'Brad King2015-10-131-0/+4
|\ \ | | | | | | | | | | | | 609a8921 Help: Add release note about compile rule placeholder changes (#15787)
| * | Help: Add release note about compile rule placeholder changes (#15787)Brad King2015-10-131-0/+4
| | | | | | | | | | | | | | | | | | | | | The change made by commit v3.4.0-rc1~342^2 (Factor an <INCLUDES> placeholder out of <FLAGS> in rule variables, 2015-07-13) affects an internal interface. Since it is commonly used by projects anyway, add a release note covering the change in placeholders.
* | | Merge topic 'doc-clarify-shared-lib'Brad King2015-10-122-1/+12
|\ \ \ | | | | | | | | | | | | | | | | 6556481e Help: Document that SHARED libraries must export a symbol (#15775)
| * | | Help: Document that SHARED libraries must export a symbol (#15775)James Johnston2015-10-082-1/+12
| |/ / | | | | | | | | | | | | | | | | | | CMake assumes that a SHARED library compiled on Windows will export a LIB file. This is not actually the case on Visual C++ if the library does not export any symbols, and causes incremental builds to break if the user specifies SHARED anyway. (Users should use MODULE libraries instead.)
* | | Merge topic 'revert-compiler-features-solaris'Brad King2015-10-121-1/+1
|\ \ \ | | | | | | | | | | | | | | | | 340d0897 Revert topic 'compiler-features-solaris'
| * | | Revert topic 'compiler-features-solaris'Brad King2015-10-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert commit v3.4.0-rc1~10^2~2 (Features: Disable support for Oracle SolarisStudio on non-Linux, 2015-09-29) and two follow-up commits. The support of compile features and language standards on Orcale SolarisStudio needs more investigation so for CMake 3.4 we should just act as 3.3 did.
* | | | Merge topic 'FindGTK2_sigc++_c++11'Brad King2015-10-121-0/+7
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 3d9e3d7b FindGTK2: Enable c++11 for sigc++ 2.5.1 or later
| * | | | FindGTK2: Enable c++11 for sigc++ 2.5.1 or laterDaniele E. Domenichelli2015-10-121-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Starting with sigc++ 2.5.1, c++11 must be enabled in order to use sigc++. The GTK2::sigc++ imported target will automatically enable the required build flags in order to build with the version found on the system.
* | | | | Merge topic 'cmake-script-mode-directory-vars'Brad King2015-10-084-0/+20
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 8bb908b1 Document and test CMAKE_[CURRENT_](BINARY|SOURCE)_DIR in script mode
| * | | | | Document and test CMAKE_[CURRENT_](BINARY|SOURCE)_DIR in script modeTamas Kenez2015-10-064-0/+20
| |/ / / /
* | | | | Merge topic 'cpack-nsis-bitmap'Brad King2015-10-081-0/+6
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 3758af12 CPackNSIS: Add options to set the bitmap for NSIS installer left side
| * | | | | CPackNSIS: Add options to set the bitmap for NSIS installer left sideColin Tracey2015-10-061-0/+6
| |/ / / / | | | | | | | | | | | | | | | | | | | | set MUI_WELCOMEFINISHPAGE_BITMAP set MUI_UNWELCOMEFINISHPAGE_BITMAP
* | | | | FindOpenSSL: Add support for static MSVC runtimeThijs Wenker2015-10-051-0/+6
|/ / / / | | | | | | | | | | | | | | | | Add an OPENSSL_MSVC_STATIC_RT option to switch from the default search for `/MD` libraries to look for `/MT` libraries instead.
* | | | Merge branch 'release'Brad King2015-10-051-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | Help: Fix version reference in 3.4 release notesv3.4.0-rc1Brad King2015-10-051-1/+1
| | | | | | | | | | | | | | | | The 3.4 notes cover changes since 3.3, not 3.4.