| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve error messages when tools attempt to use non-enabled S3 and HDFS VFDs... | Larry Knox | 2024-03-04 | 1 | -2/+3 |
|
|
* | Add options to allow tools type selection and naming (#4046) | Allen Byrne | 2024-03-04 | 1 | -24/+11 |
|
|
* | Add variable option syncing for examples (#3885) | Allen Byrne | 2023-12-14 | 1 | -2/+2 |
|
|
* | Strip HD prefix from string/char C API calls (#3540) | Dana Robinson | 2023-09-15 | 1 | -3/+3 |
|
|
* | hbool_t/TRUE/FALSE --> bool/true/false in tools (#3491) | Dana Robinson | 2023-09-05 | 1 | -51/+51 |
|
|
* | ROS3: (feature) Temporary security credentials (#3030) | Jan-Willem Blokland | 2023-07-14 | 1 | -6/+9 |
|
|
* | Remove HD from HDmem* calls (#3211) | Dana Robinson | 2023-06-29 | 1 | -1/+1 |
|
|
* | Remove programmer/date from comments (#3210) | Dana Robinson | 2023-06-29 | 1 | -59/+0 |
|
|
* | Remove HD from C std lib file ops (#3206) | Dana Robinson | 2023-06-29 | 1 | -1/+1 |
|
|
* | Rename HDexit() and related to exit(), etc. (#3202) | Dana Robinson | 2023-06-29 | 1 | -1/+1 |
|
|
* | Rename HDato*() to ato*() (#3201) | Dana Robinson | 2023-06-29 | 1 | -4/+4 |
|
|
* | Remove HD from memory allocate/free calls (#3195) | Dana Robinson | 2023-06-28 | 1 | -25/+24 |
|
|
* | Rename HD(f)printf() to (f)printf() (#3194) | Dana Robinson | 2023-06-28 | 1 | -175/+172 |
|
|
* | Rename HDassert() to assert() (#3191) | Dana Robinson | 2023-06-28 | 1 | -5/+5 |
|
|
* | Many fixes to various compiler warnings (#3124) | Sean McBride | 2023-06-19 | 1 | -6/+6 |
|
|
* | Add h5copy help test and verify consistency (#2902) | Allen Byrne | 2023-05-17 | 1 | -1/+1 |
|
|
* | Comment cleanup (#2689) | Quincey Koziol | 2023-04-11 | 1 | -27/+0 |
|
|
* | Make sure that ONLY_SHARED_LIBS option is correctly set (#2544) | Allen Byrne | 2023-03-13 | 1 | -2/+2 |
|
|
* | Update copyright headers (#2184) | Larry Knox | 2022-11-01 | 2 | -2/+0 |
|
|
* | Update CMake code to 3.18 minimum version (#2080) | Allen Byrne | 2022-09-03 | 1 | -1/+1 |
|
|
* | Develop clang 13 format (#1933) | Allen Byrne | 2022-07-26 | 1 | -4/+4 |
|
|
* | Subfiling VFD (#1883) | jhendersonHDF | 2022-07-22 | 1 | -2/+2 |
|
|
* | Fixes for S3 and HDFS VFDs with tools (#1740) | jhendersonHDF | 2022-05-06 | 1 | -0/+9 |
|
|
* | Move error-stack text to top of usage display (#1564) | Allen Byrne | 2022-04-01 | 1 | -4/+9 |
|
|
* | spelling fixes (#1561) | Scot Breitenfeld | 2022-03-31 | 1 | -1/+1 |
|
|
* | Remove const from the argv tools/tests main sig. (#1390) | Allen Byrne | 2022-01-28 | 1 | -3/+3 |
|
|
* | Fixed Spelling Errors (#1166) | Scot Breitenfeld | 2021-12-07 | 1 | -1/+1 |
|
|
* | VFD plugins (#602) | jhendersonHDF | 2021-09-29 | 1 | -20/+4 |
|
|
* | Removes partial long options from the tools (#872) | Dana Robinson | 2021-08-03 | 1 | -83/+0 |
|
|
* | Brings the tools getopt(3) replacement into the main library (#803) | Dana Robinson | 2021-06-29 | 1 | -112/+112 |
|
|
* | Removes gratuitous (double)x.yF casts (#632) | Dana Robinson | 2021-05-07 | 1 | -2/+2 |
|
|
* | Update license url part2 (#333) | Larry Knox | 2021-02-17 | 2 | -2/+2 |
|
|
* | Switch bool/true/false to hbool_t/TRUE/FALSE in a few places (#229) | Dana Robinson | 2020-12-24 | 1 | -1/+1 |
|
|
* | Clang-format of source files | Allen Byrne | 2020-09-30 | 1 | -564/+543 |
|
|
* | Merge pull request #2650 in HDFFV/hdf5 from ~DYOUNG/werror:rebased-fprintf-ex... | David Young | 2020-09-28 | 1 | -36/+36 |
|\ |
|
| * | Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experiment | David Young | 2020-09-27 | 1 | -0/+11 |
| |\ |
|
| * \ | Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experiment | David Young | 2020-07-30 | 1 | -19/+3 |
| |\ \ |
|
| * | | | Restore a literal percent sign ("%%") that I accidentally deleted. | David Young | 2020-07-07 | 1 | -1/+1 |
|
|
| * | | | Squash my changes on branch `fprintf-experiment` into one commit for | David Young | 2020-07-07 | 1 | -36/+36 |
|
|
* | | | | OESS-98 merge with clang-format changes | Allen Byrne | 2020-09-25 | 1 | -2/+2 |
| |_|/
|/| | |
|
* | | | CMake and script changes for clang-format | Allen Byrne | 2020-09-04 | 1 | -0/+11 |
| |/
|/| |
|
* | | Tools refactor | Allen Byrne | 2020-07-15 | 1 | -19/+3 |
|/ |
|
* | Separated VFD and VOL parameters in tools. | Dana Robinson | 2020-04-21 | 1 | -8/+6 |
|
|
* | Fixed problems with S3 and HDFS VFDs. | Dana Robinson | 2020-04-17 | 1 | -2/+2 |
|
|
* | Added support for passing connector info strings via the command | Dana Robinson | 2020-04-09 | 1 | -3/+3 |
|
|
* | Minor renaming in the tools code. | Dana Robinson | 2020-03-31 | 1 | -7/+7 |
|
|
* | Merge pull request #2469 in HDFFV/hdf5 from tools_vol_update to develop | Jordan Henderson | 2020-03-27 | 1 | -135/+59 |
|\ |
|
| * | A few small tweaks to the tools from review | Jordan Henderson | 2020-03-27 | 1 | -2/+2 |
|
|
| * | Update Tools library to be better compatible with VOL connectors | Jordan Henderson | 2020-03-17 | 1 | -135/+59 |
|
|
* | | Add extensive warnings to tools executables | Allen Byrne | 2020-03-25 | 1 | -0/+2 |
|/ |
|