Go to file
jhendersonHDF 34d6ef545a
Refactor h5test.c, testframe.c and testpar.h testing frameworks (#4891)
Added new testframe.h header to document testing framework functions and
split them away from h5test.h and from test programs that don't
integrate with the testframe.c testing framework

Added new test setup callback to testframe.c testing framework

Added parameters to AddTest() to specify size of test parameters so they
can be copied for later use

Enabled HDF5 error stacks in testframe.c framework by default and added
some error stack suppressions to some testhdf5 tests

Added new maxthreads option to testframe.c framework to allow specifying
the maximum number of threads a multi-threaded test can use

Moved TestExpress functionality out of testframe.c and into more general
h5test.c for wider use by tests through getter and setter

Updated some tests to not mix and match functionality between h5test.c/h
and testframe.c/h

Moved some functionality from testphdf5.h into testpar.h for parallel
tests that aren't part of testphdf5

Added new parallel test library that contains common shared
functionality for parallel tests (similar to h5test library)
2024-10-01 16:10:03 -05:00
.devcontainer
.github Enable HDF-EOS5 Action again (#4902) 2024-10-01 14:38:21 -05:00
bin Improve grammar and style of comment block in bin/genparser (#4879) 2024-09-27 07:30:27 -05:00
c++ Refactor h5test.c, testframe.c and testpar.h testing frameworks (#4891) 2024-10-01 16:10:03 -05:00
config Refactor h5test.c, testframe.c and testpar.h testing frameworks (#4891) 2024-10-01 16:10:03 -05:00
doc
doxygen fixed washed-out table text (#4903) 2024-10-01 08:30:07 -07:00
fortran
HDF5Examples
hl Refactor h5test.c, testframe.c and testpar.h testing frameworks (#4891) 2024-10-01 16:10:03 -05:00
java
m4
release_docs Added an entry for the GH-4585 fix (#4889) 2024-09-27 10:06:59 -05:00
src Clean up thread-local error stacks in all threads (#4852) 2024-10-01 08:53:53 -07:00
test Refactor h5test.c, testframe.c and testpar.h testing frameworks (#4891) 2024-10-01 16:10:03 -05:00
testpar Refactor h5test.c, testframe.c and testpar.h testing frameworks (#4891) 2024-10-01 16:10:03 -05:00
tools
utils
.autom4te.cfg
.clang-format
.codespellrc
.gitattributes
.gitignore
.h5chkright.ini
ACKNOWLEDGMENTS
acsite.m4
autogen.sh
CITATION.cff
CMakeFilters.cmake
CMakeInstallation.cmake
CMakeLists.txt Refactor h5test.c, testframe.c and testpar.h testing frameworks (#4891) 2024-10-01 16:10:03 -05:00
CMakePlugins.cmake
CMakePresets.json
CMakeTests.cmake
CMakeVOL.cmake
CODE_OF_CONDUCT.md
configure.ac
CONTRIBUTING.md
COPYING
COPYING_LBNL_HDF5
CTestConfig.cmake
Makefile.am
Makefile.dist
README.md Enable HDF-EOS5 Action again (#4902) 2024-10-01 14:38:21 -05:00
SECURITY.md
UserMacros.cmake

HDF5 version 1.15.0 currently under development

HDF5 Logo

develop cmake build status develop autotools build status HDF-EOS5 build status netCDF build status h5py build status CVE regression HDF5 VOL connectors build status HDF5 VFD build status 1.14 cmake build status 1.14 autotools build status BSD

HPC configure/build/test results

Please refer to the release_docs/INSTALL file for installation instructions.

This repository contains a high-performance library's source code and a file format specification that implements the HDF5® data model. The model has been adopted across many industries, and this implementation has become a de facto data management standard in science, engineering, and research communities worldwide.

The HDF Group is the developer, maintainer, and steward of HDF5 software. Find more information about The HDF Group, the HDF5 Community, and other HDF5 software projects, tools, and services at The HDF Group's website.

DOCUMENTATION

Documentation for all HDF software is available at:

https://support.hdfgroup.org/documentation/index.html

Documentation for the current HDF5 library release is available at:

https://support.hdfgroup.org/releases/hdf5/latest-docs.html

The latest Doxygen documentation generated on changes to develop, which does not correspond to any particular library release, is available at:

https://hdfgroup.github.io/hdf5/develop

See the RELEASE.txt file in the release_docs/ directory for information specific to the features and updates included in this release of the library.

Several more files are located within the release_docs/ directory with specific details for several common platforms and configurations.

INSTALL - Start Here. General instructions for compiling and installing the library
INSTALL_CMAKE  - instructions for building with CMake (Kitware.com)
INSTALL_parallel - instructions for building and configuring Parallel HDF5
INSTALL_Windows and INSTALL_Cygwin - MS Windows installations.

HELP AND SUPPORT

Information regarding Help Desk and Support services is available at

https://help.hdfgroup.org

FORUM and NEWS

The HDF Forum is provided for public announcements and discussions of interest to the general HDF5 Community.

These forums are provided as an open and public service for searching and reading. Posting requires completing a simple registration and allows one to join in the conversation. Please read the instructions pertaining to the Forum's use and configuration.

RELEASE SCHEDULE

HDF5 release schedule

HDF5 does not release on a regular schedule. Instead, releases are driven by new features and bug fixes, though we try to have at least one release of each maintenance branch per year. Future HDF5 releases indicated on this schedule are tentative.

Release New Features
1.14.5 oss-fuzz fixes, ros3 VFD improvements
1.14.6 Last maintenance release of 1.14
1.16.0 Complex number support, updated library defaults (cache sizes, etc.)
2.0.0 Multi-threaded HDF5, crashproofing / metadata journaling, Full (VFD) SWMR, encryption, digital signatures, sparse datasets, improved storage for variable-length datatypes, better Unicode support (especially on Windows), semantic versioning

Some HDF5 2.0.0 features listed here may be released in a 1.16.x release.

This list of feature release versions is also tentative, and the specific release in which a feature is introduced may change.

SNAPSHOTS, PREVIOUS RELEASES AND SOURCE CODE

Periodically development code snapshots are provided at the following URL:

https://github.com/HDFGroup/hdf5/releases/tag/snapshot

Source packages for current and previous releases are located at:

hdf5 1.14 releases: https://support.hdfgroup.org/releases/hdf5/v1_14/index.html

Archived releases: https://support.hdfgroup.org/archive/support/ftp/HDF5/releases/index.html

Development code is available at our Github location:

https://github.com/HDFGroup/hdf5.git