summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | cmJSONHelpers: Allow passing state contextMartin Duffy2022-05-051-57/+70
| * | | | | cmJSONHelpers: Restructure cmJSONHelpersMartin Duffy2022-05-056-384/+338
* | | | | | Merge topic 'try_compile-platform-vars'Brad King2022-05-061-107/+103
|\ \ \ \ \ \
| * | | | | | cmCoreTryCompile: Replace vector push_back with emplace_backBrad King2022-05-051-12/+12
| * | | | | | cmCoreTryCompile: Move platform variable forwarding to dedicated blockBrad King2022-05-051-97/+93
| |/ / / / /
* | | | | | Merge topic 'FetchContent_find_package_integration'Craig Scott2022-05-063-7/+109
|\ \ \ \ \ \
| * | | | | | Packages: Integrate FetchContent and find_package()Craig Scott2022-05-033-7/+109
* | | | | | | CMake Nightly Date StampKitware Robot2022-05-061-1/+1
| |/ / / / / |/| | | | |
* | | | | | Merge topic 'cpack-wix-arch'Brad King2022-05-051-1/+12
|\ \ \ \ \ \
| * | | | | | CPack/WIX: Add CPACK_WIX_ARCHITECTURE to support Windows for ARM installersjakoblover2022-05-051-1/+12
| | |_|_|_|/ | |/| | | |
* | | | | | Merge topic 'ExternalProject-no-extract-timestamp'Brad King2022-05-051-0/+4
|\ \ \ \ \ \
| * | | | | | ExternalProject: Add DOWNLOAD_EXTRACT_TIMESTAMP option and policyKasper Laudrup2022-05-041-0/+4
* | | | | | | Merge topic 'remove-PackageMaker-generator'Brad King2022-05-054-633/+0
|\ \ \ \ \ \ \
| * | | | | | | CPack: Remove the deprecated PackageMaker generatorCraig Scott2022-05-044-633/+0
| |/ / / / / /
* | | | | | | Merge topic 'better_error_message_when_lang_not_enabled'Brad King2022-05-054-13/+45
|\ \ \ \ \ \ \
| * | | | | | | Provide guidance when trying to use non-enabled languageRobert Maynard2022-05-044-13/+45
| | |_|/ / / / | |/| | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2022-05-051-1/+1
* | | | | | | Merge topic 'cuda-vs-use-LinkLineDeviceComputer'Brad King2022-05-041-55/+7
|\ \ \ \ \ \ \
| * | | | | | | CUDA: Use cmLinkLineDeviceComputer in VS generatorRobert Maynard2022-05-031-55/+7
| | |_|/ / / / | |/| | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2022-05-041-1/+1
| |_|/ / / / |/| | | | |
* | | | | | Merge topic 'find_item-query-windows-registry'Brad King2022-05-0312-72/+481
|\ \ \ \ \ \
| * | | | | | find_* commands: add control over Windows registry viewsMarc Chevrier2022-04-2910-48/+361
| * | | | | | cmWindowsRegistry: Add helper for conversion between string and enum ViewMarc Chevrier2022-04-293-13/+44
| * | | | | | cmWindowsRegistry: enhance unicode conversionsMarc Chevrier2022-04-292-14/+79
* | | | | | | Merge topic 'avoid-remove-empty-path'Brad King2022-05-031-1/+3
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | cmGeneratedFileStream: Do not remove empty pathBrad King2022-04-291-1/+3
* | | | | | | Merge topic 'restore-CPACK_PACKAGEMAKER_CHOICES'Brad King2022-05-031-21/+37
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | productbuild: Restore CPACK_PACKAGEMAKER_CHOICES variableCraig Scott2022-04-291-21/+37
| |/ / / / /
* | | | | | Merge topic 'cpp-modules-prep'Brad King2022-05-038-86/+145
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | cmInstallExportGenerator: expose the temporary directoryBen Boeckel2022-04-282-59/+21
| * | | | | cmNinjaTargetGenerator: support msvc-style deps discovery for scanningBen Boeckel2022-04-271-10/+21
| * | | | | cmNinjaTargetGenerator: add flags for scanning based on the fileset typeBen Boeckel2022-04-271-0/+52
| * | | | | cmTarget: add support for querying all file set namesBen Boeckel2022-04-272-0/+12
| * | | | | cmGlobalNinjaGenerator: use an extention based on the modmapfmtBen Boeckel2022-04-271-1/+6
| * | | | | cmGlobalNinjaGenerator: escape `:` in module namesBen Boeckel2022-04-271-1/+3
| * | | | | cmTarget: avoid creating export entries if they don't existBen Boeckel2022-04-271-1/+6
| * | | | | cmInstallGenerator: use CMake-private variables in generated codeBen Boeckel2022-04-271-8/+15
| * | | | | cmInstallGenerator: fix default argument commentsBen Boeckel2022-04-271-4/+4
| * | | | | cmFileSet: support makefile-less error reporting of visibilityBen Boeckel2022-04-271-3/+6
* | | | | | CMake Nightly Date StampKitware Robot2022-05-031-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2022-05-021-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2022-05-011-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2022-04-301-1/+1
| |_|/ / / |/| | | |
* | | | | CMake Nightly Date StampKitware Robot2022-04-291-1/+1
* | | | | Merge topic 'ghs-file-type'Brad King2022-04-282-15/+8
|\ \ \ \ \
| * | | | | GHS: Set LANGUAGE type for source filesFred Baksik2022-04-272-15/+8
* | | | | | CMake Nightly Date StampKitware Robot2022-04-281-1/+1
| |_|_|/ / |/| | | |
* | | | | Merge topic 'automoc-rsp'Brad King2022-04-273-0/+63
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | AUTOMOC: Automatically use options file for moc compilerDaniel Gehriger2022-04-263-0/+63
* | | | | Merge topic 'file-set-simplifications'Brad King2022-04-276-242/+338
|\ \ \ \ \