Go to file
Jerome Soumagne 8f82c9b8be [svn-r27031] Fix warnings in H5detect and clean up code, use unsigned variables
Use H5_GCC_DIAG_ON/OFF to suppress larger-than and float-equal warnings

Variables used with sigsetjmp/siglongjmp must be declared as volatile

Remove unnecessary use of volatile after r24171 fix and fix prototypes

Tested in release mode on:
- jam (CentOS 5.11 i386 GCC 4.1.2)
- ostrich (RHEL 6.6 ppc64 GCC 4.4.7)
- local linux (OpenSuSE 13.2 x86_64 GCC 4.8.3)
- local linux (Fedora 21 x86_64 GCC 4.9.2)
- local linux (Fedora 21 x86_64 ICC 15.0.2)
- local windows (Windows 8.1 x86_64 MSVC 2013 update 4)
- lemur (MacOSX 10.10.3 x86_64 clang-602.0.49 Xcode 6.3.1)
- ibm p95a07 (Ubuntu 14.10 ppc64le GCC 4.9.1)
- ibm p95a07 (Ubuntu 14.10 ppc64le IBM XL C V13.1.1)
- bluewaters (Cray PE 2.2.1 x86_64 GCC 4.8.2)
- bluewaters (Cray PE 2.2.1 x86_64 Cray C 8.3.3)
- bluewaters (Cray PE 2.2.1 x86_64 PGCC 14.2)
2015-05-06 18:44:50 -05:00
bin [svn-r26929] Added support for shared lib and zlib. 2015-04-27 05:10:07 -05:00
c++ [svn-r26997] Snapshot version 1.9 release 217 2015-05-03 06:06:41 -05:00
config [svn-r27015] updated with release changes 2015-05-05 11:10:20 -05:00
examples [svn-r26711] Recommitting revisions 26669 and 26670, removing VPATH and redundant /usr/include and lib in fcompile and link flags checks, now that I have run reconfigure. 2015-04-02 16:07:53 -05:00
fortran [svn-r26997] Snapshot version 1.9 release 217 2015-05-03 06:06:41 -05:00
hl [svn-r26997] Snapshot version 1.9 release 217 2015-05-03 06:06:41 -05:00
m4 [svn-r26280] Removed tab indenting for Fortran source, tab indenting is not F2003 standard compliant. 2015-02-23 10:58:12 -05:00
release_docs [svn-r27003] Update documentation to match the web instructions 2015-05-04 10:14:37 -05:00
src [svn-r27031] Fix warnings in H5detect and clean up code, use unsigned variables 2015-05-06 18:44:50 -05:00
test [svn-r26986] Removed H5F_ACC_DEBUG and H5FD_DEBUG functionality. 2015-04-30 14:32:25 -05:00
testpar [svn-r26711] Recommitting revisions 26669 and 26670, removing VPATH and redundant /usr/include and lib in fcompile and link flags checks, now that I have run reconfigure. 2015-04-02 16:07:53 -05:00
tools [svn-r26953] Remove src temporary debug build props. 2015-04-28 16:32:17 -05:00
.autom4te.cfg
.h5chkright.ini
ACKNOWLEDGMENTS
aclocal.m4 [svn-r26188] Merged autotools fixes into the trunk: 2015-02-16 12:17:49 -05:00
acsite.m4 [svn-r26363] Partial revert of r26347. 2015-03-04 17:01:37 -05:00
CMakeFilters.cmake [svn-r26594] Merge macros and fortran changes from dual_binary feature. 2015-03-25 17:08:46 -05:00
CMakeInstallation.cmake [svn-r26977] Windows needs different packaging option from linux 2015-04-30 09:04:24 -05:00
CMakeLists.txt [svn-r26953] Remove src temporary debug build props. 2015-04-28 16:32:17 -05:00
configure [svn-r26997] Snapshot version 1.9 release 217 2015-05-03 06:06:41 -05:00
configure.ac [svn-r26997] Snapshot version 1.9 release 217 2015-05-03 06:06:41 -05:00
COPYING [svn-r26665] Description: 2015-03-30 16:29:58 -05:00
CTestConfig.cmake
Makefile.am [svn-r26526] Merge r26524 from autotools_rework branch 2015-03-23 11:05:44 -05:00
Makefile.dist
Makefile.in [svn-r26711] Recommitting revisions 26669 and 26670, removing VPATH and redundant /usr/include and lib in fcompile and link flags checks, now that I have run reconfigure. 2015-04-02 16:07:53 -05:00
MANIFEST [svn-r26906] Correct typo 2015-04-23 14:05:22 -05:00
README.txt [svn-r26997] Snapshot version 1.9 release 217 2015-05-03 06:06:41 -05:00
UserMacros.cmake

HDF5 version 1.9.218 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 VMS and 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.