summaryrefslogtreecommitdiffstats
path: root/tools/src/h5dump/h5dump_ddl.c
Commit message (Collapse)AuthorAgeFilesLines
* Tools refactorAllen Byrne2020-07-151-35/+35
| | | | | | Move error_stack setup to tools library Add structure for h5dump properties Eliminate duplicated h5diff functions Use properties structure in place of argument lists.
* Fix for passthrough VOL not passing tools tests due to incorrectDana Robinson2020-04-081-6/+2
| | | | optional callback queries.
* Added checks for native optional call support in some of the tools.Dana Robinson2020-04-021-0/+16
|
* Minor renaming in h5dump (addr --> token)Dana Robinson2020-03-281-12/+12
|
* Squashed commit of the token_refactoring branch:Dana Robinson2020-01-161-26/+41
|
* Update tools hid_t declarations with H5I_INVALID_HIDAllen Byrne2020-01-131-4/+4
|
* Comment correctionAllen Byrne2019-11-211-1/+1
|
* HDFFV-10876 Update h5dump and h5ls for new ref api.Allen Byrne2019-11-071-168/+47
|
* HDFFV-10876 h5dump OPAQUE size should be optionalAllen Byrne2019-08-271-8/+0
|
* Add HD prefix to testsAllen Byrne2019-08-151-2/+2
|
* Added the map (H5M) APIDana Robinson2019-08-131-0/+3
|
* 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
|
* HDFFV-10396 Eliminate overuse of h5tools_simple_prefix functionAllen Byrne2018-01-251-19/+3
|
* HDFFV-10282 refactor out assert calls in toolsAllen Byrne2017-08-231-102/+108
|
* 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.
* 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.
* Final merge of page buffering branch to developQuincey Koziol2017-03-141-13/+20
|
* Split tools into src and test - add foldersAllen Byrne2016-10-271-0/+2178