summaryrefslogtreecommitdiffstats
path: root/tools/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Small changes from the token_refactoring branch, to reduce the delta to developQuincey Koziol2020-05-201-3/+3
* Fix issue in h5dump where reference objects weren't being destroyedJordan Henderson2020-05-201-10/+3
* Clean up tools warnings introduced by H5TOOLS_ERR_INIT macroJordan Henderson2020-05-2012-552/+485
* Refactor tools library error handling macrosJordan Henderson2020-05-2013-843/+934
* Fix compile statement orderAllen Byrne2020-05-203-4/+5
* HDFFV-10976,-10980 Init obj_type before calling H5Rget_obj_type3Allen Byrne2020-05-203-4/+4
* Add unknown define for h5dump ref objectsAllen Byrne2020-05-202-1/+3
* HDFFV-10980 - h5diff uses new ref APIsAllen Byrne2020-05-2013-425/+820
* Revert and move declarationAllen Byrne2020-05-201-3/+5
* Correct struct accessAllen Byrne2020-05-201-2/+2
* Fix duplicate and varnameAllen Byrne2020-05-201-4/+3
* Fix compile and test issues from DTAllen Byrne2020-05-201-1/+1
* Fix issues found with ONLY_SHARED_LIBS optionAllen Byrne2020-05-201-14/+14
* Revert declaration used in macro.Allen Byrne2020-05-201-0/+1
* Revert declaration deletion.Allen Byrne2020-05-201-0/+1
* Address compile warningsAllen Byrne2020-05-203-6/+3
* Fix compile errors - mostly in jniAllen Byrne2020-05-202-22/+23
* HDFFV-10876 Update dump to match DDL specAllen Byrne2020-05-202-1/+4
* Update h5ls help and rework dump_mem routines for attrsAllen Byrne2020-05-204-169/+150
* Update data output referenceAllen Byrne2020-05-201-7/+24
* Update reference files and fix int as stringAllen Byrne2020-05-201-1/+7
* Revert "Make a squash commit of 'Quiet some warnings by adjusting warnings le...David Young2020-05-203-8/+1
* Demote errors to warnings for a couple of unused-but-set variables thatDavid Young2020-05-202-0/+7
* Mark an unused parameter H5_ATTR_UNUSED.David Young2020-05-201-1/+1
* Comment correctionAllen Byrne2020-05-201-1/+1
* HDFFV-10876 Update h5dump and h5ls for new ref api.Allen Byrne2020-05-2017-1136/+1701
* Merge all of my changes from merge-back-to-feature-vfd_swmr-attempt-1,David Young2019-12-0915-199/+685
* Modifications for the following items in the punch list:Vailin Choi2019-11-141-4/+1
* First, reduce code duplication in h5tools_fopen(). Then, stop h5tools_fopen()David Young2019-10-211-33/+22
* Fix some tools: try all other VFDs before SWMR.David Young2019-10-181-3/+3