Skip to content

Tags: regulaforensics/hunter

Tags

v0.25.8-regula

Toggle v0.25.8-regula's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fixed long time cache load

v0.25.3-p0-regula

Toggle v0.25.3-p0-regula's commit message
Fixed build openssl for curl on iOS

v0.25.3-regula

Toggle v0.25.3-regula's commit message
[no-upstream] Fixed build OpenSSL for iOS on old MacOS systems

v0.24.17

Toggle v0.24.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update leveldb to v1.22-p1 (cpp-pm#676)

v0.24.16

Toggle v0.24.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
openssl: update to v3.0.8 as v1.1.1 is almost eol (cpp-pm#668)

Add `--libdir=lib` parameter to configure step for hunter-compatibilty.
Upstream may now use `lib64` where it deems it appropriate, but we're still
generally using `lib` directory.

Update the bundled `FindOpenSSL.cmake` file to changes in how in v3 the version is specified.

---------

Co-authored-by: res0nance <[email protected]>

v0.24.16-regula

Toggle v0.24.16-regula's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Merge remote-tracking branch 'upstream/master'

v0.24.15

Toggle v0.24.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix Hunter on Windows MSVC CMAKE_VS_PLATFORM_TOOLSET_HOST_ARCHITECTUR…

…E 'ARM64' (cpp-pm#655)

* Fixed problem where you could not use Hunter on Windows ARM64

* Fixed problem where you could not use Hunter on Windows ARM64

* Fixed problem where you could not use Hunter on Windows ARM64

v0.24.14

Toggle v0.24.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
ceres-solver: update version v2.1.0-p1 (cpp-pm#654)

Update to v2.1.0-p1 for Ubuntu 16.04 xenial gcc-5.4 fix for `jet.h`.

Fixes: cpp-pm#653

v0.24.13

Toggle v0.24.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update OpenCL-cpp to v2.0.16-61a5c9a-p0 (cpp-pm#536)

v0.24.12

Toggle v0.24.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Boost: Add support for iOS simulator-only builds (cpp-pm#617)

* Boost: Add support for iOS simulator-only builds
* Fix Simulator-only builds with arm64 and x86_64
* hunter_dump_cmake_flags was setting iphoneos-version-min rather than
  ios-simulator-version-min for simulator builds which was forcing
  the arm64 slice to be a device slice rather than a simulator
  slice.