.. |
testfiles
|
Clear driver properties before returning them to application.
|
2018-12-18 22:30:12 -06:00 |
accum_swmr_reader.c
|
VOL FEATURE
|
2018-10-10 08:10:15 -07:00 |
accum.c
|
Add using FAPL from h5_fileaccess() to more tests.
|
2018-11-22 01:21:50 -06:00 |
aggr.h5
|
Final merge of page buffering branch to develop
|
2017-03-13 21:30:37 -07:00 |
app_ref.c
|
Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
|
2017-04-25 16:05:36 -05:00 |
atomic_reader.c
|
Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
|
2017-04-25 16:05:36 -05:00 |
atomic_writer.c
|
Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
|
2017-04-25 16:05:36 -05:00 |
AtomicWriterReader.txt
|
Moved remaining SWMR-related test files to develop.
|
2017-01-26 14:34:12 -05:00 |
bad_compound.h5
|
[svn-r20513] Description:
|
2011-04-15 14:06:38 -05:00 |
bad_offset.h5
|
Modifications based on comments from pull request review
|
2017-08-23 16:23:09 -05:00 |
be_data.h5
|
[svn-r20855] Issue 2599 - Cross-test BE and LE data. I added the test for deflate, szip, fletcher32, shuffle and nbit filter in cross_read.c and gen_cross.c. I also took out the data file for OpenVMS because the data isn't native but IEEE for floating-numbers.
|
2011-05-17 17:18:05 -05:00 |
be_extlink1.h5
|
|
|
be_extlink2.h5
|
|
|
big.c
|
Rework of the POSIX file open permissions and macros to clean up
|
2017-04-28 18:13:22 -04:00 |
bittests.c
|
Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
|
2017-04-25 16:05:36 -05:00 |
btree2.c
|
VOL FEATURE
|
2018-10-10 08:10:15 -07:00 |
btree_idx_1_6.h5
|
[svn-r29722] Description:
|
2016-04-17 02:26:51 -05:00 |
btree_idx_1_8.h5
|
[svn-r29722] Description:
|
2016-04-17 02:26:51 -05:00 |
cache_api.c
|
VOL FEATURE
|
2018-10-10 08:10:15 -07:00 |
cache_common.c
|
VOL FEATURE
|
2018-10-10 08:10:15 -07:00 |
cache_common.h
|
VOL FEATURE
|
2018-10-10 08:10:15 -07:00 |
cache_image.c
|
Add using FAPL from h5_fileaccess() to more tests.
|
2018-11-22 01:21:50 -06:00 |
cache_logging.c
|
Normalization with vol_integration (test code and H5Xtest.c)
|
2018-09-20 10:40:51 -07:00 |
cache_tagging.c
|
Add using FAPL from h5_fileaccess() to more tests.
|
2018-11-22 01:21:50 -06:00 |
cache.c
|
Add API context interface and use it throughout the library.
|
2018-03-15 16:54:30 -05:00 |
CMakeLists.txt
|
Fix some CMake listings
|
2018-12-21 16:18:05 -06:00 |
CMakeTests.cmake
|
Fix some CMake listings
|
2018-12-21 16:18:05 -06:00 |
CMakeVFDTests.cmake
|
Needs to sync with lib version and Sencode.
|
2018-03-07 15:49:14 -06:00 |
cmpd_dset.c
|
Add using FAPL from h5_fileaccess() to more tests.
|
2018-11-22 01:21:50 -06:00 |
COPYING
|
Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
|
2017-04-25 16:05:36 -05:00 |
cork.c
|
Changes made based on feedback from pull request #1039.
|
2018-05-14 12:26:48 -05:00 |
corrupt_stab_msg.h5
|
[svn-r22110] Removed incorrect 'executable' svn properties.
|
2012-03-21 14:50:28 -05:00 |
cross_read.c
|
Minor warning fixes
|
2017-11-15 02:58:16 -08:00 |
dangle.c
|
Normalization with vol_integration (test code and H5Xtest.c)
|
2018-09-20 10:40:51 -07:00 |
deflate.h5
|
|
|
direct_chunk.c
|
First stage of moving H5DOread/write_chunk() to src/ and making
|
2018-04-30 07:52:07 -07:00 |
dsets.c
|
Fix mistake with H5E_BEGIN_TRY {...} H5E_END_TRY block containing ERROR-raising macros.
|
2018-12-20 11:12:53 -06:00 |
dt_arith.c
|
Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
|
2017-04-25 16:05:36 -05:00 |
dtransform.c
|
Fixed HDFFV-10404
|
2018-07-13 13:40:22 -05:00 |
dtypes.c
|
Squashed commit of private branch changes to support stackable VOL plugins.
|
2018-10-24 23:52:47 -05:00 |
earray.c
|
VOL FEATURE
|
2018-10-10 08:10:15 -07:00 |
echo_vol.c
|
Update to new callbacks in H5VL_class_t.
|
2018-12-05 15:09:32 -06:00 |
efc.c
|
Normalization with vol_integration (test code and H5Xtest.c)
|
2018-09-20 10:40:51 -07:00 |
enc_dec_plist_cross_platform.c
|
VOL FEATURE
|
2018-10-10 08:10:15 -07:00 |
enc_dec_plist.c
|
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~jake.smith/hdf5 into dset_ohdr_minimize
|
2018-12-19 15:14:51 -06:00 |
enum.c
|
Fixed HDFFV-10404
|
2018-07-13 13:40:22 -05:00 |
err_compat.c
|
Normalization with vol_integration (test code and H5Xtest.c)
|
2018-09-20 10:40:51 -07:00 |
error_test.c
|
Brings H5Z and H5PL packages in sync with VOL integration branch.
|
2017-11-17 15:21:49 -08:00 |
evict_on_close.c
|
VOL FEATURE
|
2018-10-10 08:10:15 -07:00 |
extend.c
|
Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
|
2017-04-25 16:05:36 -05:00 |
external.c
|
Rework of the POSIX file open permissions and macros to clean up
|
2017-04-28 18:13:22 -04:00 |
family_v16_00000.h5
|
|
|
family_v16_00001.h5
|
|
|
family_v16_00002.h5
|
|
|
family_v16_00003.h5
|
|
|
farray.c
|
VOL FEATURE
|
2018-10-10 08:10:15 -07:00 |
fheap.c
|
VOL FEATURE
|
2018-10-10 08:10:15 -07:00 |
file_image_core_test.h5
|
[svn-r22219] Description:
|
2012-03-31 03:49:35 -05:00 |
file_image.c
|
Squashed commit of private branch changes to support stackable VOL plugins.
|
2018-10-24 23:52:47 -05:00 |
filenotclosed.c
|
Cleaned up misc warnings in src and test.
|
2017-11-09 20:04:12 -08:00 |
filespace_1_6.h5
|
|
|
filespace_1_8.h5
|
Final merge of page buffering branch to develop
|
2017-03-13 21:30:37 -07:00 |
fill_old.h5
|
|
|
fillval.c
|
Normalization with vol_integration (test code and H5Xtest.c)
|
2018-09-20 10:40:51 -07:00 |
filter_error.h5
|
[svn-r20930] Issue 4278 - When reading data fails, the error message should say which filter isn't registered. This is the follow-up commit. When I checked in the fix and test (revision 20929), I forgot to add the data file test/filter_error.h5.
|
2011-06-03 14:59:34 -05:00 |
filter_fail.c
|
Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
|
2017-04-25 16:05:36 -05:00 |
filter_plugin1_dsets.c
|
Plugin test rework
|
2017-11-08 17:52:44 -08:00 |
filter_plugin2_dsets.c
|
Plugin test rework
|
2017-11-08 17:52:44 -08:00 |
filter_plugin3_dsets.c
|
Plugin test rework
|
2017-11-08 17:52:44 -08:00 |
filter_plugin4_groups.c
|
Plugin test rework
|
2017-11-08 17:52:44 -08:00 |
filter_plugin.c
|
Fix memory leak due to addition of FORMAT check loop
|
2017-12-29 11:53:11 -06:00 |
flush1.c
|
Develop normalization with vol_integration.
|
2018-09-18 22:57:37 -07:00 |
flush2.c
|
Develop normalization with vol_integration.
|
2018-09-18 22:57:37 -07:00 |
flushrefresh.c
|
VOL FEATURE
|
2018-10-10 08:10:15 -07:00 |
flushrefreshTest.cmake
|
TRILAB-31 Working locally
|
2018-07-16 13:01:53 -05:00 |
freespace.c
|
Add support for "make check-vol", along with a few minor cleanups, etc.
|
2018-11-28 19:07:30 -06:00 |
fsm_aggr_nopersist.h5
|
Final merge of page buffering branch to develop
|
2017-03-13 21:30:37 -07:00 |
fsm_aggr_persist.h5
|
Final merge of page buffering branch to develop
|
2017-03-13 21:30:37 -07:00 |
gen_bad_compound.c
|
Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
|
2017-04-25 16:05:36 -05:00 |
gen_bad_offset.c
|
Modifications based on comments from pull request review
|
2017-08-23 16:23:09 -05:00 |
gen_bad_ohdr.c
|
Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
|
2017-04-25 16:05:36 -05:00 |
gen_bogus.c
|
Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
|
2017-04-25 16:05:36 -05:00 |
gen_bounds.c
|
Improve code
|
2018-03-09 20:44:37 -06:00 |
gen_cross.c
|
Needs to sync with lib version and Sencode.
|
2018-03-07 15:49:14 -06:00 |
gen_deflate.c
|
Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
|
2017-04-25 16:05:36 -05:00 |
gen_file_image.c
|
Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
|
2017-04-25 16:05:36 -05:00 |
gen_filespace.c
|
Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
|
2017-04-25 16:05:36 -05:00 |
gen_filters.c
|
Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
|
2017-04-25 16:05:36 -05:00 |
gen_mergemsg.c
|
Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
|
2017-04-25 16:05:36 -05:00 |
gen_new_array.c
|
Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
|
2017-04-25 16:05:36 -05:00 |
gen_new_fill.c
|
Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
|
2017-04-25 16:05:36 -05:00 |
gen_new_group.c
|
Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
|
2017-04-25 16:05:36 -05:00 |
gen_new_mtime.c
|
Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
|
2017-04-25 16:05:36 -05:00 |
gen_new_super.c
|
Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
|
2017-04-25 16:05:36 -05:00 |
gen_noencoder.c
|
Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
|
2017-04-25 16:05:36 -05:00 |
gen_nullspace.c
|
Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
|
2017-04-25 16:05:36 -05:00 |
gen_old_array.c
|
Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
|
2017-04-25 16:05:36 -05:00 |
gen_old_group.c
|
Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
|
2017-04-25 16:05:36 -05:00 |
gen_old_layout.c
|
Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
|
2017-04-25 16:05:36 -05:00 |
gen_old_mtime.c
|
Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
|
2017-04-25 16:05:36 -05:00 |
gen_plist.c
|
Stash work on object header reduction code and tests.
|
2018-09-11 16:37:14 -05:00 |
gen_sizes_lheap.c
|
Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
|
2017-04-25 16:05:36 -05:00 |
gen_specmetaread.c
|
Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
|
2017-04-25 16:05:36 -05:00 |
gen_udlinks.c
|
Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
|
2017-04-25 16:05:36 -05:00 |
genall5.c
|
HD prefix and whitespace
|
2018-08-28 10:54:54 -05:00 |
genall5.h
|
Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
|
2017-04-25 16:05:36 -05:00 |
getname.c
|
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
|
2018-05-31 11:50:24 -05:00 |
gheap.c
|
VOL FEATURE
|
2018-10-10 08:10:15 -07:00 |
group_old.h5
|
|
|
h5fc_ext1_f.h5
|
Final merge of page buffering branch to develop
|
2017-03-13 21:30:37 -07:00 |
h5fc_ext1_i.h5
|
Final merge of page buffering branch to develop
|
2017-03-13 21:30:37 -07:00 |
h5fc_ext2_if.h5
|
Final merge of page buffering branch to develop
|
2017-03-13 21:30:37 -07:00 |
h5fc_ext2_sf.h5
|
Final merge of page buffering branch to develop
|
2017-03-13 21:30:37 -07:00 |
h5fc_ext3_isf.h5
|
Final merge of page buffering branch to develop
|
2017-03-13 21:30:37 -07:00 |
h5fc_ext_none.h5
|
Final merge of page buffering branch to develop
|
2017-03-13 21:30:37 -07:00 |
h5test.c
|
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~jake.smith/hdf5 into dset_ohdr_minimize
|
2018-12-19 15:14:51 -06:00 |
h5test.h
|
Refactor infrastructure for setting FAPL information from environment
|
2018-11-28 17:38:03 -06:00 |
H5srcdir_str.h.in
|
Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
|
2017-04-25 16:05:36 -05:00 |
H5srcdir.h
|
Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
|
2017-04-25 16:05:36 -05:00 |
hyperslab.c
|
Needs to sync with lib version and Sencode.
|
2018-03-07 15:49:14 -06:00 |
istore.c
|
Normalization with vol_integration (test code and H5Xtest.c)
|
2018-09-20 10:40:51 -07:00 |
le_data.h5
|
[svn-r20855] Issue 2599 - Cross-test BE and LE data. I added the test for deflate, szip, fletcher32, shuffle and nbit filter in cross_read.c and gen_cross.c. I also took out the data file for OpenVMS because the data isn't native but IEEE for floating-numbers.
|
2011-05-17 17:18:05 -05:00 |
le_extlink1.h5
|
|
|
le_extlink2.h5
|
|
|
lheap.c
|
VOL FEATURE
|
2018-10-10 08:10:15 -07:00 |
links_env.c
|
Add support for "make check-vol", along with a few minor cleanups, etc.
|
2018-11-28 19:07:30 -06:00 |
links.c
|
Add error checking to the minimized dset header size calculation.
|
2018-12-21 15:47:49 -06:00 |
Makefile.am
|
Move H5Fset_dset_no_attrs_hint VOL operations to native.
|
2018-12-18 13:42:03 -06:00 |
mergemsg.h5
|
|
|
mf.c
|
VOL FEATURE
|
2018-10-10 08:10:15 -07:00 |
mount.c
|
Changes made based on feedback from pull request #1039.
|
2018-05-14 12:26:48 -05:00 |
mtime.c
|
Fixed HDFFV-10404
|
2018-07-13 13:40:22 -05:00 |
multi_file_v16-r.h5
|
[svn-r21015] Bug fix for Issue 2598 - In v1.6 library, there was EOA for the whole MULTI file saved in the
|
2011-06-22 10:47:57 -05:00 |
multi_file_v16-s.h5
|
[svn-r21015] Bug fix for Issue 2598 - In v1.6 library, there was EOA for the whole MULTI file saved in the
|
2011-06-22 10:47:57 -05:00 |
noencoder.h5
|
|
|
none.h5
|
Final merge of page buffering branch to develop
|
2017-03-13 21:30:37 -07:00 |
ntypes.c
|
Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
|
2017-04-25 16:05:36 -05:00 |
objcopy.c
|
Squashed commit of private branch changes to support stackable VOL plugins.
|
2018-10-24 23:52:47 -05:00 |
ohdr.c
|
Add "compact" storage test to relative header size comparisons.
|
2018-12-19 14:57:38 -06:00 |
page_buffer.c
|
VOL FEATURE
|
2018-10-10 08:10:15 -07:00 |
paged_nopersist.h5
|
Final merge of page buffering branch to develop
|
2017-03-13 21:30:37 -07:00 |
paged_persist.h5
|
Final merge of page buffering branch to develop
|
2017-03-13 21:30:37 -07:00 |
pool.c
|
Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
|
2017-04-25 16:05:36 -05:00 |
POSIX_Order_Write_Test_Report.docx
|
Moved remaining SWMR-related test files to develop.
|
2017-01-26 14:34:12 -05:00 |
POSIX_Order_Write_Test_Report.pdf
|
Moved remaining SWMR-related test files to develop.
|
2017-01-26 14:34:12 -05:00 |
reserved.c
|
Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
|
2017-04-25 16:05:36 -05:00 |
set_extent.c
|
Needs to sync with lib version and Sencode.
|
2018-03-07 15:49:14 -06:00 |
ShellTests.cmake
|
TRILABS-137 Convert tcheck_version script to cmake tests
|
2018-07-18 10:42:14 -05:00 |
space_overflow.c
|
Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
|
2017-04-25 16:05:36 -05:00 |
specmetaread.h5
|
|
|
stab.c
|
Fix for HDFFV-10180 Performance issues with H5Oget_info.
|
2018-04-24 15:10:13 -05:00 |
swmr_addrem_writer.c
|
Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
|
2017-04-25 16:05:36 -05:00 |
swmr_check_compat_vfd.c
|
Develop normalization with vol_integration.
|
2018-09-18 22:57:37 -07:00 |
swmr_common.c
|
Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
|
2017-04-25 16:05:36 -05:00 |
swmr_common.h
|
Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
|
2017-04-25 16:05:36 -05:00 |
swmr_generator.c
|
Normalization with vol_integration (test code and H5Xtest.c)
|
2018-09-20 10:40:51 -07:00 |
SWMR_POSIX_Order_UG.txt
|
Moved remaining SWMR-related test files to develop.
|
2017-01-26 14:34:12 -05:00 |
swmr_reader.c
|
Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
|
2017-04-25 16:05:36 -05:00 |
swmr_remove_reader.c
|
More minor warning fixes.
|
2017-05-25 10:11:26 -04:00 |
swmr_remove_writer.c
|
Fixed many minor warnings.
|
2017-05-25 06:45:53 -04:00 |
swmr_sparse_reader.c
|
Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
|
2017-04-25 16:05:36 -05:00 |
swmr_sparse_writer.c
|
Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
|
2017-04-25 16:05:36 -05:00 |
swmr_start_write.c
|
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into merge_func_enter_vol
|
2018-03-18 18:36:49 -05:00 |
SWMR_UseCase_UG.txt
|
Moved remaining SWMR-related test files to develop.
|
2017-01-26 14:34:12 -05:00 |
swmr_writer.c
|
Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
|
2017-04-25 16:05:36 -05:00 |
swmr.c
|
Checkpoint progress on stacking VOL plugins - all standalone regression tests
|
2018-10-26 16:09:06 -05:00 |
tarray.c
|
Normalization with vol_integration (test code and H5Xtest.c)
|
2018-09-20 10:40:51 -07:00 |
tarrold.h5
|
|
|
tattr.c
|
Reformat to be more consistent with existing code.
|
2018-12-13 14:02:29 -06:00 |
tbad_msg_count.h5
|
|
|
tbogus.h5
|
[svn-r29202] Fix for unknown message HDFFV-9697.
|
2016-02-24 16:30:35 -05:00 |
tcheck_version.c
|
Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
|
2017-04-25 16:05:36 -05:00 |
tchecksum.c
|
Fixed misc Warnings flagged by VS2017.
|
2017-11-26 18:13:18 -08:00 |
tconfig.c
|
Needs to sync with lib version and Sencode.
|
2018-03-07 15:49:14 -06:00 |
tcoords.c
|
Minor warning fixes
|
2017-11-15 02:58:16 -08:00 |
test_filenotclosed.sh.in
|
Skip HDFFV-10160 filenotclosed test for split/multi driver
|
2017-07-05 01:27:40 -05:00 |
test_filter_plugin.sh.in
|
Plugin test rework
|
2017-11-08 17:52:44 -08:00 |
test_filters_be.h5
|
[svn-r23147] ported revisions 23081:23145 from the trunk
|
2013-01-09 15:23:07 -05:00 |
test_filters_le.h5
|
[svn-r23147] ported revisions 23081:23145 from the trunk
|
2013-01-09 15:23:07 -05:00 |
test_usecases.sh.in
|
Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
|
2017-04-25 16:05:36 -05:00 |
testcheck_version.sh.in
|
Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
|
2017-04-25 16:05:36 -05:00 |
testerror.sh.in
|
Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
|
2017-04-25 16:05:36 -05:00 |
testflushrefresh.sh.in
|
Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
|
2017-04-25 16:05:36 -05:00 |
testframe.c
|
Normalization with vol_integration (test code and H5Xtest.c)
|
2018-09-20 10:40:51 -07:00 |
testhdf5.c
|
Normalization with vol_integration (test code and H5Xtest.c)
|
2018-09-20 10:40:51 -07:00 |
testhdf5.h
|
HDFFV-10384 and includes cleanup merged from devlop
|
2018-02-16 09:25:51 -06:00 |
testlibinfo.sh.in
|
Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
|
2017-04-25 16:05:36 -05:00 |
testlinks_env.sh.in
|
Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
|
2017-04-25 16:05:36 -05:00 |
testmeta.c
|
Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
|
2017-04-25 16:05:36 -05:00 |
testswmr.sh.in
|
Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
|
2017-04-25 16:05:36 -05:00 |
testvdsswmr.sh.in
|
Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
|
2017-04-25 16:05:36 -05:00 |
tfile.c
|
Merge branch 'develop' into dset_ohdr_minimize
|
2018-12-18 11:50:58 -06:00 |
tgenprop.c
|
Normalization with vol_integration (test code and H5Xtest.c)
|
2018-09-20 10:40:51 -07:00 |
th5o.c
|
(1) Made the change according to the pull request feedback.
|
2018-05-31 11:45:20 -05:00 |
th5s.c
|
Normalization with vol_integration (test code and H5Xtest.c)
|
2018-09-20 10:40:51 -07:00 |
th5s.h5
|
|
|
theap.c
|
Added CHECK_PTR_EQ macro to testhdf5 to quiet cast warnings on Windows.
|
2017-11-27 08:57:26 -08:00 |
tid.c
|
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into merge_func_enter_vol
|
2018-03-18 18:36:49 -05:00 |
titerate.c
|
Changes made based on feedback from pull request #1039.
|
2018-05-14 12:26:48 -05:00 |
tlayouto.h5
|
|
|
tmeta.c
|
Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
|
2017-04-25 16:05:36 -05:00 |
tmisc.c
|
Switch driver | plugin => connector.
|
2018-11-04 01:27:23 -05:00 |
tmtimen.h5
|
|
|
tmtimeo.h5
|
|
|
trefer.c
|
Revert "Merge pull request #1116 in HDFFV/hdf5 from ~HDFTEST/hdf5_hft:hdf5_1_10 to develop"
|
2018-06-24 18:04:23 -05:00 |
trefstr.c
|
Added CHECK_PTR_EQ macro to testhdf5 to quiet cast warnings on Windows.
|
2017-11-27 08:57:26 -08:00 |
tselect.c
|
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into merge_hyperslab_updates
|
2018-04-29 03:04:21 -05:00 |
tsizeslheap.h5
|
|
|
tskiplist.c
|
Added CHECK_PTR_EQ macro to testhdf5 to quiet cast warnings on Windows.
|
2017-11-27 08:57:26 -08:00 |
tsohm.c
|
Reformat to be more consistent with existing code.
|
2018-12-13 14:02:29 -06:00 |
ttime.c
|
Needs to sync with lib version and Sencode.
|
2018-03-07 15:49:14 -06:00 |
ttsafe_acreate.c
|
Updated the threadsafety test to use error macros instead
|
2018-05-14 00:44:02 -07:00 |
ttsafe_cancel.c
|
Updated the threadsafety test to use error macros instead
|
2018-05-14 00:44:02 -07:00 |
ttsafe_dcreate.c
|
Updated the threadsafety test to use error macros instead
|
2018-05-14 00:44:02 -07:00 |
ttsafe_error.c
|
Update for change in error stack when opening a dataset.
|
2018-10-31 18:41:19 -05:00 |
ttsafe.c
|
Updated the threadsafety test to use error macros instead
|
2018-05-14 00:44:02 -07:00 |
ttsafe.h
|
HDFFV-10384 and includes cleanup merged from devlop
|
2018-02-16 09:25:51 -06:00 |
ttst.c
|
Fixed misc Warnings flagged by VS2017.
|
2017-11-26 18:13:18 -08:00 |
tunicode.c
|
Normalization with vol_integration (test code and H5Xtest.c)
|
2018-09-20 10:40:51 -07:00 |
tvlstr.c
|
Use version 2 functions in test file to address compile errors for
|
2018-12-12 06:53:26 -06:00 |
tvltypes.c
|
Normalization with vol_integration (test code and H5Xtest.c)
|
2018-09-20 10:40:51 -07:00 |
twriteorder.c
|
Rework of the POSIX file open permissions and macros to clean up
|
2017-04-28 18:13:22 -04:00 |
unlink.c
|
Changes made based on feedback from pull request #1039.
|
2018-05-14 12:26:48 -05:00 |
unregister.c
|
Normalization with vol_integration (test code and H5Xtest.c)
|
2018-09-20 10:40:51 -07:00 |
use_append_chunk.c
|
Fixed exit() to HDexit() in use_append_chunk.c and use_append_mchunks.c
|
2018-11-01 15:00:40 -05:00 |
use_append_mchunks.c
|
Fixed exit() to HDexit() in use_append_chunk.c and use_append_mchunks.c
|
2018-11-01 15:00:40 -05:00 |
use_common.c
|
Fixed fprintf to HDfprintf in the following routines:
|
2018-11-01 12:03:34 -05:00 |
use_disable_mdc_flushes.c
|
Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
|
2017-04-25 16:05:36 -05:00 |
use.h
|
Fix for HDFFV-10554 use_append_chunks in swmr use case test failure
|
2018-10-30 16:53:09 -05:00 |
vds_swmr_gen.c
|
Remove virtual dataset refresh code's direct use of native VOL plugin's ID.
|
2018-10-27 01:33:07 -05:00 |
vds_swmr_reader.c
|
Remove virtual dataset refresh code's direct use of native VOL plugin's ID.
|
2018-10-27 01:33:07 -05:00 |
vds_swmr_writer.c
|
Remove virtual dataset refresh code's direct use of native VOL plugin's ID.
|
2018-10-27 01:33:07 -05:00 |
vds_swmr.h
|
Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
|
2017-04-25 16:05:36 -05:00 |
vds.c
|
fixed typo.
|
2018-07-10 18:13:44 -05:00 |
vfd.c
|
Normalization with vol_integration (test code and H5Xtest.c)
|
2018-09-20 10:40:51 -07:00 |
vol.c
|
Remove duplicated comment.
|
2018-11-30 14:18:14 -06:00 |