summaryrefslogtreecommitdiffstats
path: root/hl/tools
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r29836] Revert whitespace and non-critical changes for patch.Allen Byrne2016-04-293-308/+308
|
* [svn-r29753] HDFFV-9770: Fix Windows compile errors.Allen Byrne2016-04-201-2/+2
|
* [svn-r29748] HDFFV-9770: Fix h5watch and CMake for HL.Allen Byrne2016-04-195-283/+284
| | | | Convert CMake sources tags from _SRCS to _SOURCES(closer match to Makefile).
* [svn-r29733] HDFFV-9756: Verified H5Dint.c patch works for H5Repack, also ↵Allen Byrne2016-04-1841-234/+381
| | | | | | | | | reworked VDS tests for H5Repack. HDFFV-9766: Added h5format_convert to CMake. Reworked tests to allow parallel testing with CMake. HDFFV-9770: Added h5watch to CMake. Tested: CMake and autotools on loacl linux.
* [svn-r29381] Re-ran autogen.sh on THG machines to update autotools outputDana Robinson2016-03-093-0/+3
| | | | | | | | files. Added java Makefile.in files. Tested on: jam
*-. [svn-r29378] Bring alpha2 in line with revise_chunks (up to r29365)Dana Robinson2016-03-094-17/+125
|\ \ | | | | | | | | | | | | | | | | | | 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-r29007] Fixed typos in h52gif test.Dana Robinson2016-01-281-1/+1
| | | | | | | | | | | | | | | Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial autotools
| * | [svn-r29329] Revert the changes to h5watch.c that was checked in (#29328) by ↵Vailin Choi2016-03-081-28/+15
| | | | | | | | | | | | | | | | | | mistake. Tested on osx1010test, kituo, platypus, ostrich.
| * | [svn-r29328] Change H5D_BT2_NODE_SIZE from 512 to 2048 for performance issue.Vailin Choi2016-03-071-15/+28
| | | | | | | | | | | | Tested on quail, osx1010test, platypus, ostrich, kite, emu, mayll, kituo.
* | | [svn-r29225] Re-ran autogen.sh on THG machines to update autotools outputDana Robinson2016-02-293-0/+3
| | | | | | | | | | | | | | | | | | files. Tested on: jam
* | | [svn-r29224] Brought alpha2 branch in sync with revise_chunks (up to r29219)Dana Robinson2016-02-294-13/+22
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-r29016] Merge of r28936, 28949, 28960-29009 from trunk.Dana Robinson2016-01-291-1/+1
| | | | | | | | | | | | | | | | | | | | | Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 autotools serial w/ Fortran and C++ autotools parallel (MPICH 3.1.4) w/ Fortran CMake serial (3.3.2, via cmakehdf5)
| * | [svn-r28365] Fixed trivial warnings in h5watch code.Dana Robinson2015-11-163-9/+26
| | | | | | | | | | | | | | | Tested on Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 serial only
| * | [svn-r28212] Add code from r28179 back to the branch. This allows h5watchDana Robinson2015-10-252-9/+15
| | | | | | | | | | | | | | | | | | | | | | | | to open VDS files, though it won't pick up changes to source files until they are closed. This is a library problem and will be fixed later. Tested on: Ubuntu 15.04 (Linux 3.19 x86_64) gcc 4.9.2
| * | [svn-r28197] Revert of 28179, which causes problems in the h5watch test.Dana Robinson2015-10-231-14/+8
| | |
| * | [svn-r28179] h5watch can now open VDS files, though it will not detect changesDana Robinson2015-10-221-8/+14
| | | | | | | | | | | | | | | | | | | | | until the source files are closed. Tested on: Ubuntu 15.04 (Linux 3.19 x86_64) gcc 4.9.2 serial only
| * | [svn-r28093] Merge of r27768 and r27774 from trunkDana Robinson2015-10-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-r27994] Merge of r27799 from trunk.Dana Robinson2015-10-071-1/+1
| | | | | | | | | | | | | | | | | | High-level library warnings. Tested on: Ubuntu 15.04 (Linux 3.19 x86_64) gcc 4.9.2
| * | [svn-r27960] Autogen merges from trunk.Dana Robinson2015-10-063-4259/+0
| | | | | | | | | | | | | | | | | | | | | r27794, 27795, 27802, 27812, 27819, 27826, 27828, 27829, 27878 27880, 27898, 27902 Tested on: local Linux
| * | [svn-r27954] Merge of smaller changes from the trunk:Dana Robinson2015-10-051-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | r27807, 27810, 27834, 27847, 27854, 27892, 27938 Tested on: Ubuntu 15.04 (Linux 3.19 x86_64), gcc 4.9.2, MPICH 3.1.4 parallel w/ fortran serial w/ fortran and C++
| * | [svn-r27859] Merged revisionsDana Robinson2015-09-223-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-r27855] Merged revisions:Dana Robinson2015-09-223-3/+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-223-14/+71
| | | | | | | | | | | | | | | | | | | | | Fortran 2003 changes Tested on: jam serial (w/ gcc/gfortran 4.9.3) jam parallel (fortran tests, parallel tests have known failure)
| * | [svn-r27571] - h5watch tests are now skipped when the test VFD does not ↵Dana Robinson2015-08-244-22/+99
| | | | | | | | | | | | | | | | | | | | | | | | support SWMR. - General improvements to the h5watch Makefile.am. Tested on: jam w/ HDF5_DRIVER=stdio and sec2
| * | [svn-r27522] CMake files match those of the trunk but still need to be ↵Dana Robinson2015-08-191-10/+7
| | | | | | | | | | | | | | | | | | updated with changes in this branch. Tested on: NONE (CMake is still broken in this branch)
| * | [svn-r27335] Bring revisions #24679, #24736 from revise_chksum_retry branch ↵Vailin Choi2015-07-041-3/+4
| | | | | | | | | | | | | | | | | | to revise_chunks. Tested on jam, koala, ostrich, platypus.
| * | [svn-r27288] Bring revision #24622 from revise_chksum_retry branch to ↵Vailin Choi2015-06-262-2/+2
| | | | | | | | | | | | | | | | | | revise_chunks. h5committested. #test-p fails but will be fixed with merges later: #26569 (revise_chksum_retry) + v3 metadata cache #27237 (trunk).
| * | [svn-r27272] Bring revision #24263 from revise_chksum_retry branch to ↵Vailin Choi2015-06-231-0/+1
| | | | | | | | | | | | revise_chunks. h5committested.
| * | [svn-r27257] Bring revisions #27084 - #27142 from trunk to revise_chunks. ↵Vailin Choi2015-06-201-1/+1
| | | | | | | | | | | | Tested on jam, koala, ostrich.
| * | [svn-r26894] Bring revisions #26459 - #26785 from trunk to revise_chunks.Vailin Choi2015-04-2213-63/+110
| | | | | | | | | | | | h5committested.
| * | [svn-r26861] Bring revisions #26401 - #26459 from trunk to revise_chunks.Vailin Choi2015-04-211-5/+0
| | | | | | | | | | | | h5committested.
| * | [svn-r26859] Bring revisions #26324 - #26843 from trunk to revise_chunks.Vailin Choi2015-04-215-23/+11
| | | | | | | | | | | | h5committested.
| * | [svn-r26378] Bring revisions #26220 - #26324 from trunk to revise_chunks. ↵Vailin Choi2015-03-063-6/+6
| | | | | | | | | | | | 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-043-6/+6
| | | | | | | | | | | | h5committested.
| * | [svn-r25844] Fix for SWMR-15: eliminate the "Terminated" message from kill ↵Vailin Choi2014-11-2516-305/+54
| | | | | | | | | | | | | | | | | | | | | when testing h5watch: --Use signal handler to catch SIGTERM and SIGINT. Also remove redundant tests to lessen the possibility of failures due to timing in catching h5watch output.
| * | [svn-r25823] Bring revisions #25484 - 25508 from trunk to revise_chunks.Vailin Choi2014-11-181-1/+1
| | | | | | | | | | | | h5committested.
| * | [svn-r25814] Bring revisions #25284 - #25434 from trunk to revise_chunks.Vailin Choi2014-11-133-3/+0
| | | | | | | | | | | | | | | (Revision #25283 is skipped since it was backed out later on 11/3/2015.) h5committested.
| * | [svn-r25333] Bring revisions #24948 - #25120 from trunk to revise_chunks.Vailin Choi2014-06-193-3/+0
| | | | | | | | | | | | Tested on jam, ostrich, koala, platypus.
| * | [svn-r25328] Bring revisions #24851 - 24948 from trunk to revise_chunks.Vailin Choi2014-06-195-224/+1346
| | | | | | | | | | | | Tested on jam, koala, ostrich, platypus.
| * | [svn-r25309] Bring revisions #24783 - #24851 from trunk to revise_chunks.Vailin Choi2014-06-175-75/+2
| | | | | | | | | | | | Tested on jam, koala, ostrich, platypus.
| * | [svn-r25307] Bring revisions #24698 - #24783 from trunk to revise_chunks.Vailin Choi2014-06-172-23/+23
| | | | | | | | | | | | Tested on jam, koala, ostrich, platypus.
| * | [svn-r24454] Checkin for bug fix SWMR-11: used message file to coordinate ↵Vailin Choi2013-11-1536-287/+428
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | test runs for h5watch. The changes were initially done as part of the file locking implementation. In addition, fixes for the following: A) Bug fix when enable-production in test/tfile.c-- --test_swmr_write(): use latest format in creating the test files B) Bug fixes to sync up with revise_chksum_retry branch: 1) test/accum.c--fix to use new_argv/new_envp for execve() and clean out compilation warnings 2) hl/src/H5HLprivate2.h--put the defines in alphabetical order 3) hl/tools/h5watch/h5watch.c--h5watch test exit code error due to error stack 4) hl/tools/h5watch/extend_dset.c--clean up some compilation warnings Tested on jam, ostrich, koala, platypus, emu, aix.
| * | [svn-r24336] Bring revisions #24118 - #24200 from trunk.Vailin Choi2013-10-213-0/+3
| | |
| * | [svn-r24293] Bring revisions #24058 - #24098 from trunk to revise_chunks.Vailin Choi2013-10-151-1/+1
| | | | | | | | | | | | h5committested.
| * | [svn-r24278] Purpose: Block v-1 B-tree writes under SWMR write semanticsDana Robinson2013-10-101-1/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Description: Modified the MD cache so that v-1 B-tree node writes are prohibited under SWMR semantics. Testing changes: testswmr Removed the -i b1 option from the test. NOTE: The testswmr.sh test performs operations that are not currently supported under our current level of SWMR implementation. links Modified an external link test so that a close/reopen w/ SWMR write test is not performed when the v-1 B-trees are used. dsets Chunk tests don't run when using SWMR and the old file formt (i.e. v-1 B-tree chunk indexes). Also added a new test that fails when trying to write v-1 B-tree nodes. Makefile updated to clean up all test files created by this test. flushrefresh Modified the test to use the latest file format. Tested on: jam (32-bit LE linux) koala (64-bit LE linux) ostrich (64-bit BE linux)
| * | [svn-r24094] Removed WATCH.h5 from source control. It's regenerated by the ↵Dana Robinson2013-09-031-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | script and is causing problems since it's "modified" on each run of make check. Tested on: jam (minor change)
| * | [svn-r24060] Bring revisions #24002 - 24029 from trunk to revise_chunks.Vailin Choi2013-08-222-13/+57
| | | | | | | | | | | | h5committested.
| * | [svn-r23954] Bring revisions #23715 - 23745 from trunk to revise_chunks.Vailin Choi2013-07-311-0/+3
| | | | | | | | | | | | h5committested.
| * | [svn-r23600] Bring revisions #23085 - #23341 from trunk to revise_chunks.Vailin Choi2013-04-194-4/+4
| | | | | | | | | | | | h5committested.