summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'ci-nvhpc'Brad King2022-12-061-0/+4
|\
| * gitlab-ci: Select CUDA version explicitly in NVHPC jobBrad King2022-12-051-0/+4
* | Merge topic 'FindOpenSSL-static-z'Brad King2022-12-061-4/+38
|\ \
| * | FindOpenSSL: use extra dependencies from pkg-config as wellRolf Eike Beer2022-12-051-4/+38
* | | Merge topic 'cxx-module-map-clang'Brad King2022-12-0616-6/+194
|\ \ \
| * | | gitlab-ci: add CI jobs for Clang with C++20 modulesBen Boeckel2022-12-024-0/+50
| * | | ci: add a Docker container for clang support of C++20 modulesBen Boeckel2022-12-024-0/+66
| * | | Clang-FindBinUtils: also find `clang-scan-deps`Ben Boeckel2022-12-021-0/+11
| * | | ci: add C++ module rules file for ClangBen Boeckel2022-12-021-0/+16
| * | | cmCxxModuleMapper: support the `clang` module map formatBen Boeckel2022-12-025-4/+46
| * | | 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