summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | Merge branch 'tools_vol_update' of https://bitbucket.hdfgroup.org/scm/~derobi...Dana Robinson2020-03-303-46/+53
| | |\ \ \ \
| | * | | | | Misc changes for h5dump VOL changes.Dana Robinson2020-03-306-43/+53
| * | | | | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2020-04-052-2/+2
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | Merge pull request #2490 in HDFFV/hdf5 from tools_vol_update to developJordan Henderson2020-04-032-2/+2
| | |\ \ \ \ \
| | | * | | | | Skip testing of passthrough VOL connector in a Family File tools testJordan Henderson2020-04-031-1/+1
| | | * | | | | Restore previous tools library driver name behavior with passthrough VOL conn...Jordan Henderson2020-04-031-1/+1
| | | | |/ / / | | | |/| | |
| * | | | | | TRILAB-192 add c++ and fortran warnings build systems one fileAllen Byrne2020-04-053-6/+5
| * | | | | | Add missing header includeAllen Byrne2020-04-031-0/+1
| |/ / / / /
| * | | | | Fixed unnecessary H5R casts in the tools that were raising warnings.Dana Robinson2020-04-023-18/+18
| | |_|_|/ | |/| | |
| * | | | Minor renaming in the tools code.Dana Robinson2020-03-317-105/+107
| | |_|/ | |/| |
| * | | Merge pull request #2479 in HDFFV/hdf5 from ~GHEBER/hdf5:bugfix/HDFFV-11065 t...Gerd Heber2020-03-301-0/+2
| |\ \ \ | | |/ / | |/| |
| | * | Fix for HDFFV-11065.Gerd Heber2020-03-291-0/+2
| | |/
| * | Fix latent bug in h5repack options file readingJordan Henderson2020-03-293-46/+53
| |/
| * Minor renaming in h5dump (addr --> token)Dana Robinson2020-03-282-30/+30
| * 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-2723-777/+1167
| |\ \ | | |/
| | * A few small tweaks to the tools from reviewJordan Henderson2020-03-274-131/+139
| | * Replace usage of some standard library functions with HD- versionsJordan Henderson2020-03-262-4/+4
| | * Update Tools library to be better compatible with VOL connectorsJordan Henderson2020-03-1723-759/+1141
| * | Add extensive warnings to tools executablesAllen Byrne2020-03-258-0/+22
| * | 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
| * Fix standalone linkAllen Byrne2020-02-254-7/+8
| * HDFFV-11036 add file compare test processAllen Byrne2020-02-241-8/+52
| * TRILAB-142 Change minimum CMake version to 3.12Allen Byrne2020-02-2128-57/+51
| * H5_HAVE_PARALLEL, _DEBUG_API, etc. Add attributes to some variables andDavid Young2020-02-101-1/+1
| * HDFFV-11014, fix the h5repack issue that misses a few attributes during the r...Muqun Yang2020-02-071-1/+8
| * Small fixes for tools and skip autotools tests for no filterAllen Byrne2020-01-293-9/+4
| * Merge pull request #2318 in HDFFV/hdf5 from ~DYOUNG/werror:reduce-werror-diff...David Young2020-01-292-92/+93
| |\
| | * Reduce differences between my -Werror branch and `develop`:David Young2020-01-292-92/+93
| * | Merge pull request #2320 in HDFFV/hdf5 from ~DYOUNG/werror:reduce-werror-diff...David Young2020-01-291-1/+1
| |\ \
| | * | Reduce casts of HDcalloc()/HDmalloc() that -Wc++-compat required.David Young2020-01-291-1/+1
| | |/
| * | Merge pull request #2321 in HDFFV/hdf5 from ~DYOUNG/werror:reduce-werror-diff...David Young2020-01-292-8/+18
| |\ \
| | * | testpar/t_2Gio.c: Fix a typo that I think was introduced by aDavid Young2020-01-292-8/+18
| | |/
| * | Merge pull request #2319 in HDFFV/hdf5 from ~BYRN/hdf5_adb:bugfix/HDFFV-11011...Allen Byrne2020-01-2917-246/+144
| |\ \
| | * | HDFFV-11011 correct issues with target file extensionAllen Byrne2020-01-2817-246/+144
| * | | 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-288-71/+105
| |\ \ | | |/ | |/|
| | * change conditionkmu2020-01-271-1/+1
| | * fix Wredundant-decls, Wswitch-default, Wdeclaration-after-statement, Wsign-co...kmu2020-01-278-71/+105
| * | 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
| * | | Remove cmake macros from valgrind testsAllen Byrne2020-01-252-104/+109
| * | | 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
| |/ /
| * | Revert "Revert "Moved -Wunsuffixed-float-constants to the developer warnings.""Dana Robinson2020-01-231-8/+6
| |/
| * squash cast warning fixkmu2020-01-2311-150/+160