Releases: cpp-pm/hunter
Releases · cpp-pm/hunter
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
gatesubmodule 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"
)v0.24.16
What's Changed
- Update abseil to LTFS 20220623.1 by @butteredmonkey in #656
- Fix Hunter on Windows MSVC CMAKE_VS_PLATFORM_TOOLSET_HOST_ARCHITECTURE 'ARM64EC' by @ccmvn in #659
- openssl: update openssl to the latest 1.1.1t by @res0nance in #660
- ceres-solver: per default disable CUDA support by @NeroBurner in #665
- update range-v3 to version 0.12.0 by @alex-tdrn in #670
- Update 'pybind11' to 2.10.4 by @hjmallon in #667
- cli11: update cli11 to 2.3.2 by @res0nance in #669
- openssl: update to v3 as 1.1.1 is almost eol by @res0nance in #668
New Contributors
- @butteredmonkey made their first contribution in #656
Full Changelog: v0.24.15...v0.24.16
HunterGate(
URL "https://github.com/cpp-pm/hunter/archive/v0.24.16.tar.gz"
SHA1 "09668c254f01afeca1b3d3d2e4692ed5e0e39dcc"
)v0.24.15
What's Changed
New Contributors
Full Changelog: v0.24.14...v0.24.15
HunterGate(
URL "https://github.com/cpp-pm/hunter/archive/v0.24.15.tar.gz"
SHA1 "8010d63d5ae611c564889d5fe12d3cb7a45703ac"
)