Go to file
Dana Robinson 69e8c8f58d
Clean up mirror VFD code in utils dir (#3121)
* Remove dead code
* Replace mybzero with memset
* Replace hbool_t/TRUE/FALSE with bool/true/false
2023-06-14 08:01:04 -07:00
.github Fix gh pages so that the doxygen files are uploaded (#3102) 2023-06-12 20:43:06 -07:00
bin Adds an optional version arg to bin/format_source (#3119) 2023-06-14 08:00:46 -07:00
c++ Fix CMake generator expression syntax (#2909) 2023-05-05 15:57:40 -05:00
config Remove unused HD macros (#3120) 2023-06-14 08:00:26 -07:00
doc Update the release schedule for 1.12.3 (#3066) 2023-06-06 19:21:19 -07:00
doxygen Fixed typo: hdf5-examples should be hdf5_examples in a link (#3101) 2023-06-11 07:08:39 -07:00
examples
fortran Print out the VOL connector being used in the ASYNC test (#3016) 2023-06-05 09:59:51 -07:00
hl
java HDF5Array arrayify is missing break statement #3056 (#3060) 2023-06-06 12:38:59 -07:00
m4
release_docs Add note for issue 3056 (#3117) 2023-06-13 16:12:14 -07:00
src Remove unused HD macros (#3120) 2023-06-14 08:00:26 -07:00
test Fix a misc warning in test/vol.c (#3112) 2023-06-13 07:56:39 -07:00
testpar API test updates (#3018) 2023-05-26 13:29:02 -07:00
tools Add h5copy help test and verify consistency (#2902) 2023-05-17 10:41:01 -05:00
utils Clean up mirror VFD code in utils dir (#3121) 2023-06-14 08:01:04 -07:00
.autom4te.cfg
.clang-format
.gitattributes
.gitignore
.h5chkright.ini
ACKNOWLEDGMENTS
acsite.m4
autogen.sh
CMakeFilters.cmake CMake: (fix) Szip / libaec filter (#3035) 2023-06-05 11:20:50 -05:00
CMakeInstallation.cmake
CMakeLists.txt Remove H5detect and H5make_libsettings (#3104) 2023-06-13 08:16:41 -07:00
CMakePlugins.cmake
CMakePresets.json Change defaults of standard filters. (#2927) 2023-05-18 16:05:20 -05:00
CMakeVOL.cmake API test updates (#3018) 2023-05-26 13:29:02 -07:00
CODE_OF_CONDUCT.md
configure.ac Remove unused HD macros (#3120) 2023-06-14 08:00:26 -07:00
CONTRIBUTING.md
COPYING
COPYING_LBNL_HDF5
CTestConfig.cmake
Makefile.am
Makefile.dist
README.md Added new HDF5 logo and minor text and link changes to README.md (#3085) 2023-06-08 12:57:18 -07:00
UserMacros.cmake

HDF5 version 1.15.0 currently under development

HDF5 Logo

develop build status HDF-EOS5 build status netCDF build status 1.14 build status 1.12 build status 1.10 build status BSD

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 implement 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

This release is fully functional for the API described in the documentation.

https://portal.hdfgroup.org/display/HDF5/The+HDF5+API

Full Documentation and Programming Resources for this release can be found at

https://portal.hdfgroup.org/display/HDF5

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://portal.hdfgroup.org/display/support/The+HDF+Help+Desk

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.

NOTE: HDF5 1.12 is being retired early due to its incomplete and incompatible VOL layer.

Release New Features
1.10.11 CVE fixes, Last HDF5 1.10 release
1.12.3 CVE fixes, performance improvements, H5Dchunk_iter(), last HDF5 1.12 release
1.14.2 CVE fixes, VFD SWMR (tentative)
2.0.0 TBD

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://gamma.hdfgroup.org/ftp/pub/outgoing/hdf5/snapshots/

Source packages for current and previous releases are located at:

https://portal.hdfgroup.org/display/support/Downloads

Development code is available at our Github location:

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