summaryrefslogtreecommitdiffstats
path: root/tools/lib/h5tools.c
Commit message (Expand)AuthorAgeFilesLines
* Strip HD prefix from string/char C API calls (#3540)Dana Robinson2023-09-151-49/+49
* hbool_t/TRUE/FALSE --> bool/true/false in tools (#3491)Dana Robinson2023-09-051-81/+81
* Another round of fixing -Wextra-semi-stmt warnings (#3264)Sean McBride2023-07-241-2/+2
* ROS3: (feature) Temporary security credentials (#3030)Jan-Willem Blokland2023-07-141-1/+5
* Remove HD from HDmem* calls (#3211)Dana Robinson2023-06-291-7/+7
* Remove HD from C std lib file ops (#3206)Dana Robinson2023-06-291-19/+19
* Remove HD from memory allocate/free calls (#3195)Dana Robinson2023-06-281-14/+14
* Rename HD(f)printf() to (f)printf() (#3194)Dana Robinson2023-06-281-1/+1
* Many fixes to various compiler warnings (#3124)Sean McBride2023-06-191-1/+0
* Many clang -Wextra-semi-stmt fixes (#2537)Sean McBride2023-06-161-2/+2
* Determine if native connector is terminal (#2397)Quincey Koziol2023-01-091-7/+11
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
* Only use Subfiling VFD in tools if MPI was initialized previously (#1998)jhendersonHDF2022-08-111-3/+11
* Fix issues in tools code after Subfiling VFD updates (#1973)jhendersonHDF2022-08-061-2/+13
* Subfiling updates for release (#1963)jhendersonHDF2022-08-041-5/+22
* Onion VFD (#1953)Dana Robinson2022-08-021-0/+8
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-10/+10
* Adds explicit indices to drivernames array in the tools (#1867)Dana Robinson2022-07-111-1/+4
* Fixes for S3 and HDFS VFDs with tools (#1740)jhendersonHDF2022-05-061-5/+7
* OESS-168: Remove clang warnings. (#1376)H. Joe Lee2022-04-151-1/+2
* Removes remaining register keywords (#1481)Dana Robinson2022-03-101-1/+1
* Fix a few issues noted by LGTM (#1421)jhendersonHDF2022-02-041-1/+1
* Avoid calling H5Ropen_object with a misaligned H5R_ref_t: copy the (#1171)David Young2021-11-231-4/+10
* VFD plugins (#602)jhendersonHDF2021-09-291-86/+133
* Includes hdf5dev.h in hdf5.h (#728)Dana Robinson2021-06-071-1/+0
* Combo set of async and other changes (#161)Quincey Koziol2021-06-021-0/+1
* Cleanup tools debug build warnings (#627)Allen Byrne2021-05-051-19/+19
* Update clang config (#473)Quincey Koziol2021-03-171-1/+4
* Fixed all clang-tidy bugprone-suspicious-string-compare warnings (#451)Sean McBride2021-03-101-2/+2
* Applied clang-tidy readability-non-const-parameter warning fixes auto… (#429)Sean McBride2021-03-091-3/+3
* Fixed uninitialized warnings (#360)Sean McBride2021-02-191-1/+1
* Update license url part2 (#333)Larry Knox2021-02-171-1/+1
* Clang-format of source filesAllen Byrne2020-09-301-434/+402
* Warnings reduction in toolsAllen Byrne2020-07-301-1/+1
* Tools refactorAllen Byrne2020-07-151-31/+109
* Separated VFD and VOL parameters in tools.Dana Robinson2020-04-211-172/+163
* Changed identifiers and command-line options from "id" to "value" in toolsDana Robinson2020-04-141-12/+12
* Added support for passing connector info strings via the commandDana Robinson2020-04-091-20/+35
* Merge pull request #2490 in HDFFV/hdf5 from tools_vol_update to developJordan Henderson2020-04-031-1/+1
|\
| * Restore previous tools library driver name behavior with passthrough VOL conn...Jordan Henderson2020-04-031-1/+1
* | Fixed unnecessary H5R casts in the tools that were raising warnings.Dana Robinson2020-04-021-2/+2
* | Minor renaming in the tools code.Dana Robinson2020-03-311-54/+56
|/
* A few small tweaks to the tools from reviewJordan Henderson2020-03-271-125/+133
* Replace usage of some standard library functions with HD- versionsJordan Henderson2020-03-261-2/+2
* Update Tools library to be better compatible with VOL connectorsJordan Henderson2020-03-171-135/+476
* Introduce new H5VL _by_value routinesJordan Henderson2020-01-291-2/+2
* Change tools debug macros to not use error stackAllen Byrne2020-01-231-14/+24
* Squashed commit of the token_refactoring branch:Dana Robinson2020-01-161-9/+13
* Update tools hid_t declarations with H5I_INVALID_HIDAllen Byrne2020-01-131-17/+17
* Small changes from the token_refactoring branch, to reduce the delta to developQuincey Koziol2020-01-041-3/+3