| Commit message (Expand) | Author | Age | Files | Lines |
* | Much normalization with develop (#701) | Dana Robinson | 2021-05-28 | 1 | -29/+23 |
|
|
* | Updates license url and history docs | Dana Robinson | 2021-03-25 | 1 | -1/+1 |
|
|
* | Formats the source and updates the gcc warning pragmas | Dana Robinson | 2021-03-25 | 1 | -612/+648 |
|
|
* | Fix a regression that crept in with the August merge: use the "swmr" VFD when | David Young | 2020-08-05 | 1 | -31/+39 |
|
|
* | Merge branch 'aug-develop' into aug-merge-attempt/feature/vfd_swmr | David Young | 2020-08-04 | 1 | -262/+13 |
|\ |
|
| * | Warnings reduction in tools | Allen Byrne | 2020-07-30 | 1 | -2/+0 |
|
|
| * | Tools refactor | Allen Byrne | 2020-07-15 | 1 | -260/+13 |
|
|
| * | Added VOL command-line options to (p)h5diff, h5ls, h5dump, and h5mkgrp. | Dana Robinson | 2020-04-21 | 1 | -0/+32 |
|
|
| * | 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 |
|
|
| * | Fix for passthrough VOL not passing tools tests due to incorrect | Dana Robinson | 2020-04-08 | 1 | -6/+1 |
|
|
| * | Merge branch 'develop' into tools_vol_update | Dana Robinson | 2020-04-06 | 1 | -8/+8 |
| |\ |
|
| | * | Fixed unnecessary H5R casts in the tools that were raising warnings. | Dana Robinson | 2020-04-02 | 1 | -8/+8 |
|
|
| * | | Added checks for native optional call support in some of the tools. | Dana Robinson | 2020-04-02 | 1 | -26/+38 |
|
|
| * | | Merge branch 'develop' into tools_vol_update | Dana Robinson | 2020-04-02 | 1 | -7/+7 |
| |\ \
| | |/ |
|
| | * | Minor renaming in the tools code. | Dana Robinson | 2020-03-31 | 1 | -7/+7 |
|
|
| * | | Merge branch 'develop' into tools_vol_update | Dana Robinson | 2020-03-31 | 1 | -0/+2 |
| |\ \
| | |/ |
|
| | * | Fix for HDFFV-11065. | Gerd Heber | 2020-03-29 | 1 | -0/+2 |
|
|
| * | | Misc changes for h5dump VOL changes. | Dana Robinson | 2020-03-30 | 1 | -4/+4 |
| |/ |
|
| * | 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 | -178/+71 |
|
|
| * | fix Wredundant-decls, Wswitch-default, Wdeclaration-after-statement, Wsign-co... | kmu | 2020-01-27 | 1 | -4/+4 |
|
|
| * | squash cast warning fix | kmu | 2020-01-23 | 1 | -2/+2 |
|
|
| * | Change tools debug macros to not use error stack | Allen Byrne | 2020-01-23 | 1 | -10/+10 |
|
|
| * | merge and fix | kmu | 2020-01-21 | 1 | -10/+22 |
| |\ |
|
| | * | Squashed commit of the token_refactoring branch: | Dana Robinson | 2020-01-16 | 1 | -10/+22 |
|
|
| * | | merge and fix conflict | kmu | 2020-01-19 | 1 | -16/+16 |
| |\ \
| | |/ |
|
| | * | Update tools hid_t declarations with H5I_INVALID_HID | Allen Byrne | 2020-01-13 | 1 | -14/+14 |
| |/ |
|
| * | Clean up tools warnings introduced by H5TOOLS_ERR_INIT macro | Jordan Henderson | 2019-12-31 | 1 | -40/+27 |
|
|
| * | Refactor tools library error handling macros | Jordan Henderson | 2019-12-28 | 1 | -62/+61 |
|
|
| * | HDFFV-10976,-10980 Init obj_type before calling H5Rget_obj_type3 | Allen Byrne | 2019-12-20 | 1 | -1/+1 |
|
|
| * | Address compile warnings | Allen Byrne | 2019-12-06 | 1 | -18/+0 |
|
|
| * | Update h5ls help and rework dump_mem routines for attrs | Allen Byrne | 2019-12-04 | 1 | -60/+49 |
|
|
| * | Update reference calls | Allen Byrne | 2019-12-04 | 1 | -10/+21 |
|
|
| * | HDFFV-10876 Update h5dump and h5ls for new ref api. | Allen Byrne | 2019-11-07 | 1 | -102/+538 |
|
|
| * | Make wrappers, tests and tools use H5Treclaim() instead of H5Dvlen_reclaim() | Jerome Soumagne | 2019-10-08 | 1 | -1/+1 |
|
|
| * | Whitespace cleanup | Allen Byrne | 2019-10-03 | 1 | -159/+157 |
|
|
| * | HDFFV-10901 add missing config options | Allen Byrne | 2019-09-13 | 1 | -615/+431 |
|
|
| * | Fix compiler warnings with diabled ROS3 and HDFS VFDs. | Jacob Smith | 2019-08-14 | 1 | -0/+4 |
|
|
| * | Merge reconciliation and VFD test fixes | Allen Byrne | 2019-08-04 | 1 | -1/+0 |
|
|
| * | Squashed commit of the following: | Larry Knox | 2019-07-25 | 1 | -28/+293 |
|
|
* | | Reduce diffs with `develop`. | David Young | 2020-05-20 | 1 | -2/+3 |
|
|
* | | Added VOL command-line options to (p)h5diff, h5ls, h5dump, and h5mkgrp. | Dana Robinson | 2020-05-20 | 1 | -0/+32 |
|
|
* | | Separated VFD and VOL parameters in tools. | Dana Robinson | 2020-05-20 | 1 | -8/+6 |
|
|
* | | Fixed problems with S3 and HDFS VFDs. | Dana Robinson | 2020-05-20 | 1 | -2/+2 |
|
|
* | | Added support for passing connector info strings via the command | Dana Robinson | 2020-05-20 | 1 | -3/+3 |
|
|
* | | Fix for passthrough VOL not passing tools tests due to incorrect | Dana Robinson | 2020-05-20 | 1 | -6/+1 |
|
|
* | | Added checks for native optional call support in some of the tools. | Dana Robinson | 2020-05-20 | 1 | -26/+38 |
|
|
* | | Misc changes for h5dump VOL changes. | Dana Robinson | 2020-05-20 | 1 | -4/+4 |
|
|