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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Combo set of async and other changes (#161)
Quincey Koziol
2021-06-02
179
-6091/+12406
*
Cleans up hsize_t and haddr_t size guessing (#709)
Dana Robinson
2021-06-02
1
-127/+44
*
Removes some DEC Alpha cruft from H5detect and H5private.h (#708)
Dana Robinson
2021-06-02
6
-49/+4
*
C++ warning and build fixes (#707)
Dana Robinson
2021-06-01
39
-651/+453
*
Clean up type size checks in configure.ac (#702)
Dana Robinson
2021-05-29
1
-29/+10
*
Split H5L.c internal code to H5Lint.c (#691)
Dana Robinson
2021-05-29
6
-2171/+2250
*
Removes alternative function enter/leave macro scheme (#678)
Dana Robinson
2021-05-29
33
-2263/+2674
*
Java and fortran cmake changes (#694)
Allen Byrne
2021-05-29
9
-87/+122
*
Removes pre-C99 build and header cruft (#700)
Dana Robinson
2021-05-28
17
-146/+11
*
Fix H5FD_mpio_Debug="rw" can report MPI_count instead of bytes (#699)
Scot Breitenfeld
2021-05-28
1
-12/+12
*
Require a C++11 compiler to build the C++ wrappers (#693)
Dana Robinson
2021-05-28
4
-15/+11
*
CMake fix for sporadic flush2 failures (#692)
Dana Robinson
2021-05-27
1
-8/+0
*
Makes the event_set test a single-source target (#690)
Dana Robinson
2021-05-27
2
-20/+1
*
Use internal version of H5Eprint2 to avoid possible stack overflow (#661)
jhendersonHDF
2021-05-26
3
-15/+38
*
err_compat test cleanup (#681)
Dana Robinson
2021-05-25
2
-123/+146
*
Typo (#682)
Dana Robinson
2021-05-25
1
-1/+1
*
Various CMake changes (#679)
Dana Robinson
2021-05-24
5
-11/+19
*
Fixes for a couple of trivial warnings (#676)
Dana Robinson
2021-05-24
3
-5/+4
*
Brings chunk_info valgrind fix from 1.12 (#677)
Dana Robinson
2021-05-24
1
-7/+8
*
Remove version from pkgcfg file names (#671)
Allen Byrne
2021-05-21
7
-13/+13
*
Fix VS2019 test reference (#668)
Allen Byrne
2021-05-21
1
-8/+15
*
Add if blocks around fortran targets for build mode (#660)
Allen Byrne
2021-05-19
1
-14/+18
*
Add H5Dchunk_iter method for iterating over chunks (#6)
Gaute Hope
2021-05-19
8
-19/+333
*
BUG: DataSet assignment operator is missing (#503)
Lee Newberg
2021-05-19
4
-73/+88
*
Revert addition of & to 2 parameters in DSetCreatPropList::setVirtual to (#652)
Larry Knox
2021-05-18
2
-3/+3
*
CMake uses matches for clang (#645)
Allen Byrne
2021-05-17
2
-4/+4
*
Reduces overly-pedantic casting in the public headers (#644)
Dana Robinson
2021-05-15
8
-17/+17
*
Bmr dev hdffv 11223 (#640)
bmribler
2021-05-12
7
-11/+47
*
Fix H5Eget_auto2/H5Eauto_is_v2 to not clear error stack (#625)
jhendersonHDF
2021-05-12
2
-9/+52
*
Purges UFAIL from the library (#637)
Dana Robinson
2021-05-11
17
-305/+274
*
Removes gratuitous (double)x.yF casts (#632)
Dana Robinson
2021-05-07
43
-300/+291
*
Cleans up a const warning left over from previous constification (#633)
Dana Robinson
2021-05-07
1
-4/+4
*
h5diff subset indexing (#628)
Allen Byrne
2021-05-07
2
-100/+90
*
Cleanup tools debug build warnings (#627)
Allen Byrne
2021-05-05
8
-75/+75
*
doygen adjustments (#614)
Allen Byrne
2021-05-04
11
-100/+112
*
Made private my_yyinput function static (#618)
Sean McBride
2021-05-04
2
-4/+4
*
Hash table replacement for skip lists in ID code (#600)
Dana Robinson
2021-05-04
8
-69/+1327
*
Adds const to a few global variables (#623)
Dana Robinson
2021-05-04
5
-65/+65
*
Ubsan fixes (#498)
Sean McBride
2021-05-03
4
-111/+19
*
Removed mentions of Wdeclaration-after-statement now that C99 is requ… (#447)
Sean McBride
2021-05-03
3
-4/+0
*
Fixes crashes when size_hint > UINT32_MAX is passed to H5Gcreate1 (#611)
Dana Robinson
2021-04-30
4
-13/+52
*
Fortran target depends (#608)
Allen Byrne
2021-04-30
1
-11/+17
*
Fixes a segfault when H5Pset_mdc_log_options is called multiple times on a fa...
Dana Robinson
2021-04-29
3
-8/+21
*
Fix for a segfault when H5Pset_fapl_log is passed an invalid fapl ID (#607)
Dana Robinson
2021-04-29
3
-3/+30
*
Parallel builds need the mpi compiler for pkgconfig scripts. (#599)
Allen Byrne
2021-04-27
6
-6/+44
*
fortran generated files depends (#598)
Allen Byrne
2021-04-26
2
-4/+16
*
Merge doxygen2 into develop (#553)
Gerd Heber
2021-04-26
110
-1724/+61863
*
CMake changes to byproducts - ninja warnings (#568)
Allen Byrne
2021-04-24
6
-96/+98
*
Fix set_tests_properties for parallel t_pflush tests (#569)
jhendersonHDF
2021-04-22
1
-2/+2
*
Update top-level COPYING file and remove COPYING files from subdirectories (#...
Larry Knox
2021-04-21
20
-251/+6
[next]