tag:github.com,2008:https://github.com/cpp-pm/hunter/releases Tags from hunter 2025-09-22T13:14:46Z tag:github.com,2008:Repository/204031579/v0.26.6 2025-09-22T13:16:10Z v0.26.6 <p>opencv: update to v4.12.0-p1 with CUDA 12.9 fix (<a class="issue-link js-issue-link" href="https://github.com/cpp-pm/hunter/pull/835">#835</a>)</p> <p>Update to `4.12.0-p1` with CUDA 12.9 fix cherry-picked: <br /><a class="commit-link" href="https://github.com/opencv/opencv/commit/e2d87defd10d415c29120c3b1c07ac7364ba12f2">opencv/opencv@<tt>e2d87de</tt></a></p> <p>Link to Release: <a href="https://github.com/cpp-pm/opencv/releases/tag/v4.12.0-p1">https://github.com/cpp-pm/opencv/releases/tag/v4.12.0-p1</a></p> <p><span class="issue-keyword tooltipped tooltipped-se">Fixes</span>: <a class="issue-link js-issue-link" href="https://github.com/cpp-pm/hunter/issues/834">#834</a></p> NeroBurner tag:github.com,2008:Repository/204031579/v0.26.5 2025-09-18T15:11:13Z v0.26.5 <p>OpenCV+Extra+ippicv: add version v4.12.0-p0 (<a class="issue-link js-issue-link" href="https://github.com/cpp-pm/hunter/pull/832">#832</a>)</p> <p>Update OpenCV, OpenCV-Extra and ippicv to `v4.12.0-p0`. <br />Those packages belong together and should be updated at once.</p> <p>- OpenCV: update to 4.12.0-p0 <br />- OpenCV-Extra: update to 4.12.0 release <br />- ippicv: update to 20250130 for OpenCV 4.12.0 <br /> - keep APPLE version to ippicv 20240201 from OpenCV 4.10.0 <br />- add `WITH_VTK=OFF` <br />- Unpin OpenCV for all as Linux build is now fixed with fixed <br /> TIFF/OpenEXR</p> <p><span class="issue-keyword tooltipped tooltipped-se">Fixes</span>: <a class="issue-link js-issue-link" href="https://github.com/cpp-pm/hunter/issues/801">#801</a></p> NeroBurner tag:github.com,2008:Repository/204031579/v0.26.4 2025-09-16T09:31:34Z v0.26.4 <p>Add new package OpenJPH 0.23.0 (<a class="issue-link js-issue-link" href="https://github.com/cpp-pm/hunter/pull/814">#814</a>)</p> <p>Add upstream version of package `OpenJPH`. The `TIFF` dependency is <br />optional and I had some issues when adding `hunter_add_package(TIFF)` <br />with missing includes. So adding with `TIFF` disabled.</p> <p><span class="issue-keyword tooltipped tooltipped-se">Fixes</span>: <a class="issue-link js-issue-link" href="https://github.com/cpp-pm/hunter/issues/805">#805</a></p> NeroBurner tag:github.com,2008:Repository/204031579/v0.26.3 2025-09-16T07:36:32Z v0.26.3 NeroBurner tag:github.com,2008:Repository/204031579/v0.26.2 2025-09-12T06:32:41Z v0.26.2 <p>nlohmann json update to 3.12.0 (<a class="issue-link js-issue-link" href="https://github.com/cpp-pm/hunter/pull/803">#803</a>)</p> <p>* update nlohmann_json 3.12.0</p> NeroBurner tag:github.com,2008:Repository/204031579/v0.26.1 2025-06-10T14:16:45Z v0.26.1 <p>docs: msgpack: fix spelling warnings/errors (<a class="issue-link js-issue-link" href="https://github.com/cpp-pm/hunter/pull/795">#795</a>)</p> <p>The documentation for `msgpack` has two spelling errors:</p> <p>``` <br />writing output... [ 63%] packages/pkg/msgpack <br />packages/pkg/msgpack.rst:21:msgpackc:["mudpack"] <br />packages/pkg/msgpack.rst:21:cxx:["xxx", "xx", "cox", "c xx", "OSX"]</p> <p>...</p> <p> Spelling checker messages written to /home/runner/work/hunter/hunter/docs/_spelling/output.txt <br />Warning, treated as error: <br />Found 2 misspelled words <br />```</p> <p>Update the documentation properly escaping the target names and in the <br />process making the spellchecker ignoring the "codeblocks".</p> <p><span class="issue-keyword tooltipped tooltipped-se">Fixes</span>: <a class="issue-link js-issue-link" href="https://github.com/cpp-pm/hunter/issues/794">#794</a></p> NeroBurner tag:github.com,2008:Repository/204031579/v0.26.0 2025-06-06T08:07:13Z v0.26.0 <p>Boost: remove USE_CONFIG_FROM_BOOST hunter option, remove old (<a class="issue-link js-issue-link" href="https://github.com/cpp-pm/hunter/pull/784">#784</a>)</p> <p>Remove the option `USE_BOOST_CONFIG`. It is now essentially always <br />enabled.</p> <p>Remove all Boost versions older than 1.72, as the old versions don't <br />supply a `BoostConfig.cmake` file yet.</p> <p>Remove the code and templates to create a `BoostConfig.cmake` with <br />Hunter.</p> <p>Update the examples and remove the `-useBoostConfig` example folders.</p> <p><span class="issue-keyword tooltipped tooltipped-se">Fixes</span>: <a class="issue-link js-issue-link" href="https://github.com/cpp-pm/hunter/issues/723">#723</a></p> NeroBurner tag:github.com,2008:Repository/204031579/v0.25.8 2024-11-15T13:03:16Z v0.25.8 <p>OpenCV and dependencies update to v4.10.0-p0 (<a class="issue-link js-issue-link" href="https://github.com/cpp-pm/hunter/pull/764">#764</a>)</p> <p>* OpenCV and dependencies update to v4.10.0-p0</p> <p>Update OpenCV, OpenCV-Extra and ippicv to `v4.10.0-p0`. <br />Those packages belong together and should be updated at once.</p> <p>- OpenCV: update to 4.10.0-p0, but riegl branch <br />- OpenCV-Extra: update to 4.10.0 release <br />- ippicv: update to 20240201 for OpenCV 4.10.0</p> <p>But only update the version for MSVC as the other compiler <br />have an error with TIFF headers. <br />See: <a class="issue-link js-issue-link" href="https://github.com/cpp-pm/hunter/issues/765">#765</a></p> NeroBurner tag:github.com,2008:Repository/204031579/v0.25.7 2024-09-09T08:34:41Z v0.25.7 <p>Update 'abseil' to 20240116.2 (<a class="issue-link js-issue-link" href="https://github.com/cpp-pm/hunter/pull/752">#752</a>)</p> <p>Co-authored-by: James Gamei &lt;[email protected]&gt;</p> NeroBurner tag:github.com,2008:Repository/204031579/v0.25.6 2024-06-18T07:20:19Z v0.25.6 <p>OpenBLAS: update to v0.3.27 (<a class="issue-link js-issue-link" href="https://github.com/cpp-pm/hunter/pull/749">#749</a>)</p> <p>Upstream released `v0.3.27` on 2024-04-04. Update to that new version</p> NeroBurner