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
*
Combo set of async and other changes (#161)
Quincey Koziol
2021-06-02
139
-6008/+10930
*
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
2
-30/+1
*
Split H5L.c internal code to H5Lint.c (#691)
Dana Robinson
2021-05-29
5
-2171/+2249
*
Removes alternative function enter/leave macro scheme (#678)
Dana Robinson
2021-05-29
31
-2228/+2652
*
Removes pre-C99 build and header cruft (#700)
Dana Robinson
2021-05-28
2
-37/+6
*
Fix H5FD_mpio_Debug="rw" can report MPI_count instead of bytes (#699)
Scot Breitenfeld
2021-05-28
1
-12/+12
*
Use internal version of H5Eprint2 to avoid possible stack overflow (#661)
jhendersonHDF
2021-05-26
1
-5/+30
*
Typo (#682)
Dana Robinson
2021-05-25
1
-1/+1
*
Fixes for a couple of trivial warnings (#676)
Dana Robinson
2021-05-24
1
-1/+0
*
Remove version from pkgcfg file names (#671)
Allen Byrne
2021-05-21
1
-2/+2
*
Add H5Dchunk_iter method for iterating over chunks (#6)
Gaute Hope
2021-05-19
6
-1/+237
*
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
1
-5/+18
*
Fix H5Eget_auto2/H5Eauto_is_v2 to not clear error stack (#625)
jhendersonHDF
2021-05-12
1
-8/+39
*
Purges UFAIL from the library (#637)
Dana Robinson
2021-05-11
14
-299/+270
*
Removes gratuitous (double)x.yF casts (#632)
Dana Robinson
2021-05-07
14
-86/+78
*
Cleans up a const warning left over from previous constification (#633)
Dana Robinson
2021-05-07
1
-4/+4
*
doygen adjustments (#614)
Allen Byrne
2021-05-04
7
-88/+88
*
Hash table replacement for skip lists in ID code (#600)
Dana Robinson
2021-05-04
6
-67/+1324
*
Adds const to a few global variables (#623)
Dana Robinson
2021-05-04
5
-65/+65
*
Fixes crashes when size_hint > UINT32_MAX is passed to H5Gcreate1 (#611)
Dana Robinson
2021-04-30
2
-11/+11
*
Fixes a segfault when H5Pset_mdc_log_options is called multiple times on a fa...
Dana Robinson
2021-04-29
1
-8/+3
*
Fix for a segfault when H5Pset_fapl_log is passed an invalid fapl ID (#607)
Dana Robinson
2021-04-29
1
-2/+5
*
Parallel builds need the mpi compiler for pkgconfig scripts. (#599)
Allen Byrne
2021-04-27
1
-1/+19
*
fortran generated files depends (#598)
Allen Byrne
2021-04-26
1
-2/+5
*
Merge doxygen2 into develop (#553)
Gerd Heber
2021-04-26
49
-1636/+8034
*
CMake changes to byproducts - ninja warnings (#568)
Allen Byrne
2021-04-24
1
-58/+60
*
Update top-level COPYING file and remove COPYING files from subdirectories (#...
Larry Knox
2021-04-21
1
-13/+0
*
Fixes incorrect usage of H5I_BADID (#554)
Dana Robinson
2021-04-19
2
-2/+2
*
Cleanup CMake code for doxygen and perl shell scripts (#552)
Allen Byrne
2021-04-19
1
-18/+26
*
Brings the native implementation of H5Fdelete() from Bitbucket (#524)
Dana Robinson
2021-04-16
19
-136/+597
*
Removes implementation of my_strdup() from the multi VFD (#527)
Dana Robinson
2021-03-31
3
-47/+27
*
Minor warning fixes in develop (#526)
Dana Robinson
2021-03-31
2
-134/+142
*
Removes dead H5ST package from the library (#528)
Dana Robinson
2021-03-30
4
-856/+2
*
Clean up MPI-IO VFD tracing support (#520)
Quincey Koziol
2021-03-26
1
-128/+196
*
Minor parallel improvements (#519)
Quincey Koziol
2021-03-26
2
-10/+5
*
Align with "parallel fence" changes (#479)
Quincey Koziol
2021-03-24
9
-163/+86
*
Misc warning fixes (#495)
Dana Robinson
2021-03-24
2
-3/+3
*
Removes support for pre-2015 Visual Studio (#496)
Dana Robinson
2021-03-24
2
-180/+7
*
Updates HSYS_GOTO_ERROR to emit GetLastError() values on Win32 (#492)
Dana Robinson
2021-03-23
1
-0/+30
*
File locks now work on Windows (#480)
Dana Robinson
2021-03-22
2
-33/+54
*
Adds an implementation for nanosleep on Windows (#483)
Dana Robinson
2021-03-22
3
-30/+24
*
Purge the buffer used in type conversion. (#263)
Yu Feng
2021-03-19
1
-6/+6
*
Fixed HDFFV-10480 (CVE-2018-11206) and HDFFV-11159 (CVE-2018-14033) (#405)
bmribler
2021-03-19
2
-20/+36
*
Update clang config (#473)
Quincey Koziol
2021-03-17
5
-68/+92
*
Removed workarounds for pre-standard inline keyword (#423)
Sean McBride
2021-03-12
3
-37/+20
*
develop JNI export references and java updates (#467)
Allen Byrne
2021-03-12
1
-5/+5
*
Fixed all clang-tidy bugprone-suspicious-string-compare warnings (#451)
Sean McBride
2021-03-10
21
-34/+34
*
Various clang tidy warning fixes (#448)
Sean McBride
2021-03-10
2
-4/+4
[next]