Dana Robinson
2ddf5fbd92
Much normalization with develop ( #701 )
...
* Brings CMake updates from develop
* Brings reduction in pedantic casts from develop
* Purges UFAIL from the library (#637 )
* Committing clang-format changes
* Purges UFAIL from the library
* H5HL_insert change requested in PR
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* Removes gratuitous (double)x.yF casts (#632 )
* Committing clang-format changes
* Removes gratuitous (double)x.yF casts
* Committing clang-format changes
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* Committing clang-format changes
* Cleans up a const warning left over from previous constification (#633 )
* Committing clang-format changes
* Adds consts to a few global variables
* Cleans up a const warning left over from previous constification
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* Formatted source
* Bring over some VOL registration changes
* VOL cleanup
* H5VL_request_status_t substitutions
* H5F.c cleanup
* Minor API tweaks from develop
* Moves H5G package init/teardown to H5Gint.c
* H5G cleanup
* H5M cleanup
* H5SM cleanup
* H5T cleanup
* H5R cleanup
* H5Lpublic.h cleanup
* H5L cleanup
* H5O cleanup
* H5A, H5CS, and H5AC cleanup
* Moved H5A init/teardown code to H5Aint.c
* Moves H5D I/O functions to H5D.c
* H5D cleanup
* Misc minor cleanup
* H5P close cleanup
* H5Tpublic.h cleanup
* Fixes err_compat test
* H5PLpublic.h cleanup
* Updates H5Ppublic.h
* H5Fpublic.h updates
* H5A.c cleanup
* Brings over H5Aexists and related changes
* Brings CMake shell testing changes from develop
* Close callback changes
* H5R and H5Tcommit normalization
* err_compat test works now
* H5O tweaks
* Updates VOL registration code
* Brings over H5VL_create_object
* H5Tconv.c reformatting
* H5T.c tweaks
* Brings datatype and reference updates from develop
* Brings VOL plugin loading changes from develop
* Brings event sets from develop
* Brings async functions over
* Tools changes
* Brings over many tools changes from develop
* Brings VOL flags from develop
* Fixes h5dump double/float tests
* Updates h5repack tests
* Brings h5diff test changes from develop
* Last h5dump changes
* Brings test changes from develop
* Committing clang-format changes
* Tidied h5_testing()
* Brings chunk iteration code + misc from develop
* Updates vds test
* Enables external link parallel test
* Brings updated property lists from develop
* H5G changes from develop
* H5MF cleanup
* Brings vfd_swmr test back into CMake
* Updates threadsafe test
* Updates plist test
* Brings recent changes from develop
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2021-05-28 07:10:51 -07:00
David Young
c8f533cfc3
Merge all of my changes from merge-back-to-feature-vfd_swmr-attempt-1,
...
including the merge of `hdffv/hdf5/develop`, back to the branch that Vailin and
I share.
Now I need to put this branch on a fork with a less confusing name than
vchoi_fork!
2019-12-09 10:30:58 -06:00
Dana Robinson
ac035bf367
* Fixed the error tests
...
* Moved common functionality into helper functions
2018-05-02 10:11:49 -07:00
Quincey Koziol
4a17aff408
Add API context interface and use it throughout the library.
2018-03-15 16:54:30 -05:00
Dana Robinson
3b17287368
Brings H5Z and H5PL packages in sync with VOL integration branch.
2017-11-17 15:21:49 -08:00
Allen Byrne
2f86aa7551
[svn-r24646] HDFFV-8640: Remove xlate_utility by fixing reference files to not add extra lines.
...
Tested: cmake and autotools local linux
2014-01-27 09:26:21 -05:00
Allen Byrne
0653325f0d
[svn-r24167] HDFFV-8513, HDFFV-8522 Plugin testing in h5repack, h5dump.
...
Add more usage info for UserMacros.
Add new option information about the Plugin default path.
Tested: local linux, jam
2013-09-19 11:38:08 -05:00
Quincey Koziol
a07c8f9247
[svn-r22287] Description:
...
Clean up more FUNC_ENTER/FUNC_LEAVE macros and move H5D & H5T code toward
the final design (as exemplified by the H5EA & H5FA code).
Tested on:
Mac OSX/64 10.7.3 (amazon) w/debug & parallel
2012-04-16 16:20:26 -05:00
Raymond Lu
aabfb1d756
[svn-r20934] Issue 4278 - When reading data fails, the error message should say which filter isn't registered. This is the follow-up commit (20929 and 20930). The check-vfd in Makefile has trouble with the file name. Because the test file
...
is pre-generated, I use the default FAPL to create the full file name to avoid some driver test.
Tested on jam - simple change.
2011-06-06 12:05:37 -05:00
Raymond Lu
4bffd76b3c
[svn-r20929] Issue 4278 - When reading data fails, the error message should say which filter isn't registered. The fix is simple. Most of the effort is on the test. The file with filter enabled is created in gen_filter.c. The verification of the error message is in test_error.c. The output is compared against the standard output.
...
Tested on jam, koala, and heiwa.
2011-06-03 10:58:49 -05:00
Raymond Lu
be8cb6411a
[svn-r16835] Allow an error class to use other class's major or minor errors. Added a test for it, too.
...
Tested on jam - simple change.
2009-04-22 13:39:10 -05:00
Quincey Koziol
fda3252166
[svn-r9839] Purpose:
...
Bug fix
Description:
Don't print very long description, check that it's correct internally.
Platforms tested:
Linux 2.4 (heping)
Solaris 2.7 (arabica)
2005-01-19 15:15:26 -05:00
Quincey Koziol
23130b569c
[svn-r9825] Purpose:
...
Bug fix
Description:
Fix possible overrun in error description string by allocating large enough
string on the fly.
Platforms tested:
FreeBSD 4.10 (sleipnir)
Too minor to require h5committest
2005-01-14 14:36:01 -05:00
Raymond Lu
52f44b8877
[svn-r7524] *** empty log message ***
2003-09-29 15:35:07 -05:00
Raymond Lu
7e79a8d71e
[svn-r7507] *** empty log message ***
2003-09-24 14:26:50 -05:00