summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge topic 'pch-source-list'Brad King2019-09-203-1/+13
|\ \
| * | Precompile Headers: Add precompile header file to source listCristian Adam2019-09-193-1/+13
* | | Merge topic 'smart_ptr/cmComputeLinkDepends'Brad King2019-09-202-14/+11
|\ \ \
| * | | cmComputeLinkDepends: remove manual memory deallocationTushar Maheshwari2019-09-182-14/+11
* | | | Merge topic 'smart_ptr/cmExportSet'Brad King2019-09-2012-118/+75
|\ \ \ \
| * | | | cmExportSet: subsume cmExportSetMap source filesTushar Maheshwari2019-09-1911-51/+30
| * | | | cmExportSet: default destructorTushar Maheshwari2019-09-197-31/+34
| * | | | cmExportSetMap: improve ownership of cmExportSetTushar Maheshwari2019-09-195-47/+22
* | | | | Merge topic 'split-custom-command-creation'Brad King2019-09-204-107/+263
|\ \ \ \ \
| * | | | | cmMakefile: Separate custom command setup from actual creationDaniel Eiband2019-09-174-63/+184
| * | | | | cmMakefile: Refactor AddCustomCommandOldStyle to be delay friendlyDaniel Eiband2019-09-171-27/+36
| * | | | | cmMakefile: Validate command line for all custom commandsDaniel Eiband2019-09-172-40/+54
| * | | | | cmMakefile: Extract custom command validation methodDaniel Eiband2019-09-172-8/+21
| * | | | | cmMakefile: Create all generated byproducts as known sourcesDaniel Eiband2019-09-172-8/+7
* | | | | | Merge topic 'prepare-genex-in-byproducts'Brad King2019-09-205-45/+49
|\ \ \ \ \ \