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
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Retrieve MPI-IO hints used by MPI library after file open (#1636)
Wei-keng Liao
2022-04-15
1
-0/+49
*
Fixes a typo in H5.c (#1639)
Dana Robinson
2022-04-14
1
-1/+1
*
Fix these Doxygen warnings #1581 (#1589)
Allen Byrne
2022-04-13
3
-11/+10
*
Removes unused definitions from module headers (#1624)
Dana Robinson
2022-04-11
38
-115/+76
*
Removes the STATIC flavor of FUNC_ENTER macros (#1622)
Dana Robinson
2022-04-08
221
-2213/+2188
*
Minor things discovered while preparing 1.12.2 (#1620)
Dana Robinson
2022-04-08
1
-2/+2
*
Fix for unexported global variable on Windows (#1568)
Dana Robinson
2022-04-01
1
-2/+5
*
spelling fixes (#1561)
Scot Breitenfeld
2022-03-31
4
-4/+4
*
Add H5_CHECK_MPI_VERSION macro to check for at least MPI version of (version,...
jhendersonHDF
2022-03-30
6
-18/+27
*
Add missing H5FL_TRACK debug parameters to free list array routines (#1555)
jhendersonHDF
2022-03-30
1
-6/+12
*
Minor comment corrections (#1544)
Allen Byrne
2022-03-30
3
-15/+13
*
Removes unused H5HP (private heap) package (#1548)
Dana Robinson
2022-03-30
4
-984/+0
*
Removes unused memory pool (H5MP) package (#1547)
Dana Robinson
2022-03-30
7
-861/+1
*
Removes cruft from a few header files (#1534)
Dana Robinson
2022-03-29
7
-38/+0
*
Merge initial version of selection I/O feature into develop (#1367)
Neil Fortner
2022-03-26
30
-344/+4528
*
Removes HD prefix from pthreads calls (#1507)
Dana Robinson
2022-03-18
2
-89/+38
*
Fixes a bug in the FSM section merge code exposed by VFD SWMR (#1505)
Dana Robinson
2022-03-17
1
-1/+1
*
Misc fixes highlighted by the checkposix script (#1499)
Dana Robinson
2022-03-17
6
-29/+33
*
Fix JNI bug, fix warnings noticed in MSVC CI, be modern & portable (#1480)
David Young
2022-03-10
2
-4/+4
*
Minor tweaks from VFD SWMR normalization (#1474)
Dana Robinson
2022-03-09
9
-138/+139
*
Update version to 1.13.2-1 after 1.13.1 release; add new Makefile.in files t...
Larry Knox
2022-03-01
2
-4/+4
*
Remove targets PERMISSIONS setting (#1462)
Allen Byrne
2022-03-01
1
-1/+0
*
Fix metadata cache bug when resizing a pinned/protected entry (v2) (#1463)
jhendersonHDF
2022-03-01
1
-6/+67
*
Fix release check version logic (#1438)
Allen Byrne
2022-02-24
1
-10/+9
*
Parallel Compression improvements (#1302)
jhendersonHDF
2022-02-24
12
-1596/+4793
*
Enable creation of RPM/DEB binaries GH#1394 (#1398)
Allen Byrne
2022-02-22
1
-0/+1
*
Oess 168 utils mirror vfd (#1444)
Larry Knox
2022-02-21
1
-2/+2
*
Fix cache sanity checking code by moving functions to wider scope (#1435)
jhendersonHDF
2022-02-21
2
-99/+88
*
Fix issue with copying null new references (#1440)
Neil Fortner
2022-02-18
5
-49/+57
*
Implement support for big I/O for independent reads (#1446)
Neil Fortner
2022-02-18
1
-16/+34
*
Revert "Fix metadata cache bug when resizing a pinned/protected entry (#1358)...
Larry Knox
2022-02-12
1
-4/+4
*
Fix issue with H5_now_usec() with 32 bit systems (#1416)
Neil Fortner
2022-02-10
1
-3/+12
*
Fix metadata cache bug when resizing a pinned/protected entry (#1358)
jhendersonHDF
2022-02-08
1
-4/+4
*
Fix a few issues noted by LGTM (#1421)
jhendersonHDF
2022-02-04
3
-18/+19
*
Unify handling of collective metadata reads status (#1206)
jhendersonHDF
2022-01-29
8
-80/+259
*
Fix some spelling. (#1402)
David Young
2022-01-28
1
-3/+3
*
Snprintf2 (#1399)
Sean McBride
2022-01-28
3
-21/+23
*
Remove const from the argv tools/tests main sig. (#1390)
Allen Byrne
2022-01-28
2
-2/+3
*
Replaced several uses of sprintf with safer snprintf (#1383)
Sean McBride
2022-01-28
11
-25/+22
*
Used clang-tidy to change all floating point f suffixes to F (#1359)
Sean McBride
2022-01-28
1
-1/+1
*
Revert 61464d7e (#1396)
Larry Knox
2022-01-26
1
-10/+22
*
Parallel rank0 deadlock fixes (#1183)
jhendersonHDF
2022-01-22
8
-71/+168
*
Open bsd fixes (#1195)
Sean McBride
2022-01-20
1
-22/+10
*
Implement H5ESget requests function to retrieve requests from an event set (#...
Neil Fortner
2022-01-20
5
-14/+167
*
Fix documentation for H5D_space_status_t enum values (#1372)
jhendersonHDF
2022-01-19
1
-3/+3
*
various cleanup java test, test files, comments (#1363)
Allen Byrne
2022-01-18
1
-1/+1
*
Documentation fixes right in time for the holidays (#1321)
Gerd Heber
2022-01-14
6
-142/+174
*
Fix H5ACmpio dirty bytes creation debugging (#1357)
jhendersonHDF
2022-01-12
1
-5/+5
*
cmake custom command fix (#1356)
Allen Byrne
2022-01-12
1
-32/+36
*
Corrected H5Oget_info parameter description (#1349)
Scot Breitenfeld
2022-01-11
1
-3/+3
[next]