summaryrefslogtreecommitdiffstats
path: root/tools/lib/h5tools_str.c
Commit message (Collapse)AuthorAgeFilesLines
* Updates license url and history docsDana Robinson2021-03-251-1/+1
|
* Formats the source and updates the gcc warning pragmasDana Robinson2021-03-251-514/+512
|
* Warnings reduction in toolsAllen Byrne2020-07-301-9/+7
|
* Tools refactorAllen Byrne2020-07-151-52/+22
| | | | | | Move error_stack setup to tools library Add structure for h5dump properties Eliminate duplicated h5diff functions Use properties structure in place of argument lists.
* Misc changes for h5dump VOL changes.Dana Robinson2020-03-301-7/+7
|
* Change tools debug macros to not use error stackAllen Byrne2020-01-231-6/+6
|
* Squashed commit of the token_refactoring branch:Dana Robinson2020-01-161-19/+27
|
* Clean up tools warnings introduced by H5TOOLS_ERR_INIT macroJordan Henderson2019-12-311-15/+4
|
* Refactor tools library error handling macrosJordan Henderson2019-12-281-39/+40
|
* Fix compile statement orderAllen Byrne2019-12-201-1/+2
|
* HDFFV-10976,-10980 Init obj_type before calling H5Rget_obj_type3Allen Byrne2019-12-201-1/+1
|
* Add unknown define for h5dump ref objectsAllen Byrne2019-12-201-1/+2
|
* Fix compile errors - mostly in jniAllen Byrne2019-12-061-20/+21
|
* HDFFV-10876 Update dump to match DDL specAllen Byrne2019-12-051-1/+2
|
* Update h5ls help and rework dump_mem routines for attrsAllen Byrne2019-12-041-2/+2
|
* HDFFV-10876 Update h5dump and h5ls for new ref api.Allen Byrne2019-11-071-80/+187
|
* More whitespace changesAllen Byrne2019-10-031-46/+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-3/+3
| | | | | changes to warnhist script (and some extra improvements for condensing C++ and Java warnings), and fixed a bunch of warnings.
* TRILAB-81 check for func success before using valueAllen Byrne2018-10-191-27/+31
|
* Changes made based on feedback from pull request #1039.Vailin Choi2018-05-141-1/+1
|
* Fix for HDFFV-10180 Performance issues with H5Oget_info.Vailin Choi2018-04-241-1/+1
|
* HDFFV-10297 Cleanup, Initialize variablesAllen Byrne2017-10-231-3/+5
|
* Stripped C standard library headers (and a couple of macros)Dana Robinson2017-07-171-8/+0
| | | | | from the tools code. This is all handled in H5private.h, which should be included in all tools source files.
* Minor warning fixes in the tools.Dana Robinson2017-05-251-3/+4
|
* HDFFV-10186 more whitespace formattingAllen Byrne2017-05-101-250/+204
|
* 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.
* Bring SWMR-related tools changes from revise_chunks to develop.Quincey Koziol2016-12-111-1/+63
|
* Merge pull request #48 in HDFFV/hdf5 from ↵Dana Robinson2016-12-071-1/+1
|\ | | | | | | | | | | | | | | | | HDFFV-9407-h5dump-fails-to-print-full-precision to develop Merged Kimmy's fix (still needs a test). * commit 'f76c3b56e1ccf81b16225fa6935adb45ac6d2f38': fix the issue of h5dump fails to print full precision
| * fix the issue of h5dump fails to print full precisionkmu2016-09-271-1/+1
| |
* | Code style and warning cleanups, from revise_chunks branch.Quincey Koziol2016-11-061-0/+1
|/
* [svn-r30113] Description:Quincey Koziol2016-06-281-121/+119
| | | | | | | | Clean up warnings (from 2774 -> 1560, with my standard debug build) Tested on: MacOSX/64 10.11.5 (amazon) w/serial, parallel & production (h5committest forthcoming)
* [svn-r29534] Normalization w/ revise_chunks in preparation for big merge.Dana Robinson2016-03-231-0/+3
| | | | | | | | | tools directory Also fixes a minor Java test output error. Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 autotools serial w/ Java, Fortran, & C++
* [svn-r27848] Description:Quincey Koziol2015-09-221-15/+14
| | | | | | | | Clean up warnings and some normalization against trunk. Tested: McaOSX/64 10.10.5 (amazon) w/serial & parallel (h5committest not required on this branch)
* [svn-r27630] Description:Quincey Koziol2015-08-311-2/+12
|\ | | | | | | | | | | | | | | Bring in changes from the trunk, through r27628. Tested on: MacOSX/64 10.10.5 (amazon) w/serial (h5committest not required on this branch)
| * [svn-r27626] Various minor warning fixes before major SWMR and VDS merges.Dana Robinson2015-08-311-2/+12
| | | | | | | | | | | | | | | | | | | | | | gcc 4.9.2 was used to create the warning list - implicit casts - shadowed variables - various enum issues - other minor fixes (comments, unused macros, etc.) Tested on: h5committest
* | [svn-r27593] Merge revisions 27453 through 27592 from trunk to vds branch.Neil Fortner2015-08-271-4/+0
|\ \ | |/ | | | | Tested: ummon
| * [svn-r27572] Removed VMS-specific code from the library.Dana Robinson2015-08-241-4/+0
| | | | | | | | | | | | | | | | | | The only remaining code consists of a few floating-point tests that rely on pre-generated and checked-in VMS files. These have been left alone, even though they will not be possible to recreate, since testing VMS float behavior is still important. Tested on: h5committest
| * [svn-r27252] Fix whitespaceAllen Byrne2015-06-191-15/+15
| |
| * [svn-r27238] Add function prototype for local functionAllen Byrne2015-06-181-29/+30
| |
* | [svn-r27239] Add function prototype for local functionAllen Byrne2015-06-181-29/+30
| |
* | [svn-r26794] Fix formatting for selection. Irregular reuses blocks and ↵Allen Byrne2015-04-131-7/+2
| | | | | | | | points for datasets however indentation after line breaks are an issue.
* | [svn-r26781] Merge revisions 26305 through 26780 from trunk to vds branch.Neil Fortner2015-04-101-6/+2
|\ \ | |/ | | | | Tested: ummon
| * [svn-r26635] Description:Quincey Koziol2015-03-281-5/+1
| | | | | | | | | | | | | | | | | | | | | | Bring r26651 from autotools_rework branch to trunk: Remove the VSNPRINTF_WORKS macro, it's working around bugs in old SGI & HP compilers. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel (Daily tested on branch for 2+ days)
| * [svn-r26438] Fixed some double promotion warnings from gcc 4.9.2. Most were inDana Robinson2015-03-111-1/+1
| | | | | | | | | | | | format strings. Tested on: h5committest
* | [svn-r26440] Added new structure, removed ";", used static hyperslab arrays.Allen Byrne2015-03-121-20/+10
| |
* | [svn-r26361] Added check for unlimited to count/block print selectionAllen Byrne2015-03-041-4/+12
| |
* | [svn-r26352] Update h5dump to latest BNF - reg vs irreg hyperslabs.Allen Byrne2015-03-041-2/+73
| |
* | [svn-r26318] Update virtual layout to latest changesAllen Byrne2015-02-261-1/+1
| |
* | [svn-r26297] Changed example and h5dump according to suggestions at today's ↵Elena Pourmal2015-02-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | code review VDS-176. BNF has been updated too. Now h5dump displays VDS like this: HDF5 "vds.h5" { GROUP "/" { DATASET "VDS" { DATATYPE H5T_STD_I32LE DATASPACE SIMPLE { ( 4, 6 ) / ( 4, 6 ) } STORAGE_LAYOUT { VIRTUAL { HYPERSLAB { (0,0)-(0,5) }; a.h5; A; ALL; HYPERSLAB { (1,0)-(1,5) }; b.h5; B; ALL; HYPERSLAB { (2,0)-(2,5) }; c.h5; C; ALL; } } } FILTERS { ....... I just commented the code with "EIP" and didn't delete to simplify the review with Allen tomorrow. Tested on jam