Releases: cpp-pm/hunter
Releases · cpp-pm/hunter
v0.25.7
What's Changed
- eyalroz_printf: Add version 6.2.0 by @crvux in #725
- upgrade gtest to 1.15.2 by @simbahebinbo in #760
- Update 'abseil' to 20240116.2 by @jg-x2x in #752
New Contributors
- @simbahebinbo made their first contribution in #760
- @jg-x2x made their first contribution in #752
Full Changelog: v0.25.6...v0.25.7
HunterGate(
URL "https://github.com/cpp-pm/hunter/archive/v0.25.7.tar.gz"
SHA1 "99f05ff154c682f7349546d66294d2f69f7193bc"
)
edit: eyalroz_printf version is 6.2.0 not 6.2.0-b1
v0.25.6
What's Changed
- CI updates and fixes by @drodin in #740
- Update 'OpenAL' to v1.23.1 by @drodin in #741
- Update 'opusfile' package to v0.12-p2 by @drodin in #743
- Update 'SDL2' package to v2.30.2 by @drodin in #744
- Add 'brotli' package by @drodin in #604
- Add 'Alut' package by @drodin in #742
- Add support for Visual Studio 2022 version 17.10 by @antonsmetanin in #747
- OpenBLAS: update to v0.3.27 by @NeroBurner in #749
New Contributors
- @antonsmetanin made their first contribution in #747
Full Changelog: v0.25.5...v0.25.6
HunterGate(
URL "https://github.com/cpp-pm/hunter/archive/v0.25.6.tar.gz"
SHA1 "69e4a05bd514bb05cb2c5aa02ce8ac420516aaf7"
)
v0.25.5
What's Changed
Full Changelog: v0.25.4...v0.25.5
HunterGate(
URL "https://github.com/cpp-pm/hunter/archive/v0.25.5.tar.gz"
SHA1 "a20151e4c0740ee7d0f9994476856d813cdead29"
)
v0.25.4
What's Changed
- Update 'xxHash' to v0.8.2 by @hjmallon in #721
- Update 're2' to v2023.03.01 by @JamesEggleton in #722
- docs: Add SHA1 calculation onliner and fix sums by @crvux in #724
- docs: fix URLs for FunctionalPlus and PocoCpp by @hades in #729
- ceres-solver: update to 2.2.0-p2 with SuiteSparse v7.5.1-1 support by @NeroBurner in #736
- SuiteSparse: update to v7.5.1-1 by @NeroBurner in #737
New Contributors
Full Changelog: v0.25.3...v0.25.4
HunterGate(
URL "https://github.com/cpp-pm/hunter/archive/v0.25.4.tar.gz"
SHA1 "cff1b04bbe77c66902730b816cebcbd4515b5789"
)
v0.25.3
What's Changed
- Silence warnings when building with CMake 3.27 by @hjmallon in #717
- update
gate
submodule with fixed CMake 3.27 deprecation warnings as well
- update
- glog: add version 0.6.0 and disable new dependencies by @NeroBurner in #719
- ceres-solver: update to v2.2.0-p1 by @NeroBurner in #720
Full Changelog: v0.25.2...v0.25.3
HunterGate(
URL "https://github.com/cpp-pm/hunter/archive/v0.25.3.tar.gz"
SHA1 "0dfbc2cb5c4cf7e83533733bdfd2125ff96680cb"
)
v0.25.2
What's Changed
- Update 'GTest' to v1.14.0 by @hjmallon in #705
- Update 'pybind11' to v2.11.1 by @hjmallon in #706
- ceres-solver: update to v2.2.0-p0 and fix examples by @NeroBurner in #703
- Eigen: explicitly disable Fortran usage by @NeroBurner in #704
- OpenSSL: Fix v3 version parsing by @hjmallon in #707
- Update 'Boost' to 1.83 by @hjmallon in #708
- Update 'OpenSSL' to v3.0.12 and v3.1.4 by @hjmallon in #710
- Update 'abseil' to 20230802.1 by @hjmallon in #711
- Update 'benchmark' to v1.8.3 by @hjmallon in #712
- Update 'sqlite3' to v3.43.2 by @hjmallon in #716
- Update 'CURL' to v8.4.0 by @hjmallon in #663
Full Changelog: v0.25.1...v0.25.2
HunterGate(
URL "https://github.com/cpp-pm/hunter/archive/v0.25.2.tar.gz"
SHA1 "560c000d5b6c972d41c2caf44f24189c868cc404"
)
v0.25.1
What's Changed
- CI: remove macos-10.15 jobs as the macos-10.15 runners are removed by @NeroBurner in #695
- ZLIB: update to version v1.3.0-p0 by @NeroBurner in #693
- miniz: update to v3.0.2 by @NeroBurner in #692
- Update fmt package to 10.1.1 by @JamesEggleton in #697
- Update spdlog package to 1.12.0-p0 by @JamesEggleton in #699
- Update zstd package to 1.5.5 by @JamesEggleton in #700
- SuiteSparse: update to 1.8.0 / 5.4.0-2 by @NeroBurner in #702
- OpenCV, Extra, ippicv: update to v4.8.1-p0 by @NeroBurner in #696
New Contributors
- @JamesEggleton made their first contribution in #697
Full Changelog: v0.25.0...v0.25.1
HunterGate(
URL "https://github.com/cpp-pm/hunter/archive/v0.25.1.tar.gz"
SHA1 "6a36401bd485bca947a9c5040a7330a43ee17f38"
)
v0.25.0
Minor Version bump due to changed minimum CMake version requirement. We now require CMake 3.5 as minimum version. This is due to CMake deprecating everything older than CMake 3.5 #685
What's Changed
- hunter_setup_msvc: tolower to fix arm64 vs ARM64 confusion by @NeroBurner in #681
- Add various recent LLVM versions by @mrexodia in #517
- Update fmt package to 9.1.0 by @apivovarov in #683
- Update asio-grpc to v2.6.0 by @Tradias in #686
- #685 Minimum cmake version required now 3.5 by @john-forrest in #689
New Contributors
- @mrexodia made their first contribution in #517
- @apivovarov made their first contribution in #683
- @john-forrest made their first contribution in #689
Full Changelog: v0.24.18...v0.25.0
HunterGate(
URL "https://github.com/cpp-pm/hunter/archive/v0.25.0.tar.gz"
SHA1 "a1296b351dbfaf036c92d85c1bdb461f615849fa"
)
v0.24.18
What's Changed
- fix for 'Ninja Multi-Config' generator by @mean-ui-thread in #677
Full Changelog: v0.24.17...v0.24.18
HunterGate(
URL "https://github.com/cpp-pm/hunter/archive/v0.24.18.tar.gz"
SHA1 "1292e4d661e1770d6d6ca08c12c07cf34a0bf718"
)
v0.24.17
What's Changed
- Update leveldb to v1.22-p1 by @ShubhamAvasthi in #676
New Contributors
- @ShubhamAvasthi made their first contribution in #676
Full Changelog: v0.24.16...v0.24.17
HunterGate(
URL "https://github.com/cpp-pm/hunter/archive/v0.24.17.tar.gz"
SHA1 "e6396699e414120e32557fe92db097b7655b760b"
)