summaryrefslogtreecommitdiffstats
path: root/tools/lib
Commit message (Expand)AuthorAgeFilesLines
* Use new style of error reporting.David Young2020-05-201-2/+2
* Use the write name for the VFD index, SWMR_IDX -> SWMR_VFD_IDX.David Young2020-05-201-1/+8
* Fix tools compilation.David Young2020-05-202-3/+8
* Fixes for warnings in the tools code.Dana Robinson2020-05-201-3/+3
* Fixed h5diff command-line parameters to use 1 and 2 instead of srcDana Robinson2020-05-202-8/+8
* Added VOL command-line options to (p)h5diff, h5ls, h5dump, and h5mkgrp.Dana Robinson2020-05-202-4/+30
* Separated VFD and VOL parameters in tools.Dana Robinson2020-05-202-190/+190
* Trim trailing whitespaceQuincey Koziol2020-05-201-2/+2
* Changed identifiers and command-line options from "id" to "value" in toolsDana Robinson2020-05-202-15/+15
* Added support for passing connector info strings via the commandDana Robinson2020-05-202-22/+37
* Fix for passthrough VOL not passing tools tests due to incorrectDana Robinson2020-05-201-12/+3
* Updated tools dump output when dataset offset is undefined.Dana Robinson2020-05-201-1/+1
* Added checks for native optional call support in some of the tools.Dana Robinson2020-05-201-22/+40
* Misc changes for h5dump VOL changes.Dana Robinson2020-05-203-37/+47
* Restore previous tools library driver name behavior with passthrough VOL conn...Jordan Henderson2020-05-201-1/+1
* TRILAB-192 add c++ and fortran warnings build systems one fileAllen Byrne2020-05-201-6/+2
* Fixed unnecessary H5R casts in the tools that were raising warnings.Dana Robinson2020-05-202-10/+10
* Minor renaming in the tools code.Dana Robinson2020-05-202-64/+66
* Fix some missing symbols issues in tools libraryJordan Henderson2020-05-201-2/+3
* A few small tweaks to the tools from reviewJordan Henderson2020-05-201-129/+141
* Replace usage of some standard library functions with HD- versionsJordan Henderson2020-05-201-2/+2
* Update Tools library to be better compatible with VOL connectorsJordan Henderson2020-05-206-220/+667
* unused set-variable in macroAllen Byrne2020-05-201-0/+1
* Fix Werror issues in JNI and toolsAllen Byrne2020-05-201-1/+0
* TRILAB-192 restrict extensive warnings to librariesAllen Byrne2020-05-201-0/+6
* Use the correct error macro.David Young2020-05-201-1/+1
* WhitespaceAllen Byrne2020-05-201-14/+14
* TRILAB-142 Change minimum CMake version to 3.12Allen Byrne2020-05-201-1/+1
* Small fixes for tools and skip autotools tests for no filterAllen Byrne2020-05-202-7/+2
* Reduce differences between my -Werror branch and `develop`:David Young2020-05-201-89/+91
* Introduce new H5VL _by_value routinesJordan Henderson2020-05-202-3/+3
* fix Wredundant-decls, Wswitch-default, Wdeclaration-after-statement, Wsign-co...kmu2020-05-201-1/+1
* Replaced my_isnan with C99 isnan in h5diff.Dana Robinson2020-05-201-116/+42
* Optimized the floating point comparisons a little bit.Dana Robinson2020-05-201-24/+24
* Fix for failing h5diff tests involving floating-point compares.Dana Robinson2020-05-201-6/+18
* squash cast warning fixkmu2020-05-202-4/+4
* Change tools debug macros to not use error stackAllen Byrne2020-05-209-193/+132
* fix float type cmp warningkmu2020-05-201-3/+3
* fix unused related warningskmu2020-05-202-4/+4
* more fix and address commentskmu2020-05-201-2/+2
* remove unsed var,function,macro, etckmu2020-05-201-3/+3
* Correct standalone function attributesAllen Byrne2020-05-201-4/+9
* Standalone should not use import/export attributesAllen Byrne2020-05-201-0/+5
* Squashed commit of the token_refactoring branch:Dana Robinson2020-05-2013-212/+338
* Update tools hid_t declarations with H5I_INVALID_HIDAllen Byrne2020-05-209-55/+55
* Fix standalone compile issuesAllen Byrne2020-05-201-46/+39
* fix and address commentskmu2020-05-202-18/+6
* fix intel compile warningskmu2020-05-202-4/+16
* Revert "fix warnings from Intel compiler"kmu2020-05-202-16/+4
* fix warnings from Intel compilerkmu2020-05-202-4/+16