summaryrefslogtreecommitdiffstats
path: root/tools/lib/h5tools.c
Commit message (Expand)AuthorAgeFilesLines
...
* [svn-r22411] reduce compiler warnings by removing unreferenced variables and ...Allen Byrne2012-05-251-4/+5
* [svn-r22087] Minor formatting changes to sync with 1.8Allen Byrne2012-03-191-1/+1
* [svn-r22061] Description:Quincey Koziol2012-03-131-1/+1
* [svn-r22042] HDFFV-7957-7958:Allen Byrne2012-03-121-2/+9
* [svn-r21985] Tools must call h5tools_init before command_line parsing or usin...Allen Byrne2012-02-241-2/+20
* [svn-r21974] Update HSIZE_T print statements to use correct macro.Allen Byrne2012-02-231-5/+5
* [svn-r21971] Correct HD prefixAllen Byrne2012-02-221-1/+1
* [svn-r21969] Added missing HD prefixAllen Byrne2012-02-221-134/+135
* [svn-r21953] HDDFV-7560: h5dump refactoringAllen Byrne2012-02-171-2636/+30
* [svn-r21952] HDFFV-5874: -c and -k subsettingAllen Byrne2012-02-171-2/+2
* [svn-r21378] The tools used "%hhd" to print signed char. But VMS doesn't kno...Raymond Lu2011-09-131-1/+5
* [svn-r21121] Description:Quincey Koziol2011-07-181-3/+3
* [svn-r21117] Issue 2763 - I added a new parameter of object access property l...Raymond Lu2011-07-181-2/+2
* [svn-r20796] Refactor print_data_region_blocks/ponts to remove context passed...Allen Byrne2011-05-111-53/+83
* [svn-r20785] Revert region data print changes from yesterdayAllen Byrne2011-05-101-60/+50
* [svn-r20783] correct type of variable for blkindxAllen Byrne2011-05-091-4/+4
* [svn-r20781] correct typo of variable types for indx and jndxAllen Byrne2011-05-091-2/+2
* [svn-r20776] Refactor print_data_region_blocks/ponts to remove context passed...Allen Byrne2011-05-091-44/+54
* [svn-r20725] Add overlooked changes from part of coverity fixAllen Byrne2011-05-041-2/+7
* [svn-r20713] Packed Bits Merge:Allen Byrne2011-05-031-8/+6
* [svn-r20677] Merge packed bits option from 1.8 branch to trunk. CMake only. A...Allen Byrne2011-04-291-0/+5
* [svn-r20676] Purpose:Jonathan Kim2011-04-291-7/+49
* [svn-r20626] Albert's test on bp reveals that the dumper had assertion failur...Raymond Lu2011-04-251-2/+6
* [svn-r20539] Description:Quincey Koziol2011-04-181-38/+23
* [svn-r20480] Description:Quincey Koziol2011-04-121-4/+10
* [svn-r20285] Purpose:Jonathan Kim2011-03-211-49/+66
* [svn-r20270] Purpose:Jonathan Kim2011-03-181-0/+49
* [svn-r20247] Change name of new VLEN function from H5Tdetect_vlen_str to h5to...Allen Byrne2011-03-141-6/+10
* [svn-r20222] Correct mistake by declaring indexing variable removed from for ...Allen Byrne2011-03-101-0/+1
* [svn-r20221] Remove rougue 'int' inside for loop (cut-paste error) - windows ...Allen Byrne2011-03-101-1/+1
* [svn-r20216] Valgrind fix for memory leak in h5tools_dump_xxx which is fixed ...Allen Byrne2011-03-091-2/+54
* [svn-r20206] Updated manifest and source code for fixing h5dump -y -o problemPeter Cao2011-03-091-9/+9
* [svn-r20108] Purpose:Jonathan Kim2011-02-151-9/+4
* [svn-r19918] Add hh modifier to signed char printf format string. Added h5dum...Allen Byrne2011-01-051-1/+1
* [svn-r19654] Description:Quincey Koziol2010-10-211-34/+34
* [svn-r19262] Undo r19261.Allen Byrne2010-08-201-0/+7
* [svn-r19261] Remove unused variables and allocationAllen Byrne2010-08-201-7/+0
* [svn-r19252] Description:Quincey Koziol2010-08-191-19/+16
* [svn-r19237] Description:Quincey Koziol2010-08-121-33/+30
* [svn-r19202] [BZ1953]implementation for the proposed changes suggested by the...Allen Byrne2010-08-091-16/+340
* [svn-r18816] Move progname and d_status functions from h5tools to h5tools_utilAllen Byrne2010-05-141-30/+0
* [svn-r18759] pull r18757 from 1.8 branchAllen Byrne2010-05-111-0/+30
* [svn-r18197] Description:Quincey Koziol2010-01-301-157/+157
* [svn-r18109] Description:Quincey Koziol2010-01-151-4/+7
* [svn-r18011] Description:Quincey Koziol2009-12-131-31/+33
* [svn-r17953] Description:Quincey Koziol2009-12-031-26/+29
* [svn-r17566] Fix for Bug 1562. H5DSis_attached needed to account for platform...Allen Byrne2009-10-011-0/+6
* [svn-r17492] Moved printing of brackets before printing contents of region re...Allen Byrne2009-09-171-30/+11
* [svn-r17477] Corrected use of ERROR macro H5E_LEAVE to H5GOTO_DONE.Allen Byrne2009-09-141-6/+9
* [svn-r17475] Added error handling to h5dump and region reference handling fun...Allen Byrne2009-09-141-536/+833