summaryrefslogtreecommitdiffstats
path: root/tools/src/h5dump/h5dump_xml.c
Commit message (Collapse)AuthorAgeFilesLines
* VFD SWMR: normalization with develop (#1472)Dana Robinson2022-03-061-26/+32
| | | Much normalization with develop. Still needs tools changes wrt VFD plugins.
* VFD SWMR: Normalization with develop (#1078)Dana Robinson2021-10-061-7/+32
| | | Brings many changes from develop, particularly VOL changes for async
* Updates license url and history docsDana Robinson2021-03-251-1/+1
|
* Formats the source and updates the gcc warning pragmasDana Robinson2021-03-251-1409/+1629
|
* Merge branch 'aug-develop' into aug-merge-attempt/feature/vfd_swmrDavid Young2020-08-041-15/+15
|\
| * Tools refactorAllen Byrne2020-07-151-15/+15
| | | | | | | | | | | | 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 memory error in h5dump xml 'escape the string' routineJordan Henderson2020-04-271-4/+2
| |
| * Further updates to the tools warnings fixes from code review.Dana Robinson2020-04-271-3/+7
| |
| * Updates to tools warning PR from code review.Dana Robinson2020-04-261-8/+4
| |
| * Fixes for warnings in the tools code.Dana Robinson2020-04-251-1/+5
| |
| * Minor renaming in h5dump (addr --> token)Dana Robinson2020-03-281-18/+18
| |
| * merge and fixkmu2020-01-211-74/+97
| |\
| | * Squashed commit of the token_refactoring branch:Dana Robinson2020-01-161-74/+97
| | |
| * | merge and fix conflictkmu2020-01-191-16/+11
| |\ \ | | |/
| | * Update tools hid_t declarations with H5I_INVALID_HIDAllen Byrne2020-01-131-11/+11
| |/
| * Small changes from the token_refactoring branch, to reduce the delta to developQuincey Koziol2020-01-041-1/+1
| |
| * Update h5ls help and rework dump_mem routines for attrsAllen Byrne2019-12-041-36/+6
| |
| * HDFFV-10876 Update h5dump and h5ls for new ref api.Allen Byrne2019-11-071-7/+3
| |
| * Make wrappers, tests and tools use H5Treclaim() instead of H5Dvlen_reclaim()Jerome Soumagne2019-10-081-2/+2
| |
| * Add HD prefix to testsAllen Byrne2019-08-151-5/+5
| |
| * Added the map (H5M) APIDana Robinson2019-08-131-0/+1
| |
| * Updated configure & CMake compiler flags for GCC 8.x, along with correspondingQuincey Koziol2019-06-281-2/+2
| | | | | | | | | | changes to warnhist script (and some extra improvements for condensing C++ and Java warnings), and fixed a bunch of warnings.
| * TRILAB-81 coverity fixesAllen Byrne2018-10-171-2/+1
| |
* | Reduce diffs with `develop`.David Young2020-05-201-5/+0
| |
* | Fix memory error in h5dump xml 'escape the string' routineJordan Henderson2020-05-201-4/+2
| |
* | Further updates to the tools warnings fixes from code review.Dana Robinson2020-05-201-3/+7
| |
* | Updates to tools warning PR from code review.Dana Robinson2020-05-201-8/+4
| |
* | Fixes for warnings in the tools code.Dana Robinson2020-05-201-1/+5
| |
* | Minor renaming in h5dump (addr --> token)Dana Robinson2020-05-201-18/+18
| |
* | Squashed commit of the token_refactoring branch:Dana Robinson2020-05-201-74/+97
| |
* | Update tools hid_t declarations with H5I_INVALID_HIDAllen Byrne2020-05-201-11/+11
| |
* | Small changes from the token_refactoring branch, to reduce the delta to developQuincey Koziol2020-05-201-1/+1
| |
* | Update h5ls help and rework dump_mem routines for attrsAllen Byrne2020-05-201-36/+6
| |
* | HDFFV-10876 Update h5dump and h5ls for new ref api.Allen Byrne2020-05-201-7/+3
| |
* | Merge all of my changes from merge-back-to-feature-vfd_swmr-attempt-1,David Young2019-12-091-11/+11
| | | | | | | | | | | | | | | | including the merge of `hdffv/hdf5/develop`, back to the branch that Vailin and I share. Now I need to put this branch on a fork with a less confusing name than vchoi_fork!
* | Introduce PRI*HADDR and PRI*HSIZE for printing haddr_t and hsize_t.David Young2019-10-031-6/+6
|/
* Changes made based on feedback from pull request #1039.Vailin Choi2018-05-141-5/+5
|
* Fix for HDFFV-10180 Performance issues with H5Oget_info.Vailin Choi2018-04-241-5/+5
|
* HDFFV-10396 Eliminate overuse of h5tools_simple_prefix functionAllen Byrne2018-01-251-190/+0
|
* HDFFV-10282 refactor out assert calls in toolsAllen Byrne2017-08-231-227/+230
|
* HDFFV-10188 error on NULL dataspaceAllen Byrne2017-08-041-17/+21
|
* HDFFV-10256 correct len of string copy to the len of esc stringAllen Byrne2017-08-011-4/+4
|
* 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-10186 Add endianess to bitfield and fix testsAllen Byrne2017-05-101-1/+1
|
* HDFFV-10186 more whitespace formattingAllen Byrne2017-05-101-3/+3
|
* HDFFV-10186 Whitespace changeAllen Byrne2017-05-091-250/+196
| | | | Mostly tabs to spaces Remove Modifications comments
* 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.
* Cleanups and normalizations against incoming page_buffering changes.Quincey Koziol2017-02-201-1/+1
|
* Bring SWMR-related tools changes from revise_chunks to develop.Quincey Koziol2016-12-111-0/+1
|
* Split tools into src and test - add foldersAllen Byrne2016-10-271-0/+4567