summaryrefslogtreecommitdiffstats
path: root/tools/test/h5stat
Commit message (Collapse)AuthorAgeFilesLines
* Removes partial long options from the tools (#872)Dana Robinson2021-08-032-2/+2
| | | | | | | | Some of the command-line tools would allow partial long options (e.g., --datas instead of --dataset). These were inconsistently implemented, difficult to maintain, and occasionally blocked useful long options. They have been removed from all the tools. NOTE: This change should NOT be merged to 1.12 or earlier.
* Fixes a couple of warnings: (#849)Dana Robinson2021-07-221-34/+111
| | | | | | | - warn_unused_result warnings from h5jamgentest and j5stat_gentest that were triggered by write(2) calls where we didn't check the return value - A missing callback in the NULL VOL connector - A possibly uninitialized property list pointer
* Fixes for a couple of trivial warnings (#676)Dana Robinson2021-05-241-1/+1
| | | | | | | | | | | * Committing clang-format changes * Trivial warning fixes: * Removes an unused done target in H5Tbit.c * Add (void) to quiet "ignored return value" warnings in the generators (which generally ignore errors) Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* Update license url part2 (#333)Larry Knox2021-02-174-4/+4
| | | | | | * Modify temporary rpath for testing in java example scripts. * Update URL in source file Copyright headers for web copy of COPYING file - files not in src or test.
* Clang-format of source filesAllen Byrne2020-09-301-163/+174
|
* OESS-98 merge with clang-format changesAllen Byrne2020-09-251-1/+1
|
* CMake and script changes for clang-formatAllen Byrne2020-09-041-0/+7
|
* 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-10/+4
|
* 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-1/+3
|
* Update tools hid_t declarations with H5I_INVALID_HIDAllen Byrne2020-01-131-28/+28
|
* Add HD prefix to testsAllen Byrne2019-08-151-7/+7
|
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-07-293-0/+30
|\ | | | | | | | | | | | | | | * commit 'f97e11e7635a0cd8728d4604ca5dceb3925ba44c': Update comment and check for strtoumax. Modify CMakeLists.txt file for renamed h5tools_test_utils files. Add HD to string functions. Switched strtoul to strtoumax in H5FDs3comms.c. Removed unused functions and variables in s3 and hdfs TestH5Pfapl*.java. Update Copyright headers. Squashed commit of the following:
| * Squashed commit of the following:Larry Knox2019-07-253-0/+30
| | | | | | | | | | | | | | | | | | | | | | Merge changes from update_merged_S3_HDFS branch into develop. commit d5034315aea88629929ac0c9c59ebfafd5f21a31 Merge: 9c48823 d3fdcd8 Author: Larry Knox <lrknox@hdfgroup.org> Date: Thu Jul 25 08:24:53 2019 -0500 Merge branch 'develop' into update_merged_S3_HDFS
* | HDFFV-10529 Update CMake tests to use test fixturesAllen Byrne2019-07-231-34/+1
|/
* HDFFV-10845 use of TARGETFILE disables auto emulatorAllen Byrne2019-07-172-3/+5
|
* HDFFV-10805 Add option to only build shared targetsAllen Byrne2019-06-182-6/+12
| | | | | 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
* 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-7/+7
|
* HDFFV-10632 update autotools test scripts to match cmakeAllen Byrne2018-12-061-12/+24
|
* Need nonexistent file to skip stdout compareAllen Byrne2018-12-051-0/+1
|
* HDFFV-10632 - split stderr and stdout in cmakeAllen Byrne2018-12-0315-13/+60
|
* TRILAB-81 coverity fixesAllen Byrne2018-10-171-178/+134
|
* Develop normalization with vol_integration.Dana Robinson2018-09-191-1/+0
| | | | | Mostly peripheral things like the tools and wrappers, with just enough core library code to support that.
* Changes based on feedback from pull request.Vailin Choi2018-07-121-1/+0
|
* Modifications made based on feedback from pull request.Vailin Choi2018-07-112-9/+23
|
* Fix for HDFFV-10333:Vailin Choi2018-07-1111-1/+165
| | | | | | | | | 1) Check for valid object header version for a refcount messge 2) Check for invalid fill value size 3) Check for invalid dimension size in a layout message 4) Add --enable-error-stack option to h5stat 5) Add error checks to h5stat.c 6) Add tests to h5stat and h5dump
* Fix MPI on Windows by adding MPI include folderAllen Byrne2018-05-091-1/+1
|
* TRILABS-19 remove add_defintions and use generator expressionsAllen Byrne2018-04-261-3/+3
|
* TRILABS-20 set a compiler name on all project commandsAllen Byrne2018-04-201-1/+1
|
* TRILABS-19 Initial conversion of include_directories to targetsAllen Byrne2018-04-171-16/+12
|
* Add missing test fileAllen Byrne2018-03-281-0/+2
|
* Add missing test which is in autotoolsAllen Byrne2018-03-271-0/+4
|
* 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
|
* HDFFV-10385 rework java namesAllen Byrne2018-01-171-1/+0
|
* Cleanup cmake clean macrosAllen Byrne2017-10-031-95/+47
|
* Fix STREQUAL if commands.Allen Byrne2017-10-021-1/+1
|
* Make test scripts fail if result files are createdAllen Byrne2017-05-021-29/+31
|
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2017-04-254-18/+23
| | | | | | | | | | 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.
* Final merge of page buffering branch to developQuincey Koziol2017-03-1411-17/+26
|
* Update CMake files and formattingAllen Byrne2017-03-011-2/+2
|
* Update cmake min version and cmake command conventionAllen Byrne2017-01-102-10/+10
|
* Bring SWMR-related tools changes from revise_chunks to develop.Quincey Koziol2016-12-111-0/+4
|
* Split tools into src and test - add foldersAllen Byrne2016-10-2742-0/+2036