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.2
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.3
Choose a head ref
  • 13 commits
  • 648 files changed
  • 1 contributor

Commits on Sep 12, 2025

  1. docs: add build_docs.sh script, installing debian packages through apt

    Replace the `jenskins.sh` script using pip with `make_docs.sh` script
    expected to run on Ubuntu.
    
    For apt install set non-interactive env variable.
    
    Update CI to run on `ubuntu-24.04` instead of `ubuntu-latest`.
    
    Remove the files `jenkins.sh` and `requirements.txt`
    NeroBurner committed Sep 12, 2025
    Configuration menu
    Copy the full SHA
    065847f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c6fe77 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93d7583 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ad1f13e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7da3888 View commit details
    Browse the repository at this point in the history
  6. docs: conf.py: remove deprecated get_html_theme_path call (#810)

    For Sphinx `v8.1.3` compatibility remove the `get_html_theme_path` call.
    
    Fixes: #807
    NeroBurner authored Sep 12, 2025
    Configuration menu
    Copy the full SHA
    5965a8a View commit details
    Browse the repository at this point in the history
  7. docs: port foo.rst to foo.md (#808)

    I like to write documentation in MarkDown better than in `*.rst`.
    
    First step is to have new package documentation in MarkDown. So port the
    reference `foo.rst` to `foo.md`.
    NeroBurner authored Sep 12, 2025
    Configuration menu
    Copy the full SHA
    16baf8c View commit details
    Browse the repository at this point in the history
  8. docs: fix deprecation warning replacing spelling with spelling:word-l…

    …ist (#811)
    
    When building the docs on Ubuntu 24.04 many deprecation warnings are shown
    
    ```
    direct use of the spelling directive is deprecated, replace ".. spelling::" with ".. spelling:word-list::"
    ```
    
    Fixes: #806
    NeroBurner authored Sep 12, 2025
    Configuration menu
    Copy the full SHA
    d8dee03 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2025

  1. Configuration menu
    Copy the full SHA
    15fa3e1 View commit details
    Browse the repository at this point in the history
  2. libdeflate: add new package with v1.24-p0 (#812)

    Need to use a patched version of `libdeflate` as the created CMake
    config contains absolute paths breaking the caching.
    
    Once ebiggers/libdeflate#434 is merged and
    released we can use pure upstream.
    
    Fixes: #804
    NeroBurner authored Sep 15, 2025
    Configuration menu
    Copy the full SHA
    edace55 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2025

  1. Configuration menu
    Copy the full SHA
    2af7b4f View commit details
    Browse the repository at this point in the history
  2. TIFF: update to v4.7.0-p0 (#813)

    Unpinn OpenCV 4.10 because TIFF 4.7.0 fixes build issues on Linux.
    Fixes: #765
    
    Remove old `FindTIFF.cmake` module. Not needed anymore (and probably
    wasn't needed for a long time).
    
    Update to use https://github.com/cpp-pm/libtiff/releases/tag/v4.7.0-p0
    
    hunterized dependencies:
    - `zlib`: default ON, only dependency available in previous 4.0.2 hunterized version)
    - `libdeflate`: default: ON, available in Hunter starting with `v0.26.3` #804
    - `jpeg`: default OFF, newly hunterized
    - `lzma`: default OFF, newly hunterized
    - `zstd`: default OFF, newly hunterized
    
    Not hunterized dependencies:
    - `jbig=OFF`
    - `lerc=OFF`
    - `webp=OFF`
    
    Update the TIFF example to use use `stdio.h` `remove()` instead of `unlink()`.
    
    Fixes: #789
    NeroBurner authored Sep 16, 2025
    Configuration menu
    Copy the full SHA
    b923b7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e67b30 View commit details
    Browse the repository at this point in the history
Loading