summaryrefslogtreecommitdiffstats
path: root/Help
Commit message (Expand)AuthorAgeFilesLines
* Allow OBJECT libraries to be installed, exported, and importedRobert Maynard2017-04-188-19/+52
* Genex: Allow TARGET_OBJECTS to be used everywhereRobert Maynard2017-04-184-3/+19
* Merge topic 'vs-custom-kits-dir'Brad King2017-04-171-0/+5
|\
| * VS: Add an environment variable for the Windows 10 kits directoryBrad King2017-04-121-0/+5
* | Merge topic 'project-description'Brad King2017-04-135-0/+25
|\ \ | |/ |/|
| * project: Add `DESCRIPTION` parameterAlex Turbov2017-04-115-0/+25
* | Merge topic 'doc-cmake-E-copy-no-wildcards'Brad King2017-04-121-1/+1
|\ \
| * | Help: Add note about cmake -E copy not supporting wildcardsTim2017-04-111-1/+1
* | | macOS: Enable Hi-DPI support in applications by defaultĽubomír Carik2017-04-111-0/+5
|/ /
* | Merge topic 'emulatorTargetPropertyDocs'Brad King2017-04-101-0/+4
|\ \
| * | Help: Cross compile variable used as initial value for target propertyCraig Scott2017-04-101-0/+4
* | | Merge topic 'clarifyFileGenerateDocs'Brad King2017-04-101-0/+5
|\ \ \
| * | | Help: Clarify file(GENERATE) only writes output file at generation phaseCraig Scott2017-04-101-0/+5
| |/ /
* | | Merge topic 'clarifyRemoveDocs'Brad King2017-04-101-2/+4
|\ \ \
| * | | Help: Clarify what the -f option does for the remove commandCraig Scott2017-04-101-2/+4
| |/ /
| * | Merge branch 'doc-prefer-MSVC_VERSION' into releaseBrad King2017-03-2210-2/+22
| |\ \
| * \ \ Merge branch 'doc-toolset-host-arch-typo' into releaseBrad King2017-03-131-1/+1
| |\ \ \
* | | | | Help/dev: Document preferred page for MR commentsBrad King2017-04-061-0/+4
* | | | | Merge topic 'include_external_msproject-map-config'Brad King2017-04-062-0/+10
|\ \ \ \ \
| * | | | | include_external_msproject: Honor MAP_IMPORTED_CONFIG_<CONFIG>Beeble2017-04-052-0/+10
| | |_|_|/ | |/| | |
* | | | | Merge topic 'fix-genex-example'Brad King2017-04-051-1/+1
|\ \ \ \ \
| * | | | | Help: Fix error in $<COMPILE_LANGUAGE:lang> exampleNils Gladitz2017-04-041-1/+1
| |/ / / /
* | | | | Merge topic 'prop-is-multi-config'Brad King2017-04-053-0/+16
|\ \ \ \ \
| * | | | | Add GENERATOR_IS_MULTI_CONFIG global propertyBastien Schatt2017-04-043-0/+16
| |/ / / /
* | | | | Merge topic 'revert-cpack_nsis_sign_uninstaller'Brad King2017-04-051-5/+0
|\ \ \ \ \
| * | | | | Revert "CPack/NSIS: Sign the uninstaller"Brad King2017-04-041-5/+0
| |/ / / /
* | | | | Rename CMAKE_GCC_{AR,RANLIB} to CMAKE_LANG_COMPILER_{AR,RANLIB}Ruslan Baratov2017-04-035-16/+16
|/ / / /
* | | | Merge topic '16733-bundle-genex'Brad King2017-03-312-0/+21
|\ \ \ \
| * | | | Genex: Add `TARGET_BUNDLE_[CONTENT_]_DIR` generator expressionsGregor Jasny2017-03-302-0/+21
* | | | | Merge topic 'ipo-policy-CMP0069'Brad King2017-03-314-0/+108
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Implement interprocedural optimization for GNU compilersRuslan Baratov2017-03-301-0/+7
| * | | | Add policy CMP0069 to enforce INTERPROCEDURAL_OPTIMIZATIONRuslan Baratov2017-03-303-0/+101
* | | | | Merge topic 'ctest-disable-tests'Brad King2017-03-303-0/+21
|\ \ \ \ \
| * | | | | Add 'DISABLED' test propertyBetsy McPhail2017-03-293-0/+21
* | | | | | handle non-existing symlink creation locationsDomen Vrankar2017-03-281-0/+3
|/ / / / /
* | | | | Merge topic 'cpack-rpm-debuginfo-honor-package-filename'Brad King2017-03-271-0/+5
|\ \ \ \ \
| * | | | | CPack/RPM: support for debuginfo package renamingDomen Vrankar2017-03-251-0/+5
* | | | | | Merge topic '16680-ios-bundle-resources'Brad King2017-03-241-0/+7
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Apple: Fix Resources location for all generatorsGregor Jasny2017-03-231-0/+7
| |/ / / /
* | | | | Merge topic 'doc-prefer-MSVC_VERSION'Brad King2017-03-2310-2/+22
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | Help: Document preference of `MSVC_VERSION` over `MSVC##`Brad King2017-03-2210-0/+20
| * | | Help: Clarify MSVC14 docs w.r.t. VS 2017 v141 toolsetBrad King2017-03-221-2/+2
| |/ /
* | | Merge topic 'doc-dev-do-reformat'Brad King2017-03-221-1/+20
|\ \ \
| * | | Help/dev: Document `Do: reformat` actionBrad King2017-03-221-0/+16
| * | | Help/dev: Make `Do: check` cross-reference more specificBrad King2017-03-221-1/+4
* | | | Merge topic 'add-CheckIPOSupported-module'Brad King2017-03-223-0/+8
|\ \ \ \
| * | | | CheckIPOSupported: New module to check for compiler/cmake IPO supportRuslan Baratov2017-03-113-0/+8
* | | | | Merge topic 'module-def-and-WINDOWS_EXPORT_ALL_SYMBOLS'Brad King2017-03-222-0/+15
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Support WINDOWS_EXPORT_ALL_SYMBOLS with `.def` filesBrad King2017-03-212-0/+15
* | | | | Help/dev: Document `Topic-rename:` description trailerBrad King2017-03-211-0/+7