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
*
Merge pull request #2033 in HDFFV/hdf5 from ~NFORTNE2/hdf5_naf:public_spi to ...
Neil Fortner
2019-11-13
7
-122/+308
|
\
|
*
Implement public H5Sselect_project_intersection(). Updated internal
Neil Fortner
2019-11-13
7
-122/+308
*
|
Fix issue where H5R__reopen_file did not make the file "post open"
Neil Fortner
2019-11-12
2
-1/+10
|
/
*
Merge pull request #2032 in HDFFV/hdf5 from ~NFORTNE2/hdf5_naf:vlget_file_typ...
Neil Fortner
2019-11-08
34
-289/+656
|
\
|
*
Implement H5VLget_file_type() to return a copy of a datatype with the
Neil Fortner
2019-11-08
34
-289/+656
*
|
Merge pull request #1984 in HDFFV/hdf5 from ~DYOUNG/netbsd:develop to develop
David Young
2019-11-05
1
-1/+18
|
\
\
|
|
/
|
/
|
|
*
For portability, insulate the HDF5 library from some system macros.
David Young
2019-10-03
1
-1/+18
*
|
Change API names for get/set bitio_count. Also added H5_mpi_set_bigio_count ...
Richard Warren
2019-10-23
3
-11/+12
*
|
Merge pull request #2000 in HDFFV/hdf5 from ~JSOUMAGNE/hdf5:fix_endian_develo...
Jerome Soumagne
2019-10-11
8
-158/+226
|
\
\
|
*
|
Fix encode and decode of tokens in H5VLnative
Jerome Soumagne
2019-10-11
8
-158/+226
*
|
|
Unify code between H5Lcopy and H5Lmove
Jordan Henderson
2019-10-10
2
-9/+14
*
|
|
Fix func enter macro in H5T_ref_reclaim()
Jerome Soumagne
2019-10-09
1
-1/+1
|
/
/
*
|
Merge pull request #1931 in HDFFV/hdf5 from feature/references to develop
Jerome Soumagne
2019-10-08
57
-1985/+6295
|
\
\
|
*
|
Make wrappers, tests and tools use H5Treclaim() instead of H5Dvlen_reclaim()
Jerome Soumagne
2019-10-08
1
-2/+2
|
*
|
Add new H5R API that abstracts object, region and attribute reference types
Jerome Soumagne
2019-10-08
38
-1357/+4694
|
*
|
Remove ability to loc by ref from H5VL layer
Jerome Soumagne
2019-10-08
3
-113/+2
|
*
|
Add support for retrieving object name by token
Jerome Soumagne
2019-10-08
1
-0/+12
|
*
|
Add H5VL_OBJECT_GET_TYPE to get object type
Jerome Soumagne
2019-10-08
3
-1/+63
|
*
|
Add H5VL_MAX_TOKEN_SIZE and H5VL_token_t
Jerome Soumagne
2019-10-08
1
-0/+7
|
*
|
Adapt Jerome's "file info" H5VL 'get' query to retrieve container token info.
Quincey Koziol
2019-10-08
8
-81/+135
|
*
|
Fix H5VL_blob_get to return size of blob
Jerome Soumagne
2019-10-08
13
-104/+489
|
*
|
Add 'blob' callbacks to VOL, along with a native implementation to store them
Quincey Koziol
2019-10-08
21
-468/+1032
*
|
|
Another cleanup pass as suggested by the reviewers.
Richard Warren
2019-10-07
3
-8/+5
*
|
|
Fix some typos and remove an unused prototype from H5Sprivate.h
Richard Warren
2019-10-07
2
-2/+1
*
|
|
At the suggestion of the PR reviewers, moved the mpio_create_large_type to H5...
Richard Warren
2019-10-07
5
-159/+197
*
|
|
Made code review edit suggested by Jerome, plus various code updates to files...
Richard Warren
2019-10-07
1
-4/+4
*
|
|
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...
Richard Warren
2019-10-07
1
-78/+81
|
\
\
\
|
|
/
/
|
*
|
Fixed a bug (HDFFV-10899) where the behavior of the deprecated
Dana Robinson
2019-10-04
1
-78/+81
|
|
/
*
|
No functional changes, just removed some tab characters
Richard Warren
2019-10-05
1
-4/+4
*
|
Make the initial bug fixes to allow >2GB writes with Independent IO
Richard Warren
2019-10-05
3
-24/+46
|
/
*
Fixed the java assert issue with H5O cache corking calls.
Dana Robinson
2019-10-03
1
-3/+4
*
fix for statement declare of type
Allen Byrne
2019-09-30
2
-57/+59
*
Corrected missing parallel #ifdefs.
Dana Robinson
2019-09-27
1
-0/+2
*
Merge pull request #1934 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/HDFFV...
Vailin Choi
2019-09-27
1
-36/+168
|
\
|
*
(1) Address the feedback from the PR review
Vailin Choi
2019-09-26
1
-4/+3
|
*
Merge pull request #21 in ~VCHOI/my_third_fork from develop to bugfix/HDFFV-1...
Vailin Choi
2019-09-26
20
-1716/+1750
|
|
\
|
*
|
Fix for HDFFV-10585 investigate hyperslab slowness:
Vailin Choi
2019-09-19
1
-36/+169
*
|
|
Converted H5O MD cache cork calls to use the VOL.
Dana Robinson
2019-09-27
6
-57/+252
*
|
|
Marked up H5Fget/set_mpi_atomicity() to use the VOL.
Dana Robinson
2019-09-27
4
-29/+109
|
|
/
|
/
|
*
|
Fix the errors when updating the versions in the new 1.13 develop branch.
Vailin Choi
2019-09-26
2
-2/+2
*
|
add missing version to list
Allen Byrne
2019-09-26
1
-1/+1
*
|
Update N_FSINFO_VERSION_BOUNDS to H5F_LIBVER_NBOUND.
Larry Knox
2019-09-25
1
-1/+1
*
|
Update versioning to next major version
Allen Byrne
2019-09-25
13
-1694/+1710
*
|
Update develop branch version to 1.13.0 after creation of hdf5_1_12
Larry Knox
2019-09-25
1
-3/+3
*
|
Revert "Moved NDEBUG guards to H5EA_DEBUG in H5EA package."
Dana Robinson
2019-09-24
6
-16/+36
*
|
Revert "Fix for H5EA debug package when built in release mode."
Dana Robinson
2019-09-24
1
-2/+0
|
/
*
Fix for H5EA debug package when built in release mode.
Dana Robinson
2019-09-18
1
-0/+2
*
Moved NDEBUG guards to H5EA_DEBUG in H5EA package.
Dana Robinson
2019-09-17
6
-36/+16
*
Added MPICH_SKIP_MPICXX and OMPI_SKIP_CXX to H5public.h to avoid inadvertant
Dana Robinson
2019-09-17
1
-0/+3
*
Fix segfault after H5VL_loc_params_t fix merge
Jordan Henderson
2019-09-16
2
-4/+4
[next]