summaryrefslogtreecommitdiffstats
path: root/tools/src/h5diff/h5diff_common.c
Commit message (Collapse)AuthorAgeFilesLines
* Clang-format of source filesAllen Byrne2020-09-301-425/+489
|
* Fix jni with %Lg instead of %LfAllen Byrne2020-09-291-4/+4
| | | Fix warnings due to improper formed define tag in h5diff
* TRILABS-277 Use JIRA number as #ifdefAllen Byrne2020-08-151-4/+5
|
* Warning fixes in tools and h5test.cDana Robinson2020-08-061-1/+4
|
* Tools refactorAllen Byrne2020-07-151-96/+246
| | | | | | Move error_stack setup to tools library Add structure for h5dump properties Eliminate duplicated h5diff functions Use properties structure in place of argument lists.
* Fixes for warnings in the tools code.Dana Robinson2020-04-251-9/+9
|
* Fixed h5diff command-line parameters to use 1 and 2 instead of srcDana Robinson2020-04-221-43/+43
| | | | and dst.
* Added VOL command-line options to (p)h5diff, h5ls, h5dump, and h5mkgrp.Dana Robinson2020-04-211-1/+51
|
* Refactor tools library error handling macrosJordan Henderson2019-12-281-23/+22
|
* Add HD prefix to testsAllen Byrne2019-08-151-14/+14
|
* HD prefix and whitespaceAllen Byrne2018-08-281-3/+3
|
* HDFFV-10384 Add optional arg to enable-error-stackAllen Byrne2018-02-141-1/+1
|
* Minor warning fixesDana Robinson2017-11-151-0/+3
|
* HDFFV-10297 add h5copy test and fix h5diff errorsAllen Byrne2017-10-161-41/+41
|
* HDFFV-9774 Add enable-error-stack argument to h5diffAllen Byrne2017-08-311-223/+209
|
* Stripped C standard library headers (and a couple of macros)Dana Robinson2017-07-171-2/+0
| | | | | from the tools code. This is all handled in H5private.h, which should be included in all tools source files.
* HDFFV-9995 Clarify help textAllen Byrne2017-05-161-21/+24
|
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2017-04-251-6/+4
| | | | | | | | | | hdf5_1_10 * commit '54957d37f5aa73912763dbb6e308555e863c43f4': Commit copyright header change for src/H5PLpkg.c which was added after running script to make changes. Add new files in release_docs to MANIFEST. Cimmit changes to Makefile.in(s) and H5PL.c that resulted from running autogen.sh. Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hdf5_1_10_1 Change copyright headers to replace url referring to file to be removed and replace it with new url for COPYING file.
* Split tools into src and test - add foldersAllen Byrne2016-10-271-0/+607