summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | FindBoost: Add policy to remove this moduleBrad King2024-05-033-1/+5
| |/ / /
* | | | Merge topic 'cpack-support-all-component-names'Brad King2024-05-0612-29/+183
|\ \ \ \
| * | | | CPack: Support arbitrary component name when packagingDeniz Bahadir2024-05-0111-28/+175
| * | | | cmLocalGenerator: Support arbitrary component name when installingDeniz Bahadir2024-05-011-1/+8
* | | | | CMake Nightly Date StampKitware Robot2024-05-061-1/+1
* | | | | CMake Nightly Date StampKitware Robot2024-05-051-1/+1
* | | | | CMake Nightly Date StampKitware Robot2024-05-041-1/+1
| |/ / / |/| | |
* | | | Merge topic 'cxxmodules-no-import-std-reason'Brad King2024-05-031-6/+13
|\ \ \ \
| * | | | cxxmodules: give a reason for unavailability of `import std`Ben Boeckel2024-05-021-6/+13
* | | | | Merge topic 'cxxmodules-build-export-different-directory'Brad King2024-05-031-2/+4
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Merge branch 'cxxmodules-build-export-different-directory-3.28' into cxxmodul...Ben Boeckel2024-05-021-2/+4
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | cmDyndepCollation: look at all `export(TARGETS)` callsBen Boeckel2024-05-021-2/+4
| * | | | Merge topic 'export-name-safe-name' into release-3.29Brad King2024-05-015-6/+23
| |\ \ \ \
| * \ \ \ \ Merge topic 'exported-modules-with-headers' into release-3.29Brad King2024-04-301-0/+4
| |\ \ \ \ \
* | | | | | | CMake Nightly Date StampKitware Robot2024-05-031-1/+1
* | | | | | | Merge topic 'pch-single-arch'Brad King2024-05-026-41/+34
|\ \ \ \ \ \ \
| * | | | | | | PCH: Use per-arch .pch files only when building multiple Apple architecturesBrad King2024-05-016-35/+34
| * | | | | | | cmNinjaTargetGenerator: Remove unused Apple architecture listBrad King2024-05-011-6/+0
* | | | | | | | Merge topic 'vs-filter-props'Brad King2024-05-021-0/+12
|\ \ \ \ \ \ \ \
| * | | | | | | | VS: Add option to import .props in .vcxproj.filters fileshalx992024-05-011-0/+12
* | | | | | | | | Merge topic 'vs-scan-module-deps-settings'Brad King2024-05-024-14/+52
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | VS: set ScanSourceForModuleDependencies at vcxproj levelBen Boeckel2024-05-012-5/+21
| * | | | | | | | cmGeneratorTarget: add a target-level query for "needs dyndep"Ben Boeckel2024-05-012-9/+31
| * | | | | | | | Merge topic 'export-name-safe-name' into release-3.28Brad King2024-05-015-6/+23
| |\ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | / / / | | | |_|_|/ / / | | |/| | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2024-05-021-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge topic 'genex-link-properties'Brad King2024-05-0111-155/+180
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | GenEx: Fix TARGET_PROPERTY evaluation of transitive link propertiesBrad King2024-04-292-4/+17
| * | | | | | GenEx: Teach TARGET_PROPERTY evaluation to optionally pierce LINK_ONLYBrad King2024-04-293-20/+34
| * | | | | | Help: Clarify CMP0099 documentation and summary textBrad King2024-04-291-2/+2
| * | | | | | cmGeneratorExpressionDAGChecker: Simplify transitive property tableBrad King2024-04-296-97/+73
| * | | | | | cmGeneratorExpressionDAGChecker: Make local generator available in constructorBrad King2024-04-299-47/+70
| * | | | | | cmGeneratorExpressionNode: Remove outdated lint suppressionBrad King2024-04-291-2/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge topic 'export-name-safe-name'Brad King2024-05-015-6/+23
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | cxxmodules: use filesystem-safe export names in filenamesBen Boeckel2024-04-303-6/+12
| * | | | | cmGeneratorTarget: add method to get a filesystem-safe export nameBen Boeckel2024-04-292-0/+11
| | |_|_|/ | |/| | |
* | | | | Merge topic 'simplify-and-clean-up-some-cpack-functions'Brad King2024-05-015-110/+190
|\ \ \ \ \
| * | | | | cmLocalGenerator: Fix comments in generated cmake_install.cmake fileDeniz Bahadir2024-04-301-4/+4
| * | | | | cmCPackGenerator: Fix debug message in function `PrepareGroupingKind`Deniz Bahadir2024-04-301-2/+2
| * | | | | cmCPackGenerator: Fix comment in function `InstallCMakeProject`Deniz Bahadir2024-04-301-1/+1
| * | | | | cmCPackGenerator: Slightly simplify function `InstallProject`Deniz Bahadir2024-04-301-7/+7
| * | | | | cmCPackGenerator: Clean up and simplify function `DoPackage`Deniz Bahadir2024-04-301-32/+47
| * | | | | cmCPackGenerator: Clean up and simplify function `PrepareNames`Deniz Bahadir2024-04-301-33/+42
| * | | | | cmCPackGenerator: Refactor copying of package files into own functionDeniz Bahadir2024-04-302-19/+26
| * | | | | cmCPackGenerator: Refactor generation of checksum file into own functionDeniz Bahadir2024-04-302-12/+24
| * | | | | cmCryptoHash: Add function which gets the hash type nameDeniz Bahadir2024-04-302-0/+37
* | | | | | Merge topic 'search-path-label'Brad King2024-05-011-1/+1
|\ \ \ \ \ \
| * | | | | | cmFindCommon: Fix typo in internal search path group labelBrad King2024-04-301-1/+1
| |/ / / / /
* | | | | | Merge topic 'cmp0116-escaped-colon'Brad King2024-05-012-42/+54
|\ \ \ \ \ \
| * | | | | | cmake_transform_depfile: Handle escaped colons in depfile contentPhilipp Borsutzki2024-04-302-42/+54
| | |_|/ / / | |/| | | |
* | | | | | CMake Nightly Date StampKitware Robot2024-05-011-1/+1
| |/ / / / |/| | | |