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: 4b2738c
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: 7c692a0
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Jun 10, 2025

  1. OpenBLAS: silence warnings (#792)

    The OpenBLAS build has uncountable many warnings. Disable them as we
    don't need them. Only errors are really interesting.
    NeroBurner authored Jun 10, 2025
    Configuration menu
    Copy the full SHA
    b926b60 View commit details
    Browse the repository at this point in the history
  2. docs: fix warning about matrix.json not valid for code highlighting (#…

    …793)
    
    Fixing the following warning:
    ```sh
    Warning, treated as error:
    hunter/docs/creating-new/test/ci.rst:84:Could not lex literal_block as "JSON". Highlighting skipped.
    ```
    
    The referenced codeblock is the following:
    
    ```rst
    .. literalinclude:: ../../../.github/workflows/ci/matrix.json
      :language: JSON
    ```
    
    The `matrix.json` file contains `//` comments, which are not valid json tripping the highlighting.
    
    Removing the `:language: JSON` part fixes this warning
    
    Fixes: #790
    NeroBurner authored Jun 10, 2025
    Configuration menu
    Copy the full SHA
    792b26d View commit details
    Browse the repository at this point in the history
  3. docs: msgpack: fix spelling warnings/errors (#795)

    The documentation for `msgpack` has two spelling errors:
    
    ```
    writing output... [ 63%] packages/pkg/msgpack
    packages/pkg/msgpack.rst:21:msgpackc:["mudpack"]
    packages/pkg/msgpack.rst:21:cxx:["xxx", "xx", "cox", "c xx", "OSX"]
    
    ...
    
     Spelling checker messages written to /home/runner/work/hunter/hunter/docs/_spelling/output.txt
    Warning, treated as error:
    Found 2 misspelled words
    ```
    
    Update the documentation properly escaping the target names and in the
    process making the spellchecker ignoring the "codeblocks".
    
    Fixes: #794
    NeroBurner authored Jun 10, 2025
    Configuration menu
    Copy the full SHA
    7c692a0 View commit details
    Browse the repository at this point in the history
Loading