highfivev3.3.0
- Updated
HighFive is a modern, user-friendly, header-only, C++14 interface for libhdf5.
- Project website: https://github.com/highfive-devs/highfive
#Usage
highfive provides CMake targets:
find_package(HighFive CONFIG REQUIRED)
target_link_libraries(main PRIVATE HighFive)#Supported Platforms
All platforms supported.
#Features
No default features.
#boost
Enable testing Boost features
Dependencies:
and 68 transitive dependencies:
- boost-algorithm
>= v1.92.0(through boost-date-time) - boost-align
>= v1.92.0(through boost-atomic) - boost-any
>= v1.92.0(through boost-property-tree) - boost-array
>= v1.92.0(through boost-multi-array) - boost-assert
>= v1.92.0(through boost-array) - boost-atomic
>= v1.92.0(through boost-thread) - boost-bind
>= v1.92.0(through boost-function) - boost-chrono
>= v1.92.0(through boost-thread) - boost-cmake
>= v1.92.0(through boost-assert) - boost-compat
>= v1.92.0(through boost-system) - boost-compute
>= v1.92.0(through boost-ublas) - boost-concept-check
>= v1.92.0(through boost-multi-array) - boost-config
>= v1.92.0(through boost-assert) - boost-container
>= v1.92.0(through boost-thread) - boost-container-hash
>= v1.92.0(through boost-fusion) - boost-conversion
>= v1.92.0(through boost-range) - boost-core
>= v1.92.0(through boost-multi-array) - boost-date-time
>= v1.92.0(through boost-thread) - boost-describe
>= v1.92.0(through boost-container-hash) - boost-detail
>= v1.92.0(through boost-function-types) - boost-endian
>= v1.92.0(through boost-spirit) - boost-exception
>= v1.92.0(through boost-algorithm) boost-filesystem
>= v1.92.0(through boost-compute)Platforms:
!uwp- boost-function
>= v1.92.0(through boost-functional) - boost-function-types
>= v1.92.0(through boost-functional) - boost-functional
>= v1.92.0(through boost-multi-array) - boost-fusion
>= v1.92.0(through boost-iterator) - boost-headers
>= v1.92.0(through boost-config) - boost-integer
>= v1.92.0(through boost-serialization) - boost-interval
>= v1.92.0(through boost-ublas) - boost-intrusive
>= v1.92.0(through boost-container) - boost-io
>= v1.92.0(through boost-utility) - boost-iterator
>= v1.92.0(through boost-multi-array) - boost-lexical-cast
>= v1.92.0(through boost-date-time) - boost-logic
>= v1.92.0(through boost-interval) - boost-move
>= v1.92.0(through boost-serialization) - boost-mp11
>= v1.92.0(through boost-describe) - boost-mpl
>= v1.92.0(through boost-function-types) - boost-multi-index
>= v1.92.0(through boost-property-tree) - boost-numeric-conversion
>= v1.92.0(through boost-date-time) - boost-optional
>= v1.92.0(through boost-iterator) - boost-phoenix
>= v1.92.0(through boost-spirit) - boost-pool
>= v1.92.0(through boost-spirit) - boost-predef
>= v1.92.0(through boost-mpl) - boost-preprocessor
>= v1.92.0(through boost-concept-check) - boost-property-tree
>= v1.92.0(through boost-compute) - boost-proto
>= v1.92.0(through boost-phoenix) - boost-range
>= v1.92.0(through boost-proto) - boost-ratio
>= v1.92.0(through boost-chrono) - boost-regex
>= v1.92.0(through boost-range) - boost-scope
>= v1.92.0(through boost-filesystem) - boost-smart-ptr
>= v1.92.0(through boost-serialization) - boost-spirit
>= v1.92.0(through boost-serialization) - boost-static-assert
>= v1.92.0(through boost-spirit) - boost-thread
>= v1.92.0(through boost-spirit) - boost-throw-exception
>= v1.92.0(through boost-array) - boost-tokenizer
>= v1.92.0(through boost-date-time) - boost-tuple
>= v1.92.0(through boost-fusion) - boost-type-index
>= v1.92.0(through boost-variant) - boost-type-traits
>= v1.92.0(through boost-concept-check) - boost-typeof
>= v1.92.0(through boost-functional) - boost-uninstall
>= v1.92.0(through boost-cmake) - boost-unordered
>= v1.92.0(through boost-algorithm) - boost-utility
>= v1.92.0(through boost-mpl) - boost-uuid
>= v1.92.0(through boost-compute) - boost-variant
>= v1.92.0(through boost-spirit) - boost-variant2
>= v1.92.0(through boost-system) - boost-winapi
>= v1.92.0(through boost-pool)
Host Dependencies:
3 transitive dependencies:
- vcpkg-boost (through boost-cmake)
- vcpkg-cmake (through vcpkg-boost)
- vcpkg-cmake-config (through vcpkg-boost)
#eigen3
Enable testing Eigen
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (through eigen3)
- vcpkg-cmake-config (through eigen3)
#opencv
Enable testing OpenCV
Dependencies:
Host Dependencies:
3 transitive dependencies:
- vcpkg-cmake (through cpu-features)
- vcpkg-cmake-config (through cpu-features)
- vcpkg-get-python-packages (through opencv4)
#xtensor
Enable testing xtensor
Dependencies:
and 2 transitive dependencies:
- nlohmann-json (through xtensor)
- xtl (through xtensor)
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (through nlohmann-json)
- vcpkg-cmake-config (through nlohmann-json)
#Used By
No ports use this.
#Host Tool For
No ports use this.
#Contributors
veggiesaurus
Alexander Karatarakis
Robert Schumacher
Alexander Neumann
fradav
Stefano Sinigardi
pravic
ZeeWanderer
Billy O'Neal
Jack·Boos·Yu
myd7349
JonLiu1993
Alexander Neumann
Loic Gouarin
Jia Yue Hua
Kai Pastor
miyanyan
toge
#Changelog
Show 19 earlier changes
9ac08b3fix highfive in static builds. HDF5_USE_STATIC_LIBRARIES must be set in static builds so that find_package(HDF5) finds the static hdf5 libraries3bb8377[highfive] Update to v1.5. Install cmake targets. Remove boost dependency as optional and does not require build sequencing.8fc510e[highfive] Remove unneeded vcpkg_copy_pdbs()e4d0cb1cleanup portfile2291214highfive header-only install