summaryrefslogtreecommitdiffstats
path: root/tools/lib/h5diff.c
Commit message (Expand)AuthorAgeFilesLines
* Fix issue with unmatched messages in ph5diff (#3719)jhendersonHDF2023-10-191-3/+0
* Strip HD prefix from string/char C API calls (#3540)Dana Robinson2023-09-151-43/+43
* hbool_t/TRUE/FALSE --> bool/true/false in tools (#3491)Dana Robinson2023-09-051-12/+12
* Remove HD from HDmem* calls (#3211)Dana Robinson2023-06-291-14/+14
* Remove HD from protected POSIX calls (#3203)Dana Robinson2023-06-291-4/+4
* Remove HD from memory allocate/free calls (#3195)Dana Robinson2023-06-281-17/+17
* Rename HD(f)printf() to (f)printf() (#3194)Dana Robinson2023-06-281-7/+6
* Many clang -Wextra-semi-stmt fixes (#2537)Sean McBride2023-06-161-2/+2
* Comment cleanup (#2689)Quincey Koziol2023-04-111-4/+0
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
* Fix typos found in the rest of the hdf5 code-base (#1985)luzpaz2022-08-101-2/+2
* Onion VFD (#1953)Dana Robinson2022-08-021-2/+15
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-11/+11
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-071-1/+1
* VFD plugins (#602)jhendersonHDF2021-09-291-6/+10
* Cleanup tools debug build warnings (#627)Allen Byrne2021-05-051-4/+4
* Fixed all clang-tidy bugprone-suspicious-string-compare warnings (#451)Sean McBride2021-03-101-5/+5
* Update license url part2 (#333)Larry Knox2021-02-171-1/+1
* develop revert source to clang-format version 11 (#293)Allen Byrne2021-01-291-5/+5
* Basic alignment with async branch (#115)Quincey Koziol2020-11-231-5/+5
* Clang-format of source filesAllen Byrne2020-09-301-608/+615
* Warnings reduction in toolsAllen Byrne2020-07-301-1/+1
* Tools refactorAllen Byrne2020-07-151-41/+138
* Fixed h5diff command-line parameters to use 1 and 2 instead of srcDana Robinson2020-04-221-4/+4
* Added VOL command-line options to (p)h5diff, h5ls, h5dump, and h5mkgrp.Dana Robinson2020-04-211-4/+25
* Update Tools library to be better compatible with VOL connectorsJordan Henderson2020-03-171-2/+2
* fix Wredundant-decls, Wswitch-default, Wdeclaration-after-statement, Wsign-co...kmu2020-01-271-1/+1
* squash cast warning fixkmu2020-01-231-3/+3
* Change tools debug macros to not use error stackAllen Byrne2020-01-231-23/+12
* Squashed commit of the token_refactoring branch:Dana Robinson2020-01-161-18/+28
* Update tools hid_t declarations with H5I_INVALID_HIDAllen Byrne2020-01-131-2/+2
* Merge pull request #2071 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings t...Kimmy Mu2020-01-061-1/+1
|\
| * fix and address commentskmu2019-12-111-9/+3
| * Merge branch 'develop' into bugfix/intel_warningskmu2019-12-091-3/+0
| |\
| * | fix intel compile warningskmu2019-12-041-2/+8
* | | Clean up tools warnings introduced by H5TOOLS_ERR_INIT macroJordan Henderson2019-12-311-73/+60
* | | Refactor tools library error handling macrosJordan Henderson2019-12-281-131/+130
* | | HDFFV-10980 - h5diff uses new ref APIsAllen Byrne2019-12-191-49/+85
* | | Revert declaration deletion.Allen Byrne2019-12-071-0/+1
* | | Address compile warningsAllen Byrne2019-12-061-1/+0
* | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-12-021-3/+0
|\ \ \ | | |/ | |/|
| * | Revert "Make a squash commit of 'Quiet some warnings by adjusting warnings le...David Young2019-11-271-3/+0
| |/
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-11-261-0/+3
|\ \ | |/
| * Demote errors to warnings for a couple of unused-but-set variables thatDavid Young2019-11-131-0/+3
* | HDFFV-10876 Update h5dump and h5ls for new ref api.Allen Byrne2019-11-071-43/+43
|/
* Add HD prefix to testsAllen Byrne2019-08-151-5/+5
* Add support for GCC 7.x warnings, update warnhist script to account for them,Quincey Koziol2019-06-211-1/+0
* TRILAB-81 coverity fixesAllen Byrne2018-10-171-2/+6
* Changes made based on feedback from pull request #1039.Vailin Choi2018-05-141-6/+6
* Fix for HDFFV-10180 Performance issues with H5Oget_info.Vailin Choi2018-04-241-6/+6