summaryrefslogtreecommitdiffstats
path: root/tools/h5dump
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r29694] HDFFV-9756,9766,9719:Allen Byrne2016-04-145-12/+15
| | | | | | 9756-fix h5diff VDS 9766-fix h5repack VDS 9719 - reconcile tools differences
* [svn-r29381] Re-ran autogen.sh on THG machines to update autotools outputDana Robinson2016-03-091-0/+1
| | | | | | | | files. Added java Makefile.in files. Tested on: jam
*-. [svn-r29378] Bring alpha2 in line with revise_chunks (up to r29365)Dana Robinson2016-03-095-72/+191
|\ \ | | | | | | | | | | | | | | | | | | Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 autotools serial w/ C++ and Fortran autotools parallel w/ Fortran CMake serial w/ C++ and Fortran
| | * [svn-r28918] Description:Quincey Koziol2016-01-152-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | I missed changes to a couple of expected error output files with the last checkin. Tested on: MacOSX/64 10.11.2 (amazon) w/serial & parallel (h5committest forthcoming)
| | * [svn-r28885] Change TOOLTEST5 to TOOLTEST3, which does not post-process the ↵Allen Byrne2016-01-131-1/+1
| | | | | | | | | | | | files.
| | * [svn-r28868] HDFFV-9639: autotools script updateAllen Byrne2016-01-121-30/+35
| | |
| | * [svn-r28865] HDFFV-9639: Fix double-free error by setting freed var to NULL.Allen Byrne2016-01-123-44/+60
| | | | | | | | | | | | | | | Verified issue with "h5dump tgroup.h5 non_existing.h5" Applied patch and retested.
| | * [svn-r28696] Minor normalization with revise_chunks.Dana Robinson2015-12-171-16/+8
| | | | | | | | | | | | | | | Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial only
| * | [svn-r29291] Merge of r29226-29259 from trunk.Dana Robinson2016-03-061-1/+1
| | | | | | | | | | | | | | | | | | | | | Mostly java JNI + a few smaller merges. Tested on: h5committest.new jam w/ java
| * | [svn-r29289] Merge of r29222, 29261, 29270, 29272, 29274, 29275 from trunkDana Robinson2016-03-063-66/+149
| | | | | | | | | | | | | | | | | | | | | tools patches Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 autotools serial
* | | [svn-r29225] Re-ran autogen.sh on THG machines to update autotools outputDana Robinson2016-02-291-0/+1
| | | | | | | | | | | | | | | | | | files. Tested on: jam
* | | [svn-r29224] Brought alpha2 branch in sync with revise_chunks (up to r29219)Dana Robinson2016-02-299-141/+246
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | Note: generated autotools files are from a VM and not THG machines. These will be updated immediately after check-in. Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 autotools serial w/ Fortran & C++ autotools parallel (MPICH 3.1.4) w/ Fortran CMake serial (cmakehdf5 w/ CMake 3.3.2)
| * | [svn-r29206] Merge h5dump VDS support from trunk:Dana Robinson2016-02-256-135/+237
| | | | | | | | | | | | | | | | | | | | | | | | | | | r29186, r29190, r29198 Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 autotools serial cmakehdf5 (CMake 3.2.2) chkmanifest
| * | [svn-r28920] Description:Quincey Koziol2016-01-152-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bring r28918 from trunk to the revise_chunks branch: I missed changes to a couple of expected error output files with the last checkin. Tested on: MacOSX/64 10.11.2 (amazon) w/serial & parallel (h5committest not required on this branch)
| * | [svn-r28889] Merge of r28865, 28866, 28868, 28885 from trunk (h5dump bugfix).Dana Robinson2016-01-134-74/+95
| | | | | | | | | | | | | | | Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 autotools serial
| * | [svn-r28698] Minor normalization with trunk.Dana Robinson2015-12-171-7/+2
| | | | | | | | | | | | | | | Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial only
| * | [svn-r28099] Description:Quincey Koziol2015-10-164-1/+746
| | | | | | | | | | | | | | | | | | | | | | | | Bring r27958 from trunk to branch. Tested on: MacOSX/64 10.10.5 (amazon) w/serial & parallel (h5committest not required on this branch)
| * | [svn-r28093] Merge of r27768 and r27774 from trunkDana Robinson2015-10-169-38/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Description: Complete revamp of package initialization/shutdown mechanism in the library. Each package now has a single init/term routine. This new way should avoid packages being re-initialized during library shutdown and is also be _much_ more proactive about giving feedback for resource leaks internal to the library. Introduces a new "module" header file for packages in the library (e.g src/H5Fmodule.h) which sets up some necessary package configuration macros for the FUNC_ENTER/LEAVE macros. (The VFL drivers have their own slightly modified version of this header, src/H5FDdrvr_module.h) Also cleaned up a bunch of resources leaks all across the library and tests, along with addressing many warnings, as I encountered them. Tested on: Ubuntu 15.04 (Linux 3.19 x86_64) gcc 4.9.2 serial and parallel (MPICH 3.1.4)
| * | [svn-r28036] Description:Quincey Koziol2015-10-124-27/+34
| | | | | | | | | | | | | | | | | | | | | | | | Bring r27801 & r27809 from trunk to branch Tested on: MacOSX/64 10.10.5 (amazon) w/serial (h5committest not required on this branch)
| * | [svn-r28029] Description:Quincey Koziol2015-10-114-110/+175
| | | | | | | | | | | | | | | | | | | | | | | | Merge r27626 from trunk to branch. Tested on: MacOSX/64 10.10.5 (amazon) w/serial (h5committest not required on this branch)
| * | [svn-r27960] Autogen merges from trunk.Dana Robinson2015-10-061-1455/+0
| | | | | | | | | | | | | | | | | | | | | r27794, 27795, 27802, 27812, 27819, 27826, 27828, 27829, 27878 27880, 27898, 27902 Tested on: local Linux
| * | [svn-r27859] Merged revisionsDana Robinson2015-09-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 27625, 27627, 27647, 27648, 27661, 27668, 27670, 27671, 27674, 27676, 27703, 27716, 27720, 27747, 27754, 27755 from the trunk. Mostly CMake and Fortran changes. Tested on: jam (w/ gcc/gfortran 4.9.3)
| * | [svn-r27857] Merged revisions 27612-4, 27618, 27663, 27682, 27728 from the ↵Dana Robinson2015-09-223-18/+27
| | | | | | | | | | | | | | | | | | trunk. Tested on: jam (w/ gcc/gfortran 4.9.3)
| * | [svn-r27855] Merged revisions:Dana Robinson2015-09-221-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 27509, 27515, 27517, 27521, 27524, 27525, 27537, 27555, 27570, 27575, 27585, 27586, 27590, 27591, 27592 from the trunk. Minor CMake and Fortran changes Tested on: jam (w/ gcc/gfortran 4.9.3)
| * | [svn-r27853] Merged r27488-27500 from the trunk.Dana Robinson2015-09-221-5/+24
| | | | | | | | | | | | | | | | | | | | | Fortran 2003 changes Tested on: jam serial (w/ gcc/gfortran 4.9.3) jam parallel (fortran tests, parallel tests have known failure)
| * | [svn-r27522] CMake files match those of the trunk but still need to be ↵Dana Robinson2015-08-191-8/+5
| | | | | | | | | | | | | | | | | | updated with changes in this branch. Tested on: NONE (CMake is still broken in this branch)
| * | [svn-r27258] Bring revisions #27142 - #27198 from trunk to revise_chunks. ↵Vailin Choi2015-06-202-137/+137
| | | | | | | | | | | | h5committested.
| * | [svn-r27257] Bring revisions #27084 - #27142 from trunk to revise_chunks. ↵Vailin Choi2015-06-204-28/+28
| | | | | | | | | | | | Tested on jam, koala, ostrich.
| * | [svn-r26894] Bring revisions #26459 - #26785 from trunk to revise_chunks.Vailin Choi2015-04-227-82/+52
| | | | | | | | | | | | h5committested.
| * | [svn-r26861] Bring revisions #26401 - #26459 from trunk to revise_chunks.Vailin Choi2015-04-211-1/+1
| | | | | | | | | | | | h5committested.
| * | [svn-r26859] Bring revisions #26324 - #26843 from trunk to revise_chunks.Vailin Choi2015-04-217-170/+63
| | | | | | | | | | | | h5committested.
| * | [svn-r26378] Bring revisions #26220 - #26324 from trunk to revise_chunks. ↵Vailin Choi2015-03-061-2/+2
| | | | | | | | | | | | h5committested.
| * | [svn-r26372] Bring revisions #26195:#26219 from trunk to revise_chunks.Vailin Choi2015-03-051-1/+1
| | | | | | | | | | | | h5committested.
| * | [svn-r26362] Bring revisions #26109 - 26188 from trunk to revise_chunks.Vailin Choi2015-03-041-2/+2
| | | | | | | | | | | | h5committested.
| * | [svn-r26345] Bring revisions #25902 - #25971 from trunk to revise_chunks.Vailin Choi2015-03-031-2/+2
| | | | | | | | | | | | h5committested.
| * | [svn-r25825] Bring revisions #25509 - #25762 from trunk to revise_chunks.Vailin Choi2014-11-192-0/+160
| | | | | | | | | | | | h5committested.
| * | [svn-r25823] Bring revisions #25484 - 25508 from trunk to revise_chunks.Vailin Choi2014-11-182-15/+15
| | | | | | | | | | | | h5committested.
| * | [svn-r25814] Bring revisions #25284 - #25434 from trunk to revise_chunks.Vailin Choi2014-11-131-1/+0
| | | | | | | | | | | | | | | (Revision #25283 is skipped since it was backed out later on 11/3/2015.) h5committested.
| * | [svn-r25342] Bring revisions #25120 - #25266 from trunk to revise_chunks.Vailin Choi2014-06-233-14/+14
| | | | | | | | | | | | Tested on jam, koala, ostrich, platypus.
| * | [svn-r25333] Bring revisions #24948 - #25120 from trunk to revise_chunks.Vailin Choi2014-06-192-4/+3
| | | | | | | | | | | | Tested on jam, ostrich, koala, platypus.
| * | [svn-r25328] Bring revisions #24851 - 24948 from trunk to revise_chunks.Vailin Choi2014-06-196-110/+491
| | | | | | | | | | | | Tested on jam, koala, ostrich, platypus.
| * | [svn-r25309] Bring revisions #24783 - #24851 from trunk to revise_chunks.Vailin Choi2014-06-172-6/+6
| | | | | | | | | | | | Tested on jam, koala, ostrich, platypus.
| * | [svn-r25307] Bring revisions #24698 - #24783 from trunk to revise_chunks.Vailin Choi2014-06-175-349/+349
| | | | | | | | | | | | Tested on jam, koala, ostrich, platypus.
| * | [svn-r24609] Bring revisions #24480 - #24505 from trunk.Vailin Choi2014-01-033-63/+2
| | |
| * | [svn-r24608] Bring revisions #24432 - #24480 from trunk.Vailin Choi2014-01-034-21/+672
| | | | | | | | | | | | h5committested.
| * | [svn-r24457] Bring revisions #24333 - #24432 from trunk to revise_chunks.Vailin Choi2013-11-195-2/+559
| | | | | | | | | | | | h5committested.
| * | [svn-r24336] Bring revisions #24118 - #24200 from trunk.Vailin Choi2013-10-213-3/+7
| | |
| * | [svn-r24330] Bring revisions 24098 - #24118 from trunk to revise_chunks.Vailin Choi2013-10-185-480/+514
| | | | | | | | | | | | h5committested.
| * | [svn-r24062] Bring revisions #24030 - 24058 from trunk to revise_chunks.Vailin Choi2013-08-233-1/+14
| | | | | | | | | | | | h5committested.
| * | [svn-r24061] Bring revisions # 24029 - 24030 from trunk to revise_chunks.Vailin Choi2013-08-223-86/+87
| | | | | | | | | | | | h5committested.