summaryrefslogtreecommitdiffstats
path: root/fortran/src/H5f90global.F90
Commit message (Collapse)AuthorAgeFilesLines
* Change copyright headers to replace url referring to file to be removedlrknox2017-04-061-6/+4
| | | | | | | | and replace it with new url for COPYING file. Fix 2 lines in java error test expected output file where messages include line numbers changed by reducing the copyright header by 2 lines.
* Fix:HDFFV-9987M. Scot Breitenfeld2016-10-101-20/+26
| | | | | | | With HDF5-1.10 you cannot specify default dataspace for Fortran (H5S_ALL_F) Resolution: Made H5S_ALL_F INTEGER(HID_T) to match C.
* Removed unused H5T_NATIVE_INTEGER_# variables due to NAG fixes.M. Scot Breitenfeld2016-10-071-5/+1
| | | | | HDFFV-9973 Fortran library fails to compile and fails tests with NAG compiler
* HDFFV-9973 Fortran library fails to compile and fails tests with NAG compilerM. Scot Breitenfeld2016-09-221-20/+23
| | | | Fixes issues with KIND = BYTE assumptions.
* [svn-r29939] HDFFV-9917: compile time error with H5f90global.f90Scot Breitenfeld2016-05-161-4/+4
| | | | | | | Fix:Made datatypes the same type and kind for both args to MAX(). Tested: jam (gnu)
* [svn-r29336] Removed unused variables from Fortran code.Dana Robinson2016-03-081-1/+0
| | | | | | | Updated gnu Fortran flags. Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 autotools serial w/ Fortran
* [svn-r29062] HDFFV-9564: Implement VDS Fortran wrappers.Scot Breitenfeld2016-02-081-4/+19
| | | | Tested: h5committest.new
* [svn-r27580] Fix for: Scot Breitenfeld2015-08-251-0/+12
| | | | | | | HDFFV-9283 Add H5Dget_offset fortran wrapper tested: h5committest
* [svn-r27493] Trying again to merge the F2003_v1.10 branch to the trunk.Scot Breitenfeld2015-08-111-0/+1040
| | | | Tested: h5committest --PASSED--
* [svn-r27489] reverted merge of branchScot Breitenfeld2015-08-111-1040/+0
|
* [svn-r27134] Switched to uses a verify for each kind for the tests. Testing ↵Scot Breitenfeld2015-06-011-1/+6
| | | | quad precision.
* [svn-r27115] Moved testing KINDs and SIZEOFs to configure.Scot Breitenfeld2015-05-271-6/+6
|
* [svn-r26819] Updated H5A, H5E, H5D, H5F APIs to F2003, added ifdef for parallel.Scot Breitenfeld2015-04-151-2/+65
|
* [svn-r26809] Changed Fortran file endings from ".f90" to ".F90"Scot Breitenfeld2015-04-141-0/+972