Go to file
Dana Robinson 7ecf1d09af
Convert H5F haddr_t macros to H5 (#3039)
Several macros for handling haddr_t values exist in H5Fprivate.h
and have H5F prefixes, even though they have nothing to do with
a particular file (e.g., H5F_addr_lt()).

These macros have been moved to H5private.h and renamed to have
an H5 prefix.

Affected macros:
    H5F_addr_overflow
    H5F_addr_defined
    H5F_addr_eq
    H5F_addr_ne
    H5F_addr_lt
    H5F_addr_le
    H5F_addr_gt
    H5F_addr_ge
    H5F_addr_cmp
    H5F_addr_overlap

H5F_addr_pow2 was unused and removed instead of converted.
2023-06-05 08:04:56 -07:00
.github Cleans up Java JNI warnings and add java to -Werror checks (#2383) 2023-05-27 09:49:37 -07:00
bin Implement selection I/O with type conversion (#2823) 2023-04-28 16:58:25 -07:00
c++ Fix CMake generator expression syntax (#2909) 2023-05-05 15:57:40 -05:00
config correct warning ignore match for zlib (#3021) 2023-05-26 13:27:19 -07:00
doc API test updates (#3018) 2023-05-26 13:29:02 -07:00
doxygen Remove most unused options which are defaulted #2998 (#3019) 2023-05-26 09:19:32 -07:00
examples Update testh5cc.sh.in for new major version 1.14. (#2349) 2022-12-22 13:38:51 -06:00
fortran Convert H5F haddr_t macros to H5 (#3039) 2023-06-05 08:04:56 -07:00
hl Add initial version of HDF5 API tests (#2877) 2023-05-02 12:52:39 -07:00
java Cleans up Java JNI warnings and add java to -Werror checks (#2383) 2023-05-27 09:49:37 -07:00
m4 CMake: Let runtime checks through stdout only (#2666) 2023-04-11 14:28:32 -05:00
release_docs API test updates (#3018) 2023-05-26 13:29:02 -07:00
src Convert H5F haddr_t macros to H5 (#3039) 2023-06-05 08:04:56 -07:00
test Convert H5F haddr_t macros to H5 (#3039) 2023-06-05 08:04:56 -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 h5fuse.sh fix for summit. (#2841) 2023-04-28 07:45:29 -05:00
.autom4te.cfg Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
.clang-format Develop clang format java (#1653) 2022-04-19 13:08:09 -05:00
.gitattributes Update java logger version (#2643) 2023-04-03 14:36:23 -07: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 Change defaults of standard filters. (#2927) 2023-05-18 16:05:20 -05:00
CMakeInstallation.cmake Add support for CMakePresets and fix example download (#2817) 2023-04-26 15:56:57 -07:00
CMakeLists.txt API test updates (#3018) 2023-05-26 13:29:02 -07:00
CMakePlugins.cmake Update license url part2 (#333) 2021-02-17 08:52:36 -06:00
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 Create CODE_OF_CONDUCT.md 2022-07-14 09:37:57 -07:00
configure.ac Remove most unused options which are defaulted #2998 (#3019) 2023-05-26 09:19:32 -07:00
CONTRIBUTING.md Remove references to old MANIFEST file (#2890) 2023-05-03 13:24:14 -07:00
COPYING Update top-level COPYING file and remove COPYING files from subdirectories (#561) 2021-04-21 11:23:34 -05:00
COPYING_LBNL_HDF5 Add new version of COPYING_LBNL_HDF5. (#2773) 2023-04-18 13:06:24 -07:00
CTestConfig.cmake develop Merge doxygen from 1.12 branch (#2095) 2022-09-14 15:44:24 -05:00
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 Remove 1.8 badge from README.md (#2895) 2023-05-05 09:06:41 -07:00
UserMacros.cmake Update license url part2 (#333) 2021-02-17 08:52:36 -06:00

HDF5 version 1.15.0 currently under development

HDF5 Logo

develop 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.

https://www.hdfgroup.org/

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 following public forums are 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 following instructions pertaining to the Forum's use and configuration https://forum.hdfgroup.org/t/quickstart-guide-welcome-to-the-new-hdf-forum

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 Last HDF5 1.10 release
1.12.3 CVE fixes, performance improvements, H5Dchunk_iter(), last HDF5 1.12 release
1.14.1 Selection I/O with datatype conversion
1.14.2 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