hdf5/fortran/test
Dana Robinson 7462a7ef1c [svn-r26329] Merge of r26069, r26070, and r26072 from the features/autotools_rework
branch.

Removed the configure option that allows selective disabling of individual
internal filters (fletcher32, shuffle, etc.).

This feature mucked up the code with a lot of #ifdefs, saved very little space,
and was not scalable to a general scheme for library size reduction. We've
decided to remove the feature while we investigate a more general scheme for
decreasing the library size.

Part of: HDFFV-9086

Tested on: h5committest
2015-02-27 07:50:38 -05:00
..
CMakeLists.txt [svn-r26253] Update CMake with fortran source properties and defines, correct name of hl fortran examples option check 2015-02-20 12:25:56 -05:00
CMakeTests.cmake [svn-r26161] Fix cmake case. 2015-02-12 16:52:48 -05:00
fflush1.f90 [svn-r24967] Maintenance: Reorganized and cleaned the code to remove compiler warnings in the Fortran test code 2014-04-06 10:56:21 -05:00
fflush2.f90 [svn-r24967] Maintenance: Reorganized and cleaned the code to remove compiler warnings in the Fortran test code 2014-04-06 10:56:21 -05:00
fortranlib_test_1_8.f90 [svn-r25169] Removed duplicate tests in fortranlib_test_1_8.f90 and fortranlib_test.f90. Thus removing the dependency on tH5F.f90, which was causing compilation race-conditions in cmake. 2014-05-06 09:18:30 -05:00
fortranlib_test_F03.f90 [svn-r24967] Maintenance: Reorganized and cleaned the code to remove compiler warnings in the Fortran test code 2014-04-06 10:56:21 -05:00
fortranlib_test.f90 [svn-r24967] Maintenance: Reorganized and cleaned the code to remove compiler warnings in the Fortran test code 2014-04-06 10:56:21 -05:00
Makefile.am [svn-r25290] Fix for: 2014-06-16 11:38:07 -05:00
Makefile.in [svn-r26329] Merge of r26069, r26070, and r26072 from the features/autotools_rework 2015-02-27 07:50:38 -05:00
t.c [svn-r24783] fixed typo 2014-03-12 09:20:47 -05:00
t.h [svn-r15737] Description: 2008-09-30 16:05:39 -05:00
tf_F03.f90 [svn-r26253] Update CMake with fortran source properties and defines, correct name of hl fortran examples option check 2015-02-20 12:25:56 -05:00
tf_F08.f90 [svn-r26253] Update CMake with fortran source properties and defines, correct name of hl fortran examples option check 2015-02-20 12:25:56 -05:00
tf_F90.f90 [svn-r25294] added implicit none 2014-06-16 12:06:46 -05:00
tf.f90 [svn-r26253] Update CMake with fortran source properties and defines, correct name of hl fortran examples option check 2015-02-20 12:25:56 -05:00
tH5A_1_8.f90 [svn-r24967] Maintenance: Reorganized and cleaned the code to remove compiler warnings in the Fortran test code 2014-04-06 10:56:21 -05:00
tH5A.f90 [svn-r24986] Comparing REALs now converts all REALs to double precision and then compares if the two numbers are equivalent. 2014-04-08 14:34:42 -05:00
tH5D.f90 [svn-r24967] Maintenance: Reorganized and cleaned the code to remove compiler warnings in the Fortran test code 2014-04-06 10:56:21 -05:00
tH5E_F03.f90 [svn-r24967] Maintenance: Reorganized and cleaned the code to remove compiler warnings in the Fortran test code 2014-04-06 10:56:21 -05:00
tH5E.f90 [svn-r24979] Maintenance: Addressed DT failures on emu in 64-bit mode and on macs, linux, powerpc 2014-04-07 12:05:22 -05:00
tH5F_F03.f90 [svn-r24967] Maintenance: Reorganized and cleaned the code to remove compiler warnings in the Fortran test code 2014-04-06 10:56:21 -05:00
tH5F.f90 [svn-r24979] Maintenance: Addressed DT failures on emu in 64-bit mode and on macs, linux, powerpc 2014-04-07 12:05:22 -05:00
tH5G_1_8.f90 [svn-r24967] Maintenance: Reorganized and cleaned the code to remove compiler warnings in the Fortran test code 2014-04-06 10:56:21 -05:00
tH5G.f90 [svn-r24979] Maintenance: Addressed DT failures on emu in 64-bit mode and on macs, linux, powerpc 2014-04-07 12:05:22 -05:00
tH5I.f90 [svn-r24979] Maintenance: Addressed DT failures on emu in 64-bit mode and on macs, linux, powerpc 2014-04-07 12:05:22 -05:00
tH5L_F03.f90 [svn-r25626] Changed the callback function integer type from INTEGER to INTEGER(C_INT) for portability, HDFFV-8909. 2014-09-26 09:25:04 -05:00
tH5MISC_1_8.f90 [svn-r25238] Removed warning about the data type of the actual argument does not match the definition to verify function. Trivial fix. 2014-06-04 09:08:17 -05:00
tH5O_F03.f90 [svn-r25473] Added VALUE to callback group_id type. Needed to fix problem when hid_t is 64-bit. 2014-07-23 12:01:51 -05:00
tH5O.f90 [svn-r24979] Maintenance: Addressed DT failures on emu in 64-bit mode and on macs, linux, powerpc 2014-04-07 12:05:22 -05:00
tH5P_F03.f90 [svn-r25618] Added tests for HDFFV-8879 2014-09-25 09:48:33 -05:00
tH5P.f90 [svn-r25929] Description: 2014-12-29 01:02:06 -05:00
tH5R.f90 [svn-r24979] Maintenance: Addressed DT failures on emu in 64-bit mode and on macs, linux, powerpc 2014-04-07 12:05:22 -05:00
tH5S.f90 [svn-r24979] Maintenance: Addressed DT failures on emu in 64-bit mode and on macs, linux, powerpc 2014-04-07 12:05:22 -05:00
tH5Sselect.f90 [svn-r25001] Cast as integer to verify routine to remove intel warning. 2014-04-09 09:45:04 -05:00
tH5T_F03.f90 [svn-r26241] Fixed issue with default 8 byte integers using xlf compilers. 2015-02-19 11:17:16 -05:00
tH5T.f90 [svn-r24986] Comparing REALs now converts all REALs to double precision and then compares if the two numbers are equivalent. 2014-04-08 14:34:42 -05:00
tH5VL.f90 [svn-r24986] Comparing REALs now converts all REALs to double precision and then compares if the two numbers are equivalent. 2014-04-08 14:34:42 -05:00
tH5Z.f90 [svn-r24967] Maintenance: Reorganized and cleaned the code to remove compiler warnings in the Fortran test code 2014-04-06 10:56:21 -05:00
tHDF5_1_8.f90 [svn-r25173] Removed unused module TH5F. 2014-05-07 10:57:01 -05:00
tHDF5_F03.f90 [svn-r24967] Maintenance: Reorganized and cleaned the code to remove compiler warnings in the Fortran test code 2014-04-06 10:56:21 -05:00
tHDF5.f90 [svn-r24967] Maintenance: Reorganized and cleaned the code to remove compiler warnings in the Fortran test code 2014-04-06 10:56:21 -05:00