summaryrefslogtreecommitdiffstats
path: root/tools/test/h5repack/h5repacktst.c
Commit message (Collapse)AuthorAgeFilesLines
* VFD plugins (#602)jhendersonHDF2021-09-291-357/+450
| | | | | | | | | | | | | | | | | * Implement support for loading of Virtual File Drivers as plugins Fix plugin caching for VOL connector and VFD plugins Fix plugin iteration to skip paths that can't be opened * Enable dynamic loading of VFDs with HDF5_DRIVER environment variable * Temporarily disable error reporting during H5F_open double file open * Default to using HDstat in h5_get_file_size for unknown VFDs * Use macros for some environment variables that HDF5 interprets * Update "null" and "ctl testing" VFDs
* More clang tidy (#908)Sean McBride2021-08-231-2/+2
| | | | | | | | | | | | | | | | | | | * Pacify clang-analyzer-unix.cstring.NullArg * Apply some bugprone-suspicious-string-compare * Apply some readability-simplify-boolean-expr * Apply some readability-make-member-function-const * Apple some bugprone-macro-parentheses * Changed an f suffix to L for `long double` * Applied some readability-uppercase-literal-suffix automatically * Committing clang-format changes Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* Removes obsolete equivalents of C99's __func__ (#800)Dana Robinson2021-06-291-54/+54
|
* Update clang config (#473)Quincey Koziol2021-03-171-1/+4
| | | | | | | * Update clang config to put H5E_BEGIN_TRY / H5E_END_TRY on separate lines, empty C++ methods on separate lines, understand that ALL_MEMBERS / UNIQUE_MEMBERS are foreach macros, and properly skip the 'config' directory in the find command without emiting a warning * Committing clang-format changes Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* Update license url part2 (#333)Larry Knox2021-02-171-1/+1
| | | | | | * Modify temporary rpath for testing in java example scripts. * Update URL in source file Copyright headers for web copy of COPYING file - files not in src or test.
* Fix VFD h5repacktest (#20)Allen Byrne2020-10-061-2/+0
| | | | | | | | | | | | | | * h5repacktest VFD fix and formatting changes * Fix memory leak in H5PL__find_plugin_in_path When encountering a directory, the current loop iteration was skipped without freeing the memory allocated for the path. * Refactor parser GCC diagnostic statements * genparser on jelly with default bison/flex Co-authored-by: Michael Kuhn <michael.kuhn@ovgu.de>
* Clang-format of source filesAllen Byrne2020-09-301-2050/+1850
|
* Removes staff email addresses from the repositoryDana Robinson2020-08-071-5/+5
| | | | Removes redundant C library headers from hl library
* Fixes for warnings in the tools code.Dana Robinson2020-04-251-260/+283
|
* Update Tools library to be better compatible with VOL connectorsJordan Henderson2020-03-171-5/+5
| | | | | | | | | | | | | | | | | | | | | Modify h5repack to integrate with VOL connectors Update tools library to accomodate VOL connectors Update logic in h5tools_fopen for VOL connectors Add command-line options to h5repack for specifying in/out VOL connectors Implement h5tools_set_vol_fapl Fix library shutdown issue Integrate ROS3 and HDFS VFDs into new h5tools_get_fapl() scheme Avoid H5Ocopy in h5repack when using different VOL connectors Update h5tools_test_utils.c for ROS3 and HDFS integration
* merge and fix conflictkmu2020-01-191-104/+104
|\
| * Update tools hid_t declarations with H5I_INVALID_HIDAllen Byrne2020-01-131-101/+101
| |
* | fix unused related warningskmu2020-01-131-6/+6
|/
* Make wrappers, tests and tools use H5Treclaim() instead of H5Dvlen_reclaim()Jerome Soumagne2019-10-081-10/+10
|
* OESS-29 Update HD prefix mostlyAllen Byrne2019-08-241-1/+1
|
* Add HD prefix to testsAllen Byrne2019-08-151-60/+60
|
* Add support for GCC 7.x warnings, update warnhist script to account for them,Quincey Koziol2019-06-211-6/+6
| | | | clean up warnings.
* TRILAB-81 coverity fixesAllen Byrne2018-10-171-7/+13
|
* Fix tools error handling and valgrind issuesAllen Byrne2017-10-181-2/+4
|
* HDFFV-10297 Fix resource errors and cleanup whitespaceAllen Byrne2017-10-101-869/+823
|
* Merge branch 'develop' into windows_openDana Robinson2017-05-311-1/+1
|\
| * Fixed additional minor warnings.Dana Robinson2017-05-251-1/+1
| |
* | Rework of the POSIX file open permissions and macros to clean upDana Robinson2017-04-281-3/+3
|/ | | | | | HDopen() calls. Also fixed a minor const warning in the core VFD.
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2017-04-251-6/+4
| | | | | | | | | | hdf5_1_10 * commit '54957d37f5aa73912763dbb6e308555e863c43f4': Commit copyright header change for src/H5PLpkg.c which was added after running script to make changes. Add new files in release_docs to MANIFEST. Cimmit changes to Makefile.in(s) and H5PL.c that resulted from running autogen.sh. Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hdf5_1_10_1 Change copyright headers to replace url referring to file to be removed and replace it with new url for COPYING file.
* Final merge of page buffering branch to developQuincey Koziol2017-03-141-66/+400
|
* Clean up whitespaceQuincey Koziol2017-02-071-2/+1
|
* Split tools into src and test - add foldersAllen Byrne2016-10-271-0/+6856