Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update license url part2 (#333) | Larry Knox | 2021-02-17 | 1 | -1/+1 |
| | | | | | | * Modify temporary rpath for testing in java example scripts. * Update URL in source file Copyright headers for web copy of COPYING file - files not in src or test. | ||||
* | Removed trailing space from Fortran files. | Dana Robinson | 2020-05-26 | 1 | -16/+16 |
| | |||||
* | Narrowed the scope of ISO_C_BINDING with ONLY additions | Scot Breitenfeld | 2020-04-06 | 1 | -2/+2 |
| | |||||
* | HDFFV-11018 Add Fortran H5F_LIBVER_V*_F definitions | M. Scot Breitenfeld | 2020-02-10 | 1 | -0/+12 |
| | | | | | | | | | | | | | | | | | | | Added ------ New Definitions: INTEGER :: H5F_LIBVER_ERROR_F INTEGER :: H5F_LIBVER_NBOUNDS_F INTEGER :: H5F_LIBVER_V18_F INTEGER :: H5F_LIBVER_V110_F INTEGER :: H5F_LIBVER_V112_F INTEGER :: H5F_LIBVER_V114_F New API: h5pget_libver_bounds_f(fapl_id, low, high, hdferr) Removed: call to C wrapper h5pset_libver_bounds_c in h5pset_libver_bounds_f | ||||
* | Squashed commit of the token_refactoring branch: | Dana Robinson | 2020-01-16 | 1 | -1/+6 |
| | |||||
* | removed H5VL constants | M. Scot Breitenfeld | 2019-05-16 | 1 | -141/+0 |
| | |||||
* | Merge branch 'develop' into H10621 | M. Scot Breitenfeld | 2019-03-07 | 1 | -0/+13 |
|\ | |||||
| * | HDFFV-10443: Add "field" parameter to H5Oinfo* and H5Ovisit* APIs. | Scot Breitenfeld | 2019-01-08 | 1 | -0/+13 |
| | | |||||
* | | Implemented VOL APIs and C constants, no tests | Scot Breitenfeld | 2018-12-07 | 1 | -7/+169 |
|/ | |||||
* | removed duplicate exports of DS subroutines | M. Scot Breitenfeld | 2017-12-06 | 1 | -15/+339 |
| | |||||
* | export var. | M. Scot Breitenfeld | 2017-11-29 | 1 | -64/+64 |
| | |||||
* | initialized integer constants | M. Scot Breitenfeld | 2017-11-29 | 1 | -63/+63 |
| | |||||
* | Update macros | Allen Byrne | 2017-11-29 | 1 | -2/+2 |
| | |||||
* | HDFFV-10325: removed the COMMON/EQUIV statements. | M. Scot Breitenfeld | 2017-11-29 | 1 | -601/+67 |
| | |||||
* | Fix for Intel 18 Fortran compilation error. | M. Scot Breitenfeld | 2017-11-02 | 1 | -4/+1 |
| | | | | HDFFV-10322 | ||||
* | Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵ | Larry Knox | 2017-04-25 | 1 | -6/+4 |
| | | | | | | | | | | hdf5_1_10 * commit '54957d37f5aa73912763dbb6e308555e863c43f4': Commit copyright header change for src/H5PLpkg.c which was added after running script to make changes. Add new files in release_docs to MANIFEST. Cimmit changes to Makefile.in(s) and H5PL.c that resulted from running autogen.sh. Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hdf5_1_10_1 Change copyright headers to replace url referring to file to be removed and replace it with new url for COPYING file. | ||||
* | Fix:HDFFV-9987 | M. Scot Breitenfeld | 2016-10-10 | 1 | -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 Breitenfeld | 2016-10-07 | 1 | -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 compiler | M. Scot Breitenfeld | 2016-09-22 | 1 | -20/+23 |
| | | | | Fixes issues with KIND = BYTE assumptions. | ||||
* | [svn-r29939] HDFFV-9917: compile time error with H5f90global.f90 | Scot Breitenfeld | 2016-05-16 | 1 | -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 Robinson | 2016-03-08 | 1 | -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 Breitenfeld | 2016-02-08 | 1 | -4/+19 |
| | | | | Tested: h5committest.new | ||||
* | [svn-r27580] Fix for: | Scot Breitenfeld | 2015-08-25 | 1 | -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 Breitenfeld | 2015-08-11 | 1 | -0/+1040 |
| | | | | Tested: h5committest --PASSED-- | ||||
* | [svn-r27489] reverted merge of branch | Scot Breitenfeld | 2015-08-11 | 1 | -1040/+0 |
| | |||||
* | [svn-r27134] Switched to uses a verify for each kind for the tests. Testing ↵ | Scot Breitenfeld | 2015-06-01 | 1 | -1/+6 |
| | | | | quad precision. | ||||
* | [svn-r27115] Moved testing KINDs and SIZEOFs to configure. | Scot Breitenfeld | 2015-05-27 | 1 | -6/+6 |
| | |||||
* | [svn-r26819] Updated H5A, H5E, H5D, H5F APIs to F2003, added ifdef for parallel. | Scot Breitenfeld | 2015-04-15 | 1 | -2/+65 |
| | |||||
* | [svn-r26809] Changed Fortran file endings from ".f90" to ".F90" | Scot Breitenfeld | 2015-04-14 | 1 | -0/+972 |