summaryrefslogtreecommitdiffstats
path: root/hl/tools/h5watch
Commit message (Collapse)AuthorAgeFilesLines
* Tools refactorAllen Byrne2020-07-151-36/+40
| | | | | | Move error_stack setup to tools library Add structure for h5dump properties Eliminate duplicated h5diff functions Use properties structure in place of argument lists.
* Trim trailing whitespaceQuincey Koziol2020-04-203-20/+20
|
* TRILAB-192 add c++ and fortran warnings build systems one fileAllen Byrne2020-04-051-0/+5
|
* Update Tools library to be better compatible with VOL connectorsJordan Henderson2020-03-171-1/+9
| | | | | | | | | | | | | | | | | | | | | Modify h5repack to integrate with VOL connectors Update tools library to accomodate VOL connectors Update logic in h5tools_fopen for VOL connectors Add command-line options to h5repack for specifying in/out VOL connectors Implement h5tools_set_vol_fapl Fix library shutdown issue Integrate ROS3 and HDFS VFDs into new h5tools_get_fapl() scheme Avoid H5Ocopy in h5repack when using different VOL connectors Update h5tools_test_utils.c for ROS3 and HDFS integration
* TRILAB-142 Change minimum CMake version to 3.12Allen Byrne2020-02-211-1/+1
|
* HDFFV-11011 correct issues with target file extensionAllen Byrne2020-01-281-9/+3
|
* HDFFV-11001 need to qualify all by parallel or serial typesAllen Byrne2020-01-151-1/+1
|
* HDFFV-11001 Add fine control over testingAllen Byrne2020-01-151-2/+4
|
* In portable shell scripts (using #!/bin/sh) we have to use single squareDavid Young2019-12-191-1/+1
| | | | brackets, [ ], instead of the bash-ism double square brackets, [[ ]].
* Correct assignmentAllen Byrne2019-12-101-1/+1
|
* Fix java include, h5watch and remove clang tool.Allen Byrne2019-12-101-10/+11
|
* HDFFV-10876 Update h5dump and h5ls for new ref api.Allen Byrne2019-11-071-70/+70
|
* HDFFV-10529 Update CMake tests to use test fixturesAllen Byrne2019-07-231-8/+19
|
* HDFFV-10845 use of TARGETFILE disables auto emulatorAllen Byrne2019-07-171-1/+4
|
* HDFFV-10805 cleanup examples and test codeAllen Byrne2019-06-201-3/+9
|
* HDFFV-10805 Add option to only build shared targetsAllen Byrne2019-06-182-17/+42
| | | | | HDFFV-10805 Add ONLY_SHARED_LIBS option and prefer shared over static HDFFV-10803 Update FindSZIP.cmake find module Remove unneeded modules and update java modules
* Modified Makefile.ams for h5repack, h5watch and gif2h5 to allowLarry Knox2019-06-121-12/+15
| | | | | | | disabling tests. Moved h5cc.in from tools/src/misc to src directory to always create h5cc whether or not tools are enabled. Added configuration status of tools and tests to libhdf5.settings.
* HDFFV-10741 - remove SKIP_ERRSTK_TESTS optionAllen Byrne2019-04-151-20/+12
|
* HDFFV-10741 - add option to skip tool error stack testsAllen Byrne2019-03-261-12/+20
|
* HDFFV-10703 Update CMake commands to latest standardAllen Byrne2019-02-151-1/+1
|
* HDFFV-10632 update autotools test scripts to match cmakeAllen Byrne2018-12-061-36/+83
|
* Need nonexistent file to skip stdout compareAllen Byrne2018-12-051-1/+1
|
* HDFFV-10632 - split stderr and stdout in cmakeAllen Byrne2018-12-031-20/+39
|
* Develop normalization with vol_integration.Dana Robinson2018-09-191-1/+1
| | | | | Mostly peripheral things like the tools and wrappers, with just enough core library code to support that.
* Fix MPI on Windows by adding MPI include folderAllen Byrne2018-05-091-4/+4
|
* TRILABS-19 remove add_defintions and use generator expressionsAllen Byrne2018-04-261-12/+12
|
* TRILABS-20 set a compiler name on all project commandsAllen Byrne2018-04-201-1/+1
|
* TRILABS-19 All c code INCLUDE_DIRECTORIES convertedAllen Byrne2018-04-181-9/+5
|
* TRILABS-19 Initial conversion of include_directories to targetsAllen Byrne2018-04-171-0/+2
|
* Change CMake min to 3.10Allen Byrne2018-03-091-1/+1
|
* Inc CMake min, Add new tests, rework test CMake filesAllen Byrne2018-02-271-1/+1
|
* Merge branch 'develop' of ↵lrknox2018-01-301-4/+0
|\ | | | | | | https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into develop
| * HDFFV-10385 rework java namesAllen Byrne2018-01-171-4/+0
| |
* | Increase maximum number of retries to 30 for h5watch tests.lrknox2018-01-301-1/+1
|/
* Increase maximum number of retries for h5watch tests.lrknox2017-12-241-1/+1
|
* Minor warning fixesDana Robinson2017-11-151-0/+1
|
* Make a fix to allow CMake testing which does not use relative directories.Richard Warren2017-11-021-1/+1
|
* HDFF-10254 - Copy test files with macro to avoid POST_BUILD failureAllen Byrne2017-07-121-9/+2
|
* Minor type fixes to h5watch.Dana Robinson2017-05-252-19/+19
|
* Fixed many minor warnings.Dana Robinson2017-05-251-30/+30
|
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2017-04-257-36/+35
| | | | | | | | | | 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.
* Fix for HDFFV-10166 h5watch tests fail randomly to match expected output filesVailin Choi2017-04-213-495/+469
| | | | | (1) Re-structure tests to do one "extend" action at a time (2) Re-try test till max limit before final failure
* Switch to using flag in signal handler, to trigger dropping out of main loopQuincey Koziol2017-04-031-4/+5
| | | | and shutdown cleanly, instead of calling leave() from the signal handler.
* Stop skipping h5watch tests.lrknox2017-03-241-3/+3
|
* Update CMake files and formattingAllen Byrne2017-03-011-36/+22
|
* HDFFV-9875 Fix target exports and add static tools pdb filesAllen Byrne2017-02-021-5/+9
|
* Update cmake min version and cmake command conventionAllen Byrne2017-01-102-10/+10
|
* Skip h5watch testsVailin Choi2017-01-101-0/+4
| | | | | Tests for h5watch are skipped temporarily. Debugging for test failures will be done.
* hdf5 lib needed for extend_dset link. Allen Byrne2016-12-281-2/+2
|
* Add test lib to extend_dset test link lineAllen Byrne2016-12-281-1/+1
|