summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* VS: Add support for add_custom_command DEPFILEBrad King2021-06-093-7/+40
* cmTransformDepfile: Add support for MSBuild AdditionalInputs formatBrad King2021-06-094-1/+41
* cmTransformDepfile: Make directory for transformed depfile automaticallyBrad King2021-06-092-2/+1
* Merge topic 'install-with-runtime-dependencies'Brad King2021-06-0820-205/+1665
|\
| * FileAPI: Add integration for runtime dependency installersKyle Edwards2021-06-041-2/+26
| * install: Add RUNTIME_DEPENDENCY_SET modeKyle Edwards2021-06-041-0/+115
| * install(IMPORTED_RUNTIME_ARTIFACTS): Add RUNTIME_DEPENDENCY_SET optionKyle Edwards2021-06-041-1/+40
| * install(TARGETS): Add RUNTIME_DEPENDENCY_SET argumentKyle Edwards2021-06-041-0/+19
| * install(TARGETS): Add RUNTIME_DEPENDENCIES optionKyle Edwards2021-06-0411-24/+847
| * Source: Add cmInstallRuntimeDependencySetKyle Edwards2021-06-045-0/+295
| * file: Add undocumented RPATH_SET commandKyle Edwards2021-06-041-0/+61
| * Refactor: Modify file(RPATH_*) to use cmArgumentParserKyle Edwards2021-06-041-77/+61
| * cmSystemTools: Add SetRPath() methodKyle Edwards2021-06-042-1/+37
| * Refactor: Break up logic in cmSystemTools::ChangeRPath()Kyle Edwards2021-06-041-70/+108
| * file(GET_RUNTIME_DEPENDENCIES): Add undocumented RPATH_PREFIX optionKyle Edwards2021-06-045-12/+36
| * cmRuntimeDependencyArchive: Fix const-ness of method signaturesKyle Edwards2021-06-032-18/+20
* | Merge topic 'grd-win-objdump-newline'Brad King2021-06-081-2/+3
|\ \
| * | file(GET_RUNTIME_DEPENDENCIES): Use cmSystemTools::GetLineFromStream()Kyle Edwards2021-06-071-2/+3
* | | Merge topic 'compile-options-order'Brad King2021-06-081-6/+4
|\ \ \
| * | | VS: Place per-source preprocessor definitions after target-wide onesBrad King2021-06-031-6/+4
| | |/ | |/|
* | | CMake Nightly Date StampKitware Robot2021-06-081-1/+1
| |/ |/|
* | CMake Nightly Date StampKitware Robot2021-06-071-1/+1
* | CMake Nightly Date StampKitware Robot2021-06-061-1/+1
* | CMake Nightly Date StampKitware Robot2021-06-051-1/+1
* | Merge topic 'env-toolchain-file'Brad King2021-06-041-0/+10
|\ \
| * | cmake: Allow CMAKE_TOOLCHAIN_FILE to be set by environment variableBrad King2021-06-031-0/+10
| |/
* | Merge topic 'ci-clang-analyzer'Brad King2021-06-0414-13/+14
|\ \
| * | clang-analyzer: rename from scan-build in commentsBrad King2021-06-0312-12/+12
| * | cmFileAPICodemodel: Assert input in DirectoryObject::DumpInstallerBrad King2021-06-031-0/+1
| * | cmStandardLevelResolver: Fix size assertion in constructorBrad King2021-06-031-1/+1
| |/
* | CMake Nightly Date StampKitware Robot2021-06-041-1/+1
|/
* Merge topic 'find_item-NO_CACHE'Brad King2021-06-035-52/+76
|\
| * find_*: Add support for option NO_CACHEMarc Chevrier2021-06-025-52/+76
* | Merge topic 'ctest-coverage-no-dir'Brad King2021-06-031-0/+7
|\ \
| * | CTest: Exit coverage handling early if no binary dirJoseph Snyder2021-06-021-0/+7
* | | Merge topic 'update-kwsys'Brad King2021-06-031-3/+4
|\ \ \
| * | | Merge branch 'upstream-KWSys' into update-kwsysBrad King2021-06-021-3/+4
| |/ /
* | | Merge topic 'depfile-no-vstlog'Brad King2021-06-034-43/+0
|\ \ \
| * | | cmake_transform_depfile: Remove unused incomplete vstlog supportBrad King2021-06-024-43/+0
| |/ /
* | | CMake Nightly Date StampKitware Robot2021-06-031-1/+1
|/ /
* | Merge topic 'command_target'Brad King2021-06-025-7/+28
|\ \
| * | add_custom_command: Target-dependent generator expression supportRaul Tambre2021-05-315-7/+28
* | | Merge topic 'get-runtime-dependencies-file-filter'Brad King2021-06-023-40/+72
|\ \ \ | |_|/ |/| |
| * | file(GET_RUNTIME_DEPENDENCIES): Add POST_{IN,EX}CLUDE_FILES argumentsKyle Edwards2021-06-013-40/+72
* | | CMake Nightly Date StampKitware Robot2021-06-021-1/+1
* | | Merge topic 'install-imported-runtime-artifacts'Brad King2021-06-0110-78/+514
|\ \ \
| * | | FileAPI: Populate information for IMPORTED_RUNTIME_ARTIFACTSKyle Edwards2021-05-311-0/+10
| * | | install(): Add IMPORTED_RUNTIME_ARTIFACTS modeKyle Edwards2021-05-314-0/+416
| * | | Refactor: Move common methods into cmInstallGeneratorKyle Edwards2021-05-315-78/+88
* | | | Merge topic 'link-objects-first'Brad King2021-06-0117-78/+231
|\ \ \ \