summaryrefslogtreecommitdiffstats
path: root/tools/test/h5diff
Commit message (Collapse)AuthorAgeFilesLines
* Update tools hid_t declarations with H5I_INVALID_HIDAllen Byrne2020-01-131-189/+189
|
* 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
| |
| * 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
| |
* | 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 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')
* | TRILABS-19 remove add_defintions and use generator expressionsAllen Byrne2018-04-261-6/+6
|/
* 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-17/+12
|
* HDFFV-10444 fix soversion numbers for librariesAllen Byrne2018-04-101-1/+1
|
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-03-1815-3128/+3736
|\ | | | | | | | | | | merge_func_enter_vol Plus initial steps toward merging API context push into FUNC_ENTER_API* macros
| * 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
| |
| * HDFFV-8745 remove obsolete filesAllen Byrne2018-01-102-0/+0
| |
| * HDFFV-9745 Create test and files to verify fixesAllen Byrne2018-01-048-3123/+3734
| |
| * HDFFV-8745 remove files from test scriptsAllen Byrne2018-01-022-4/+0
| |
| * HDFFV-8745 remove obsolete filesAllen Byrne2018-01-022-0/+0
| |
| * HDFFV-8745 - fix implementation of 8625Allen Byrne2018-01-024-14/+21
| |
* | Add API context interface and use it throughout the library.Quincey Koziol2018-03-151-2/+5
|/