Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | cmNinjaTargetGenerator: skip setting `depfile` for `none` scantypes | Ben Boeckel | 2022-12-02 | 1 | -0/+3 | |
| * | | | | | | | cmNinjaTargetGenerator: use `.clear()` to empty out some strings | Ben Boeckel | 2022-12-02 | 1 | -2/+2 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2022-12-06 | 1 | -1/+1 | |
| |_|/ / / / |/| | | | | | ||||||
* | | | | | | Merge topic 'ArgumentFlags-function-args' | Brad King | 2022-12-05 | 3 | -6/+4 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | cmTargetPropCommandBase::HandleArguments: flags must be OR'able | Craig Scott | 2022-12-03 | 3 | -6/+4 | |
| | |_|_|_|/ | |/| | | | | ||||||
* | | | | | | Merge topic 'find_library-arch-unknown' | Brad King | 2022-12-05 | 1 | -0/+15 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | find_library: Construct paths by removing 'unknown' from library arch | Nemanja Ivanovic | 2022-12-01 | 1 | -0/+15 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge topic 'link-options-cache' | Brad King | 2022-12-05 | 1 | -2/+4 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | cmGeneratorTarget: Fix regression in CUDA device link options | Brad King | 2022-12-02 | 1 | -2/+4 | |
* | | | | | | | Merge topic 'test-file-GET_RUNTIME_DEPENDENCIES-rpath-xl' | Brad King | 2022-12-05 | 2 | -2/+5 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Tests: Enable RunCMake.file-GET_RUNTIME_DEPENDENCIES linux cases on XL | Brad King | 2022-12-02 | 2 | -2/+5 | |
| | |_|/ / / / | |/| | | | | | ||||||
* | | | | | | | Merge branch 'release-3.25' | Brad King | 2022-12-05 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | ||||||
| * | | | | | | Merge topic 'CheckSymbolExists-restore-newline' into release-3.25 | Brad King | 2022-12-05 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | ||||||
* | \ \ \ \ \ \ | Merge topic 'CheckSymbolExists-restore-newline' | Brad King | 2022-12-05 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | CheckSymbolExists: Restore newline at end of test source | Andrey Vostrikov | 2022-12-02 | 1 | -1/+1 | |
* | | | | | | | | Merge topic 'clang-tidy-module-string-concatenation-fix' | Kyle Edwards | 2022-12-05 | 4 | -42/+62 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | ||||||
| * | | | | | | | clang-tidy module: fix offset issue with last string concat operand | Kyle Edwards | 2022-12-03 | 4 | -42/+62 | |
* | | | | | | | | Merge branch 'release-3.25' | Craig Scott | 2022-12-05 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | ||||||
| * | | | | | | | Merge topic 'FetchContent-SYSTEM' into release-3.25 | Craig Scott | 2022-12-05 | 1 | -0/+3 | |
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge topic 'FetchContent-SYSTEM' | Craig Scott | 2022-12-05 | 1 | -0/+3 | |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | FetchContent: Don't pass SYSTEM through to sub-build | Craig Scott | 2022-12-02 | 1 | -0/+3 | |
| |/ / / / / / | ||||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2022-12-05 | 1 | -1/+1 | |
| |_|_|_|_|/ |/| | | | | | ||||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2022-12-04 | 1 | -1/+1 | |
| |/ / / / |/| | | | | ||||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2022-12-03 | 1 | -1/+1 | |
| |/ / / |/| | | | ||||||
* | | | | Merge topic 'file-GET_RUNTIME_DEPENDENCIES-transitive-rpath' | Brad King | 2022-12-02 | 7 | -5/+91 | |
|\ \ \ \ | ||||||
| * | | | | file(GET_RUNTIME_DEPENDENCIES): propagate transitive parent's rpath | Alex Lapenkou | 2022-12-02 | 7 | -2/+90 | |
| * | | | | Tests: Simplify RunCMake.file-GET_RUNTIME_DEPENDENCIES case cleaning | Brad King | 2022-11-29 | 1 | -3/+1 | |
* | | | | | Merge topic 'cxxmodules-vs' | Brad King | 2022-12-02 | 28 | -46/+156 | |
|\ \ \ \ \ | ||||||
| * | | | | | ci: enable C++20 module testing with the VS 2022 generator | Ben Boeckel | 2022-12-01 | 1 | -0/+3 | |
| * | | | | | cmExperimental: recycle C++20 module support UUID | Ben Boeckel | 2022-12-01 | 10 | -10/+10 | |
| * | | | | | Help/dev/experimental: document C++20 module limitations | Ben Boeckel | 2022-12-01 | 1 | -0/+25 | |
| * | | | | | Tests/RunCMake/CXXModules: add support for Visual Studio | Ben Boeckel | 2022-12-01 | 2 | -0/+8 | |
| * | | | | | Tests/RunCMake/CXXModules: split out collation-requiring tests | Ben Boeckel | 2022-12-01 | 4 | -4/+8 | |
| * | | | | | Tests/RunCMake/CXXModules: factor out generator support detection | Ben Boeckel | 2022-12-01 | 1 | -3/+8 | |
| * | | | | | Tests/RunCMake/CXXModules: update `NoDyndepSupport` for VS2019 and older | Ben Boeckel | 2022-12-01 | 1 | -0/+5 | |
| * | | | | | Tests/RunCMake/CXXModules: catch VS circular error message | Ben Boeckel | 2022-12-01 | 1 | -1/+1 | |
| * | | | | | Tests/RunCMake/CXXModules: mask scanning checks without control | Ben Boeckel | 2022-12-01 | 7 | -21/+38 | |
| * | | | | | cmVisualStudio10TargetGenerator: write C++ module elements | Ben Boeckel | 2022-12-01 | 1 | -4/+36 | |
| * | | | | | cmVisualStudio10TargetGenerator: ask the generator for dyndep support | Ben Boeckel | 2022-12-01 | 1 | -1/+2 | |
| * | | | | | cmGlobalVisualStudioVersionedGenerator: check for C++ module support | Ben Boeckel | 2022-12-01 | 1 | -0/+5 | |
| * | | | | | cmGlobalVisualStudioVersionedGenerator: support dyndep in VS2022 and up | Ben Boeckel | 2022-12-01 | 1 | -0/+5 | |
| * | | | | | cmGlobalVisualStudio7Generator: make `SupportsCxxModuleDyndep` protected | Ben Boeckel | 2022-12-01 | 1 | -2/+2 | |
| | |_|_|/ | |/| | | | ||||||
* | | | | | Merge topic 'ci-os-arch' | Brad King | 2022-12-02 | 1 | -2/+2 | |
|\ \ \ \ \ | ||||||
| * | | | | | gitlab-ci: replace 'linux' tags with 'linux-x86_64' in upload jobs | Brad King | 2022-12-01 | 1 | -2/+2 | |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2022-12-02 | 1 | -1/+1 | |
| |/ / / / |/| | | | | ||||||
* | | | | | Merge topic 'cxxmodules-collation-logic-refactor' | Brad King | 2022-12-01 | 6 | -581/+732 | |
|\ \ \ \ \ | ||||||
| * | | | | | cmDyndepCollation: factor out metadata writing for dyndep | Ben Boeckel | 2022-11-30 | 3 | -313/+355 | |
| * | | | | | cmDyndepCollation: factor out parsing dyndep information | Ben Boeckel | 2022-11-30 | 4 | -96/+116 | |
| * | | | | | cmDyndepCollation: factor out writing C++ module info from Ninja | Ben Boeckel | 2022-11-30 | 4 | -214/+303 | |
* | | | | | | Merge topic 'find_cudatoolkit_avoid_nvhpc_symlinks' | Brad King | 2022-12-01 | 4 | -10/+39 | |
|\ \ \ \ \ \ |