summaryrefslogtreecommitdiffstats
path: root/Help/release
Commit message (Collapse)AuthorAgeFilesLines
* Merge topic 'install-DIRECTORY-genex'Brad King2016-01-141-0/+6
|\ | | | | | | | | 630c8aa8 install: Allow generator expressions in DIRECTORY
| * install: Allow generator expressions in DIRECTORYYves Frederix2016-01-131-0/+6
| | | | | | | | | | Teach install(DIRECTORY) to support generator expressions in the list of directories, much like install(FILES) already supports.
* | Merge topic 'vs-debug-fastlink'Brad King2016-01-131-0/+5
|\ \ | | | | | | | | | | | | fc5d6592 VS: Map link `/debug:fastlink` flag to VS 2015 IDE property (#15894)
| * | VS: Map link `/debug:fastlink` flag to VS 2015 IDE property (#15894)Brad King2016-01-121-0/+5
| |/ | | | | | | Suggested-by: Thomas Laguzzi <tholag@gmail.com>
* | Add -Werror and -Wno-error command-line optionsMichael Scott2016-01-121-0/+7
|/ | | | | | | | | Expand the -W set of cmake options to include support for the -Werror and -Wno-error format, which is used to control upgrading and downgrading warning and error messages. Implement support for these new formats for the dev and deprecated message types. Add tests and updated documentation for new options.
* Merge topic 'mingw-clang-compile-features'Brad King2016-01-121-0/+5
|\ | | | | | | | | 3baca636 Record compile features for MinGW Clang on Windows (#15897)
| * Record compile features for MinGW Clang on Windows (#15897)Brad King2016-01-111-0/+5
| | | | | | | | | | | | Drop the 'UNIX' condition on Clang compiler features. This enables use of compile features with MinGW Clang, though additional work may be needed for clang-cl.
* | VS: Implement VS_GLOBAL_* target properties in VS 2010+ (#13666)Mike Fitzgerald2016-01-111-0/+5
|/ | | | | These have been documented but previously only implemented for VS 2008 and below.
* Utilities/Release: Switch to .msi builder for Windows binaryBrad King2015-12-211-0/+7
| | | | | Use a new build machine to produce the Windows binary using the CPack WiX generator to produce a `.msi` installer.
* CMakeParseArguments: replace by native cmake_parse_arguments commandMatthias Maennich2015-12-171-0/+6
| | | | | | | Implement a native `cmake_parse_arguments` command that is fully compatible with the documented behaviour of the previous implementation. Leave the CMakeParseArguments module empty but existing for compatibility.
* Merge topic 'FindGTest-imported-targets'Brad King2015-12-141-0/+4
|\ | | | | | | | | | | | | f0b5ce7f Help: Add notes for topic 'FindGTest-imported-targets' 99afe235 Tests: Add tests for FindGTest 611735e7 FindGTest: Add imported targets and update documentation
| * Help: Add notes for topic 'FindGTest-imported-targets'Brad King2015-12-141-0/+4
| |
* | Merge topic 'ios-universal'Brad King2015-12-111-0/+7
|\ \ | | | | | | | | | | | | | | | 565d080a Xcode: Add support for combined install on iOS 34f5ef56 iOS: Fix App Bundle layout
| * | Xcode: Add support for combined install on iOSRuslan Baratov2015-12-101-0/+7
| |/ | | | | | | | | | | | | | | | | | | | | | | This patch solves the problem of installing both: Device and Simulator libraries on iOS. Before only one of them was installed. If the IOS_INSTALL_COMBINED property is set on a target, a special install hook will be activated which builds the corresponding target and combines both at the install location. The original patch was contributed by Ruslan Baratov, and polished by Gregor Jasny.
* | Merge topic 'FindOpenMP-clang'Brad King2015-12-111-0/+4
|\ \ | | | | | | | | | | | | 1549927d FindOpenMP: Add Clang support
| * | FindOpenMP: Add Clang supportChris Pavlina2015-12-101-0/+4
| |/
* | Merge topic 'cmake-W-options'Brad King2015-12-111-0/+3
|\ \ | | | | | | | | | | | | | | | 29127534 cmake: Deduplicate warning message control code 67211011 cmake-gui: Add options to control warning messages
| * | cmake-gui: Add options to control warning messagesMichael Scott2015-12-101-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | Create a new dialog window for the cmake-gui that provides controls for setting the state of suppression of developer and deprecated warning messages. This replaces the previous single checkbox for setting the state of suppression of developer warnings. Added a note for the new functionality to the release notes.
* | | cmake: Teach -E make_directory to support multiple input directoriesBartosz Kosiorek2015-12-101-0/+3
| | |
* | | Help: Rename release notes for topic 'cmake-E-multiple-inputs'Brad King2015-12-101-2/+2
| |/ |/| | | | | This topic name will supersede cmake-E-copy-multiple-inputs.
* | Merge topic 'cmake-E-copy-multiple-inputs'Brad King2015-12-091-0/+3
|\ \ | | | | | | | | | | | | | | | | | | | | | bc35087d cmake: Teach -E copy_directory to support multiple input directories 98be140f cmake: Refine -E copy[_if_different] documentation 93cc80ae cmake: Refine -E copy_if_different implementation indentation 0903812b cmake: Refine -E chdir documentation
| * | cmake: Teach -E copy_directory to support multiple input directoriesBartosz Kosiorek2015-12-071-0/+3
| |/
* | CPack: Added tests for package name and group controll fieldsDomen Vrankar2015-12-071-0/+7
|/
* Merge topic 'FindTIFF-imported-targets'Brad King2015-12-071-0/+4
|\ | | | | | | | | ebaca629 FindTIFF: Add imported targets and update documentation
| * FindTIFF: Add imported targets and update documentationRoger Leigh2015-12-071-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | - Add TIFF::TIFF imported target - Document imported target - Add testcase to test the standard variables and the imported target Also: - Add TIFF_INCLUDE_DIRS to match common practice - Update documentation generally, including documenting TIFF_INCLUDE_DIRS
* | cmake: Teach -E copy[_if_different] to support multiple files (#15703)Bartosz Kosiorek2015-12-041-0/+5
| | | | | | | | | | | | If multiple input files are provided then the destination must be a directory. If only one input file is provided then destination may be either a file or directory.
* | Merge topic 'regex-explorer'Brad King2015-12-041-0/+6
|\ \ | | | | | | | | | | | | fc656fa4 cmake-gui: Add regex explorer window
| * | cmake-gui: Add regex explorer windowGregor Jasny2015-12-031-0/+6
| | |
* | | Help: Add notes for topic 'FindBoost-imported-targets.rst'Brad King2015-12-021-0/+5
| |/ |/|
* | Explicitly enable deprecated warnings by default.Michael Scott2015-12-011-0/+4
| | | | | | | | | | | | | | | | | | | | Explicitly enable deprecated warnings by default, via the cmake::GetSuppressDeprecatedWarnings method, which signals suppression is turned off unless the CMake variables are set as required. Add tests and update the documentation for the new functionality.
* | Modify dev warning options to affect deprecated warnings.Michael Scott2015-12-011-0/+3
| | | | | | | | | | | | | | | | | | | | | | Change the '-Wdev' and '-Wno-dev' options to also enable and suppress the deprecated warnings output, via the 'CMAKE_WARN_DEPRECATED' CMake variable, by default. This action does not happen if the user specifies a deprecated warning message option. Add tests and update the documentation for the new functionality.
* | Add -W options to control deprecated warning messages.Michael Scott2015-12-011-0/+5
|/ | | | | | | | 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.
* FindXercesC: Add imported targets and unit testRoger Leigh2015-11-231-0/+4
|
* 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-161-0/+7
|\ | | | | | | | | | | 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-141-0/+7
| |
* | 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
|/
* 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.
* | Help: Add notes for topic 'FindFLEX-DEFINES_FILE'Brad King2015-10-191-0/+6
|/
* Merge topic 'doc-INCLUDES-relnote'Brad King2015-10-131-0/+4
|\ | | | | | | | | 609a8921 Help: Add release note about compile rule placeholder changes (#15787)