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
/
test
/
tfile.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typos found in the rest of the hdf5 code-base (#1985)
luzpaz
2022-08-10
1
-1/+1
*
Develop clang 13 format (#1933)
Allen Byrne
2022-07-26
1
-16/+16
*
Subfiling VFD (#1883)
jhendersonHDF
2022-07-22
1
-58/+83
*
sprintf to snprintf (#1815)
Sean McBride
2022-06-22
1
-8/+8
*
h5test.h testing macros get enclosed in do..while loops (#1721)
Dana Robinson
2022-05-04
1
-2/+2
*
Fixed Spelling Errors (#1166)
Scot Breitenfeld
2021-12-07
1
-25/+25
*
VFD plugins (#602)
jhendersonHDF
2021-09-29
1
-413/+473
*
More clang tidy (#908)
Sean McBride
2021-08-23
1
-1/+1
*
Combo set of async and other changes (#161)
Quincey Koziol
2021-06-02
1
-0/+1
*
Brings the native implementation of H5Fdelete() from Bitbucket (#524)
Dana Robinson
2021-04-16
1
-12/+9
*
Misc warning fixes (#495)
Dana Robinson
2021-03-24
1
-24/+24
*
File locks now work on Windows (#480)
Dana Robinson
2021-03-22
1
-0/+23
*
Update clang config (#473)
Quincey Koziol
2021-03-17
1
-54/+216
*
Fixed all clang-tidy bugprone-suspicious-string-compare warnings (#451)
Sean McBride
2021-03-10
1
-1/+1
*
Update license url (#332)
Larry Knox
2021-02-17
1
-1/+1
*
develop revert source to clang-format version 11 (#293)
Allen Byrne
2021-01-29
1
-1/+1
*
Reformat source (#244)
Quincey Koziol
2021-01-07
1
-4/+4
*
Transfer doxygen H5O RM blocks from doxygen branch to develop. (#174)
vchoi-hdfgroup
2020-12-16
1
-0/+10
*
Basic alignment with async branch (#115)
Quincey Koziol
2020-11-23
1
-1/+1
*
HD prefix updates in src/ and test/
Dana Robinson
2020-10-24
1
-1/+1
*
Clang-format of source files
Allen Byrne
2020-09-30
1
-1332/+1288
*
Removes staff email addresses from the repository
Dana Robinson
2020-08-07
1
-3/+0
*
merge and fix
kmu
2020-01-21
1
-26/+26
|
\
|
*
Squashed commit of the token_refactoring branch:
Dana Robinson
2020-01-16
1
-26/+26
*
|
merge and fix conflict
kmu
2020-01-19
1
-5/+4
|
\
\
|
|
/
*
|
fix unused related warnings
kmu
2020-01-13
1
-1/+3
|
/
*
Yanked -Wc++-compat from the flags used to build the C library in both
Dana Robinson
2019-12-04
1
-19/+19
*
Make wrappers, tests and tools use H5Treclaim() instead of H5Dvlen_reclaim()
Jerome Soumagne
2019-10-08
1
-4/+4
*
Update versioning to next major version
Allen Byrne
2019-09-25
1
-0/+1
*
OESS-29 Update HD prefix mostly
Allen Byrne
2019-08-24
1
-3/+2
*
Add HD prefix to tests
Allen Byrne
2019-08-15
1
-15/+15
*
Added the map (H5M) API
Dana Robinson
2019-08-13
1
-0/+3
*
Correct hid_t error value to H5I_INVALID_HID in tests related to libver_bounds.
Vailin Choi
2019-06-25
1
-112/+112
*
Fix for HDFFV-10808 H5Pset_file_space_strategy succeeds when using H5Pset_lib...
Vailin Choi
2019-06-24
1
-123/+163
*
Add support for GCC 7.x warnings, update warnhist script to account for them,
Quincey Koziol
2019-06-21
1
-0/+1
*
Merge pull request #1729 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/HDFFV...
Vailin Choi
2019-06-17
1
-0/+84
|
\
|
*
Fix for HDFFV-10800 H5Ocopy failure:
Vailin Choi
2019-06-12
1
-0/+84
*
|
Fixed problem with H5Fdelete "test" and split VFD.
Dana Robinson
2019-06-16
1
-1/+1
*
|
Added H5Fdelete call and VOL support (but no VFD/native implementation).
Dana Robinson
2019-06-11
1
-0/+107
|
/
*
Fix for split VFD and file cleanup when testing H5Fis_hdf5
Dana Robinson
2019-04-26
1
-0/+6
*
Improvements to the H5Fis_accessible() and H5Fis_hdf5() tests
Dana Robinson
2019-04-25
1
-95/+152
*
Add H5Fget_fileno() API routine.
Quincey Koziol
2019-04-12
1
-0/+24
*
Set V112 as the latest format and extend the arrays of version bounds.
Vailin Choi
2019-04-04
1
-27/+25
*
Used the H5_INC_ENUM macro to squash enum value increment warnings.
Dana Robinson
2019-03-21
1
-15/+15
*
Corrected comment in src/H5VLint.c, fixed pass-through info size in
Quincey Koziol
2019-01-06
1
-54/+74
*
Merge branch 'develop' into dset_ohdr_minimize
Jacob Smith
2018-12-18
1
-1/+0
|
\
|
*
Removed H5I_REFERENCE from the library. It has always been unused
Dana Robinson
2018-12-08
1
-1/+0
*
|
Re-format test/ohdr_mindset.c
Jacob Smith
2018-12-14
1
-4/+4
*
|
formatting adjustments
Jacob Smith
2018-12-14
1
-27/+61
*
|
Reformat to be more consistent with existing code.
Jacob Smith
2018-12-13
1
-75/+26
[next]