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
*
Yanked -Wc++-compat from the flags used to build the C library in both
Dana Robinson
2020-05-20
8
-51/+36
*
Fix issues with using H5Pget_fill_value() with file datatypes retrieved
Neil Fortner
2020-05-20
1
-4/+4
*
Add support for scalar dataspaces to H5Sproject_intersection. Add
Neil Fortner
2020-05-20
2
-87/+130
*
Add OAPL parameter to H5Rcreate_ APIs
Jordan Henderson
2020-05-20
3
-9/+40
*
Fix failing test and retain semantics for chunk cache properties in non-chunk...
Chris Hogan
2020-05-20
1
-4/+34
*
Add two missing calls to H5I_dec_ref for new dapl_id
Chris Hogan
2020-05-20
1
-4/+7
*
Community-proposed fix
Chris Hogan
2020-05-20
2
-7/+22
*
Fix missing free in H5T__ref_mem_read()
Neil Fortner
2020-05-20
1
-0/+2
*
Fix bugs in H5VL file comparison code. Add short circuit success to
Neil Fortner
2020-05-20
3
-10/+16
*
Implement file comparison VOL callback. Other changes to allow
Neil Fortner
2020-05-20
4
-31/+152
*
H5R: fix H5Tconv to check for null references
Jerome Soumagne
2020-05-20
4
-42/+300
*
Add support for point selections to H5S_select_project_intersection.
Neil Fortner
2020-05-20
1
-17/+113
*
Remove H5VL_NATIVE_FILE_GET_FILE_ID and add H5VL_OBJECT_GET_FILE
Jerome Soumagne
2020-05-20
16
-103/+88
*
Revert "Make a squash commit of 'Quiet some warnings by adjusting warnings le...
David Young
2020-05-20
20
-79/+53
*
Revert "Oops, remove more C99 designated initializers for VS 2010 compatibili...
David Young
2020-05-20
2
-3/+2
*
Move checking for zero offset in selection adjust calls to the selection call...
Neil Fortner
2020-05-20
3
-87/+100
*
Replace H5Sselect_adjust_u() and H5Shyper_adjust_s() with
Neil Fortner
2020-05-20
9
-60/+210
*
Trivial parameter renaming in VOL API calls.
Dana Robinson
2020-05-20
4
-23/+23
*
Oops, remove more C99 designated initializers for VS 2010 compatibility.
David Young
2020-05-20
2
-2/+3
*
Add an #include to get a function declaration.
David Young
2020-05-20
1
-0/+1
*
Don't use C99 designated initializers, they're not compatible with
David Young
2020-05-20
3
-16/+24
*
Quiet some more maybe-uninitialized warnings---each is a false positive,
David Young
2020-05-20
3
-3/+16
*
Mention the -Werror= flags in libhdf5.settings.in.
David Young
2020-05-20
1
-1/+1
*
Quiet decleration-after-statement warnings.
David Young
2020-05-20
1
-1/+1
*
Move a statement under some declarations since some vintages of Visual
David Young
2020-05-20
1
-1/+2
*
Document H5D__chunk_mem_xfree_wrapper().
David Young
2020-05-20
1
-0/+5
*
Undo my changes to the HD macros, hadn't really intended those to be on
David Young
2020-05-20
1
-7/+7
*
Cast to the parameter type, H5VL_token_t *, instead of to unsigned char *.
David Young
2020-05-20
1
-1/+1
*
Change hdset_reg_ref_t and H5R_ref_t from arrays of unsigned char to
David Young
2020-05-20
1
-2/+6
*
Explicitly initialize `type_flags`; the compiler does not realize that
David Young
2020-05-20
1
-2/+2
*
Initialize a couple of return values to avoid used-before-set warnings.
David Young
2020-05-20
1
-2/+2
*
Initialize a couple of variables that the compiler does not realize are
David Young
2020-05-20
2
-2/+2
*
To quiet a warning, initialize some `struct timeval`s that the compiler
David Young
2020-05-20
1
-2/+2
*
Delete unused variable.
David Young
2020-05-20
1
-1/+0
*
Change a signed variable to unsigned to avoid a warning about the sign
David Young
2020-05-20
1
-1/+1
*
Delete variables that are unused or set and unused.
David Young
2020-05-20
1
-12/+0
*
Change some GCC warnings to errors. Fix code to quiet some warnings.
David Young
2020-05-20
6
-28/+30
*
Add documentation for H5CX_get_ohdr_flags
Chris Hogan
2020-05-20
1
-0/+13
*
Add object header flags to API context
Chris Hogan
2020-05-20
4
-5/+72
*
Use major error code of calling package
Chris Hogan
2020-05-20
1
-2/+2
*
Handle H5CX_state_t for lcpl
Chris Hogan
2020-05-20
1
-0/+21
*
Add character encoding to lcpl context
Chris Hogan
2020-05-20
3
-43/+54
*
Change LC property name from 'create_intermediate_group' to 'intermediate_group'
Chris Hogan
2020-05-20
1
-9/+9
*
Use API context to store/retrieve LCPL when creating intermediate groups
Chris Hogan
2020-05-20
10
-11/+167
*
Modify H5Ssel_iter_get_seq_list() to accept iterators that have reached
Neil Fortner
2020-05-20
1
-1/+1
*
Fixed the H5_mpi_get_bigio_count function prototype
Richard Warren
2020-05-20
1
-1/+1
*
Correct file extension
Allen Byrne
2020-05-20
1
-1/+1
*
Implement public H5Sselect_project_intersection(). Updated internal
Neil Fortner
2020-05-20
7
-122/+308
*
Fix issue where H5R__reopen_file did not make the file "post open"
Neil Fortner
2020-05-20
2
-1/+10
*
Implement H5VLget_file_type() to return a copy of a datatype with the
Neil Fortner
2020-05-20
34
-289/+656
[next]