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
...
*
Removes obsolete equivalents of C99's __func__ (#800)
Dana Robinson
2021-06-29
32
-625/+556
*
Assume the library has C99 types in C++ type code (#806)
Dana Robinson
2021-06-28
2
-217/+25
*
Assume frexpl/f and fabsl/f, which are C99 (#799)
Dana Robinson
2021-06-25
6
-52/+14
*
Removes checks for signal and set/longjmp, which are C89 (#798)
Dana Robinson
2021-06-25
5
-80/+9
*
Reorganization of C and POSIX headers in H5public.h & H5private.h (#793)
Dana Robinson
2021-06-24
2
-17/+16
*
Removes ancient Autotools cruft (#790)
Dana Robinson
2021-06-24
2
-29/+2
*
Fix tools test (#794)
Allen Byrne
2021-06-23
5
-6/+6
*
Normalization of CMake H5pubconf.h with Autotools (#791)
Dana Robinson
2021-06-23
1
-11/+12
*
Release Note (#784)
Allen Byrne
2021-06-23
1
-0/+3
*
Further simplifies Autotools type size checks (#789)
Dana Robinson
2021-06-23
1
-12/+2
*
Removes C++ dependency on H5private.h (#774)
Dana Robinson
2021-06-23
12
-52/+48
*
Removes checks for system(), which is C89/90 (#782)
Dana Robinson
2021-06-23
4
-8/+1
*
Removes outdated checks for ways inline might be defined (#781)
Dana Robinson
2021-06-23
4
-55/+0
*
Cleans up some POSIX header bits in H5private.h (#783)
Dana Robinson
2021-06-23
1
-27/+11
*
Replaces the H5_OVERRIDE macro with override (#773)
Dana Robinson
2021-06-23
27
-110/+103
*
Update missing release note info. (#776)
Allen Byrne
2021-06-22
2
-5/+20
*
Removes checks for (v)snprintf, which are C99 (#772)
Dana Robinson
2021-06-21
4
-41/+2
*
Removes checks and work-arounds for strtoll and strtoull (#769)
Dana Robinson
2021-06-18
5
-139/+1
*
Fixes non-C99 format strings in tarray test code (#766)
Dana Robinson
2021-06-18
1
-23/+30
*
Fix cmake configure path (#760)
Allen Byrne
2021-06-17
1
-1/+2
*
Fix several warnings (#747)
jhendersonHDF
2021-06-16
25
-116/+303
*
Fixes some H5SL include statements (#758)
Dana Robinson
2021-06-16
3
-2/+1
*
Fix warnings files (#753)
Allen Byrne
2021-06-15
10
-50/+113
*
Fix problem in gnu-cxxflags; remove empty if block that throws away all (#748)
Larry Knox
2021-06-12
1
-4/+1
*
Normalization of H5_nanosleep() with VFD SWMR branch (#746)
Dana Robinson
2021-06-11
2
-14/+29
*
Fixes C++ warnings when passing hsize_t values to printf in test code (#745)
Dana Robinson
2021-06-11
2
-35/+48
*
Fix Direct VFD Testing in CMake (#742)
jhendersonHDF
2021-06-11
5
-5/+5
*
Organize and align compiler flags (#741)
Allen Byrne
2021-06-11
15
-89/+252
*
Removed -fanalyzer from the gcc 10 developer options (#744)
Dana Robinson
2021-06-10
1
-4/+0
*
Make sure MAX_PRECISION is always defined with a value (#736)
Allen Byrne
2021-06-08
1
-2/+2
*
Remove private H5_GCC_DIAG_OFF/ON from standalone program (#734)
Allen Byrne
2021-06-07
1
-8/+0
*
Rework Fortran configure to allow multiple CMake reruns (#721)
Allen Byrne
2021-06-07
8
-163/+167
*
Includes hdf5dev.h in hdf5.h (#728)
Dana Robinson
2021-06-07
33
-74/+30
*
Moves H5PacketTable default ctor inside source file (#731)
Dana Robinson
2021-06-06
3
-5/+10
*
Adds __STDC_FORMAT_MACROS before including inttypes.h w/ C++ (#726)
Dana Robinson
2021-06-04
1
-1/+5
*
Moves gcc warning macros from H5public.h to H5private.h (#724)
Dana Robinson
2021-06-04
4
-27/+68
*
Fixes issue with ccmake that prevents building Fortran (#723)
Dana Robinson
2021-06-04
1
-69/+7
*
Adds a quick for for some egregious chunk_info badness (#722)
Dana Robinson
2021-06-03
1
-18/+23
*
Updates bin/trace script to correctly wrap H5TRACE macros near clang-format c...
Dana Robinson
2021-06-03
2
-12/+35
*
Adds an Intel C++ configuration file (#716)
Dana Robinson
2021-06-03
4
-0/+141
*
Updates PGI C/C++ configurations (#715)
Dana Robinson
2021-06-03
5
-39/+150
*
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
[prev]
[next]