Go to file
Vailin Choi fc76c77852 Fix for HDFFV-10217 infinite loop in H5VM_power2up().
The function H5VM_power2up() returns the next power of 2 for n.
When n exceeds 2^63, it overflows and becomes 0 causing the infinite looping.
The fix ensures that the function checks for n >= 2^63 and returns 0.
2017-07-19 18:03:18 -05:00
bin Updated bin/trace to emit errors and reordered autogen.sh processing 2017-04-25 17:10:11 -04:00
c++ Add new files in release_docs to MANIFEST. 2017-04-15 08:17:10 -05:00
config Correct name of VAR 2017-07-12 15:43:10 -05:00
examples Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hdf5_1_10_1 2017-04-14 16:40:52 -05:00
fortran Add new files in release_docs to MANIFEST. 2017-04-15 08:17:10 -05:00
hl HDFF-10254 - Copy test files with macro to avoid POST_BUILD failure 2017-07-12 15:43:10 -05:00
java Merge of recent develop work to 1.10 branch. 2017-07-05 11:35:03 -07:00
m4 Merge of recent develop work to 1.10 branch. 2017-07-05 11:35:03 -07:00
release_docs HDFFV-10254 fix spelling 2017-07-13 14:19:31 -05:00
src Fix for HDFFV-10217 infinite loop in H5VM_power2up(). 2017-07-19 18:03:18 -05:00
test Fix for HDFFV-10217 infinite loop in H5VM_power2up(). 2017-07-19 18:03:18 -05:00
testpar Add new files in release_docs to MANIFEST. 2017-04-15 08:17:10 -05:00
tools Merge of recent develop work to 1.10 branch: 2017-05-31 17:45:41 -04:00
.autom4te.cfg Change copyright headers to replace url referring to file to be removed 2017-04-14 11:54:16 -05:00
.gitattributes Added .gitignore and .gitattributes files with contents from the last 2016-09-01 16:15:15 -05:00
.gitignore Simplified .gitignore by using patterns. 2016-11-27 16:05:03 -05:00
.h5chkright.ini Change copyright headers to replace url referring to file to be removed 2017-04-14 11:54:16 -05:00
ACKNOWLEDGMENTS [svn-r19803] Description: 2010-11-17 11:42:57 -05:00
acsite.m4 Add new files in release_docs to MANIFEST. 2017-04-15 08:17:10 -05:00
autogen.sh Updated bin/trace to emit errors and reordered autogen.sh processing 2017-04-25 17:10:11 -04:00
CMakeFilters.cmake Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hdf5_1_10_1 2017-04-14 16:40:52 -05:00
CMakeInstallation.cmake Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hdf5_1_10_1 2017-04-14 16:40:52 -05:00
CMakeLists.txt Fix CMake regex commands 2017-04-06 11:30:56 -05:00
configure.ac Merge of recent develop work to 1.10 branch. 2017-07-05 11:35:03 -07:00
COPYING Small corrections to DOPYING file. 2017-03-31 12:17:50 -05:00
COPYING_LBNL_HDF5 Add LBNL license file and modify COPYING file accordingly. 2017-03-29 13:36:52 -05:00
CTestConfig.cmake Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hdf5_1_10_1 2017-04-14 16:40:52 -05:00
Makefile.am Change copyright headers to replace url referring to file to be removed 2017-04-14 11:54:16 -05:00
Makefile.dist Change copyright headers to replace url referring to file to be removed 2017-04-14 11:54:16 -05:00
MANIFEST merge from develop and apply HDFFV-8611 2017-05-24 15:00:51 -05:00
README.txt Merge bin/h5vers changes from develop. 2017-03-23 20:03:27 -05:00
UserMacros.cmake Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hdf5_1_10_1 2017-04-14 16:40:52 -05:00

HDF5 version 1.10.2-snap0 currently under development
Please refer to the release_docs/INSTALL file for installation instructions.
------------------------------------------------------------------------------

This release is fully functional for the API described in the documentation. 
See the RELEASE.txt file in the release_docs/ directory for information 
specific to this release of the library.  Several INSTALL* files can also be 
found in the release_docs/ directory:  INSTALL contains instructions for 
compiling and installing the library;  INSTALL_parallel contains instructions 
for installing the parallel version of the library;  similarly-named files
contain instructions for several environments on MS Windows systems. 

Documentation for this release can be found at the following URL:
    http://www.hdfgroup.org/HDF5/doc/.

The following  mailing lists are currently set up for HDF5 Library users:

    news        - For announcements of HDF5 related developments,
                  not a discussion list.

    hdf-forum   - For general discussion of the HDF5 library with
                  other users.

To subscribe to a list, send mail to "<list>-subscribe@lists.hdfgroup.org".
where <list> is the name of the list.  For example, send a request 
to subscribe to the 'news' mail list to the following address:
    news-subscribe@lists.hdfgroup.org

Messages sent to the list should be addressed to "<list>@lists.hdfgroup.org".

Periodic code snapshots are provided at the following URL:
    ftp://ftp.hdfgroup.uiuc.edu/pub/outgoing/hdf5/snapshots
Please read the README.txt file in that directory before working with a 
library snapshot.

The HDF5 website is located at http://hdfgroup.org/HDF5/

Bugs should be reported to help@hdfgroup.org.