Go to file
Allen Byrne 6e8c7a9597
add analysis and coverage to CDash reports (#4938)
* Add sanitzers and coverage workflows
* add UndefinedBehavior sanitize
2024-10-10 13:16:36 -05:00
.devcontainer Added a GitHub Codespaces configuration. (#3966) 2024-01-30 09:04:27 -08:00
.github add analysis and coverage to CDash reports (#4938) 2024-10-10 13:16:36 -05:00
bin Improve grammar and style of comment block in bin/genparser (#4879) 2024-09-27 07:30:27 -05:00
c++ Minor refactoring of testframe.c testing framework (#4930) 2024-10-07 12:27:09 -05:00
config add analysis and coverage to CDash reports (#4938) 2024-10-10 13:16:36 -05:00
doc Add threadsafety warning doc (#4877) 2024-09-26 06:57:11 -05:00
doxygen adding missing Fortran examples and fixed broken links for Fortran (#4927) 2024-10-04 14:55:02 -05:00
fortran Update clang-format to 17 (#4931) 2024-10-04 19:49:35 -07:00
HDF5Examples Update clang-format to 17 (#4931) 2024-10-04 19:49:35 -07:00
hl Update clang-format to 17 (#4931) 2024-10-04 19:49:35 -07:00
java Update clang-format to 17 (#4931) 2024-10-04 19:49:35 -07:00
m4 Clean up Fortran __float128 configure-time checks (#4649) 2024-07-15 07:38:13 -05:00
release_docs Remove old RELEASE.txt note (#4945) 2024-10-10 07:50:43 -07:00
src add analysis and coverage to CDash reports (#4938) 2024-10-10 13:16:36 -05:00
test Minor refactoring of testframe.c testing framework (#4930) 2024-10-07 12:27:09 -05:00
testpar Use H5VLcmp_connector_cls to compare VOL connector IDs in parallel API tests (#4936) 2024-10-08 09:15:48 -05:00
tools Update clang-format to 17 (#4931) 2024-10-04 19:49:35 -07:00
utils Rework Dynamic Analysis and sanitize testing (#4681) 2024-08-05 09:53:53 -05:00
.autom4te.cfg
.clang-format Refactor threading and other concurrency support (#4469) 2024-07-31 12:34:43 -05:00
.codespellrc Fix spelling (#4522) 2024-05-23 16:44:33 -05:00
.gitattributes Remove use of err files in autotools test scripts (#4461) 2024-05-06 08:31:39 -05:00
.gitignore Refactor error handling code to eliminate internal ID calls (#4453) 2024-05-09 07:41:57 -07:00
.h5chkright.ini
ACKNOWLEDGMENTS Refactor threading and other concurrency support (#4469) 2024-07-31 12:34:43 -05:00
acsite.m4 Reverts AC_SYS_LARGEFILE change (#4213) 2024-03-22 06:00:47 -07:00
autogen.sh Remove TRACE macros (#4341) 2024-04-12 09:16:41 -07:00
CITATION.cff Correct URLs in documentation (#4823) 2024-09-12 22:46:58 -05:00
CMakeFilters.cmake Fixed usage issue with FindZLIB.cmake module (#4655) 2024-07-16 14:21:43 -05:00
CMakeInstallation.cmake Update windows and apple signing process (#4806) 2024-09-05 09:15:12 -05:00
CMakeLists.txt add analysis and coverage to CDash reports (#4938) 2024-10-10 13:16:36 -05:00
CMakePlugins.cmake Set H5 specific vars immediately if legacy find (#4512) 2024-05-22 15:11:37 -05:00
CMakePresets.json Update windows and apple signing process (#4806) 2024-09-05 09:15:12 -05:00
CMakeTests.cmake Add HDF5_DISABLE_TESTS_REGEX option to skip tests (#3859) 2023-11-22 07:51:30 -06:00
CMakeVOL.cmake Export HDF5 version for CMake FetchContent'ed VOL connectors (#4548) 2024-06-05 16:17:40 -05:00
CODE_OF_CONDUCT.md Fix spelling (#4522) 2024-05-23 16:44:33 -05:00
configure.ac Re-add call to AC_CHECK_SIZEOF([__float128]). Fixes #4916. (#4924) 2024-10-04 12:33:15 -07:00
CONTRIBUTING.md Use aliases for URLs (#4409) 2024-04-16 13:51:20 -05:00
COPYING Update COPYING (#3231) 2023-07-11 10:56:30 -05:00
COPYING_LBNL_HDF5
CTestConfig.cmake Remove CDASH_LOCAL variable reference (#3796) 2023-10-30 12:11:07 -05:00
Makefile.am Move C++ and Fortran and examples to HDF5Examples folder (#4552) 2024-06-08 06:46:09 -05:00
Makefile.dist
README.md Set develop branch version to 1.17.0. (#4912) 2024-10-02 12:28:19 -05:00
SECURITY.md
UserMacros.cmake

HDF5 version 1.17.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