summaryrefslogtreecommitdiffstats
path: root/fortran/src/H5Off_F03.f90
Commit message (Collapse)AuthorAgeFilesLines
* [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-r22854] Fixed issues with default 8-byte real and default 8-byte ↵Scot Breitenfeld2012-10-031-2/+2
| | | | | | integers and the new H5O routines. Tested: jam (gcc,intel)
* [svn-r22827] HDFFV-8007: Add missing H5O Fortran functions.Scot Breitenfeld2012-09-271-5/+223
| | | | | Tested: jam(gnu,intel)
* [svn-r21619] Description:Scot Breitenfeld2011-10-201-13/+14
| | | | | | | | Changed the API to pass type(h5o_info_t) instead of a C pointer to the derived type. Tested: jam (gfortran and pgi)
* [svn-r21615] Robodoc comment changes.Scot Breitenfeld2011-10-201-7/+6
|
* [svn-r21570] Description: Cleaned up comments and variable names to match ↵Scot Breitenfeld2011-10-141-9/+8
| | | | RM, no source changes.
* [svn-r21537] Description:Scot Breitenfeld2011-10-131-76/+55
| | | | | | Modified h5oget_info_by_name_f to return a derive type h5o_info_t Tested: jam( gfortran, pgi, intel)
* [svn-r21373] Description: Changed the robodoc keywords in the comments Scot Breitenfeld2011-09-101-7/+7
| | | | to the RM documentation's standards.
* [svn-r21362] Change the integer type for filno in in H5O_info_t derived ↵Scot Breitenfeld2011-09-051-8/+8
| | | | | | | | | | | | | | | | | type to c_long to match the unsigned long, via standard: F2003, Note 15.9 "The C international standard specifies that the representations for nonnegative signed integers ar ethe same as the corresponding values for signed integers. Because Fortran does not provide direct support for unsigned kinds of integers, the ISO_C_BINDING module does not make accessible named constants for their kind type parameter values. Instead, a user can use the signed kinds of integers to interoperate with the unsigned types and all their qualified versions as well...." Tested: (jam, intel)
* [svn-r21248] Mereged the F2003 branch into the trunk.Scot Breitenfeld2011-08-181-0/+264
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)