summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | add_custom_target: Add output checks for custom target byproductsDaniel Eiband2019-09-235-32/+66
| * | | | | | | | add_custom_command: Add tests for custom command output checksDaniel Eiband2019-09-231-2/+2
| |/ / / / / / /
* | | | | | | | 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
* | | | | | | | | Merge topic 'vs-16.4-custom-commands'Brad King2019-09-252-3/+17
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | VS: Tell VS 16.4 not to verify SYMBOLIC custom command outputsBrad King2019-09-242-3/+17
| | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | CMake 3.15.3v3.15.3Brad King2019-09-041-1/+1
| * | | | | | | Merge branch 'fileapi-CMP0037-OLD' into release-3.15Brad King2019-08-301-0/+6
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'backport-find-no-name' into release-3.15Brad King2019-08-281-1/+1
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'autogen_fix_use_after_move' into release-3.15Brad King2019-08-272-3/+3
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'alpine-cpu_zero' into release-3.15Brad King2019-08-271-0/+2
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'cmGlobalGenerator-compilerId-lifetime' into release-3.15Brad King2019-08-271-7/+4
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'ninja_additional_clean_files_custom_target' into release-3.15Brad King2019-08-272-0/+4
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'ctest-json-REQUIRED_FILES' into release-3.15Brad King2019-08-221-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | | | | CMake Nightly Date StampKitware Robot2019-09-251-1/+1
| |_|_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge topic 'pch-relative-includes'Brad King2019-09-242-1/+49
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Precompile headers: Treat headers as relative to current source directoryCristian Adam2019-09-232-1/+49
| | |_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge topic 'add-genex-evaluate-utility'Brad King2019-09-2424-274/+198
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | cmGeneratorExpression: Add cmGeneratorExpression::Evaluate utilityDaniel Eiband2019-09-2317-158/+122
| * | | | | | | | | | | | | | cmCustomCommandGenerator: Replace generator expression memberDaniel Eiband2019-09-222-16/+7
| * | | | | | | | | | | | | | cmGeneratorExpression: Remove Evaluate overload by parameter re-orderingDaniel Eiband2019-09-226-37/+23
| * | | | | | | | | | | | | | cmGeneratorExpression: Move quiet flag to cmCompiledGeneratorExpressionDaniel Eiband2019-09-2210-60/+68
| * | | | | | | | | | | | | | cmGeneratorTarget: Remove unused virtual signature of TargetPropertyEntryDaniel Eiband2019-09-211-35/+10
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge topic 'miscellaneous-refactorings'Brad King2019-09-244-5/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | VS: Remove call to ConvertToWindowsExtendedPath with result discardedDaniel Eiband2019-09-211-1/+0
| * | | | | | | | | | | | | | cmState: Avoid lowering command name twiceDaniel Eiband2019-09-211-1/+1
| * | | | | | | | | | | | | | Generators: Remove function declarations which do not have a definitionDaniel Eiband2019-09-212-3/+0
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge topic 'update-cached-is-generated-property'Brad King2019-09-243-2/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | cmSourceFile: Remove non-const GetProperties accessorDaniel Eiband2019-09-213-2/+10
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge topic 'free-free-set-them-free'Brad King2019-09-2419-1042/+763
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | cmInstallCommand: Port away from cmCommandRegina Pfeifer2019-09-213-345/+317
| * | | | | | | | | | | | | | cmTargetLinkLibrariesCommand: Port away from cmCommandRegina Pfeifer2019-09-213-178/+141
| * | | | | | | | | | | | | | cmSourceGroupCommand: Port away from cmCommandRegina Pfeifer2019-09-213-85/+49
| * | | | | | | | | | | | | | cmSetTargetPropertiesCommand: Port away from cmCommandRegina Pfeifer2019-09-213-50/+25
| * | | | | | | | | | | | | | cmProjectCommand: Port away from cmCommandRegina Pfeifer2019-09-213-139/+95
| * | | | | | | | | | | | | | cmLoadCacheCommand: Port away from cmCommandRegina Pfeifer2019-09-213-57/+35
| * | | | | | | | | | | | | | cmLinkDirectoriesCommand: Port away from cmCommandRegina Pfeifer2019-09-213-51/+18
| * | | | | | | | | | | | | | cmIncludeDirectoryCommand: Port away from cmCommandRegina Pfeifer2019-09-213-57/+25
| * | | | | | | | | | | | | | cmExportCommand: Port away from cmCommandRegina Pfeifer2019-09-213-80/+58
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | CMake Nightly Date StampKitware Robot2019-09-241-1/+1
* | | | | | | | | | | | | | Merge topic 'smart_ptr/cmDependsC'Brad King2019-09-232-13/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | cmDependsC: remove cmDeleteAll callTushar Maheshwari2019-09-202-13/+9
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge topic 'object-library-sources'Brad King2019-09-231-4/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Do not collect objects from dependencies of object librariesBrad King2019-09-201-4/+7
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | CMake Nightly Date StampKitware Robot2019-09-231-1/+1
* | | | | | | | | | | | | | CMake Nightly Date StampKitware Robot2019-09-221-1/+1
* | | | | | | | | | | | | | CMake Nightly Date StampKitware Robot2019-09-211-1/+1
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Merge topic 'cmake-system-headers'Brad King2019-09-20134-1207/+197
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | cmstd: Modernize CMake system headersMarc Chevrier2019-09-20134-1207/+197
| | |_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | |