summaryrefslogtreecommitdiffstats
path: root/fortran/src/H5Rff_F90.f90
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r26452] Fixed formatting of copyright.Scot Breitenfeld2015-03-131-12/+12
|
* [svn-r23294] Related to: HDFFV-8265Scot Breitenfeld2013-02-181-1/+1
| | | | | | | Fortran2003 option does not work under windows; Need to manage .def files more efficiently Changed the comment notes from adding to the 'hdf5_fortrandll.def' to instead adding to the 'hdf5_fortrandll.def.in' file.
* [svn-r23248] Made modification of comments for h5rget_name_*f for the loc_id ↵Scot Breitenfeld2013-02-121-14/+14
| | | | | | identifier. Cleaned up comments.
* [svn-r22824] FIX: HDFFV-8118: Support Fortran compiler flags that change the ↵Scot Breitenfeld2012-09-271-0/+65
| | | | | | default size of integer and real Tested: jam(gnu,intel), machine with gcc 4.7 and C long double = 16 bytes.
* [svn-r21248] Mereged the F2003 branch into the trunk.Scot Breitenfeld2011-08-181-0/+449
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)