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
/
H5private.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sync with develop (#2871)
Dana Robinson
2023-05-02
1
-8/+0
*
Merge with develop (#2790)
Dana Robinson
2023-04-22
1
-17/+9
*
Add buffer overrun checks to H5O__layout_decode and H5O__sdspace_decode (#267...
jhendersonHDF
2023-04-15
1
-0/+5
*
Removes MPE instrumentation support. (#2245)
Dana Robinson
2022-11-09
1
-77/+4
*
H5O__pline_decode() Make more resilient to out-of-bounds read (#2210)
Egbert Eich
2022-11-09
1
-0/+3
*
Removes dmalloc support (#2239)
Dana Robinson
2022-11-09
1
-7/+0
*
Update copyright headers (#2184)
Larry Knox
2022-11-01
1
-1/+0
*
Multi Dataset (#2120)
Neil Fortner
2022-10-19
1
-1/+3
*
Use case-insensitive comparison for headers fix #2100 (#2101)
Frank Berghaus
2022-09-21
1
-0/+8
*
Fix typos found in src/ subdirectory (#1983)
luzpaz
2022-08-10
1
-1/+1
*
Turns off clang optimizations on a couple of onion VFD functions (#1976)
Dana Robinson
2022-08-08
1
-0/+13
*
Adds platform-independent basename and dirname (#1951)
Dana Robinson
2022-08-05
1
-0/+5
*
Onion VFD (#1953)
Dana Robinson
2022-08-02
1
-0/+3
*
Removes Windows getlogin() equivalents (#1958)
Dana Robinson
2022-08-01
1
-3/+0
*
Develop clang 13 format (#1933)
Allen Byrne
2022-07-26
1
-6/+6
*
Updates uthash and makes some tweaks (#1928)
Dana Robinson
2022-07-25
1
-0/+1
*
Switches the tagged metadata list from a skip list to a hash table (#1925)
Dana Robinson
2022-07-25
1
-0/+9
*
Removes definitions for (U)LLONG_MAX and (S)SIZET_MAX (#1877)
Dana Robinson
2022-07-11
1
-14/+7
*
Support for UnifyFS with MPI_File_sync (#1801)
Houjun Tang
2022-07-11
1
-0/+1
*
Adds the malloc attribute to appropriate functions (gcc only) (#1866)
Dana Robinson
2022-07-11
1
-43/+59
*
sprintf to snprintf (#1815)
Sean McBride
2022-06-22
1
-1/+1
*
Removes the STATIC flavor of FUNC_ENTER macros (#1622)
Dana Robinson
2022-04-08
1
-27/+2
*
Fix for unexported global variable on Windows (#1568)
Dana Robinson
2022-04-01
1
-2/+5
*
Add H5_CHECK_MPI_VERSION macro to check for at least MPI version of (version,...
jhendersonHDF
2022-03-30
1
-0/+9
*
Merge initial version of selection I/O feature into develop (#1367)
Neil Fortner
2022-03-26
1
-0/+15
*
Removes HD prefix from pthreads calls (#1507)
Dana Robinson
2022-03-18
1
-51/+0
*
Parallel Compression improvements (#1302)
jhendersonHDF
2022-02-24
1
-0/+30
*
Remove const from the argv tools/tests main sig. (#1390)
Allen Byrne
2022-01-28
1
-1/+2
*
Replaced several uses of sprintf with safer snprintf (#1383)
Sean McBride
2022-01-28
1
-1/+1
*
various cleanup java test, test files, comments (#1363)
Allen Byrne
2022-01-18
1
-1/+1
*
Fix compilation issues with Mingw (#1342)
Baljak
2022-01-08
1
-1/+3
*
Fixed Spelling Errors (#1166)
Scot Breitenfeld
2021-12-07
1
-1/+1
*
Simplify function enter macros for performance benefits (#1024)
David Young
2021-11-08
1
-82/+27
*
OESS-168: Remove clang warnings. (#1124)
H. Joe Lee
2021-11-05
1
-2/+2
*
Modified gcc/clang warning suppression macros to account for some warnings fl...
Sean McBride
2021-09-16
1
-9/+35
*
Develop windows compiler fixes (#912)
Allen Byrne
2021-08-19
1
-0/+2
*
Remove version-check for relnum in H5check. (#812)
Allen Byrne
2021-07-27
1
-3/+3
*
Avoid popping API context when one wasn't pushed (#848)
jhendersonHDF
2021-07-22
1
-3/+16
*
Remove checks for winsock2.h (#813)
Dana Robinson
2021-07-06
1
-7/+6
*
Fixes parallel issues from recent C99 changes (#809)
Dana Robinson
2021-06-30
1
-10/+10
*
Removes type guesses when C99 types are missing (#807)
Dana Robinson
2021-06-29
1
-68/+0
*
Brings the tools getopt(3) replacement into the main library (#803)
Dana Robinson
2021-06-29
1
-0/+51
*
Cleans up POSIX/C bits in H5private.h (#804)
Dana Robinson
2021-06-29
1
-410/+413
*
Removes obsolete equivalents of C99's __func__ (#800)
Dana Robinson
2021-06-29
1
-49/+41
*
Assume frexpl/f and fabsl/f, which are C99 (#799)
Dana Robinson
2021-06-25
1
-12/+2
*
Removes checks for signal and set/longjmp, which are C89 (#798)
Dana Robinson
2021-06-25
1
-7/+1
*
Reorganization of C and POSIX headers in H5public.h & H5private.h (#793)
Dana Robinson
2021-06-24
1
-4/+3
*
Removes ancient Autotools cruft (#790)
Dana Robinson
2021-06-24
1
-19/+2
*
Cleans up some POSIX header bits in H5private.h (#783)
Dana Robinson
2021-06-23
1
-27/+11
*
Removes checks and work-arounds for strtoll and strtoull (#769)
Dana Robinson
2021-06-18
1
-5/+1
[next]