summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
...
* Correct grep text for filter testAllen Byrne2020-03-061-3/+3
|
* Revert incorrect bool typeAllen Byrne2020-03-052-4/+4
|
* Fix CMake compare commandsAllen Byrne2020-03-052-38/+76
|
* Correct test script for errstackAllen Byrne2020-03-041-7/+80
|
* Fix h5ls attrregAllen Byrne2020-03-013-11/+46
|
* Fix gif tool and h5dumpAllen Byrne2020-03-017-85/+328
|
* Merge changes from other branchesAllen Byrne2020-02-2986-6185/+5780
|
* HDFFV-11012, sanitize, warnings and tools idsAllen Byrne2020-02-1128-719/+638
|
* HDFFV-11014, fix the h5repack issue that misses a few attributes during the ↵Muqun Yang2020-02-061-1/+7
| | | | repacking. The flag that checks the object reference attribute is not updated properly. The fix is trivial. Just need to move the flag update line into the inner loop. Tested at Jelly.
* Merfge changes to CMake test options and add sanitizersAllen Byrne2020-01-2015-202/+223
|
* Bring perform tools changes from developAllen Byrne2020-01-177-83/+92
|
* Remove attributeAllen Byrne2020-01-121-1/+1
|
* Fix CMake test macros and perform standalone testsAllen Byrne2020-01-1210-64/+205
|
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_8)Allen Byrne2020-01-1210-28/+28
|\ | | | | | | | | | | | | | | * commit 'd92575889bc5a509ba2ac428c2086855edd26b32': fix merge error Merge pull request #2244 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings to develop Merge pull request #2071 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings to develop Merge pull request #2234 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings to develop
| * Merge pull request #2244 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings ↵Kimmy Mu2020-01-101-2/+2
| | | | | | | | | | | | | | to develop * commit '6b1b4b3c0bdd803835efe8c531965bb9900a5363': fix test assert fail error
| * Merge pull request #2071 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings ↵Kimmy Mu2020-01-1010-28/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Standalone needs MPI libsAllen Byrne2019-12-221-2/+2
| |
* | Include should be the lib folderAllen Byrne2019-12-221-2/+2
| |
* | Standalone still requires timer functionsAllen Byrne2019-12-221-2/+4
| |
* | Standalone does not use tools or test librariesAllen Byrne2019-12-211-4/+4
|/
* Standalone doesn't use h5test implementation.Allen Byrne2019-12-201-2/+3
|
* Remove duplicate instanceAllen Byrne2019-12-161-4/+0
|
* Fix MPI depends nameAllen Byrne2019-10-231-1/+1
|
* Fix missing HD and whitespaceAllen Byrne2019-10-211-185/+112
|
* HDFFV-10903 adjust for missing functionsAllen Byrne2019-10-085-3/+12
|
* HDFFV-10903 correct include locationAllen Byrne2019-10-082-5/+5
|
* Ran bin/reconfigurebyrn2019-10-0713-6/+1484
|
* More whitespace changesAllen Byrne2019-10-033-215/+63
|
* Whitespace cleanupAllen Byrne2019-10-031-159/+157
|
* HDFFV-10919 merge external storage repackAllen Byrne2019-10-0230-335/+993
|
* Fix for statement declare variableAllen Byrne2019-09-301-1/+2
|
* HDFFV-10905 check for zlib availableAllen Byrne2019-09-251-1/+6
|
* Fix missing option and incorrect closeAllen Byrne2019-09-241-3/+4
|
* HDFFV-10903 merge S3 from devAllen Byrne2019-09-2351-1450/+3937
|
* Add changes to Makefile.in files and four H5e*.h files from running ↵Larry Knox2019-08-2812-48/+60
| | | | bin/reconfigur.
* OESS-29 Fix HD prefix in performAllen Byrne2019-08-276-400/+399
|
* Add HD prefixAllen Byrne2019-08-271-19/+21
|
* OESS-29 Fix shared MPI builds, more HD prefixAllen Byrne2019-08-2223-1199/+1203
|
* Merge mostly whitespace changes from 1.10 branchAllen Byrne2019-08-189-56/+74
|
* Mostly whitespace plus fix broken perf_serialAllen Byrne2019-08-151-0/+1
|
* Cleanup of duplicate symbolsAllen Byrne2019-08-155-260/+51
|
* Exclude test file when BUILD_TESTING offAllen Byrne2019-08-131-2/+1
|
* Do not do tests if BUILD_TESTING offAllen Byrne2019-08-131-14/+19
|
* Correct variable nameAllen Byrne2019-08-131-2/+2
|
* Fix parallel processAllen Byrne2019-08-091-41/+41
|
* Fix CMake MPI install errorAllen Byrne2019-08-091-1/+0
|
* Fix fortran SHARED issues from mergeAllen Byrne2019-08-071-1/+1
|
* Correct merge issues with VFD testsAllen Byrne2019-08-077-53/+196
|
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_8)Allen Byrne2019-07-312-12/+32
|\ | | | | | | | | * commit '45529fc51ed72aa4cb9471b1da27e96d1cff7f3e': Add bin/Makefile.in to MANIFEST. Update Makefile.am and Makefile.in in tools/h5repack to correct h5repacktst link error with --disable-shared option.
| * Add bin/Makefile.in to MANIFEST.Larry Knox2019-07-312-12/+32
| | | | | | | | | | Update Makefile.am and Makefile.in in tools/h5repack to correct h5repacktst link error with --disable-shared option.