summaryrefslogtreecommitdiffstats
path: root/tools/lib
Commit message (Expand)AuthorAgeFilesLines
* Updated tools dump output when dataset offset is undefined.Dana Robinson2020-04-021-1/+1
* Added checks for native optional call support in some of the tools.Dana Robinson2020-04-021-22/+40
* Merge branch 'develop' into tools_vol_updateDana Robinson2020-04-022-63/+65
|\
| * Minor renaming in the tools code.Dana Robinson2020-03-312-63/+65
* | Misc changes for h5dump VOL changes.Dana Robinson2020-03-303-36/+46
|/
* Merge pull request #2473 in HDFFV/hdf5 from tools_vol_update to developAllen Byrne2020-03-271-2/+3
|\
| * Fix some missing symbols issues in tools libraryJordan Henderson2020-03-271-2/+3
* | Merge pull request #2469 in HDFFV/hdf5 from tools_vol_update to developJordan Henderson2020-03-276-238/+688
|\ \ | |/
| * 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-176-220/+662
* | unused set-variable in macroAllen Byrne2020-03-251-0/+1
* | Fix Werror issues in JNI and toolsAllen Byrne2020-03-241-1/+0
* | TRILAB-192 restrict extensive warnings to librariesAllen Byrne2020-03-241-0/+6
|/
* WhitespaceAllen Byrne2020-02-291-14/+14
* TRILAB-142 Change minimum CMake version to 3.12Allen Byrne2020-02-211-1/+1
* Small fixes for tools and skip autotools tests for no filterAllen Byrne2020-01-292-7/+2
* Merge pull request #2318 in HDFFV/hdf5 from ~DYOUNG/werror:reduce-werror-diff...David Young2020-01-291-89/+91
|\
| * Reduce differences between my -Werror branch and `develop`:David Young2020-01-291-89/+91
* | Introduce new H5VL _by_value routinesJordan Henderson2020-01-292-3/+3
|/
* Merge pull request #2311 in HDFFV/hdf5 from ~KMU/hdf5:misc to developKimmy Mu2020-01-281-1/+1
|\
| * fix Wredundant-decls, Wswitch-default, Wdeclaration-after-statement, Wsign-co...kmu2020-01-271-1/+1
* | Merge pull request #2304 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:isnan_fixes to...Dana Robinson2020-01-281-116/+42
|\ \
| * | Replaced my_isnan with C99 isnan in h5diff.Dana Robinson2020-01-241-116/+42
| |/
* | Optimized the floating point comparisons a little bit.Dana Robinson2020-01-241-24/+24
* | Fix for failing h5diff tests involving floating-point compares.Dana Robinson2020-01-241-6/+18
|/
* squash cast warning fixkmu2020-01-232-4/+4
* Change tools debug macros to not use error stackAllen Byrne2020-01-239-193/+132
* Merge pull request #2295 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/float to developKimmy Mu2020-01-231-3/+3
|\
| * fix float type cmp warningkmu2020-01-221-3/+3
* | merge and fixkmu2020-01-2113-198/+341
|\ \ | |/
| * Correct standalone function attributesAllen Byrne2020-01-171-4/+9
| * Standalone should not use import/export attributesAllen Byrne2020-01-171-0/+5
| * Squashed commit of the token_refactoring branch:Dana Robinson2020-01-1613-212/+338
* | merge and fix conflictkmu2020-01-1911-70/+63
|\ \ | |/
| * Update tools hid_t declarations with H5I_INVALID_HIDAllen Byrne2020-01-139-55/+55
* | merge and fix conflictskmu2020-01-1419-1804/+2786
|\ \ | |/
| * Fix standalone compile issuesAllen Byrne2020-01-091-46/+39
| * Merge pull request #2071 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings t...Kimmy Mu2020-01-062-2/+2
| |\
| | * fix and address commentskmu2019-12-112-18/+6
| | * Merge branch 'develop' into bugfix/intel_warningskmu2019-12-093-8/+1
| | |\
| | * | fix intel compile warningskmu2019-12-042-4/+16
| * | | Small changes from the token_refactoring branch, to reduce the delta to developQuincey Koziol2020-01-041-3/+3
| * | | Fix issue in h5dump where reference objects weren't being destroyedJordan Henderson2019-12-311-10/+3
| * | | Clean up tools warnings introduced by H5TOOLS_ERR_INIT macroJordan Henderson2019-12-3112-552/+485
| * | | Refactor tools library error handling macrosJordan Henderson2019-12-2813-843/+934
| * | | Fix compile statement orderAllen Byrne2019-12-203-4/+5
| * | | HDFFV-10976,-10980 Init obj_type before calling H5Rget_obj_type3Allen Byrne2019-12-203-4/+4
| * | | Add unknown define for h5dump ref objectsAllen Byrne2019-12-202-1/+3
| * | | HDFFV-10980 - h5diff uses new ref APIsAllen Byrne2019-12-1913-425/+820