summaryrefslogtreecommitdiffstats
path: root/fortran/test/tH5L_F03.f90
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r25626] Changed the callback function integer type from INTEGER to ↵Scot Breitenfeld2014-09-261-1/+1
| | | | INTEGER(C_INT) for portability, HDFFV-8909.
* [svn-r24967] Maintenance: Reorganized and cleaned the code to remove ↵Elena Pourmal2014-04-061-14/+14
| | | | | | | | | | compiler warnings in the Fortran test code and examples. Platforms tested: Manual testing in place and using srcdir on jam, platypus, and emu with default and PGI, Intel and new GNU compilers. ifort compiler was also tested with -i8 and -r8 flags on jam. CMake tested on jam.
* [svn-r21584] Removed H5L_info_t definition from test source, it's defined in ↵Scot Breitenfeld2011-10-141-13/+0
| | | | | | the hdf5 library. tested: jam (intel)
* [svn-r21248] Mereged the F2003 branch into the trunk.Scot Breitenfeld2011-08-181-0/+334
Items merged: fortran directory, src/libhdf5.settings.in configure.in configure MANIFEST Tested: (all platforms used by daily tests, both with --enable-fortran and --enable-fortran2003)