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
*
Correct typo
Quincey Koziol
2018-12-20
1
-1/+1
*
Switch return value to -1
Quincey Koziol
2018-12-19
1
-6/+6
*
Fix return value type for get name operation.
Quincey Koziol
2018-12-19
1
-1/+5
*
Merge pull request #1393 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:vol_optional_e...
Dana Robinson
2018-12-19
17
-117/+100
|
\
|
*
Moved the optional enums to H5VLnative.h and converted to an int
Dana Robinson
2018-12-18
17
-117/+100
*
|
Clear driver properties before returning them to application.
Quincey Koziol
2018-12-19
7
-135/+131
|
/
*
Added missing H5O calls.
Dana Robinson
2018-12-18
2
-3/+3
*
Fixed a missing H5R call.
Dana Robinson
2018-12-18
2
-2/+2
*
Made hbool_t processing consistent in va_lists.
Dana Robinson
2018-12-18
2
-2/+2
*
Fixed an enums-in-va_list issue in the passthru VOL connector.
Dana Robinson
2018-12-18
1
-2/+2
*
Merge branch 'develop' into vol_optional_enum_to_macros
Dana Robinson
2018-12-18
6
-84/+29
|
\
|
*
Correct error from refactoring out H5VL_FILE_CACHE_VOL_CONN callback.
Quincey Koziol
2018-12-18
1
-18/+15
|
*
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...
Quincey Koziol
2018-12-17
13
-57/+6
|
|
\
|
*
\
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...
Quincey Koziol
2018-12-17
1
-3/+5
|
|
\
\
|
*
|
|
Remove H5VL_FILE_CACHE_VOL_CONN from file specific callbacks, as it turns out
Quincey Koziol
2018-12-17
7
-67/+15
*
|
|
|
Updated enums in VOL va_lists to be passed as ints.
Dana Robinson
2018-12-18
9
-41/+41
|
|
_
|
/
|
/
|
|
*
|
|
Merge pull request #1364 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:h5i_reference_...
Dana Robinson
2018-12-17
13
-57/+6
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Removed H5I_REFERENCE from the library. It has always been unused
Dana Robinson
2018-12-08
13
-57/+6
*
|
|
Updated with extra sanity check and improved comment.
Dana Robinson
2018-12-17
1
-3/+5
*
|
|
Fixed an issue in the passthru Windows va_copy hack.
Dana Robinson
2018-12-17
1
-2/+2
|
|
/
|
/
|
*
|
Merge pull request #1388 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:vol_optional_e...
Dana Robinson
2018-12-17
3
-296/+301
|
\
\
|
*
|
Updated va_arg-->HDva_arg in the native VOL connector.
Dana Robinson
2018-12-17
1
-179/+179
|
*
|
Added HD to va_* calls in a couple of library files.
Dana Robinson
2018-12-17
2
-117/+122
*
|
|
Further va_list improvements.
Dana Robinson
2018-12-17
3
-50/+57
*
|
|
Added a helpful comment to the va_copy() Windows hack.
Dana Robinson
2018-12-17
1
-0/+4
*
|
|
Added a work-around for va_copy() on pre-2013 versions of Visual Studio.
Dana Robinson
2018-12-17
1
-0/+3
|
/
/
*
|
Merge pull request #1381 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:vol_tweaks to ...
Dana Robinson
2018-12-17
20
-169/+201
|
\
\
|
*
|
Moved the native VOL connector's optional enums to the
Dana Robinson
2018-12-15
20
-169/+201
*
|
|
Merge pull request #1383 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:strtok_windows...
Dana Robinson
2018-12-16
1
-0/+1
|
\
\
\
|
*
|
|
Added #define to use strtok_s instead of strtok_r on Windows.
Dana Robinson
2018-12-16
1
-0/+1
|
|
/
/
*
|
|
Updated the passthru VOL connector:
Dana Robinson
2018-12-16
1
-334/+337
|
/
/
*
|
Make sure to free copy of VOL connector's name when H5VL_register_connector f...
Jordan Henderson
2018-12-14
1
-3/+6
*
|
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...
Quincey Koziol
2018-12-13
2
-0/+28
|
\
\
|
*
|
Still need the stamp1 files if PREGEN
Allen Byrne
2018-12-13
1
-0/+20
|
*
|
HDFFV-10660 Add new files to OUTPUT section of custom commands
Allen Byrne
2018-12-13
1
-0/+6
|
*
|
align H5Aget_info behavior with H5Gget_info when null attribute pointer is su...
Jordan Henderson
2018-12-12
1
-0/+2
*
|
|
Fix plugin code from referencing invalid key ID value, and also switch from
Quincey Koziol
2018-12-13
5
-8/+11
|
/
/
*
|
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
Allen Byrne
2018-12-10
1
-2/+2
|
\
\
|
*
|
Minor tweak to address JIRA HDFFV-10611 (which was already fixed).
Dana Robinson
2018-12-08
1
-2/+2
|
|
/
*
|
Add stamp files for generated files
Allen Byrne
2018-12-07
1
-2/+17
|
/
*
Merge pull request #1348 in HDFFV/hdf5 from ~SONGYULU/hdf5_ray:bugfix/HDFFV-1...
Ray Lu
2018-12-07
1
-1/+8
|
\
|
*
HDFFV-10635: Some minor changes to the test case and the comments in the libr...
Songyu Lu
2018-12-06
1
-2/+3
|
*
HDFFV-10635: Allowing to write the same variable-length element more than once.
Songyu Lu
2018-11-30
1
-1/+7
*
|
Fix build errors VOL changes, when using --disable-deprecated-symbols.
Quincey Koziol
2018-12-06
2
-4/+20
*
|
Correct Windows build.
Quincey Koziol
2018-12-05
1
-1/+1
*
|
Refactor allocating & releasing pass through wrapper objects.
Quincey Koziol
2018-12-03
1
-558/+184
*
|
Fix typo
Quincey Koziol
2018-11-30
1
-1/+1
*
|
Add a couple of missing prototypes for static routines, along with updating
Quincey Koziol
2018-11-30
1
-0/+6
*
|
Switch H5VL_class_value_t from unsigned to int, and add "invalid" ID value.
Quincey Koziol
2018-11-29
1
-1/+2
*
|
Switch H5VL_class_value_t from enum to unsigned integer
Quincey Koziol
2018-11-29
3
-43/+26
[next]