summaryrefslogtreecommitdiffstats
path: root/tools/test/misc
Commit message (Collapse)AuthorAgeFilesLines
* Updated subfiling_VFD with Selection_io (#1352)Scot Breitenfeld2022-01-182-4/+4
| | | Merged selection_io branch into the subfiling branch.
* Merge branch 'selection_io' into selection_io_with_subfiling_vfd (#1265)Scot Breitenfeld2021-12-061-12/+14
|
* VFD plugins (#602)jhendersonHDF2021-09-291-0/+6
| | | | | | | | | | | | | | | | | * 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
* Removes partial long options from the tools (#872)Dana Robinson2021-08-032-4/+4
| | | | | | | | Some of the command-line tools would allow partial long options (e.g., --datas instead of --dataset). These were inconsistently implemented, difficult to maintain, and occasionally blocked useful long options. They have been removed from all the tools. NOTE: This change should NOT be merged to 1.12 or earlier.
* Removes obsolete equivalents of C99's __func__ (#800)Dana Robinson2021-06-291-10/+1
|
* Update clang config (#473)Quincey Koziol2021-03-172-2/+8
| | | | | | | * 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-1725-25/+25
| | | | | | * 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.
* Clang-format of source filesAllen Byrne2020-09-3017-1171/+1082
|
* OESS-98 merge with clang-format changesAllen Byrne2020-09-252-5/+5
|
* CMake and script changes for clang-formatAllen Byrne2020-09-042-2/+37
|
* The version string has a second use for packagingAllen Byrne2020-08-261-1/+1
|
* Removes staff email addresses from the repositoryDana Robinson2020-08-073-4/+4
| | | | Removes redundant C library headers from hl library
* Fixes indenting in tools test scriptsDana Robinson2020-08-041-45/+46
|
* Fix for HDFFV-10961:vchoi2020-06-112-4/+16
| | | | Couple changes to the tests' usage output files for h5clear.
* Further updates to the tools warnings fixes from code review.Dana Robinson2020-04-271-1/+4
|
* Fixes for warnings in the tools code.Dana Robinson2020-04-253-11/+17
|
* Merge pull request #2532 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor ↵Dana Robinson2020-04-231-0/+7
|\ | | | | | | | | | | | | | | to develop * commit '785bd0975ba13c3033820d0fc809da963fcd54ca': Fixed h5diff command-line parameters to use 1 and 2 instead of src and dst. Added VOL command-line options to (p)h5diff, h5ls, h5dump, and h5mkgrp.
| * Added VOL command-line options to (p)h5diff, h5ls, h5dump, and h5mkgrp.Dana Robinson2020-04-211-0/+7
| |
* | Trim trailing whitespaceQuincey Koziol2020-04-204-6/+6
|/
* Update Tools library to be better compatible with VOL connectorsJordan Henderson2020-03-171-1/+1
| | | | | | | | | | | | | | | | | | | | | 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
* Fix standalone linkAllen Byrne2020-02-251-1/+1
|
* TRILAB-142 Change minimum CMake version to 3.12Allen Byrne2020-02-212-2/+2
|
* HDFFV-11011 correct issues with target file extensionAllen Byrne2020-01-283-41/+23
|
* Remove cmake macros from valgrind testsAllen Byrne2020-01-251-16/+21
|
* Merge branch 'develop' into stack_size_warningsDana Robinson2020-01-179-66/+68
|\
| * HDFFV-11001 need to qualify all by parallel or serial typesAllen Byrne2020-01-151-3/+5
| |
| * Update tools hid_t declarations with H5I_INVALID_HIDAllen Byrne2020-01-138-63/+63
| |
* | Fixed stack and frame size warnings. Not complete, but fixes most ofDana Robinson2020-01-151-27/+44
|/ | | | the easier cases.
* Fix issues found with ONLY_SHARED_LIBS optionAllen Byrne2019-12-111-1/+1
|
* Add HD prefixAllen Byrne2019-08-271-8/+8
|
* OESS-29 Update HD prefix mostlyAllen Byrne2019-08-242-341/+341
|
* Add HD prefix to testsAllen Byrne2019-08-152-82/+82
|
* Merge reconciliation and VFD test fixesAllen Byrne2019-08-041-4/+14
|
* Correct generator and add HD prefixAllen Byrne2019-07-261-14/+4
|
* HDFFV-10529 Update CMake tests to use test fixturesAllen Byrne2019-07-233-245/+183
|
* HDFFV-10845 use of TARGETFILE disables auto emulatorAllen Byrne2019-07-174-15/+23
|
* Add support for GCC9, update warnhist script, and clean up warnings.Quincey Koziol2019-07-031-1/+1
|
* Updated configure & CMake compiler flags for GCC 8.x, along with correspondingQuincey Koziol2019-06-281-4/+4
| | | | | changes to warnhist script (and some extra improvements for condensing C++ and Java warnings), and fixed a bunch of warnings.
* Add missing fortran modsAllen Byrne2019-06-191-1/+1
|
* HDFFV-10805 Add option to only build shared targetsAllen Byrne2019-06-185-33/+76
| | | | | HDFFV-10805 Add ONLY_SHARED_LIBS option and prefer shared over static HDFFV-10803 Update FindSZIP.cmake find module Remove unneeded modules and update java modules
* HDFFV-10741 - remove SKIP_ERRSTK_TESTS optionAllen Byrne2019-04-151-40/+24
|
* HDFFV-10741 - add option to skip tool error stack testsAllen Byrne2019-03-261-24/+40
|
* HDFFV-10703 Update CMake commands to latest standardAllen Byrne2019-02-152-14/+14
|
* Fix typoAllen Byrne2019-01-181-1/+1
|
* Fix missing depends for last repart testAllen Byrne2019-01-181-9/+16
|
* HDFFV-10632 update autotools test scripts to match cmakeAllen Byrne2018-12-061-20/+52
|
* HDFFV=10632 test cleanupAllen Byrne2018-12-061-22/+0
|
* Fix special macro stdout as emptyAllen Byrne2018-12-051-0/+1
|
* Need nonexistent file to skip stdout compareAllen Byrne2018-12-051-0/+1
|
* HDFFV-10632 - split stderr and stdout in cmakeAllen Byrne2018-12-035-10/+101
|