index
:
hdf5.git
architecture_docs
develop
develop-readme
feature/1_12_recursive_ts_rw_lock
feature/alignment
feature/async2
feature/ccio
feature/coding_standards
feature/de-hd
feature/h5detect
feature/h5f_get_obj_rework
feature/indexing
feature/new_datatypes
feature/onion_vfd
feature/parallel_h5repack
feature/refactor-h5t-cmp
feature/select_io_chunk_cache
feature/select_io_tconv
feature/vfd_swmr
feature/vfd_swmr_beta_2
feature/vol_cap_flags
feature/vol_tools_tests
feature/werror-restrict
gh-pages
hdf5_1_10
hdf5_1_10_10
hdf5_1_10_11
hdf5_1_10_9
hdf5_1_12
hdf5_1_12_2
hdf5_1_12_3
hdf5_1_13_2
hdf5_1_13_3
hdf5_1_14
hdf5_1_14_0
hdf5_1_14_1
hdf5_1_14_2
hdf5_1_14_3
hdf5_1_6
hdf5_1_8
hdf5_1_8_23
inactive/110_HDFFV-10808-h5pset_file_space_strategy
inactive/H5Ocompare
inactive/NPOESS
inactive/aio_vfd
inactive/avoid_truncate
inactive/cu_dev
inactive/develop_subfiling
inactive/develop_subfiling_v1
inactive/direct_io_2
inactive/h5ocompare
inactive/hdf5_daosm
inactive/hdf5_ff
inactive/hdf5_ff_compactor
inactive/hdf5_rados
inactive/jpeg_converter
inactive/json_vol
inactive/json_vol_old
inactive/mdc_sl_opt
inactive/mds
inactive/merge_metadata_journaling
inactive/metadata_journaling
inactive/modify_dtype_filter
inactive/multi_rd_wd_coll_io
inactive/multi_rd_wd_coll_io_merge
inactive/null_vfd
inactive/parallel_vds
inactive/parallel_vds_develop
inactive/parallel_vds_testing
inactive/phdf5_metadata_opt
inactive/post_open_fix
inactive/rados_vol
inactive/selection_io
inactive/selection_io_with_subfiling_vfd
inactive/trunk_merge_coverity
loricooperhdf-patch-1
metadata_cache_macro_cleanup
ossf-scorecard
pr_484
reduce-h5f-duplication
sel_io_chunk_cache
shell_script
zzz-gitlab-ci
Mirror from: https://github.com/HDFGroup/hdf5.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fortran
Commit message (
Expand
)
Author
Age
Files
Lines
*
1.14 Fix some doxygen warnings (#2323)
Allen Byrne
2022-12-21
1
-25/+0
*
fixed unclosed objects in test (#2290)
Scot Breitenfeld
2022-12-10
1
-6/+10
*
Correct requires setting for pkgconfig files (#2280)
Allen Byrne
2022-12-07
1
-2/+2
*
Update copyright headers (#2184)
Larry Knox
2022-11-01
106
-149/+43
*
Removed the file, func, line args in the _async APIs fpr doxygen (#2179)
Scot Breitenfeld
2022-10-25
7
-24/+24
*
Implement option for using CMake GNUInstallDirs (#2175)
Allen Byrne
2022-10-25
1
-3/+3
*
Multi Dataset (#2120)
Neil Fortner
2022-10-19
10
-18/+630
*
address test failing when default real and integers are 8 bytes (#2173)
Scot Breitenfeld
2022-10-19
1
-6/+17
*
changed to referencing C APIs by empty brackets (Fortran) (#2167)
Scot Breitenfeld
2022-10-17
14
-396/+396
*
Fix H5Dfill_f test (#2162)
Scot Breitenfeld
2022-10-14
4
-126/+188
*
renamed H5_FORTRAN_C_LONG_DOUBLE_IS_UNIQUE DLL (#2158)
Scot Breitenfeld
2022-10-13
2
-2/+2
*
Fix for missing h5dfill_c_long_double in dll (#2155)
Scot Breitenfeld
2022-10-12
2
-1/+4
*
Implemented C matching (and general) H5Dfill Fortran wrappers (#2152)
Scot Breitenfeld
2022-10-11
6
-70/+393
*
Avoid calling H5FD_subfiling_init from h5open_f. (#2149)
Scot Breitenfeld
2022-10-07
1
-1/+23
*
Subfiling Fortran wrapper work. (#2143)
Scot Breitenfeld
2022-10-06
16
-34/+868
*
Grouped the Fortran constants in Doxygen (#2136)
Scot Breitenfeld
2022-10-03
6
-67/+104
*
Misc. Fortran Doxygen updates (#2129)
Scot Breitenfeld
2022-09-28
8
-283/+271
*
Added C references to Fortran constants. (#2126)
Scot Breitenfeld
2022-09-27
16
-425/+1077
*
develop Merge doxygen from 1.12 branch (#2095)
Allen Byrne
2022-09-14
13
-68/+82
*
removed H5R interface definition (#2090)
Scot Breitenfeld
2022-09-14
1
-1/+1
*
Doxygen Fortran (#2062)
Scot Breitenfeld
2022-09-07
15
-13813/+6865
*
Update CMake code to 3.18 minimum version (#2080)
Allen Byrne
2022-09-03
5
-5/+5
*
Fortran module directory improvements (#2060)
Dana Robinson
2022-08-23
1
-1/+1
*
removed h5rget_object_type_f module interface (#2057)
Scot Breitenfeld
2022-08-23
2
-12/+5
*
Corrects more Fortran warnings (#2059)
Dana Robinson
2022-08-23
2
-3/+8
*
Quiets Fortran warnings about large arrays (#2053)
Dana Robinson
2022-08-22
1
-2/+4
*
Removes cmake_ext_mod (files moved to cmake) (#2041)
Dana Robinson
2022-08-19
2
-6/+6
*
Fixes codespell issues (#2032)
Dana Robinson
2022-08-17
2
-2/+2
*
Fix typos found in the rest of the hdf5 code-base (#1985)
luzpaz
2022-08-10
8
-60/+60
*
Develop cmake clean (#1971)
Allen Byrne
2022-08-07
3
-5/+40
*
Develop clang 13 format (#1933)
Allen Byrne
2022-07-26
12
-66/+66
*
Implement improved CMake fortran module folder from GH#1411 (#1922)
Allen Byrne
2022-07-26
3
-10/+12
*
Subfiling VFD (#1883)
jhendersonHDF
2022-07-22
3
-11/+11
*
remove superfluous initialization, fixes issue with Cray compiler (Crusher) (...
Scot Breitenfeld
2022-06-29
1
-1/+0
*
Minor things noticed while merging to 1.10 (#1739)
Dana Robinson
2022-05-06
1
-1/+1
*
changes parallel tests to .F90 ext. and fixes the CALL check strings (#1725)
Scot Breitenfeld
2022-05-04
5
-19/+18
*
HDFFV-11306 Fixed (#1657)
Scot Breitenfeld
2022-04-19
9
-23/+139
*
Minor things discovered while preparing 1.12.2 (#1620)
Dana Robinson
2022-04-08
2
-2/+2
*
spelling fixes (#1561)
Scot Breitenfeld
2022-03-31
1
-2/+2
*
Mark minusone as a PARAMETER in tH5A_1_8.F90. Resolves #1379. (#1412)
Orion Poplawski
2022-03-18
1
-3/+3
*
fixed buf definition in h5dfill_f (#1465)
Scot Breitenfeld
2022-03-01
1
-8/+4
*
Fixed H5Dget_storage_size_f for zero sized datasets (#1430)
Scot Breitenfeld
2022-02-11
1
-4/+4
*
fixed off-by-one error in h5fget_name_f, HDFFV-11290 (#1345)
Scot Breitenfeld
2022-01-11
2
-5/+37
*
Fixed Spelling Errors (#1166)
Scot Breitenfeld
2021-12-07
42
-162/+157
*
Assume C99 fixed sized ints exist, use them (#470)
Sean McBride
2021-11-08
1
-8/+0
*
correct error checking string (#1143)
Scot Breitenfeld
2021-10-29
1
-2/+2
*
VFD plugins (#602)
jhendersonHDF
2021-09-29
1
-1/+1
*
Rework of PR #826 (#972)
Scot Breitenfeld
2021-08-30
3
-3/+127
*
Fixed failure on BE with xlf (#968)
Scot Breitenfeld
2021-08-30
1
-2/+5
*
Add parallel version of h5pfc script (#881)
Allen Byrne
2021-08-07
1
-0/+13
[next]