Dana Robinson
ca3659a014
HD prefix updates in src/ and test/
...
Adds missing HD prefixes to API calls in src and test.
Adds some extra processing to bin/checkposix to keep the noise
levels down when running the script (not comprehensive).
2020-10-23 17:13:05 -07:00
Allen Byrne
b2d661b508
Clang-format of source files
2020-09-30 09:27:10 -05:00
Dana Robinson
5ce2a17804
Removes staff email addresses from the repository
...
Removes redundant C library headers from hl library
2020-08-06 17:58:07 -07:00
kmu
9be5b2842e
merge and fix
2020-01-20 21:11:32 -06:00
kmu
628d267162
merge and fix conflict
2020-01-19 08:09:44 -06:00
Dana Robinson
a92c735c9b
Squashed commit of the token_refactoring branch:
2020-01-16 13:29:34 -08:00
kmu
9712fad601
fix unused related warnings
2020-01-13 13:20:19 -06:00
Dana Robinson
1ad02a4459
Yanked -Wc++-compat from the flags used to build the C library in both
...
the Autotools and CMake.
2019-12-04 00:49:52 -08:00
Jerome Soumagne
c13078a0ed
Make wrappers, tests and tools use H5Treclaim() instead of H5Dvlen_reclaim()
2019-10-08 14:30:24 -05:00
Allen Byrne
b2f52d0b07
Update versioning to next major version
2019-09-25 17:28:17 -05:00
Allen Byrne
ba974c031d
OESS-29 Update HD prefix mostly
2019-08-24 14:07:33 -05:00
Allen Byrne
64e6665b54
Add HD prefix to tests
2019-08-15 16:46:15 -05:00
Dana Robinson
5b6bd7c922
Added the map (H5M) API
2019-08-13 01:36:42 -07:00
Vailin Choi
71de5b8088
Correct hid_t error value to H5I_INVALID_HID in tests related to libver_bounds.
2019-06-25 11:47:33 -05:00
Vailin Choi
d9653606d8
Fix for HDFFV-10808 H5Pset_file_space_strategy succeeds when using H5Pset_libver_bounds v18,v18.
...
Fails file creation when non-default free-space info is set in fcpl and the library version
high bound is less than v110 because free-space info message is introduced in library release v110.
2019-06-24 18:08:23 -05:00
Quincey Koziol
1ccbdfee58
Add support for GCC 7.x warnings, update warnhist script to account for them,
...
clean up warnings.
2019-06-21 10:05:34 -05:00
Vailin Choi
f7c2a75404
Merge pull request #1729 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/HDFFV-10800-h5ocopy-failure to develop
...
* commit 'dfdc27b04b2e8bcd1985ba90ce6553d8b3805fda':
Fix release notes based on feedback from pull request.
Fix for HDFFV-10800 H5Ocopy failure: The value for the H5F_LIBVER_V18 index in H5O_fill_ver_bounds[], the format version bounds array for fill value message, should be version 3 not 2.
2019-06-17 10:28:58 -05:00
Dana Robinson
dbad158900
Fixed problem with H5Fdelete "test" and split VFD.
2019-06-15 21:00:48 -07:00
Vailin Choi
8d72e5e3e0
Fix for HDFFV-10800 H5Ocopy failure:
...
The value for the H5F_LIBVER_V18 index in H5O_fill_ver_bounds[], the format
version bounds array for fill value message, should be version 3 not 2.
2019-06-12 12:55:12 -05:00
Dana Robinson
2bd041f878
Added H5Fdelete call and VOL support (but no VFD/native implementation).
2019-06-11 09:04:23 -07:00
Dana Robinson
e66bf948a7
Fix for split VFD and file cleanup when testing H5Fis_hdf5
...
and H5Fis_accessible in tfile.c.
2019-04-26 12:10:54 -07:00
Dana Robinson
568c3624de
Improvements to the H5Fis_accessible() and H5Fis_hdf5() tests
...
in tfile.c.
* General code tidying.
* Expanded tests to work with multi-file VFDs.
2019-04-25 01:07:42 -07:00
Quincey Koziol
2eac0fccbc
Add H5Fget_fileno() API routine.
2019-04-11 22:22:21 -05:00
Vailin Choi
0073f19897
Set V112 as the latest format and extend the arrays of version bounds.
2019-04-04 16:29:37 -05:00
Dana Robinson
97cdcc47e4
Used the H5_INC_ENUM macro to squash enum value increment warnings.
2019-03-21 01:15:09 -07:00
Quincey Koziol
92300f954f
Corrected comment in src/H5VLint.c, fixed pass-through info size in
...
src/H5VLpassthru.c, switched to stashing VOL connector ID & info in
API context (in src/H5CX.c, src/H5CXprivate.h, src/H5F.c, src/H5Fint.c, and
src/H5Fefc.c), patched up all sorts of issues in the tests, to make them work
with 'check-vfd' (and 'check-vol' again).
2019-01-05 23:06:45 -06:00
Jacob Smith
5efc08a06d
Merge branch 'develop' into dset_ohdr_minimize
2018-12-18 11:50:58 -06:00
Jacob Smith
61350bf350
Re-format test/ohdr_mindset.c
...
Fix a few transcription errors in other test files.
2018-12-13 22:11:29 -06:00
Jacob Smith
8e4b34afd0
formatting adjustments
2018-12-13 19:40:33 -06:00
Jacob Smith
0a4834c264
Reformat to be more consistent with existing code.
...
Fix a few typos.
2018-12-13 14:02:29 -06:00
Jacob Smith
ea73325250
Merge branch 'develop' into dset_ohdr_minimize
2018-12-12 17:26:08 -06:00
Jacob Smith
496de6922f
change test file name and apply 'h5_fixname' to it
2018-12-11 17:45:12 -06:00
Dana Robinson
e21c1cf7c6
Removed H5I_REFERENCE from the library. It has always been unused
...
and has been marked 'deprecated' since 1.10.0. Fixes HDFFV-10252.
2018-12-08 08:14:05 -08:00
Quincey Koziol
d66d5e01c0
Refactor and standarize file object callbacks, including some fixes on the
...
dataset callbacks.
2018-10-31 18:18:45 -05:00
Quincey Koziol
0df6e44a6e
Squashed commit of private branch changes to support stackable VOL plugins.
...
modified: test/dsets.c
2018-10-24 23:52:47 -05:00
Dana Robinson
e962df1591
VOL FEATURE
2018-10-10 08:10:15 -07:00
Dana Robinson
67a126c7ba
Normalization with vol_integration (test code and H5Xtest.c)
2018-09-20 10:40:51 -07:00
Jacob Smith
602dd3ac15
Stash work on object header reduction code and tests.
...
CMake stuff is not verified.
2018-09-11 16:37:14 -05:00
hdftest
b193bc11c9
Revert "Merge pull request #1116 in HDFFV/hdf5 from ~HDFTEST/hdf5_hft:hdf5_1_10 to develop"
...
This reverts commit e9f476dad4
, reversing
changes made to 2ff00b1b93
.
2018-06-24 18:04:23 -05:00
M. Scot Breitenfeld
f484649347
Merge branch 'develop' into hdf5_1_10.sync
2018-06-04 14:41:12 -05:00
M. Scot Breitenfeld
b69bd0771e
Merge branch 'develop' into hdf5_1_10.sync
2018-05-08 17:17:45 -05:00
Vailin Choi
e6bc326ec0
Fix for HDFFV-10180 Performance issues with H5Oget_info.
2018-04-24 15:10:13 -05:00
Dana Robinson
02039e0a91
Minor warning cleanup while working on VOL issues.
2018-04-06 00:11:18 -07:00
Larry Knox
f30873136b
Merge pull request #943 in HDFFV/hdf5 from develop to hdf5_1_10
...
* commit '9247388c3d14510341ea3f07847ce2cbb6e44a8e':
Rework new tests into one macro
Added a "won't fix" RELEASE.txt entry for HDFFV-10356.
Fix CMake test names
Fixed typo
Add release note for HDFFFV-10397.
Added a fix for HDFFV-10358.
Fixed documentation Description: - Updated the description of copy constructor for clarification. - Removed unnecessary comments. Platforms tested: Linux/64 (jelly)
Enhancement to the tool h5clear (HDFFV-10360)
Fix for HDFFV-10209 VDS SWMR test failure Free the object header when there are chksum retries.
2018-03-13 13:04:03 -05:00
Vailin Choi
f08b8fa10e
Enhancement to the tool h5clear (HDFFV-10360)
2018-03-12 09:02:15 -05:00
M. Scot Breitenfeld
496af1be89
Needs to sync with lib version and Sencode.
2018-03-07 15:49:14 -06:00
Binh-Minh Ribler
f05f9d4cff
Miscellaneous test fixes
...
Description:
- dtypes.c: added the use of highest version of nested datatypes to
verify the datatype's version.
- miscellaneous typos
Platforms tested:
Linux/64 (jelly)
Darwin (osx1010test)
2018-03-06 11:41:33 -06:00
Allen Byrne
fc875eb5b7
HDFFV-10384 and includes cleanup merged from devlop
2018-02-16 09:25:51 -06:00
Vailin Choi
76d70073c6
Fix for daily test failure
...
Fix for test/testhdf5.sh for configuration with --enable-using-memchecker.
2018-02-14 16:11:12 -06:00
Allen Byrne
8ad35726ea
Merge pull request #895 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
...
* commit 'e09ccc4a2168e79b9f7500b8ec68ed5f829c8604':
More includes cleanup
Cleanup overuse of include files
2018-02-14 14:23:31 -06:00