Go to file
Scot Breitenfeld 08e115b7d8
Added new Fortran API wrappers (#3511)
* Added new wrappers for
h5get_free_list_sizes_f
H5Sselect_intersect_block_f
H5Sselect_shape_same_f
h5pget_no_selection_io_cause_f
h5pget_mpio_no_collective_cause_f
H5Lvisit_by_name_f
H5Lvisit_f
H5Fget_info_f
h5dwrite_chunk_f
h5dread_chunk_f

* added h5pget_file_space_page_size_f, h5pset_file_space_page_size_f, h5pget_file_space_strategy_f, h5pset_file_space_strategy_f, h5info tests

* added fortran tests

* Update tH5F.F90
2023-09-07 17:25:07 -05:00
.github Create scorecard.yml (#3508) 2023-09-05 09:49:26 -07:00
bin Convert hbool_t --> bool in src (#3496) 2023-09-05 14:52:30 -07:00
c++ Avoid truncating at null byte when copying to std::string (#3083) 2023-07-15 23:31:57 -05:00
config Fix some minor formatting for consistency (#3499) 2023-09-04 23:01:08 -05:00
doc Support CMake VOL builds with FetchContent from local directory (#3455) 2023-09-01 14:01:37 -07:00
doxygen Fix the Fortran extension used in example links (#3430) 2023-08-25 09:16:27 -05:00
examples Convert hbool_t --> bool in examples (#3492) 2023-09-04 22:59:41 -05:00
fortran Added new Fortran API wrappers (#3511) 2023-09-07 17:25:07 -05:00
hl Added new Fortran API wrappers (#3511) 2023-09-07 17:25:07 -05:00
java Correct java test dimension (#3482) 2023-09-01 10:52:24 -07:00
m4 CMake: Let runtime checks through stdout only (#2666) 2023-04-11 14:28:32 -05:00
release_docs Added new Fortran API wrappers (#3511) 2023-09-07 17:25:07 -05:00
src Added new Fortran API wrappers (#3511) 2023-09-07 17:25:07 -05:00
test Convert hbool_t --> bool in test (#3494) 2023-09-05 13:11:52 -07:00
testpar Convert hbool_t --> bool in testpar (#3495) 2023-09-05 11:49:37 -07:00
tools hbool_t/TRUE/FALSE --> bool/true/false in tools (#3491) 2023-09-05 11:50:06 -07:00
utils install h5fuse.sh in bin dir. (#3244) 2023-07-14 11:06:31 -05:00
.autom4te.cfg Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
.clang-format Put H5T_CONV_ab macros in do..while loops (#3432) 2023-08-25 11:24:42 -07:00
.gitattributes Update presets, examples uncompress, szip cache (#3391) 2023-08-18 16:01:15 -05:00
.gitignore Add support for CMakePresets and fix example download (#2817) 2023-04-26 15:56:57 -07:00
.h5chkright.ini Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
ACKNOWLEDGMENTS
acsite.m4 Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
autogen.sh Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
CMakeFilters.cmake Re-enable SZIP default to ON in CMake (#3414) 2023-08-23 12:32:09 -07:00
CMakeInstallation.cmake Update presets, examples uncompress, szip cache (#3391) 2023-08-18 16:01:15 -05:00
CMakeLists.txt Update DEFAULT_API_VERSION documentation for CMake (#3255) 2023-07-18 17:26:01 -05:00
CMakePlugins.cmake
CMakePresets.json Re-enable SZIP default to ON in CMake (#3414) 2023-08-23 12:32:09 -07:00
CMakeVOL.cmake Support CMake VOL builds with FetchContent from local directory (#3455) 2023-09-01 14:01:37 -07:00
CODE_OF_CONDUCT.md
configure.ac Convert some H5MM calls to standard C equivalents (#2382) 2023-08-25 13:56:50 -07:00
CONTRIBUTING.md Remove references to old MANIFEST file (#2890) 2023-05-03 13:24:14 -07:00
COPYING Update COPYING (#3231) 2023-07-11 10:56:30 -05:00
COPYING_LBNL_HDF5 Add new version of COPYING_LBNL_HDF5. (#2773) 2023-04-18 13:06:24 -07:00
CTestConfig.cmake
Makefile.am Add bin directory to make distclean (#2872) 2023-05-01 22:25:25 -07:00
Makefile.dist Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
README.md Add an h5py badge to README.md (#3477) 2023-08-31 19:02:40 -07:00
SECURITY.md Create Security Policy (#3152) 2023-06-18 22:14:56 -07:00
UserMacros.cmake

HDF5 version 1.15.0 currently under development

HDF5 Logo

develop build status oneAPI CMake build status oneAPI Autotools build status HDF-EOS5 build status netCDF build status h5py build status CVE regression 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

The latest doxygen documentation generated on changes to develop is available at:

https://hdfgroup.github.io/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.

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.3 CVE-free!, better cross-compile support
1.14.4 S3 VFD improvements
TBD VFD SWMR
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://github.com/HDFGroup/hdf5/releases/tag/snapshot

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