summaryrefslogtreecommitdiffstats
path: root/tools/test/h5diff
Commit message (Collapse)AuthorAgeFilesLines
* Correct h5diff filenamesAllen Byrne2020-07-298-25/+25
|
* add test file extAllen Byrne2020-07-171-2/+2
|
* Correct file name in testAllen Byrne2020-07-161-1/+1
|
* Tools refactorAllen Byrne2020-07-1524-114/+445
| | | | | | Move error_stack setup to tools library Add structure for h5dump properties Eliminate duplicated h5diff functions Use properties structure in place of argument lists.
* Fixed h5diff command-line parameters to use 1 and 2 instead of srcDana Robinson2020-04-2210-100/+100
| | | | and dst.
* Added VOL command-line options to (p)h5diff, h5ls, h5dump, and h5mkgrp.Dana Robinson2020-04-2110-0/+120
|
* 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
|
* Revert "Revert "Moved -Wunsuffixed-float-constants to the developer warnings.""Dana Robinson2020-01-231-8/+6
| | | | This reverts commit 6486e06545bf637d46e18a787395542f4fca143a.
* merge and fix conflictkmu2020-01-193-226/+230
|\
| * HDFFV-11001 need to qualify all by parallel or serial typesAllen Byrne2020-01-151-27/+29
| |
| * HDFFV-11001 Add fine control over testingAllen Byrne2020-01-152-2/+4
| |
| * Update tools hid_t declarations with H5I_INVALID_HIDAllen Byrne2020-01-131-189/+189
| |
* | merge and fix conflictskmu2020-01-146-8/+96
|\ \ | |/
| * Merge pull request #2071 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings ↵Kimmy Mu2020-01-061-2/+2
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to develop * commit '0a2bb11b248df6841daabca3970df5d8504adfc7': address problems from comments fix and address comments change according to previous comments add missing piece remove unnecessary check macro fix intel compile warnings Revert "fix warnings from Intel compiler" Revert "fix warnings and some text alignment" Revert "let hdf5 pick up the right compiler in Intel environment" Revert "fix issues from previous PR comments" Revert "using a different MACRO" using a different MACRO fix issues from previous PR comments let hdf5 pick up the right compiler in Intel environment fix warnings and some text alignment fix warnings from Intel compiler
| | * remove unnecessary check macrokmu2019-12-061-3/+2
| | |
| | * fix intel compile warningskmu2019-12-041-2/+3
| | |
| * | Correct flaws in test scripts and filesAllen Byrne2019-12-222-4/+4
| | |
| * | Add list to function argAllen Byrne2019-12-211-1/+1
| | |
| * | Test files for new ref typesAllen Byrne2019-12-211-0/+13
| | |
| * | h5diff test script filesAllen Byrne2019-12-212-0/+4
| | |
| * | Add ref changes to test scriptAllen Byrne2019-12-211-1/+4
| | |
| * | HDFFV-10980 - h5diff uses new ref APIsAllen Byrne2019-12-194-4/+72
| | |
* | | fix unused related warningskmu2020-01-131-8/+8
| |/ |/|
* | Revert "fix warnings from Intel compiler"kmu2019-11-261-2/+2
| | | | | | | | This reverts commit 8b9338ab57eec0cc8fa5a36c44d7b28e52e9a466.
* | Revert "fix issues from previous PR comments"kmu2019-11-261-3/+2
| | | | | | | | This reverts commit d242a900f420b040e364f6c0976c01593e955db3.
* | Revert "using a different MACRO"kmu2019-11-261-2/+2
| | | | | | | | This reverts commit fc61b7a9f3a38331809ebcb6247482943947cdb8.
* | using a different MACROkmu2019-11-251-2/+2
| |
* | fix issues from previous PR commentskmu2019-11-251-2/+3
| |
* | fix warnings from Intel compilerkmu2019-11-071-2/+2
|/
* Fix MPI test dependsAllen Byrne2019-10-231-1/+1
|
* Make wrappers, tests and tools use H5Treclaim() instead of H5Dvlen_reclaim()Jerome Soumagne2019-10-081-12/+12
|
* Add HD prefix to testsAllen Byrne2019-08-151-223/+223
|
* HDFFV-10529 Update CMake tests to use test fixturesAllen Byrne2019-07-231-33/+9
|
* HDFFV-10845 separate test used by copy windows filesAllen Byrne2019-07-171-1/+8
|
* HDFFV-10845 mingw needs special windows reference filesAllen Byrne2019-07-171-1/+1
|
* HDFFV-10845 use of TARGETFILE disables auto emulatorAllen Byrne2019-07-172-2/+5
|
* Add lib dir for testing pluginsAllen Byrne2019-06-211-0/+2
|
* Cleanup possible CMake target conflictsAllen Byrne2019-06-191-11/+11
|
* 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-10703 Update CMake commands to latest standardAllen Byrne2019-02-151-8/+8
|
* Refactor mpi test namesAllen Byrne2019-02-111-8/+8
|
* Rename parallel tests to start with PAR_Allen Byrne2019-02-111-1/+1
|
* HDFFV-10632 update autotools test scripts to match cmakeAllen Byrne2018-12-062-3/+90
|
* HDFFV=10632 test cleanupAllen Byrne2018-12-0612-145/+1
|
* HDFFV-10632 - split stderr and stdout in cmakeAllen Byrne2018-12-0310-26/+13
|
* Develop normalization with vol_integration.Dana Robinson2018-09-191-89/+75
| | | | | 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-2/+2
|
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-04-301-2/+6
|\ | | | | | | | | | | | | * commit '1f8cb03e11a46f853881f45dac18eff2dd68401e': Fix errors in Makefile.am files that cause "make check" to repeat test, even when there are no changes to source files. (Also add a ggenerated script to the list of files cleaned up on 'make distclean') Further minor cleanups Checkpoint normalization against incoming hyperslab / selection / dataspace improvements.
| * Fix errors in Makefile.am files that cause "make check" to repeat test, evenQuincey Koziol2018-04-291-2/+6
| | | | | | | | | | when there are no changes to source files. (Also add a ggenerated script to the list of files cleaned up on 'make distclean')