Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | TRILAB-81 coverity fixes | Allen Byrne | 2018-10-17 | 1 | -44/+44 |
| | |||||
* | Changes made based on feedback from pull request #1039. | Vailin Choi | 2018-05-14 | 1 | -1/+1 |
| | |||||
* | Fix for HDFFV-10180 Performance issues with H5Oget_info. | Vailin Choi | 2018-04-24 | 1 | -1/+1 |
| | |||||
* | HDFFV-10396 Eliminate overuse of h5tools_simple_prefix function | Allen Byrne | 2018-01-25 | 1 | -65/+0 |
| | |||||
* | HDFFV-10297 Cleanup, Initialize variables | Allen Byrne | 2017-10-23 | 1 | -5/+6 |
| | |||||
* | HDFFV-10297 Fix compiler compaliants | Allen Byrne | 2017-10-16 | 1 | -2/+1 |
| | |||||
* | HDFFV-10296 Update tools lib to use the error handling macros. | Allen Byrne | 2017-10-13 | 1 | -118/+59 |
| | |||||
* | Stripped C standard library headers (and a couple of macros) | Dana Robinson | 2017-07-17 | 1 | -6/+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 tests | Allen Byrne | 2017-05-10 | 1 | -4/+4 |
| | |||||
* | Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵ | Larry Knox | 2017-04-25 | 1 | -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 Koziol | 2017-02-20 | 1 | -67/+67 |
| | |||||
* | Bring SWMR-related tools changes from revise_chunks to develop. | Quincey Koziol | 2016-12-11 | 1 | -0/+4 |
| | |||||
* | [svn-r30113] Description: | Quincey Koziol | 2016-06-28 | 1 | -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 h5dump | Allen Byrne | 2016-03-04 | 1 | -6/+2 |
| | |||||
* | [svn-r29261] HDFFV-9241: Print fill value as "DEFAULT" instead of value 0 | Allen Byrne | 2016-03-03 | 1 | -6/+16 |
| | |||||
* | [svn-r29257] HDFFV-9705: h5dump should not print filters or allocation time ↵ | Allen Byrne | 2016-03-03 | 1 | -157/+160 |
| | | | | info for VDS files | ||||
* | [svn-r28669] Changes to correct errors found with -ansi flag. | Larry Knox | 2015-12-15 | 1 | -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 Koziol | 2015-09-22 | 1 | -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 Koziol | 2015-09-21 | 1 | -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 Robinson | 2015-09-16 | 1 | -4/+4 |
| | | | | | | | | Tested on: jam (too minor for h5committest) | ||||
* | | [svn-r27632] Description: | Quincey Koziol | 2015-08-31 | 1 | -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 Koziol | 2015-08-31 | 1 | -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 Robinson | 2015-08-31 | 1 | -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 Byrne | 2015-06-12 | 1 | -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 whitespace | Allen Byrne | 2015-04-13 | 1 | -0/+18 |
| | | |||||
* | | [svn-r26794] Fix formatting for selection. Irregular reuses blocks and ↵ | Allen Byrne | 2015-04-13 | 1 | -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 Fortner | 2015-04-10 | 1 | -1/+0 |
|\ \ | |/ | | | | | Tested: ummon | ||||
| * | [svn-r26305] convert dump_dcpl to use switch statement | Allen Byrne | 2015-02-25 | 1 | -241/+189 |
| | | | | | | | | | | | | Add default case refactor out start ctx and end ctx Tested: local linux | ||||
* | | [svn-r26611] Remove complete section of VIRTUAL output. | Allen Byrne | 2015-03-27 | 1 | -6/+0 |
| | | |||||
* | | [svn-r26570] Commented lineis that print extra "VIRTUAL" keyword and blank ↵ | Elena Pourmal | 2015-03-25 | 1 | -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 Pourmal | 2015-03-24 | 1 | -1/+1 |
| | | | | | | | | type; fixed. | ||||
* | | [svn-r26442] Removed blank line and fixed ALL output | Allen Byrne | 2015-03-12 | 1 | -12/+30 |
| | | |||||
* | | [svn-r26440] Added new structure, removed ";", used static hyperslab arrays. | Allen Byrne | 2015-03-12 | 1 | -4/+31 |
| | | |||||
* | | [svn-r26418] Fix initial indent for selection_all | Allen Byrne | 2015-03-10 | 1 | -0/+3 |
| | | |||||
* | | [svn-r26383] Add MAPPING to VDS output | Allen Byrne | 2015-03-06 | 1 | -1/+1 |
| | | |||||
* | | [svn-r26353] Add VDS selection defines for ALL and NONE | Allen Byrne | 2015-03-04 | 1 | -2/+2 |
| | | |||||
* | | [svn-r26352] Update h5dump to latest BNF - reg vs irreg hyperslabs. | Allen Byrne | 2015-03-04 | 1 | -10/+18 |
| | | |||||
* | | [svn-r26318] Update virtual layout to latest changes | Allen Byrne | 2015-02-26 | 1 | -292/+258 |
| | | |||||
* | | [svn-r26297] Changed example and h5dump according to suggestions at today's ↵ | Elena Pourmal | 2015-02-25 | 1 | -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 selection | Allen Byrne | 2015-02-24 | 1 | -1/+1 |
| | | |||||
* | | [svn-r26290] Add H5S prefix to selection name | Allen Byrne | 2015-02-23 | 1 | -2/+2 |
| | | |||||
* | | [svn-r26288] remove extra set of brackets | Allen Byrne | 2015-02-23 | 1 | -4/+0 |
| | | |||||
* | | [svn-r26287] Rename point and block str functions generically. | Allen Byrne | 2015-02-23 | 1 | -6/+10 |
| | | | | | | | | Add info arg to print virtual selection function. | ||||
* | | [svn-r26286] Print selection types - no values | Allen Byrne | 2015-02-23 | 1 | -37/+44 |
| | | |||||
* | | [svn-r26285] add virtual mapping output blank selections but actual file and ↵ | Allen Byrne | 2015-02-23 | 1 | -31/+80 |
| | | | | | | | | dataset names. | ||||
* | | [svn-r26284] Add VIRTUAL layout to h5dump - still need a tools testfile created | Allen Byrne | 2015-02-23 | 1 | -39/+88 |
|/ | |||||
* | [svn-r25531] remove use of C99 PRI that failed on windows in dtypes.c | Mohamad Chaarawi | 2014-08-11 | 1 | -4/+4 |
| | | | | fix bugs where hid_t were assumed to be 32 bit ints or herr_t. | ||||
* | [svn-r25496] Description: | Quincey Koziol | 2014-07-30 | 1 | -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 with | Dana Robinson | 2014-03-31 | 1 | -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 Knox | 2013-09-06 | 1 | -99/+99 |
| | | | | h5committested on jam, ostrich, koala, and platypus. |