hdf5/fortran/test
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
..
CMakeLists.txt [svn-r24029] Move TESTS to seperate file to allow easier editing by all developers. 2013-08-19 16:49:44 -05:00
CMakeTests.cmake [svn-r24029] Move TESTS to seperate file to allow easier editing by all developers. 2013-08-19 16:49:44 -05:00
fflush1.f90 [svn-r21248] Mereged the F2003 branch into the trunk. 2011-08-18 09:32:47 -05:00
fflush2.f90 [svn-r21248] Mereged the F2003 branch into the trunk. 2011-08-18 09:32:47 -05:00
fortranlib_test_1_8.f90 [svn-r24101] Description: 2013-09-05 15:44:14 -05:00
fortranlib_test_F03.f90 [svn-r23325] Description 2013-03-05 00:06:59 -05:00
fortranlib_test.f90 [svn-r21248] Mereged the F2003 branch into the trunk. 2011-08-18 09:32:47 -05:00
Makefile.am [svn-r23293] Fix for HDFFV-8268: Fortran wrapper for H5Fget_file_image function. 2013-02-17 21:01:18 -05:00
Makefile.in [svn-r23305] HDFFV-8257: szip still used even if headers are not found. Change configure to test the result of the CHECK HEADERS call before checking for the library. 2013-02-18 15:56:21 -05:00
t.c [svn-r21248] Mereged the F2003 branch into the trunk. 2011-08-18 09:32:47 -05:00
t.h [svn-r15737] Description: 2008-09-30 16:05:39 -05:00
tf.f90 [svn-r23475] added dll for verify_Fortran_INTEGER_4 2013-03-28 11:11:34 -05:00
tH5A_1_8.f90 [svn-r21475] Description: fixed C_LOC(X) non-standard argument X for multi-dimensional arrays detected using xlf compiler. 2011-10-04 23:51:08 -05:00
tH5A.f90 [svn-r22824] FIX: HDFFV-8118: Support Fortran compiler flags that change the default size of integer and real 2012-09-27 14:13:13 -05:00
tH5D.f90 [svn-r21778] Description: 2011-11-28 23:21:56 -05:00
tH5E_F03.f90 [svn-r21536] Desciption: Removed H5Eget_auto_f from source, moved to F2003_new branch for 2011-10-12 23:49:36 -05:00
tH5E.f90 [svn-r21248] Mereged the F2003 branch into the trunk. 2011-08-18 09:32:47 -05:00
tH5F_F03.f90 [svn-r23297] Temporary fix: PGI COMPILERS seem to have a bug in the INQUIRE function, 2013-02-18 10:28:36 -05:00
tH5F.f90 [svn-r21248] Mereged the F2003 branch into the trunk. 2011-08-18 09:32:47 -05:00
tH5G_1_8.f90 [svn-r21248] Mereged the F2003 branch into the trunk. 2011-08-18 09:32:47 -05:00
tH5G.f90 [svn-r21248] Mereged the F2003 branch into the trunk. 2011-08-18 09:32:47 -05:00
tH5I.f90 [svn-r21248] Mereged the F2003 branch into the trunk. 2011-08-18 09:32:47 -05:00
tH5L_F03.f90 [svn-r21584] Removed H5L_info_t definition from test source, it's defined in the hdf5 library. 2011-10-14 16:13:57 -05:00
tH5O_F03.f90 [svn-r22854] Fixed issues with default 8-byte real and default 8-byte integers and the new H5O routines. 2012-10-02 19:53:21 -05:00
tH5O.f90 [svn-r23576] added missing argument in check call. 2013-04-11 14:40:57 -05:00
tH5P_F03.f90 [svn-r23325] Description 2013-03-05 00:06:59 -05:00
tH5P.f90 [svn-r23325] Description 2013-03-05 00:06:59 -05:00
tH5R.f90 [svn-r21248] Mereged the F2003 branch into the trunk. 2011-08-18 09:32:47 -05:00
tH5S.f90 [svn-r21248] Mereged the F2003 branch into the trunk. 2011-08-18 09:32:47 -05:00
tH5Sselect.f90 [svn-r21248] Mereged the F2003 branch into the trunk. 2011-08-18 09:32:47 -05:00
tH5T_F03.f90 [svn-r23585] changed the integer kind in the enum to satisfy g95. 2013-04-14 16:19:40 -05:00
tH5T.f90 [svn-r22824] FIX: HDFFV-8118: Support Fortran compiler flags that change the default size of integer and real 2012-09-27 14:13:13 -05:00
tH5VL.f90 [svn-r21248] Mereged the F2003 branch into the trunk. 2011-08-18 09:32:47 -05:00
tH5Z.f90 [svn-r21248] Mereged the F2003 branch into the trunk. 2011-08-18 09:32:47 -05:00