summaryrefslogtreecommitdiffstats
path: root/tools/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * Add HD prefix to testsAllen Byrne2019-08-153-26/+26
| * Updated h5trav.c to emit output that doesn't require ddl changes for mapDana Robinson2019-08-131-3/+0
| * Added the map (H5M) APIDana Robinson2019-08-133-0/+6
| * Squashed commit of the following:Larry Knox2019-07-252-14/+513
| * Merge branch 'develop' into feature/update_gcc_flagsQuincey Koziol2019-07-101-1/+1
| |\
| | * HDFFV-10581 fix locations for static pdb filesAllen Byrne2019-07-081-1/+1
| * | Updates to warnhist script, along with a few cleanups, and add some commentsQuincey Koziol2019-07-102-2/+2
| * | Add support for GCC9, update warnhist script, and clean up warnings.Quincey Koziol2019-07-033-5/+5
| |/
| * Updated configure & CMake compiler flags for GCC 8.x, along with correspondingQuincey Koziol2019-06-283-10/+10
| * Add support for GCC 7.x warnings, update warnhist script to account for them,Quincey Koziol2019-06-212-7/+5
| * HDFFV-10805 Add option to only build shared targetsAllen Byrne2019-06-181-17/+21
| * Fixed typoBinh-Minh Ribler2019-01-081-1/+1
| * Refixed HDFFV-10578Binh-Minh Ribler2019-01-081-1/+16
| * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-10-291-12/+0
| |\
| | * Makes the installed header files the same between the autotoolsDana Robinson2018-10-271-12/+0
| * | TRILAB-81 check for func success before using valueAllen Byrne2018-10-191-27/+31
| * | TRILAB-81 coverity fixesAllen Byrne2018-10-173-62/+66
| |/
* | 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