Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | strings: combine string literals | Ben Boeckel | 2023-07-30 | 3 | -41/+59 |
| | |||||
* | cmCPackDragNDropGenerator: use a string instead of a stream for commands | Ben Boeckel | 2023-07-30 | 3 | -65/+70 |
| | |||||
* | cmStrCat: use where possible in Apple-specific sources | Ben Boeckel | 2023-07-30 | 5 | -73/+82 |
| | |||||
* | cmXCode21Object: simplify streaming expression | Ben Boeckel | 2023-07-30 | 1 | -3/+1 |
| | |||||
* | cmLocalXCodeGenerator: return a default string | Ben Boeckel | 2023-07-30 | 1 | -1/+1 |
| | | | | Instead of using the `strlen`-based constructor. | ||||
* | cmCPackPKGGenerator: remove unnecessary `.c_str()` calls | Ben Boeckel | 2023-07-30 | 1 | -6/+5 |
| | |||||
* | cmCPackDragNDropGenerator: remove unnecessary string construction | Ben Boeckel | 2023-07-30 | 1 | -1/+1 |
| | |||||
* | clang-tidy: fix `readability-braces-around-statements` lints | Ben Boeckel | 2023-07-30 | 1 | -1/+2 |
| | |||||
* | clang-tidy: fix `modernize-use-override` lints | Ben Boeckel | 2023-07-30 | 1 | -1/+1 |
| | |||||
* | clang-tidy: fix `readability-else-after-return` lints | Ben Boeckel | 2023-07-30 | 1 | -3/+3 |
| | |||||
* | clang-tidy: fix `bugprone-branch-clone` lints | Ben Boeckel | 2023-07-30 | 1 | -0/+2 |
| | |||||
* | clang-tidy: fix `modernize-use-default-member-init` lints | Ben Boeckel | 2023-07-30 | 1 | -4/+2 |
| | |||||
* | clang-tidy: fix `modernize-loop-convert` lints | Ben Boeckel | 2023-07-30 | 1 | -3/+5 |
| | |||||
* | clang-tidy: fix `modernize-use-auto` lints | Ben Boeckel | 2023-07-27 | 4 | -32/+32 |
| | |||||
* | Merge topic 'xcframework-target-link-libraries' | Kyle Edwards | 2023-07-27 | 95 | -41/+852 |
|\ | | | | | | | | | | | | | | | 7050ac56a1 macOS: Add support for linking against .xcframework folders 93ed53790c bootstrap: Unconditionally build libjsoncpp Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8619 | ||||
| * | macOS: Add support for linking against .xcframework folders | Kyle Edwards | 2023-07-26 | 94 | -6/+828 |
| | | | | | | | | Issue: #21752 | ||||
| * | bootstrap: Unconditionally build libjsoncpp | Kyle Edwards | 2023-07-26 | 2 | -35/+24 |
| | | |||||
* | | Merge topic 'cmuvprocesschain-wait-0' | Brad King | 2023-07-27 | 3 | -3/+22 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | 830a4b37aa cmUVProcessChain::Wait(): Treat timeout of 0 as no timeout Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !8658 | ||||
| * | | cmUVProcessChain::Wait(): Treat timeout of 0 as no timeout | Kyle Edwards | 2023-07-26 | 3 | -3/+22 |
| |/ | |||||
* | | Merge branch 'release-3.27' | Brad King | 2023-07-27 | 0 | -0/+0 |
|\ \ | |||||
| * \ | Merge topic 'doc-if-exists' into release-3.27 | Brad King | 2023-07-27 | 1 | -3/+3 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | 3ab132d86f Help: Document that if(EXISTS) requires paths to be readable Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8656 | ||||
* | \ \ | Merge topic 'doc-if-exists' | Brad King | 2023-07-27 | 1 | -3/+3 |
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | 3ab132d86f Help: Document that if(EXISTS) requires paths to be readable Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8656 | ||||
| * | | | Help: Document that if(EXISTS) requires paths to be readable | Brad King | 2023-07-26 | 1 | -3/+3 |
| |/ / | | | | | | | | | | Issue: #25125 | ||||
* | | | Merge topic 'ci-more-tests' | Brad King | 2023-07-27 | 5 | -0/+17 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 077678d3f9 ci: test CDash submission tests on some nightly dashboards fe55a0ebf4 ci: enable more tests to better match nightly dashboards Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Merge-request: !8646 | ||||
| * | | | ci: test CDash submission tests on some nightly dashboards | Ben Boeckel | 2023-07-25 | 4 | -0/+13 |
| | | | | | | | | | | | | | | | | One from each platform, and a mix of architectures and generators. | ||||
| * | | | ci: enable more tests to better match nightly dashboards | Ben Boeckel | 2023-07-25 | 1 | -0/+4 |
| | | | | |||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-07-27 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge topic 'findcuda_mark_stub_libraries_as_no_rpath' | Brad King | 2023-07-26 | 1 | -8/+17 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0744c02e24 FindCUDAToolkit: targets pointing to stubs now use IMPORTED_IMPLIB Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8649 | ||||
| * | | | | FindCUDAToolkit: targets pointing to stubs now use IMPORTED_IMPLIB | Robert Maynard | 2023-07-24 | 1 | -8/+17 |
| |/ / / | | | | | | | | | | | | | | | | | This ensures that we don't add rpath entries to the stubs directory which would cause runtime loading of the wrong libraries. | ||||
* | | | | Merge topic 'jobserver-fix' | Brad King | 2023-07-26 | 8 | -36/+82 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3825d6ec98 add_custom_{command,target}: Teach JOB_SERVER_AWARE about WORKING_DIRECTORY Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Merge-request: !8644 | ||||
| * | | | | add_custom_{command,target}: Teach JOB_SERVER_AWARE about WORKING_DIRECTORY | Chris Mahoney | 2023-07-25 | 8 | -36/+82 |
| | | | | | | | | | | | | | | | | | | | | Issue: #16273 | ||||
* | | | | | Merge topic 'cmPolicies-cmStrCat' | Brad King | 2023-07-26 | 1 | -85/+75 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c4bb7fd4f3 cmPolicies: use `cmStrCat` for error message building 59eda7fa0a cmPolicies: use `cmStrCat` for string additions 0c8a2c4a86 cmPolicies: use character literals where possible 0cb4f08ddf cmPolicies: combine string literals where possible Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Merge-request: !8650 | ||||
| * | | | | cmPolicies: use `cmStrCat` for error message building | Ben Boeckel | 2023-07-24 | 1 | -84/+68 |
| | | | | | |||||
| * | | | | cmPolicies: use `cmStrCat` for string additions | Ben Boeckel | 2023-07-24 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | cmPolicies: use character literals where possible | Ben Boeckel | 2023-07-24 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | cmPolicies: combine string literals where possible | Ben Boeckel | 2023-07-24 | 1 | -22/+28 |
| | |/ / | |/| | | |||||
* | | | | Merge topic 'exec-program-policy' | Kyle Edwards | 2023-07-26 | 18 | -2/+61 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ff12a57d5e exec_program(): Remove by policy CMP0153 Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Merge-request: !8653 | ||||
| * | | | | exec_program(): Remove by policy CMP0153 | Kyle Edwards | 2023-07-25 | 18 | -2/+61 |
| | | | | | |||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-07-26 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge branch 'release-3.27' | Brad King | 2023-07-25 | 1 | -0/+12 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | CMake 3.27.1v3.27.1 | Brad King | 2023-07-25 | 2 | -1/+13 |
| | | | | | |||||
* | | | | | Merge branch 'release-3.27' | Brad King | 2023-07-25 | 0 | -0/+0 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge topic 'property-typo-fix' into release-3.27 | Brad King | 2023-07-25 | 2 | -2/+4 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c172eecea6 cmTarget: Restore Fortran_PREPROCESS property initialization Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !8654 | ||||
* | \ \ \ \ | Merge topic 'property-typo-fix' | Brad King | 2023-07-25 | 2 | -2/+4 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c172eecea6 cmTarget: Restore Fortran_PREPROCESS property initialization Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !8654 | ||||
| * | | | | | cmTarget: Restore Fortran_PREPROCESS property initialization | Ben Boeckel | 2023-07-25 | 2 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix a typo from commit e522f8ca06 (cmTarget: factor out properties initialized for target which compile, 2023-02-01, v3.27.0-rc1~577^2~13), that broke this property. Also update the test suite to use this upgrade as some level of coverage. Fixes: #25123 | ||||
* | | | | | | Merge branch 'release-3.27' | Brad King | 2023-07-25 | 0 | -0/+0 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | Merge branch 'release-3.26' into release-3.27 | Brad King | 2023-07-25 | 0 | -0/+0 |
| |\ \ \ \ \ | |||||
* | \ \ \ \ \ | Merge branch 'release-3.26' | Brad King | 2023-07-25 | 0 | -0/+0 |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| * | | | | | | Merge branch 'cdash_checksum_400' into release-3.26 | Brad King | 2023-07-25 | 2 | -10/+13 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Merge-request: !8648 | ||||
* | \ \ \ \ \ \ | Merge branch 'release-3.27' | Brad King | 2023-07-25 | 0 | -0/+0 |
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | |