summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* CMake Nightly Date StampKitware Robot2019-09-141-1/+1
|
* Merge topic 'target-level-dependencies-via-byproducts'Brad King2019-09-138-74/+279
|\ | | | | | | | | | | | | | | | | | | 482d858500 Depend: Add test for target-level dependencies via byproducts f6574c9a81 Depend: Hook up automatic target-level dependencies via byproducts 2edb0b71ed cmMakefile: Add lookup from source name to targets via byproducts 62d5932389 Refatoring: Extract AnyOutputMatches utility Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3806
| * Depend: Add test for target-level dependencies via byproductsDaniel Eiband2019-09-123-7/+36
| | | | | | | | | | | | | | | | Add test for target-level dependency of custom target to POST_BUILD event via byproduct. Remove explicit dependencies in test which are no longe required due to introduced dependencies on build events via byproducts. Issue: #19005
| * Depend: Hook up automatic target-level dependencies via byproductsDaniel Eiband2019-09-123-18/+29
| | | | | | | | | | | | | | | | Target-level dependencies to utility targets are added from another target if the other target requires a byproduct of the utility target or if it requires a byproduct of PRE_BUILD, PRE_LINK, or POST_BUILD build events of a target. Issue: #19005
| * cmMakefile: Add lookup from source name to targets via byproductsDaniel Eiband2019-09-122-36/+194
| | | | | | | | | | | | | | | | | | | | | | Given an output source name it is now possible to query which target has a byproduct of this name or has a PRE_BUILD, PRE_LINK, or POST_BUILD build event with a byproduct of this name. In a call to GetSourceFileWithOutput a matching byproduct can now optionally be returned as fallback if there is no matching output of a custom command. Default behavior is not changed by this commit.
| * Refatoring: Extract AnyOutputMatches utilityDaniel Eiband2019-09-121-15/+22
| |
* | Merge topic 'cpack-wix-start-menu'Brad King2019-09-133-12/+37
|\ \ | | | | | | | | | | | | | | | | | | d69457077d CPackWIX: Allow omitting program menu folder and uninstall shortcut Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3802
| * | CPackWIX: Allow omitting program menu folder and uninstall shortcutAlexej Harm2019-09-123-12/+37
| | |
* | | Merge topic 'free-free-set-them-free'Brad King2019-09-1341-908/+373
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a81e9a0ced cmSubdirCommand: Port away from cmCommand 573cd4e4b4 cmSetTestsPropertiesCommand: Port away from cmCommand 95f23ea5d5 cmSetSourceFilesPropertiesCommand: Port away from cmCommand 706400d417 cmRemoveDefinitionsCommand: Port away from cmCommand 7f86990262 cmQTWrapUICommand: Port away from cmCommand 56bfb8de5d cmQTWrapCPPCommand: Port away from cmCommand 83b3f76a3b cmLinkLibrariesCommand: Port away from cmCommand b85407ae76 cmInstallTargetsCommand: Port away from cmCommand ... Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3807
| * | | cmSubdirCommand: Port away from cmCommandRegina Pfeifer2019-09-123-46/+15
| | | | | | | | | | | | | | | | Ref: #19499
| * | | cmSetTestsPropertiesCommand: Port away from cmCommandRegina Pfeifer2019-09-123-39/+20
| | | | | | | | | | | | | | | | Ref: #19499
| * | | cmSetSourceFilesPropertiesCommand: Port away from cmCommandRegina Pfeifer2019-09-123-44/+25
| | | | | | | | | | | | | | | | Ref: #19499
| * | | cmRemoveDefinitionsCommand: Port away from cmCommandRegina Pfeifer2019-09-123-42/+8
| | | | | | | | | | | | | | | | Ref: #19499
| * | | cmQTWrapUICommand: Port away from cmCommandRegina Pfeifer2019-09-123-62/+32
| | | | | | | | | | | | | | | | Ref: #19499
| * | | cmQTWrapCPPCommand: Port away from cmCommandRegina Pfeifer2019-09-123-51/+23
| | | | | | | | | | | | | | | | Ref: #19499
| * | | cmLinkLibrariesCommand: Port away from cmCommandRegina Pfeifer2019-09-123-43/+14
| | | | | | | | | | | | | | | | Ref: #19499
| * | | cmInstallTargetsCommand: Port away from cmCommandRegina Pfeifer2019-09-123-44/+16
| | | | | | | | | | | | | | | | Ref: #19499
| * | | cmInstallProgramsCommand: Port away from cmCommandRegina Pfeifer2019-09-123-40/+13
| | | | | | | | | | | | | | | | Ref: #19499
| * | | cmInstallFilesCommand: Port away from cmCommandRegina Pfeifer2019-09-123-41/+15
| | | | | | | | | | | | | | | | Ref: #19499
| * | | cmIncludeRegularExpressionCommand: Port away from cmCommandRegina Pfeifer2019-09-123-40/+13
| | | | | | | | | | | | | | | | Ref: #19499
| * | | cmIncludeExternalMSProjectCommand: Port away from cmCommandRegina Pfeifer2019-09-123-48/+20
| | | | | | | | | | | | | | | | Ref: #19499
| * | | cmGetTestPropertyCommand: Port away from cmCommandRegina Pfeifer2019-09-123-30/+11
| | | | | | | | | | | | | | | | Ref: #19499
| * | | cmGetTargetPropertyCommand: Port away from cmCommandRegina Pfeifer2019-09-123-34/+16
| | | | | | | | | | | | | | | | Ref: #19499
| * | | cmGetSourceFilePropertyCommand: Port away from cmCommandRegina Pfeifer2019-09-123-30/+12
| | | | | | | | | | | | | | | | Ref: #19499
| * | | cmFLTKWrapUICommand: Port away from cmCommandRegina Pfeifer2019-09-123-50/+22
| | | | | | | | | | | | | | | | Ref: #19499
| * | | cmEnableLanguageCommand: Port away from cmCommandRegina Pfeifer2019-09-123-41/+11
| | | | | | | | | | | | | | | | Ref: #19499
| * | | cmDefinePropertyCommand: Port away from cmCommandRegina Pfeifer2019-09-123-54/+26
| | | | | | | | | | | | | | | | Ref: #19499
| * | | cmCreateTestSourceList: Port away from cmCommandRegina Pfeifer2019-09-123-51/+20
| | | | | | | | | | | | | | | | Ref: #19499
| * | | cmBuildCommand: Port away from cmCommandRegina Pfeifer2019-09-123-78/+41
| | |/ | |/| | | | | | | Ref: #19499
* | | CMake Nightly Date StampKitware Robot2019-09-131-1/+1
|/ /
* | Merge topic 'compile-msvc-permissive-off'Brad King2019-09-122-2/+3
|\ \ | | | | | | | | | | | | | | | | | | a3cfb66543 Add compatibility with the cl.exe /permissive- compiler option Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3803
| * | Add compatibility with the cl.exe /permissive- compiler optionAlexej Harm2019-09-112-2/+3
| |/
* | Merge topic 'modernize-use-auto'Brad King2019-09-1287-449/+289
|\ \ | | | | | | | | | | | | | | | | | | d25a5a7ec9 clang-tidy: modernize-use-auto Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3783
| * | clang-tidy: modernize-use-autoRegina Pfeifer2019-09-1087-449/+289
| | | | | | | | | | | | | | | | | | Set the MinTypeNameLength option to an impossibly high value in order to limit the diagnostics to iterators. Leave new expressions and cast expressions for later.
* | | Merge topic 'free-find-commands'Brad King2019-09-1215-113/+111
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 8a18bb7cdf cmFind*: Port away from cmCommand Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3800
| * | | cmFind*: Port away from cmCommandRegina Pfeifer2019-09-1015-113/+111
| | | |
* | | | CMake Nightly Date StampKitware Robot2019-09-121-1/+1
| | | |
* | | | Merge topic 'ctest-no-cmcommand'Brad King2019-09-111-106/+51
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cd7d736278 cmCTestTestHandler: Port away from cmCommand Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3795
| * | | | cmCTestTestHandler: Port away from cmCommandRegina Pfeifer2019-09-091-106/+51
| | | | |
* | | | | Merge topic 'fileapiAddMoreBacktraces'Brad King2019-09-116-75/+359
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 30006e199b fileapi: add backtraces for compile/link options 291c83f063 cmLocalGenerator: Add GetTargetCompileFlags overload with backtraces 8e973b8e8d cmLocalGenerator: Add GetTargetFlags overload with backtraces 4d5bbb7704 cmLocalGenerator: Add GetStaticLibraryFlags overload with backtraces 1f6a436bf4 cmLocalGenerator: Add AddCompileOptions overload with backtraces 5355a60fd0 cmLocalGenerator: Add AppendCompileOptions overload with backtraces a20d2c85d0 cmLocalGenerator: Add AppendFlags overload with backtraces b13207910e cmLocalGenerator: Clarify AddCompileOptions filter logic ... Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3775
| * | | | fileapi: add backtraces for compile/link optionsJustin Goshi2019-09-103-11/+142
| | | | |
| * | | | cmLocalGenerator: Add GetTargetCompileFlags overload with backtracesJustin Goshi2019-09-102-2/+17
| | | | |
| * | | | cmLocalGenerator: Add GetTargetFlags overload with backtracesJustin Goshi2019-09-102-9/+36
| | | | |
| * | | | cmLocalGenerator: Add GetStaticLibraryFlags overload with backtracesJustin Goshi2019-09-102-4/+26
| | | | |
| * | | | cmLocalGenerator: Add AddCompileOptions overload with backtracesJustin Goshi2019-09-102-8/+38
| | | | |
| * | | | cmLocalGenerator: Add AppendCompileOptions overload with backtracesJustin Goshi2019-09-102-0/+27
| | | | |
| * | | | cmLocalGenerator: Add AppendFlags overload with backtracesJustin Goshi2019-09-093-0/+11
| | | | |
| * | | | cmLocalGenerator: Clarify AddCompileOptions filter logicJustin Goshi2019-09-091-5/+8
| | | | |
| * | | | cmLocalGenerator: Use local variables to collect flagsJustin Goshi2019-09-091-41/+59
| | | | |
| * | | | cmLocalGenerator: Improve local variable namesJustin Goshi2019-09-091-12/+12
| | | | |