Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'cpack-auto-suffixes' | Brad King | 2023-11-28 | 4 | -0/+16 |
|\ | |||||
| * | CPack/RPM: Append .rpm to CPACK_RPM_FILE_NAME if missing | Alex Neundorf | 2023-11-27 | 4 | -3/+5 |
| * | CPack/DEB: Append .deb to CPACK_DEBIAN_FILE_NAME if missing | Alex Neundorf | 2023-11-27 | 4 | -0/+14 |
* | | Merge topic 'tests-c99' | Brad King | 2023-11-28 | 2 | -11/+17 |
|\ \ | |||||
| * | | Tests: Improve C compatibility of LoadCommand tests | Florian Weimer | 2023-11-27 | 2 | -11/+17 |
* | | | Merge topic 'uv-write' | Brad King | 2023-11-27 | 1 | -0/+51 |
|\ \ \ | |||||
| * | | | cmUVHandlePtr: Add uv_write wrapper to manage request lifetime | Brad King | 2023-11-22 | 1 | -0/+51 |
* | | | | Merge topic 'vs-ifx' | Brad King | 2023-11-27 | 8 | -0/+23 |
|\ \ \ \ | |||||
| * | | | | VS: Add support for using Intel oneAPI Fortran compiler in .vfproj files | Brad King | 2023-11-22 | 8 | -0/+23 |
* | | | | | Merge topic 'fortran-objects-as-sources-fix' | Brad King | 2023-11-27 | 23 | -0/+138 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | |||||
| * | | | | Ninja: support "forwarding" modules from other targets | Ben Boeckel | 2023-11-23 | 6 | -0/+6 |
| * | | | | Merge branch 'revert-exact-collation-depends-3.27' (early part) into fortran-... | Ben Boeckel | 2023-11-21 | 17 | -0/+132 |
| |\ \ \ \ | |||||
| | * | | | | Tests/FortranModules: add test for TARGET_OBJECTS-as-linked-items module usage | Ben Boeckel | 2023-11-21 | 10 | -0/+69 |
| | * | | | | Tests/FortranModules: add test for TARGET_OBJECTS-as-sources module usage | Ben Boeckel | 2023-11-21 | 8 | -0/+63 |
| * | | | | | Merge topic 'fileapi-file-sets-base-dirs-relative' into release-3.28 | Brad King | 2023-11-20 | 2 | -5/+5 |
| |\ \ \ \ \ | |||||
* | \ \ \ \ \ | Merge topic 'clang-scan-deps-failed-scan' | Brad King | 2023-11-22 | 1 | -2/+2 |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | |||||
| * | | | | | | Clang-CXX: copy into the dyndep output on success | Ben Boeckel | 2023-11-21 | 1 | -2/+2 |
| |/ / / / / | |||||
* | | | | | | cmUVHandlePtr: Add uv_idle_ptr::{start,stop} methods | Brad King | 2023-11-20 | 1 | -1/+12 |
* | | | | | | cmUVHandlePtr: Add uv_timer_ptr::stop method | Brad King | 2023-11-20 | 1 | -0/+10 |
* | | | | | | Tests: Add dedicated test case for uv_timer_ptr | Brad King | 2023-11-20 | 1 | -0/+27 |
* | | | | | | Tests: Factor out callback in uv_idle_ptr test case | Brad King | 2023-11-20 | 1 | -4/+6 |
* | | | | | | Tests: Add dedicated test to cover cmUVHandlePtr types | Brad King | 2023-11-20 | 3 | -25/+37 |
| |_|_|/ / |/| | | | | |||||
* | | | | | Merge topic 'fileapi-file-sets-base-dirs-relative' | Brad King | 2023-11-20 | 2 | -5/+5 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | fileapi: Fix file sets' base directories relative to top source | Kyle Edwards | 2023-11-17 | 2 | -5/+5 |
* | | | | | Merge topic 'ctest-cleanup' | Brad King | 2023-11-20 | 8 | -15/+76 |
|\ \ \ \ \ | |||||
| * | | | | | cmCTestMultiProcessHandler: Stop searching for tests when limit is reached | Brad King | 2023-11-17 | 5 | -0/+55 |
| * | | | | | Tests: Cover ctest waiting on insufficient non-zero spare test-load | Brad King | 2023-11-17 | 5 | -15/+21 |
* | | | | | | Merge topic 'ci-fedora-39' | Brad King | 2023-11-20 | 11 | -15/+19 |
|\ \ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'backport-ci-fedora-39' into ci-fedora-39 | Brad King | 2023-11-17 | 11 | -15/+19 |
| |\ \ \ \ \ \ | | |/ / / / / | |/| | / / / | | | |/ / / | | |/| | | | |||||
| | * | | | | codespell: Fix typos | Brad King | 2023-11-17 | 10 | -11/+11 |
| | * | | | | Tests: Update HIP.MathFunctions case for nodiscard enforcement | Brad King | 2023-11-17 | 1 | -4/+8 |
* | | | | | | Merge topic 'uv-idle-ptr' | Brad King | 2023-11-19 | 1 | -3/+29 |
|\ \ \ \ \ \ | |||||
| * | | | | | | cmUVHandlePtr: Add uv_idle_ptr | Brad King | 2023-11-17 | 1 | -0/+26 |
| * | | | | | | cmUVHandlePtr: Add explicit conversion to bool | Brad King | 2023-11-17 | 1 | -3/+3 |
| |/ / / / / | |||||
* | | | | | | Merge topic 'swift-compilation-mode' | Brad King | 2023-11-19 | 14 | -8/+77 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | Tests: Update Swift tests to use CMP0157 NEW behavior | Evan Wilde | 2023-11-17 | 5 | -0/+5 |
| * | | | | | Swift: Add abstraction for compilation mode | Evan Wilde | 2023-11-17 | 8 | -0/+66 |
| * | | | | | Tests: Simplify RunCMake.Swift conditions to enable use of Swift | Brad King | 2023-11-17 | 2 | -8/+6 |
* | | | | | | Merge topic 'install-export-xcframework' | Brad King | 2023-11-16 | 19 | -0/+203 |
|\ \ \ \ \ \ | |||||
| * | | | | | | CMakePackageConfigHelpers: Add generate_apple_platform_selection_file() | Kyle Edwards | 2023-11-15 | 6 | -0/+39 |
| * | | | | | | install(EXPORT): Add ability to point to .xcframework file | Kyle Edwards | 2023-11-15 | 15 | -0/+164 |
* | | | | | | | Merge topic 'target-objects' | Brad King | 2023-11-15 | 5 | -0/+33 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | / / / / | | |/ / / / | |/| | | | | |||||
| * | | | | | Merge branch 'backport-target-objects' into target-objects | Brad King | 2023-11-14 | 5 | -0/+33 |
| |\ \ \ \ \ | | | |_|/ / | | |/| | | | |||||
| | * | | | | cmComputeLinkInformation: Track targets named by TARGET_OBJECTS sources | Brad King | 2023-11-14 | 5 | -0/+33 |
* | | | | | | Merge topic 'export-find_dependency-calls' | Brad King | 2023-11-14 | 31 | -1/+340 |
|\ \ \ \ \ \ | |||||
| * | | | | | | FetchContent: Set CMAKE_EXPORT_FIND_PACKAGE_NAME | Kyle Edwards | 2023-11-13 | 6 | -0/+110 |
| * | | | | | | install(EXPORT): Export find_dependency() calls | Kyle Edwards | 2023-11-13 | 25 | -1/+230 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Merge topic 'sources-per-config' | Brad King | 2023-11-14 | 2 | -0/+16 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Fix per-config sources in multi-config generators when first config adds none | Brad King | 2023-11-13 | 2 | -0/+16 |
* | | | | | | | Merge topic 'genex-fix-short-circuit' | Brad King | 2023-11-14 | 2 | -0/+5 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | / / / / | | |/ / / / | |/| | | | |