summaryrefslogtreecommitdiffstats
path: root/fortran/src/H5Pff_F03.f90
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r26010] Fix for:Scot Breitenfeld2015-01-221-57/+33
| | | | | | | | | | HDFFV-9049 Intel 15.0 15.0.1 Fails with --enable-fortran2003 Added BIND to the Fortran 2003 functions. Tested: windows (tested concept) linux (--enable-fortran and --enable-fortran2003)
* [svn-r24939] Fix for HDFFV-8309 Fortran wrappers for H5Pget/set_file_image ↵Scot Breitenfeld2014-04-011-0/+106
| | | | | | | functions Tested: jam (gnu, intel, pgi)
* [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-r21535] Description:Scot Breitenfeld2011-10-131-319/+354
| | | | | | | Updated to the robodoc headers comments, cleaned up the spacing of the source code which is included in the documenaton. Tested: jam (intel)
* [svn-r21475] Description: fixed C_LOC(X) non-standard argument X for ↵Scot Breitenfeld2011-10-051-5/+5
| | | | | | multi-dimensional arrays detected using xlf compiler. Tested: jam (intel, gnu, pgi) F2003 compilers.
* [svn-r21373] Description: Changed the robodoc keywords in the comments Scot Breitenfeld2011-09-101-50/+50
| | | | to the RM documentation's standards.
* [svn-r21295] Description:Scot Breitenfeld2011-08-231-203/+0
| | | | | | | Removed duplicate h5p, h5a, and h5d, double precision functions in _F90 and _F03 files that are already defined in H5_DBLE_InterfaceInclude Tested: jam (gcc 4.5, intel 12.0)
* [svn-r21248] Mereged the F2003 branch into the trunk.Scot Breitenfeld2011-08-181-0/+1353
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)