summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | cmNinjaTargetGenerator: skip setting `depfile` for `none` scantypesBen Boeckel2022-12-021-0/+3
| * | | | | | | cmNinjaTargetGenerator: use `.clear()` to empty out some stringsBen Boeckel2022-12-021-2/+2
| | |_|_|_|/ / | |/| | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2022-12-061-1/+1
| |_|/ / / / |/| | | | |
* | | | | | Merge topic 'ArgumentFlags-function-args'Brad King2022-12-053-6/+4
|\ \ \ \ \ \
| * | | | | | cmTargetPropCommandBase::HandleArguments: flags must be OR'ableCraig Scott2022-12-033-6/+4
| | |_|_|_|/ | |/| | | |
* | | | | | Merge topic 'find_library-arch-unknown'Brad King2022-12-051-0/+15
|\ \ \ \ \ \
| * | | | | | find_library: Construct paths by removing 'unknown' from library archNemanja Ivanovic2022-12-011-0/+15
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'link-options-cache'Brad King2022-12-051-2/+4
|\ \ \ \ \ \
| * | | | | | cmGeneratorTarget: Fix regression in CUDA device link optionsBrad King2022-12-021-2/+4
* | | | | | | Merge topic 'test-file-GET_RUNTIME_DEPENDENCIES-rpath-xl'Brad King2022-12-052-2/+5
|\ \ \ \ \ \ \
| * | | | | | | Tests: Enable RunCMake.file-GET_RUNTIME_DEPENDENCIES linux cases on XLBrad King2022-12-022-2/+5
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'release-3.25'Brad King2022-12-050-0/+0
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Merge topic 'CheckSymbolExists-restore-newline' into release-3.25Brad King2022-12-051-1/+1
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge topic 'CheckSymbolExists-restore-newline'Brad King2022-12-051-1/+1
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | CheckSymbolExists: Restore newline at end of test sourceAndrey Vostrikov2022-12-021-1/+1
* | | | | | | | Merge topic 'clang-tidy-module-string-concatenation-fix'Kyle Edwards2022-12-054-42/+62
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | clang-tidy module: fix offset issue with last string concat operandKyle Edwards2022-12-034-42/+62
* | | | | | | | Merge branch 'release-3.25'Craig Scott2022-12-050-0/+0
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | Merge topic 'FetchContent-SYSTEM' into release-3.25Craig Scott2022-12-051-0/+3
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge topic 'FetchContent-SYSTEM'Craig Scott2022-12-051-0/+3
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | FetchContent: Don't pass SYSTEM through to sub-buildCraig Scott2022-12-021-0/+3
| |/ / / / / /
* | | | | | | CMake Nightly Date StampKitware Robot2022-12-051-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | CMake Nightly Date StampKitware Robot2022-12-041-1/+1
| |/ / / / |/| | | |
* | | | | CMake Nightly Date StampKitware Robot2022-12-031-1/+1
| |/ / / |/| | |
* | | | Merge topic 'file-GET_RUNTIME_DEPENDENCIES-transitive-rpath'Brad King2022-12-027-5/+91
|\ \ \ \
| * | | | file(GET_RUNTIME_DEPENDENCIES): propagate transitive parent's rpathAlex Lapenkou2022-12-027-2/+90
| * | | | Tests: Simplify RunCMake.file-GET_RUNTIME_DEPENDENCIES case cleaningBrad King2022-11-291-3/+1
* | | | | Merge topic 'cxxmodules-vs'Brad King2022-12-0228-46/+156
|\ \ \ \ \
| * | | | | ci: enable C++20 module testing with the VS 2022 generatorBen Boeckel2022-12-011-0/+3
| * | | | | cmExperimental: recycle C++20 module support UUIDBen Boeckel2022-12-0110-10/+10
| * | | | | Help/dev/experimental: document C++20 module limitationsBen Boeckel2022-12-011-0/+25
| * | | | | Tests/RunCMake/CXXModules: add support for Visual StudioBen Boeckel2022-12-012-0/+8
| * | | | | Tests/RunCMake/CXXModules: split out collation-requiring testsBen Boeckel2022-12-014-4/+8
| * | | | | Tests/RunCMake/CXXModules: factor out generator support detectionBen Boeckel2022-12-011-3/+8
| * | | | | Tests/RunCMake/CXXModules: update `NoDyndepSupport` for VS2019 and olderBen Boeckel2022-12-011-0/+5
| * | | | | Tests/RunCMake/CXXModules: catch VS circular error messageBen Boeckel2022-12-011-1/+1
| * | | | | Tests/RunCMake/CXXModules: mask scanning checks without controlBen Boeckel2022-12-017-21/+38
| * | | | | cmVisualStudio10TargetGenerator: write C++ module elementsBen Boeckel2022-12-011-4/+36
| * | | | | cmVisualStudio10TargetGenerator: ask the generator for dyndep supportBen Boeckel2022-12-011-1/+2
| * | | | | cmGlobalVisualStudioVersionedGenerator: check for C++ module supportBen Boeckel2022-12-011-0/+5
| * | | | | cmGlobalVisualStudioVersionedGenerator: support dyndep in VS2022 and upBen Boeckel2022-12-011-0/+5
| * | | | | cmGlobalVisualStudio7Generator: make `SupportsCxxModuleDyndep` protectedBen Boeckel2022-12-011-2/+2
| | |_|_|/ | |/| | |
* | | | | Merge topic 'ci-os-arch'Brad King2022-12-021-2/+2
|\ \ \ \ \
| * | | | | gitlab-ci: replace 'linux' tags with 'linux-x86_64' in upload jobsBrad King2022-12-011-2/+2
* | | | | | CMake Nightly Date StampKitware Robot2022-12-021-1/+1
| |/ / / / |/| | | |
* | | | | Merge topic 'cxxmodules-collation-logic-refactor'Brad King2022-12-016-581/+732
|\ \ \ \ \
| * | | | | cmDyndepCollation: factor out metadata writing for dyndepBen Boeckel2022-11-303-313/+355
| * | | | | cmDyndepCollation: factor out parsing dyndep informationBen Boeckel2022-11-304-96/+116
| * | | | | cmDyndepCollation: factor out writing C++ module info from NinjaBen Boeckel2022-11-304-214/+303
* | | | | | Merge topic 'find_cudatoolkit_avoid_nvhpc_symlinks'Brad King2022-12-014-10/+39
|\ \ \ \ \ \