Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cpp-pm/hunter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.26.4
Choose a base ref
...
head repository: cpp-pm/hunter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.26.5
Choose a head ref
  • 11 commits
  • 13 files changed
  • 2 contributors

Commits on Sep 16, 2025

  1. Imath: update to 3.2.1 (#817)

    Update `Imath` package for OpenEXR 3.4.0 compatibility as described in
    the `OpenEXR` install documentation (3.4.0+ should use Imath 3.2).
    
    Fixes: #816
    NeroBurner authored Sep 16, 2025
    Configuration menu
    Copy the full SHA
    05f0927 View commit details
    Browse the repository at this point in the history
  2. OpenSSL: strip libunwind flags for Clang-based Android NDK (#815)

    Clang-based Android NDKs bundle unwind support and do not require explicit linking.
    Passing malformed flags like `-l-l:libunwind.a` caused build failures with `ld.lld` on NDK r23+.
    This change removes those flags from configure options to ensure successful builds.
    olliwang authored Sep 16, 2025
    Configuration menu
    Copy the full SHA
    c8a3b2c View commit details
    Browse the repository at this point in the history
  3. OpenEXR: add version 3.4.0-p0 (#818)

    Update `OpenEXR` with Hunterized `v3.4.0-p0` version:
    https://github.com/cpp-pm/openexr/releases/tag/v3.4.0-p0
    
    Dependencies:
    - add `Imath` as dependency (unchanged)
    - add `libdeflate` as depencency, introduced in `v3.2.0`
    - removed `zlib` dependency since `v3.2.0`, replaced by `libdeflate`
    - add `OpenJPH` as dependency, since `v3.4.0`
    
    Fixes: #788
    NeroBurner authored Sep 16, 2025
    Configuration menu
    Copy the full SHA
    35bfc57 View commit details
    Browse the repository at this point in the history
  4. CI: install python requests module to fix upload cache script (#820)

    On the `master` branch the pipelines fail at the `upload-cache-to-github.py`
    script as it is missing the `requests` python module.
    
    Install it before the build to have a working cache upload again.
    
    Fixes: #819
    NeroBurner authored Sep 16, 2025
    Configuration menu
    Copy the full SHA
    d963733 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e336f27 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4150667 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2025

  1. Configuration menu
    Copy the full SHA
    a431dc1 View commit details
    Browse the repository at this point in the history
  2. giflib: update to v5.2.2-p0 (#828)

    use https://github.com/cpp-pm/giflib/releases/tag/v5.2.2-p0 with updated
    minimum CMake 3.10 version.
    
    Fixes: #824
    NeroBurner authored Sep 18, 2025
    Configuration menu
    Copy the full SHA
    ca2643f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34fff5d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d3199ed View commit details
    Browse the repository at this point in the history
  5. OpenCV+Extra+ippicv: add version v4.12.0-p0 (#832)

    Update OpenCV, OpenCV-Extra and ippicv to `v4.12.0-p0`.
    Those packages belong together and should be updated at once.
    
    - OpenCV: update to 4.12.0-p0
    - OpenCV-Extra: update to 4.12.0 release
    - ippicv: update to 20250130 for OpenCV 4.12.0
      - keep APPLE version to ippicv 20240201 from OpenCV 4.10.0
    - add `WITH_VTK=OFF`
    - Unpin OpenCV for all as Linux build is now fixed with fixed
      TIFF/OpenEXR
    
    Fixes: #801
    NeroBurner authored Sep 18, 2025
    Configuration menu
    Copy the full SHA
    64975e9 View commit details
    Browse the repository at this point in the history
Loading