summaryrefslogtreecommitdiffstats
path: root/tools/lib/h5tools_dump.c
Commit message (Collapse)AuthorAgeFilesLines
* [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-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
* [svn-r22391] HDFFV-7999: h5dump did not display H5T_DSET_UTF8.Allen Byrne2012-05-221-12/+61
| | | | | | Changed if/else block to switch like in h5ls, and distinguished between ERROR and UNKNOWN. Reviewed by JKM Tested: local linux
* [svn-r22318] Use new function that combines two functions that check for ↵Allen Byrne2012-04-261-9/+3
| | | | | | vlen types. Based on code used in h5ls. Tested: local linux
* [svn-r22287] Description:Quincey Koziol2012-04-161-5/+3
| | | | | | | | Clean up more FUNC_ENTER/FUNC_LEAVE macros and move H5D & H5T code toward the final design (as exemplified by the H5EA & H5FA code). Tested on: Mac OSX/64 10.7.3 (amazon) w/debug & parallel
* [svn-r22042] HDFFV-7957-7958:Allen Byrne2012-03-121-27/+37
| | | | | Add tools error stack and check return from H5Dreference call. Tested: CMake and h5committest
* [svn-r22019] Cleanup warnings from compilesAllen Byrne2012-03-021-16/+0
| | | | Tested: local linux
* [svn-r21986] Updated haddr_t format for print of STORAGE_LAYOUT - linew 32 issueAllen Byrne2012-02-241-1/+1
|
* [svn-r21985] Tools must call h5tools_init before command_line parsing or ↵Allen Byrne2012-02-241-3/+3
| | | | | | | | using tools_mesg functions. Tools library uses alais variables for stdout, stderr and tools library uses HDfprintf() functions. Tested: local linux
* [svn-r21974] Update HSIZE_T print statements to use correct macro.Allen Byrne2012-02-231-46/+46
| | | | | | Fix some more HD prefix issues in tools. Tested: local linux
* [svn-r21972] Split append statement into two parts - linew hsize_t issueAllen Byrne2012-02-231-1/+2
|
* [svn-r21969] Added missing HD prefixAllen Byrne2012-02-221-32/+32
| | | | Correct indentation
* [svn-r21963] Fixed issue with compression value not printing - format ↵Allen Byrne2012-02-201-8/+8
| | | | | | | | parameter was wrong, needed to be long long. Enabled compression tests Tested: 32-bit windows
* [svn-r21953] HDDFV-7560: h5dump refactoringAllen Byrne2012-02-171-0/+3920
Tested: local linux