Go to file
Larry Knox 7481563771
Sync develop changes July 19 - July 29 to hdf5_1_14 (#4678)
* publish msi binary (#4663)

* Add publish from branch workflow (#4664)

* Replace incorrect use of an internal function (#4668)

* Replace incorrect use of an internal function

In some API functions, the internal function H5I_object() was used instead
of H5I_object_verify(), which verifies the type of an ID argument.  So
when an inappropriate ID was passed in to the affected API, it was accepted.
This behavior can cause issues at a later time, including a segfault, as
reported in issue #GH-4656.

The fix was applied to the following functions:
H5Fget_intent()
H5Fget_fileno()
H5Fget_freespace()
H5Fget_create_plist()
H5Fget_access_plist()
H5Fget_vfd_handle()
H5Dvlen_get_buf_size()
H5Fget_mdc_config()
H5Fset_mdc_config()
H5Freset_mdc_hit_rate_stats()

Fixes GH-4662

* Fix incorrect indentation for permissions. (#4669)

* Remove outdated line from Copyright header in new files. (#4676)

* Fix binary examples process (#4666)

---------

Co-authored-by: Allen Byrne <50328838+byrnHDF@users.noreply.github.com>
Co-authored-by: bmribler <39579120+bmribler@users.noreply.github.com>
2024-07-30 10:35:13 -05:00
.devcontainer Added a GitHub Codespaces configuration. (#3966) 2024-02-14 15:32:07 -06:00
.github Sync develop changes July 19 - July 29 to hdf5_1_14 (#4678) 2024-07-30 10:35:13 -05:00
bin Sync develop changes June 6 - July 2 to hdf5_1_14 (#4623) 2024-07-03 10:50:52 -05:00
c++ Sync develop changes June 6 - July 2 to hdf5_1_14 (#4623) 2024-07-03 10:50:52 -05:00
config Sync develop changes July 2 - July 19 to hdf5_1_14 (#4665) 2024-07-19 13:59:02 -05:00
doc Sync develop changes April 4 -April 22 to hdf5_1_14 (#4437) 2024-04-25 13:33:26 -05:00
doxygen Delete leftover conflict line. (#4677) 2024-07-29 12:18:46 -05:00
fortran Sync develop changes July 2 - July 19 to hdf5_1_14 (#4665) 2024-07-19 13:59:02 -05:00
HDF5Examples Sync develop changes July 19 - July 29 to hdf5_1_14 (#4678) 2024-07-30 10:35:13 -05:00
hl Sync develop changes July 2 - July 19 to hdf5_1_14 (#4665) 2024-07-19 13:59:02 -05:00
java Sync develop changes June 6 - July 2 to hdf5_1_14 (#4623) 2024-07-03 10:50:52 -05:00
m4 Sync develop changes July 2 - July 19 to hdf5_1_14 (#4665) 2024-07-19 13:59:02 -05:00
release_docs Sync develop changes July 2 - July 19 to hdf5_1_14 (#4665) 2024-07-19 13:59:02 -05:00
src Sync develop changes July 19 - July 29 to hdf5_1_14 (#4678) 2024-07-30 10:35:13 -05:00
test Sync develop changes July 19 - July 29 to hdf5_1_14 (#4678) 2024-07-30 10:35:13 -05:00
testpar Sync develop changes June 6 - July 2 to hdf5_1_14 (#4623) 2024-07-03 10:50:52 -05:00
tools Sync develop changes July 2 - July 19 to hdf5_1_14 (#4665) 2024-07-19 13:59:02 -05:00
utils Sync develop changes March 20 - March 25 to hdf5_1_14. (#4241) 2024-03-25 17:02:21 -05:00
.autom4te.cfg Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
.clang-format Sync develop changes April 4 -April 22 to hdf5_1_14 (#4437) 2024-04-25 13:33:26 -05:00
.codespellrc Fix spelling (#4522) (#4537) 2024-05-31 09:42:17 -05:00
.gitattributes Sync develop changes April 22 - May 7 to hdf5_1_14 (#4465) 2024-05-07 15:55:06 -05:00
.gitignore Sync develop changes May 6 - May 20 to hdf5_1_14 (#4503) 2024-05-23 07:43:29 -05:00
.h5chkright.ini Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
ACKNOWLEDGMENTS [svn-r19803] Description: 2010-11-17 11:42:57 -05:00
acsite.m4 Sync develop changes March 20 - March 25 to hdf5_1_14. (#4241) 2024-03-25 17:02:21 -05:00
autogen.sh Sync develop changes April 4 -April 22 to hdf5_1_14 (#4437) 2024-04-25 13:33:26 -05:00
CITATION.cff Create CITATION.cff (#3927) 2024-02-14 15:37:26 -06:00
CMakeFilters.cmake Sync develop changes July 2 - July 19 to hdf5_1_14 (#4665) 2024-07-19 13:59:02 -05:00
CMakeInstallation.cmake Sync develop changes July 2 - July 19 to hdf5_1_14 (#4665) 2024-07-19 13:59:02 -05:00
CMakeLists.txt Sync develop changes July 2 - July 19 to hdf5_1_14 (#4665) 2024-07-19 13:59:02 -05:00
CMakePlugins.cmake Sync develop changes May 6 - May 20 to hdf5_1_14 (#4503) 2024-05-23 07:43:29 -05:00
CMakePresets.json Sync develop changes July 2 - July 19 to hdf5_1_14 (#4665) 2024-07-19 13:59:02 -05:00
CMakeTests.cmake Sync 1.14 branch with develop (#3887) 2023-12-07 12:13:21 -06:00
CMakeVOL.cmake Sync develop changes May 20 - June 6 to hdf5_1_14 (#4553) 2024-06-07 17:24:48 -07:00
CODE_OF_CONDUCT.md Fix spelling (#4522) (#4537) 2024-05-31 09:42:17 -05:00
configure.ac Sync develop changes July 2 - July 19 to hdf5_1_14 (#4665) 2024-07-19 13:59:02 -05:00
CONTRIBUTING.md Sync develop changes April 4 -April 22 to hdf5_1_14 (#4437) 2024-04-25 13:33:26 -05:00
COPYING Sync develop changes March 25 - March 28 to hdf5_1_14 (#4284) 2024-03-29 15:10:33 -05:00
COPYING_LBNL_HDF5 Add new version of COPYING_LBNL_HDF5. (#2775) 2023-04-18 13:07:06 -07:00
CTestConfig.cmake Sync CMake changes from develop (#3811) 2023-11-02 07:54:32 -05:00
CVE_list_1_14.md Switched from UNTESTED to UNT (#3575) 2023-09-25 10:41:44 -07:00
Makefile.am Sync develop changes June 6 - July 2 to hdf5_1_14 (#4623) 2024-07-03 10:50:52 -05:00
Makefile.dist Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
README.md Sync develop changes June 6 - July 2 to hdf5_1_14 (#4623) 2024-07-03 10:50:52 -05:00
SECURITY.md Sync .github directory (#3277) 2023-07-27 09:15:07 -07:00
UserMacros.cmake Update license url part2 (#333) 2021-02-17 08:52:36 -06:00

HDF5 version 1.14.5-1 currently under development

HDF5 Logo

1.14 cmake build status 1.14 autotools 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 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

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

HDF5 C API

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

Full Documentation

The latest doxygen documentation generated on changes to HDF5 1.14.x is available at:

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

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.

SNAPSHOTS, PREVIOUS RELEASES AND SOURCE CODE

Periodically development code snapshots are provided at the following URL:

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

Source packages for current and previous releases are located at:

https://portal.hdfgroup.org/Downloads

Development code is available at our Github location:

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