Go to file
Quincey Koziol 5b876c929f [svn-r24101] Description:
Clean up warnings, enable new compiler warning flag(s) and bring back
changes from Coverity branch:

r20813:
Remove the dead code as listed for coverity bug #1722. h5committested.

r20814:
Issue 69: Check return value and throw error if negative return. Also free datatype id on error

r20815:
Use HDstrncpy. --gh

r20816:
Replaced one last HDstrcat call with HDstrncat to resolve coverity issue 832.

r20817:
Use HDstrncpy and HDstrncat. --gh

r20818:
Purpose: Fix valgrind issues with h5jam

Description:
Modified h5jam to free strings strdup'd in parse_command_line before exit. Note
that they may still not be freed in case of error, due to the widespread use of
exit().

r20819:
Issue 80: change loop to use int as loop index.

r20820:
Maintenance: Fixed the bug found by coverity CID 788
There were two problems with this function:
    1) it tried to unnecessary free NULL pointer
    2) it tried to allocate c_name buffer that is done by H5Pget_class_name


Tested on:
    Mac OSX 10.8.4 (amazon) w/gcc 4.8.1, C++ & FORTRAN
    (too minor to require h5committest)
2013-09-05 15:44:14 -05:00
bin [svn-r24007] Update configure to support 64-bit cygwin 2013-08-13 15:29:09 -05:00
c++ [svn-r24092] Snapshot version 1.9 release 163 2013-09-01 03:37:42 -05:00
config [svn-r24101] Description: 2013-09-05 15:44:14 -05:00
examples [svn-r24029] Move TESTS to seperate file to allow easier editing by all developers. 2013-08-19 16:49:44 -05:00
fortran [svn-r24101] Description: 2013-09-05 15:44:14 -05:00
hl [svn-r24092] Snapshot version 1.9 release 163 2013-09-01 03:37:42 -05:00
m4
perform [svn-r24029] Move TESTS to seperate file to allow easier editing by all developers. 2013-08-19 16:49:44 -05:00
release_docs [svn-r24092] Snapshot version 1.9 release 163 2013-09-01 03:37:42 -05:00
src [svn-r24101] Description: 2013-09-05 15:44:14 -05:00
test [svn-r24101] Description: 2013-09-05 15:44:14 -05:00
testpar [svn-r24029] Move TESTS to seperate file to allow easier editing by all developers. 2013-08-19 16:49:44 -05:00
tools [svn-r24101] Description: 2013-09-05 15:44:14 -05:00
vms [svn-r24092] Snapshot version 1.9 release 163 2013-09-01 03:37:42 -05:00
.autom4te.cfg
.h5chkright.ini
ACKNOWLEDGMENTS
aclocal.m4
acsite.m4
CMakeFilters.cmake [svn-r24029] Move TESTS to seperate file to allow easier editing by all developers. 2013-08-19 16:49:44 -05:00
CMakeInstallation.cmake [svn-r24029] Move TESTS to seperate file to allow easier editing by all developers. 2013-08-19 16:49:44 -05:00
CMakeLists.txt [svn-r24070] Fix typo in flags options 2013-08-26 10:02:13 -05:00
configure [svn-r24092] Snapshot version 1.9 release 163 2013-09-01 03:37:42 -05:00
configure.ac [svn-r24092] Snapshot version 1.9 release 163 2013-09-01 03:37:42 -05:00
COPYING [svn-r23883] Description: 2013-07-09 16:00:53 -05:00
CTestConfig.cmake
Makefile.am
Makefile.dist
Makefile.in
MANIFEST [svn-r24087] Rename the private H5RC (reference count) module to H5UC (Use Count). 2013-08-30 12:05:42 -05:00
README.txt [svn-r24092] Snapshot version 1.9 release 163 2013-09-01 03:37:42 -05:00
UserMacros.cmake [svn-r23789] Remove COMPILE_FLAGS value - already set in X_FLAGS 2013-06-17 11:43:33 -05:00

HDF5 version 1.9.164 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.

    hdf5dev     - For discussion of the HDF5 library development
                  with developers and other interested parties.

To subscribe to a list, send mail to "<list>-subscribe@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@hdfgroup.org

Messages to be sent to the list should be sent to "<list>@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.