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
/
H5Aint.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clang-format of source files
Allen Byrne
2020-09-30
1
-579/+536
*
Clean up private / package / static namespace issues (function naming, which
Quincey Koziol
2020-08-06
1
-3/+2
*
Minor normalization with 1.10 branch
Dana Robinson
2020-07-27
1
-111/+96
*
Fix for jira issue HDFFV-11080:
vchoi
2020-07-14
1
-0/+4
*
H5T_copy() constification plus Quincey's contributions.
David Young
2020-01-29
1
-3/+3
*
merge and fix conflict
kmu
2020-01-19
1
-1/+1
|
\
*
\
merge and fix conflicts
kmu
2020-01-14
1
-3/+4
|
\
\
|
|
/
|
*
Merge pull request #2071 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings t...
Kimmy Mu
2020-01-06
1
-1/+1
|
|
\
|
|
*
remove unnecessary check macro
kmu
2019-12-06
1
-1/+1
|
|
*
fix intel compile warnings
kmu
2019-12-04
1
-1/+1
|
*
|
Fix some places where H5P_DEFAULT gets passed down to a VOL connector
Jordan Henderson
2020-01-03
1
-2/+3
|
|
/
*
|
fix unused related warnings
kmu
2020-01-13
1
-1/+1
|
/
*
Implement H5VLget_file_type() to return a copy of a datatype with the
Neil Fortner
2019-11-08
1
-2/+2
*
Add new H5R API that abstracts object, region and attribute reference types
Jerome Soumagne
2019-10-08
1
-11/+3
*
Update versioning to next major version
Allen Byrne
2019-09-25
1
-212/+213
*
Fixed a problem in the ohdr test where hard-coded strings passed
Dana Robinson
2019-06-19
1
-1/+1
*
H5A__free() was renamed to H5A__shared_free() and now requires
Dana Robinson
2019-06-11
1
-13/+13
*
Fixed a memory issue where unfreed shared attribute dataspace memory
Dana Robinson
2019-06-11
1
-6/+11
*
Minor warning fixes:
Dana Robinson
2019-06-05
1
-1/+1
*
Code improvement
Binh-Minh Ribler
2019-05-05
1
-1/+5
*
Set V112 as the latest format and extend the arrays of version bounds.
Vailin Choi
2019-04-04
1
-0/+1
*
Added an H5MM_memcpy call that checks for buffer overlap.
Dana Robinson
2019-03-16
1
-10/+10
*
Switch switch remainder of API routines to use VOL callbacks.
Quincey Koziol
2018-11-10
1
-4/+3
*
Remove most debugging shims & scaffolding.
Quincey Koziol
2018-11-04
1
-16/+0
*
Add ref counter to VOL object wrapping in API contexts, so that re-entrant /
Quincey Koziol
2018-10-29
1
-1/+1
*
Convert attribute VOL callbacks to a standard form that sets up the wrapper
Quincey Koziol
2018-10-29
1
-1/+1
*
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...
Quincey Koziol
2018-10-25
1
-1/+0
|
\
|
*
Split H5VLnative.h into public and private files and updated
Dana Robinson
2018-10-20
1
-1/+1
*
|
Squashed commit of private branch changes to support stackable VOL plugins.
Quincey Koziol
2018-10-25
1
-4/+20
|
/
*
VOL FEATURE
Dana Robinson
2018-10-10
1
-76/+60
*
Remainder of vol_normalization changes (dataset, attribute, files, objects).
Dana Robinson
2018-09-24
1
-106/+86
*
Normalization with vol_integration (misc internal and datatype)
Dana Robinson
2018-09-20
1
-5/+5
*
Removed 'VOL' versions of FUNC_ENTER macros as well as empty functions
Dana Robinson
2018-09-18
1
-223/+36
*
Fixed HDFFV-10404
Binh-Minh Ribler
2018-07-13
1
-2/+2
*
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...
Quincey Koziol
2018-03-18
1
-24/+35
|
\
|
*
Modifications made based on comments from pull request.
Vailin Choi
2018-02-07
1
-1/+1
|
*
Changes made based on code reviews.
Vailin Choi
2018-01-12
1
-6/+11
|
*
Merge branch 'develop' into bugfix/version_bounds
Vailin Choi
2017-12-08
1
-41/+44
|
|
\
|
*
\
(1) Merge branch 'develop' into bugfix/version_bounds
Vailin Choi
2017-11-25
1
-8/+6
|
|
\
\
|
*
|
|
Initial checkin for library version bounds
Vailin Choi
2017-10-03
1
-18/+24
|
|
/
/
*
|
|
Add API context interface and use it throughout the library.
Quincey Koziol
2018-03-15
1
-200/+780
|
|
/
|
/
|
*
|
Normalization with VOL integration branch.
Dana Robinson
2017-12-01
1
-8/+8
*
|
Normalization with VOL integration branch.
Dana Robinson
2017-11-30
1
-33/+36
|
/
*
Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5...
Larry Knox
2017-04-25
1
-6/+4
*
Tentative fix for valgrind issues related to EoC.
Dana Robinson
2016-11-26
1
-1/+1
*
Description:
Quincey Koziol
2016-09-27
1
-3/+2
*
[svn-r30308] Fix for HDFFV-7991--error when copying dataset with attribute wh...
Vailin Choi
2016-08-19
1
-2/+15
*
[svn-r30219] Description:
Quincey Koziol
2016-07-22
1
-8/+14
*
[svn-r30143] Fix for HDFFV-9940.
Vailin Choi
2016-07-04
1
-0/+5
*
[svn-r29612] Description:
Quincey Koziol
2016-04-03
1
-7/+6
[next]