summaryrefslogtreecommitdiffstats
path: root/fortran/src/H5Off.f90
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r23516] Updated documentation.Scot Breitenfeld2013-04-021-7/+7
|
* [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-1/+1
| | | | | | integers and the new H5O routines. Tested: jam (gcc,intel)
* [svn-r22827] HDFFV-8007: Add missing H5O Fortran functions.Scot Breitenfeld2012-09-271-9/+459
| | | | | Tested: jam(gnu,intel)
* [svn-r22243] Updated the comments for robodoc inclusion and changed spacing ↵Scot Breitenfeld2012-04-031-69/+68
| | | | | | formatting in the source headers, cosmetic changes only.
* [svn-r22142] Description : New Fortran wrapper (h5ocopy_f) for the C API H5OcopyScot Breitenfeld2012-03-261-0/+72
| | | | | | HDFFV-7965 Tested: jam (gnu), koala (gnu)
* [svn-r21271] Fixed Windows $DEC! declaration for H5close_f, added missing ↵Scot Breitenfeld2011-08-191-1/+1
| | | | | | entry in hdf5_fortrandll.dif
* [svn-r21248] Mereged the F2003 branch into the trunk.Scot Breitenfeld2011-08-181-71/+124
| | | | | | | | | 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)
* [svn-r18197] Description:Quincey Koziol2010-01-301-31/+31
| | | | | | | | | Trim trailing whitespace from source code files with this command: find . \( -name "*.[ch]" -or -name "*.cpp" -or -name "*.f90" \) -print |xargs -n 1 sed -i "" 's/[[:blank:]]*$//' Tested on: None - eyeballed only
* [svn-r17482] Scot Breitenfeld2009-09-151-0/+44
| | | | | | | | | | | | | | | Bug 1652 - h5lget_info_by_idx_f missing/broken functionalit * added returned val_sel, link_type and address that were missing In the process, fixed the integer type in H5lget_info_f for address and val_sel * wrote test for val_sel, address, and link_type returned values * to check address values added h5Oopen_by_addr_f function and test program. Tested: smirom (pgf90/pgcc, ifort/icc) linew jam (gcc/g95)
* [svn-r16678] Description:Scot Breitenfeld2009-04-071-6/+6
| | | | | | | | | Fixed warnings from absoft's compiler for !DEC$ statements. Solution: There should not be a space after !DEC$ statements, removed the spaces. Platforms tested: Jam with gcc and f95
* [svn-r16196] Description:Scot Breitenfeld2008-12-151-0/+2
| | | | | | | | added: !DEC$ATTRIBUTES reference :: for character strings being passed in to C to fix bug in VMS.
* [svn-r15598] Description:Scot Breitenfeld2008-09-081-10/+2
| | | | Moved all the windows DLL function declarations to one file (hdf5_fortrandll.def).
* [svn-r14923] Maintenance: This check-in merges changes from the fortran_1_8 ↵Elena Pourmal2008-05-031-0/+163
| | | | | | | branch back into the trunk (up to revision 14921) Platforms tested: kagiso with g95 and Intel compilers; more testing will be done after checking in a fresh copy from the trunk. New code itself was tested with all Fortran compilers available at THG
* [svn-r14903] Undoing change committed in r14902.Scot Breitenfeld2008-04-301-163/+0
|
* [svn-r14902] Merged fortran_1_8 branch changes r14505:14901 into the trunk. ↵Scot Breitenfeld2008-04-301-0/+163
New fortran wrappers added.