Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmExperimental: use an `enum` for whether to forward to try_compile | Ben Boeckel | 2023-07-31 | 3 | -5/+12 |
* | Merge topic 'test-target-property-init' | Brad King | 2023-07-31 | 1 | -2/+3 |
|\ | |||||
| * | cmTarget: handle `HIP_STANDARD` like other language standards | Ben Boeckel | 2023-07-29 | 1 | -2/+3 |
* | | Merge topic 'ci-debian-12' | Brad King | 2023-07-31 | 127 | -950/+937 |
|\ \ | |||||
| * | | IWYU: Update for Debian 12 CI job | Brad King | 2023-07-28 | 127 | -950/+937 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2023-07-31 | 1 | -1/+1 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2023-07-30 | 1 | -1/+1 |
| |/ |/| | |||||
* | | CMake Nightly Date Stamp | Kitware Robot | 2023-07-29 | 1 | -1/+1 |
* | | Merge topic 'xcframework-find-library' | Kyle Edwards | 2023-07-28 | 1 | -0/+16 |
|\ \ | |/ |/| | |||||
| * | find_library(): Add support for .xcframework | Kyle Edwards | 2023-07-28 | 1 | -0/+16 |
* | | Merge topic 'ExportTestLabelToJUnit' | Brad King | 2023-07-28 | 1 | -0/+15 |
|\ \ | |||||
| * | | ctest: export test labels to junit xml | Alex Neundorf | 2023-07-26 | 1 | -0/+15 |
* | | | Merge topic 'cxx-atomic' | Brad King | 2023-07-28 | 5 | -7/+22 |
|\ \ \ | |||||
| * | | | Source: Link libatomic when needed on Linux 32-bit ARM | Brad King | 2023-07-27 | 5 | -7/+22 |
| * | | | CMake 3.27.1v3.27.1 | Brad King | 2023-07-25 | 1 | -1/+1 |
| * | | | Merge topic 'property-typo-fix' into release-3.27 | Brad King | 2023-07-25 | 1 | -1/+1 |
| |\ \ \ | |||||
| * \ \ \ | Merge topic 'cdash_checksum_400' into release-3.27 | Brad King | 2023-07-25 | 1 | -9/+12 |
| |\ \ \ \ | |||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-07-28 | 1 | -1/+1 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | Merge topic 'xcframework-target-link-libraries' | Kyle Edwards | 2023-07-27 | 16 | -10/+532 |
|\ \ \ \ \ | |||||
| * | | | | | macOS: Add support for linking against .xcframework folders | Kyle Edwards | 2023-07-26 | 15 | -6/+532 |
| * | | | | | bootstrap: Unconditionally build libjsoncpp | Kyle Edwards | 2023-07-26 | 1 | -4/+0 |
* | | | | | | Merge topic 'cmuvprocesschain-wait-0' | Brad King | 2023-07-27 | 2 | -3/+3 |
|\ \ \ \ \ \ | |||||
| * | | | | | | cmUVProcessChain::Wait(): Treat timeout of 0 as no timeout | Kyle Edwards | 2023-07-26 | 2 | -3/+3 |
| |/ / / / / | |||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-07-27 | 1 | -1/+1 |
* | | | | | | Merge topic 'jobserver-fix' | Brad King | 2023-07-26 | 5 | -23/+32 |
|\ \ \ \ \ \ | |||||
| * | | | | | | add_custom_{command,target}: Teach JOB_SERVER_AWARE about WORKING_DIRECTORY | Chris Mahoney | 2023-07-25 | 5 | -23/+32 |
* | | | | | | | Merge topic 'cmPolicies-cmStrCat' | Brad King | 2023-07-26 | 1 | -85/+75 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | |||||
| * | | | | | | 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 | 2 | -2/+6 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | exec_program(): Remove by policy CMP0153 | Kyle Edwards | 2023-07-25 | 2 | -2/+6 |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-07-26 | 1 | -1/+1 |
* | | | | | | | | Merge topic 'property-typo-fix' | Brad King | 2023-07-25 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | | |||||
| * | | | | | | | cmTarget: Restore Fortran_PREPROCESS property initialization | Ben Boeckel | 2023-07-25 | 1 | -1/+1 |
| | |_|_|/ / / | |/| | | | | | |||||
* | | | | | | | Merge topic 'cdash_checksum_400' | Brad King | 2023-07-25 | 1 | -9/+12 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | / / | | |_|_|/ / | |/| | | | | |||||
| * | | | | | ctest: Update ctest_submit for CDash behavior change | Zack Galbreath | 2023-07-25 | 1 | -9/+12 |
| * | | | | | CMake 3.26.5v3.26.5 | Brad King | 2023-07-19 | 1 | -1/+1 |
| * | | | | | CMake 3.26.4v3.26.4 | Brad King | 2023-05-18 | 1 | -1/+1 |
| * | | | | | CMake 3.26.3v3.26.3 | Brad King | 2023-04-04 | 1 | -1/+1 |
| * | | | | | CMake 3.26.2v3.26.2 | Brad King | 2023-03-29 | 1 | -1/+1 |
* | | | | | | Merge topic 'fix-ctest-timeout-regression' | Brad King | 2023-07-25 | 1 | -3/+5 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | CTest: Fix regression in calculating test timeout | Kyle Edwards | 2023-07-24 | 1 | -3/+5 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-07-25 | 1 | -1/+1 |
| |_|/ / / |/| | | | | |||||
* | | | | | Merge topic 'file-REAL_PATH-relative' | Brad King | 2023-07-24 | 2 | -4/+58 |
|\ \ \ \ \ | |||||
| * | | | | | file(REAL_PATH): resolve symlinks before '..' components | Robert Maynard | 2023-07-20 | 2 | -4/+58 |
* | | | | | | Merge topic 'dyndep-module-info-objlib-dependency' | Brad King | 2023-07-24 | 3 | -5/+24 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | cmComputeLinkInformation: track OBJECT library dependencies | Ben Boeckel | 2023-07-22 | 3 | -5/+24 |
| * | | | | | CMake 3.27.0v3.27.0 | Brad King | 2023-07-18 | 1 | -1/+1 |