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
*
Warning and whitespace cleanup.
Quincey Koziol
2016-11-03
4
-17/+43
*
Improvements to the log VFD, for helping with SWMR debugging.
Quincey Koziol
2016-11-03
2
-28/+137
*
Minor code cleanups.
Quincey Koziol
2016-11-03
2
-14/+6
*
Fixed wayward parentheses in H5Sprivate.h.
Dana Robinson
2016-11-02
1
-2/+2
*
Add error log for dlopen
Allen Byrne
2016-10-27
1
-1/+1
*
Add support for namespace and add tools to binaries config
Allen Byrne
2016-10-14
1
-0/+1
*
Snapshot release: increment version.
lrknox
2016-10-01
1
-2/+2
*
- Removed BRANCH.txt and MANIFEST entry
Dana Robinson
2016-09-30
1
-0/+1
*
- Removed non-implemented code from H5Gint.c
Dana Robinson
2016-09-30
2
-27/+0
*
Merge branch 'develop' into evict_on_close
Dana Robinson
2016-09-30
3
-30/+83
|
\
|
*
Merge pull request #46 in HDFFV/hdf5 from ~KOZIOL/hdf5:features/warning_clean...
Quincey Koziol
2016-09-29
1
-3/+2
|
|
\
|
|
*
Description:
Quincey Koziol
2016-09-27
1
-3/+2
|
*
|
Merge pull request #42 in HDFFV/hdf5 from ~NFORTNE2/hdf5_nf:talos-0179 to dev...
Neil Fortner
2016-09-23
1
-1/+5
|
|
\
\
|
|
*
|
Change check for number of dimensions for old-style arrays in datatype decodi...
Neil Fortner
2016-09-08
1
-1/+5
|
|
|
/
|
*
|
Merge pull request #41 in HDFFV/hdf5 from ~NFORTNE2/hdf5_nf:talos-0177 to dev...
Neil Fortner
2016-09-23
1
-25/+74
|
|
\
\
|
|
*
|
Fix bug in "nooptype" decode in fix for TALOS-0177.
Neil Fortner
2016-09-09
1
-1/+1
|
|
*
|
Fix issues in H5Znbit.c where the decompression algorithm would not check the...
Neil Fortner
2016-09-08
1
-24/+73
|
|
|
/
|
*
|
Replace assertion in H5O_dtype_decode_helper for number of array dimensions w...
Neil Fortner
2016-09-01
1
-1/+2
|
|
/
*
|
Merge branch 'evict_on_close' of https://bitbucket.hdfgroup.org/scm/~derobins...
Dana Robinson
2016-09-30
1
-2/+14
|
\
\
|
*
|
Added "Purpose:" information to the API call comments for the
Dana Robinson
2016-09-23
1
-2/+14
*
|
|
Added code to create the test file for all chunk index and layout types.
Dana Robinson
2016-09-30
2
-0/+42
|
/
/
*
|
Cleaned up feature for dissemination to LLNL:
Dana Robinson
2016-09-19
3
-19/+19
*
|
Reverted H5T code since datatypes will not be supported at
Dana Robinson
2016-09-19
2
-69/+14
*
|
Merge branch 'develop' into evict_on_close
Dana Robinson
2016-09-14
45
-518/+948
|
\
\
|
|
/
|
*
[svn-r30312] HDFFV-9706: Commit changes as discussed in HDF5-379.
Allen Byrne
2016-08-22
1
-25/+32
|
*
[svn-r30308] Fix for HDFFV-7991--error when copying dataset with attribute wh...
Vailin Choi
2016-08-19
1
-2/+15
|
*
[svn-r30303] Fixed unbalanced parentheses in H5F_SAME_SHARED macro.
Dana Robinson
2016-08-18
1
-1/+1
|
*
[svn-r30285] Description:
Quincey Koziol
2016-08-13
2
-9/+9
|
*
[svn-r30270] Fix an issue that could occur when allocating a chunked dataset ...
Neil Fortner
2016-08-08
1
-4/+20
|
*
[svn-r30264] Fixed an issue that could occur when using H5Pset_alignment wher...
Neil Fortner
2016-08-08
1
-1/+1
|
*
[svn-r30231] HDFFV-9944: else statement and braces.
Allen Byrne
2016-08-01
1
-17/+24
|
*
[svn-r30224] Added HDprintf() macro that uses HDfprintf w/ stdout.
Dana Robinson
2016-07-27
1
-1/+3
|
*
[svn-r30219] Description:
Quincey Koziol
2016-07-22
12
-38/+50
|
*
[svn-r30189] Description:
Quincey Koziol
2016-07-18
16
-350/+475
|
*
[svn-r30158] Description:
Quincey Koziol
2016-07-07
2
-3/+17
|
*
[svn-r30147] Removed #ifdef-guarded debug output from core VFD.
Dana Robinson
2016-07-06
1
-72/+15
|
*
[svn-r30143] Fix for HDFFV-9940.
Vailin Choi
2016-07-04
4
-0/+54
|
*
[svn-r30139] Description:
Quincey Koziol
2016-07-02
6
-0/+178
|
*
[svn-r30131] Fix bug reported by Cisco Talos TALOS-CAN-0178. Added check for ...
Neil Fortner
2016-07-01
2
-0/+5
|
*
[svn-r30127] Description:
Quincey Koziol
2016-06-30
1
-0/+52
|
*
[svn-r30126] Description:
Quincey Koziol
2016-06-30
1
-1/+3
*
|
[svn-r30118] Sync with trunk.
Dana Robinson
2016-06-29
30
-2359/+1665
|
\
\
|
|
/
|
*
[svn-r30113] Description:
Quincey Koziol
2016-06-28
18
-588/+717
|
*
[svn-r30112] Description:
Quincey Koziol
2016-06-28
13
-1742/+919
|
*
[svn-r30102] Cleaned up incorrect comments in H5AC_type_t enum.
Dana Robinson
2016-06-23
1
-29/+29
*
|
[svn-r30108] Moved group flush and evict code to H5G_close from H5Gclose.
Dana Robinson
2016-06-26
3
-31/+20
*
|
[svn-r30107] Moved dataset flush and evict code to H5D_close from H5Dclose.
Dana Robinson
2016-06-25
2
-50/+38
*
|
[svn-r30106] Moved datatype close code to new internal function. H5Oclose()
Dana Robinson
2016-06-25
3
-13/+45
*
|
[svn-r30105] Datatypes and Groups now support evict-on-close.
Dana Robinson
2016-06-25
2
-4/+59
*
|
[svn-r30104] Fixes evict-on-close feature by propagating global
Dana Robinson
2016-06-24
10
-18/+24
|
\
\
|
|
/
[next]