summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'backport-3.15-fix-EXCLUDE_FROM_ALL-subdir-all'Brad King2019-09-3021-106/+202
|\
| * Help: Mention 3.14.7 EXCLUDE_FROM_ALL fix in 3.15.4 release noteBrad King2019-09-301-0/+1
| * Merge branch 'backport-3.14-fix-EXCLUDE_FROM_ALL-subdir-all'Brad King2019-09-301-0/+8
| |\
| | * Help: Add release note for EXCLUDE_FROM_ALL fix in 3.14.7Brad King2019-09-301-0/+8
| * | Help: Add release note for EXCLUDE_FROM_ALL fix in 3.15.4Brad King2019-09-301-0/+8
| * | Merge branch 'backport-3.14-fix-EXCLUDE_FROM_ALL-subdir-all'Brad King2019-09-3019-102/+162
| |\ \ | | |/
| | * Restore "all" target in subdirectories marked EXCLUDE_FROM_ALLBrad King2019-09-3017-38/+110
| | * Tests: Clarify target names in RunCMake.add_subdirectory ExcludeFromAllBrad King2019-09-264-6/+9
| | * Tests: Revise RunCMake.add_subdirectory ExcludeFromAll to avoid globbingBrad King2019-09-264-61/+43
| | * Tests: Teach RunCMake to support a custom working directoryBrad King2019-09-241-1/+4
| * | Makefiles: Revert "Make build root targets ... recursive"Brad King2019-09-271-5/+24
* | | Merge topic 'FindBinUtils-ask-compiler'Brad King2019-09-275-21/+84
|\ \ \
| * | | FindBinUtils: Use the compiler to get the path to compiler toolsIsuru Fernando2019-09-272-21/+75
| * | | Tests: Add symbols to FortranModules static librariesBrad King2019-09-263-0/+9
* | | | Merge topic 'decompose-custom-command-creation'Brad King2019-09-2716-230/+313
|\ \ \ \
| * | | | cmMakefile: Remove AddUtilityCommand overload without byproductsDaniel Eiband2019-09-266-38/+21
| * | | | cmMakefile: Extract utilities used for creation of custom commandsDaniel Eiband2019-09-263-130/+192
| * | | | cmCustomCommand: Move custom commandsDaniel Eiband2019-09-265-5/+23
| * | | | cmMakefile: Move enumerations into new headerDaniel Eiband2019-09-2614-73/+93
* | | | | Merge topic 'free-target-commands'Brad King2019-09-2719-502/+368
|\ \ \ \ \
| * | | | | cmTarget*: Port away from cmCommandRegina Pfeifer2019-09-2619-502/+368
* | | | | | Merge topic 'fileapiSourcePropertyBacktraces'Brad King2019-09-275-28/+204
|\ \ \ \ \ \
| * | | | | | fileapi: add some source property backtracesJustin Goshi2019-09-263-26/+106
| * | | | | | cmSourceFile: Add backtraces for a few source propertiesJustin Goshi2019-09-262-2/+98
* | | | | | | CMake Nightly Date StampKitware Robot2019-09-271-1/+1
|/ / / / / /
* | | | | | Merge topic 'vs-ReferenceOutputAssembly-conditions'Brad King2019-09-267-27/+56
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Tests: Teach VSWinStorePhone to verify the content of generated xapVedran Vujinovic2019-09-251-2/+2
| * | | | | Tests: Teach VSWinStorePhone to verify the content of generated appx/msixVedran Vujinovic2019-09-246-1/+54
| * | | | | VS: Do not reference output assemblies of targets with no outputVedran Vujinovic2019-09-191-26/+2
* | | | | | Merge topic 'autogen_json'Brad King2019-09-2612-950/+1177
|\ \ \ \ \ \
| * | | | | | Autogen: Use JSON instead of CMake script for info filesSebastian Holtermann2019-09-2510-861/+1051
| * | | | | | Autogen: Variable renames and cleanupsSebastian Holtermann2019-09-256-59/+63
| * | | | | | Autogen: Inline GetKnownQtVersions functionSebastian Holtermann2019-09-251-49/+45
| * | | | | | Autogen: Return unsigned int from GetParallelCPUCount()Sebastian Holtermann2019-09-251-6/+5
| * | | | | | cm/algorithm: Provide function cm::clampRegina Pfeifer2019-09-251-0/+38
* | | | | | | Merge topic 'pch-export'Brad King2019-09-265-1/+42
|\ \ \ \ \ \ \
| * | | | | | | PCH: Propagate INTERFACE_PRECOMPILE_HEADERS in install(EXPORT)Brad King2019-09-255-1/+42
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge topic 'fix-vsmacro-access-violation'Brad King2019-09-2611-20/+46
|\ \ \ \ \ \ \
| * | | | | | | VS: Fix access violation when calling Visual Studio macroDaniel Eiband2019-09-2411-20/+46
* | | | | | | | Merge topic 'add-custom-target-byproduct-checks'Brad King2019-09-2618-38/+205
|\ \ \ \ \ \ \ \
| * | | | | | | | add_custom_command: Format files in error message in a single lineDaniel Eiband2019-09-236-8/+8
| * | | | | | | | add_custom_target: Add output checks for custom target byproductsDaniel Eiband2019-09-2311-43/+122
| * | | | | | | | add_custom_command: Add tests for custom command output checksDaniel Eiband2019-09-238-2/+90
| |/ / / / / / /
* | | | | | | | Merge topic 'cpack-DEB-use-CPACK_PACKAGE_DESCRIPTION_FILE'Kyle Edwards2019-09-2613-86/+328
|\ \ \ \ \ \ \ \
| * | | | | | | | CPackDeb: Use `CPACK_PACKAGE_DESCRIPTION_FILE`Alex Turbov2019-09-2113-52/+305
| * | | | | | | | Refactor: Use `list` commands instead of old-way string opsAlex Turbov2019-09-211-31/+20
| * | | | | | | | Style: Remove spaces after command call and `(`Alex Turbov2019-09-081-8/+8
* | | | | | | | | Merge topic 'ctest-argument-parser'Kyle Edwards2019-09-2620-547/+289
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | cmCTest*Command: Port to cmArgumentParserRegina Pfeifer2019-09-2018-539/+270
| * | | | | | | | | cmArgumentParser: Record parsed keywordsRegina Pfeifer2019-09-202-8/+19