summaryrefslogtreecommitdiffstats
path: root/tools/lib/h5tools_dump.c
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r30113] Description:Quincey Koziol2016-06-281-60/+61
| | | | | | | | 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-r29274] HDFFV-9698: fix subsetting issues with h5dumpAllen Byrne2016-03-041-6/+2
|
* [svn-r29261] HDFFV-9241: Print fill value as "DEFAULT" instead of value 0Allen Byrne2016-03-031-6/+16
|
* [svn-r29257] HDFFV-9705: h5dump should not print filters or allocation time ↵Allen Byrne2016-03-031-157/+160
| | | | info for VDS files
* [svn-r28669] Changes to correct errors found with -ansi flag.Larry Knox2015-12-151-3/+0
| | | | | | | | | h5tools_dump.c Removed 3 lines commented out with //. h5_vds-percival-unlim.c Changed C++-style comment to C-style comment. Tested with h5committest.new.
* [svn-r27848] Description:Quincey Koziol2015-09-221-24/+21
| | | | | | | | 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-r27835] Description:Quincey Koziol2015-09-211-4/+4
|\ | | | | | | | | | | | | | | Sync w/trunk. Tested on: MacOSX/64 10.10.5 (amazon) w/serial & parallel (h5committest not required on this branch)
| * [svn-r27801] Minor warning fixes in the tools.Dana Robinson2015-09-161-4/+4
| | | | | | | | Tested on: jam (too minor for h5committest)
* | [svn-r27632] Description:Quincey Koziol2015-08-311-0/+1
| | | | | | | | | | | | | | | | | | | | Revert changes to pass file pointer to selection serialize/deserialize routines. Also patch back in some changes that were merged out in the previous merge w/trunk. Tested on: MacOSX/64 10.10.5 (amazon) w/serial (h5committest not required on this branch)
* | [svn-r27630] Description:Quincey Koziol2015-08-311-1/+9
|\ \ | |/ | | | | | | | | | | | | 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-1/+7
| | | | | | | | | | | | | | | | | | | | | | 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-r27195] Add h5dump cmake tests and files.Allen Byrne2015-06-121-76/+79
| | | | | | | | | | | | | | Add tools gen cmake files move testfiles for pbits to subdir as well as vds Tested: local linux
* | [svn-r26798] Fix other storage layout whitespaceAllen Byrne2015-04-131-0/+18
| |
* | [svn-r26794] Fix formatting for selection. Irregular reuses blocks and ↵Allen Byrne2015-04-131-16/+18
| | | | | | | | 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-1/+0
|\ \ | |/ | | | | Tested: ummon
| * [svn-r26305] convert dump_dcpl to use switch statementAllen Byrne2015-02-251-241/+189
| | | | | | | | | | | | Add default case refactor out start ctx and end ctx Tested: local linux
* | [svn-r26611] Remove complete section of VIRTUAL output.Allen Byrne2015-03-271-6/+0
| |
* | [svn-r26570] Commented lineis that print extra "VIRTUAL" keyword and blank ↵Elena Pourmal2015-03-251-0/+4
| | | | | | | | lines for demo on 3/25/2015. Allen will need to review it.
* | [svn-r26567] h5dump was nopt displaying source selection correctly due to a ↵Elena Pourmal2015-03-241-1/+1
| | | | | | | | type; fixed.
* | [svn-r26442] Removed blank line and fixed ALL outputAllen Byrne2015-03-121-12/+30
| |
* | [svn-r26440] Added new structure, removed ";", used static hyperslab arrays.Allen Byrne2015-03-121-4/+31
| |
* | [svn-r26418] Fix initial indent for selection_allAllen Byrne2015-03-101-0/+3
| |
* | [svn-r26383] Add MAPPING to VDS outputAllen Byrne2015-03-061-1/+1
| |
* | [svn-r26353] Add VDS selection defines for ALL and NONEAllen Byrne2015-03-041-2/+2
| |
* | [svn-r26352] Update h5dump to latest BNF - reg vs irreg hyperslabs.Allen Byrne2015-03-041-10/+18
| |
* | [svn-r26318] Update virtual layout to latest changesAllen Byrne2015-02-261-292/+258
| |
* | [svn-r26297] Changed example and h5dump according to suggestions at today's ↵Elena Pourmal2015-02-251-9/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | [svn-r26295] add space before end bracket of selectionAllen Byrne2015-02-241-1/+1
| |
* | [svn-r26290] Add H5S prefix to selection nameAllen Byrne2015-02-231-2/+2
| |
* | [svn-r26288] remove extra set of bracketsAllen Byrne2015-02-231-4/+0
| |
* | [svn-r26287] Rename point and block str functions generically.Allen Byrne2015-02-231-6/+10
| | | | | | | | Add info arg to print virtual selection function.
* | [svn-r26286] Print selection types - no valuesAllen Byrne2015-02-231-37/+44
| |
* | [svn-r26285] add virtual mapping output blank selections but actual file and ↵Allen Byrne2015-02-231-31/+80
| | | | | | | | dataset names.
* | [svn-r26284] Add VIRTUAL layout to h5dump - still need a tools testfile createdAllen Byrne2015-02-231-39/+88
|/
* [svn-r25531] remove use of C99 PRI that failed on windows in dtypes.cMohamad Chaarawi2014-08-111-4/+4
| | | | fix bugs where hid_t were assumed to be 32 bit ints or herr_t.
* [svn-r25496] Description:Quincey Koziol2014-07-301-24/+25
| | | | | | | | | Merge 64-bit ID changes from branch to trunk. (Plus a few minor cleanups that aren't on the branch) Tested on: Mac OSX/64 10.9.4 (amazon) w/C++ & FORTRAN (h5committested on branch already for a week)
* [svn-r24937] Adds an H5free_memory() function to the library for use withDana Robinson2014-03-311-3/+3
| | | | | | | | | | | | functions that return library-allocated memory. The test and tool code were modified to use this new function where it's appropriate. Fixes HDFFV-7710, HDFFV-8519, and HDFFV-8551 Tested on: 64-bit Windows 7 w/ VS2012 32-bit LE linux w/ parallel and fortran (jam) 32-bit LE linux w/ fortran and C++ (jam)
* [svn-r24115] Reduce warnings for conversions of different widths.Larry Knox2013-09-061-99/+99
| | | | h5committested on jam, ostrich, koala, and platypus.
* [svn-r24030] Description:Quincey Koziol2013-08-191-1/+1
| | | | | | | | Clean up more compiler warnings. Tested on: Mac OSX/64 10.8.4 (amazon) w/gcc, C++ & FORTRAN (too minor to require h5committest)
* [svn-r23825] Bug HDFFV-8469: C++ comments in C code.Albert Cheng2013-06-261-1/+0
| | | | | | | | Found and removed two more "//" comments. Tested: in Koala by $ env CFLAGS="-ansi" ../hdf5/bin/buildhdf5 -fortran -cxx -config # enable fortran and cxx, configure only $ make AM_CFLAGS=-ansi # compile all source file by setting HDF5 build CFLAGS as "-ansi" only
* [svn-r23740] HDFFV-8447: subsetting broke data output file option.Allen Byrne2013-06-071-7/+7
| | | | Reviewed in H5T-59, tested local linux
* [svn-r23695] Description:Quincey Koziol2013-05-111-38/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clean up warnings in H5Tconv.c (down to _only_ 9000 lines of output now!) Merge changes from Coverity branch back to trunk: r20684: Fix for coverity bug #1721 which was due to the fix for coverity bug #943. r20685: Use HDstrncpy. --gh r20761: Purpose: Fix valgrind issues Description: Free image_data and data as appropriate in test_image. r20762: Purpose: Fix coverity issue 600 Description: Add check for return value of H5O_close in H5Ocopy. Also cleaned up various warnings. r20763: Purpose: Fix valgrind issues with h5stat Description: Modified h5stat to free "iter" before exit, and free "hand" before exit if parse_command_line exits directly. r20764: fixed coverity issues: 69, 327, 614, 684, 685, 696, 697, 1681, 967, 826, 660, 80 r20765: Fixed coverity bug 668 Pulled x * y * z multiply out of malloc operand into a separate n_elements variable to quiet integer overflow warning. No actual integer overflow tests are performed since it's just a test program but I did add a check that n_elements is >= 1. I also changed an error condition from doing its own close and returning -1 to "goto out;" like the rest of the program. r20766: Fixed coverity bug 667 Pulled x * y * z multiply out of malloc operand into a separate n_elements variable to quiet integer overflow warning. No actual integer overflow tests are performed since it's just a test program. Tested on: Mac OSX/64 10.8.3 (amazon) w/C++ & FORTRAN (h5committest upcoming)
* [svn-r23446] HDFFV-8344, HDFFV-8346: merge from 1.8 branchAllen Byrne2013-03-251-3/+13
|
* [svn-r23305] HDFFV-8257: szip still used even if headers are not found. ↵Allen Byrne2013-02-181-1/+1
| | | | | | Change configure to test the result of the CHECK HEADERS call before checking for the library. Tested: local linux, h5committest
* [svn-r23190] HDFFV-8285: Add suppress ddl option.Allen Byrne2013-01-221-3/+3
| | | | Tested: local linux
* [svn-r22998] Description:Quincey Koziol2012-11-011-21/+29
| | | | | | | | | | | | | | | | | | | | | | | Clean up warnings and bring changes from Coverity branch back to trunk: r20451: Fixed coverity 810 r20454: Purpose: Fix coverity issue 816 Description: Modified various file drivers to always check the return value from H5P_get_driver_info. r20455: Purpose: Cleanup fix for coverity issue 816 Description: Removed redundant check for "fa" in H5FD_core_open. Tested on: Mac OSX/64 10.8.2 (amazon) w/debug (Too minor to require h5committest)
* [svn-r22602] Allen Byrne2012-07-251-1/+3
|
* [svn-r22537] Correct error string contentsAllen Byrne2012-07-101-3/+3
|
* [svn-r22535] added missing break to end of case statementAllen Byrne2012-07-101-0/+1
|
* [svn-r22411] reduce compiler warnings by removing unreferenced variables and ↵Allen Byrne2012-05-251-7/+6
| | | | | | adding cast Tested: local linux