8000 Tags · hjmallon/hunter · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: hjmallon/hunter

Tags

v0.24.15-ios-overhaul

Toggle v0.24.15-ios-overhaul's commit message

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' (#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 (ruslo#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 (#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 (ruslo#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.

v0.24.11

Toggle v0.24.11'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 to v2.1.0-p0 with OpenBLAS support (#643)

Update `ceres-solver` to `v2.1.0-p0`.

Add option `WITH_OPENBLAS` (disabled in Hunter per default) to build
against `OpenBLAS` instead of generic `LAPACK`.

`OpenBLAS` `v0.3.21` provides a f2c-converted `LAPACK` `v3.9.0` copy,
which is used when building without a Fortran compiler.
This enables us to have a C++ only build, making static libraries
easier (no fortran runtime libs anymore).

Update dynLAPACK example with the new OpenBLAS settings (for SuiteSparse
as well).

* SuiteSparse: fix WITH_OPENBLAS setting, LAPACK doesn't have this flag

v0.24.10

Toggle v0.24.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
SuiteSparse: update to v1.6.1 (SuiteSparse v5.4.0), with METIS and OP…

…ENBLAS (#642)

Starting with this new version change the default of BUILD_METIS to ON.
This enables new Cholmod based orderings in the upcoming
ceres-solver v2.2 release.

Also build against OpenBLAS per default. OpenBLAS v0.3.21 provides a
f2c-converted LAPACK v3.9.0 copy, which is used when building without a
Fortran compiler. This enables us to have a C++ only build, making
static libraries easier (no fortran runtime libs anymore).

v0.24.9

Toggle v0.24.9's commit message
< A2D5 div class="d-flex inline float-right">

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
OpenBLAS: starting with 0.3.21 build with LAPACK support per default (r…

…uslo#639)

Starting with OpenBLAS 0.3.21 a f2c-converted copy of LAPACK 3.9.0 is
available as fallback when "no fortran compiler" is specified. This
means we get full BLAS/LAPACK support with just a normal C++ compiler.

From the release notes: https://github.com/xianyi/OpenBLAS/releases/tag/v0.3.21

> - when no Fortran compiler is available, OpenBLAS builds will now automatically
>   build LAPACK from an f2c-converted copy of LAPACK 3.9.0 unless the NO_LAPACK option
>   is specified (more recent releases make too heavy use of Fortran90+ features to be easily convertible to C)

Also disable the building of tests when building for Hunter to save time

v0.24.8

Toggle v0.24.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
OpenSSL: Fix build on universal windows platforms, add UWP job to glo…

…bal build matrix (ruslo#626)

OpenSSL:
- add arch type for uwp app disabling forbidden fibers

CI:
- add uwp pipeline `vs-16-2019-win64-store-10-cxx17` to default workflow matrix using `windows-2019` as OS

v0.24.7

Toggle v0.24.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Boost: update to v1.79.0 (#599)

Update Boost package to v1.79.0.

Release notes: https://www.boost.org/users/history/version_1_79_0.html
0