summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_8)Allen Byrne2020-04-062-16/+46
|\ | | | | | | | | * commit '9da5bbcc9bae79f91788e72bace53ed2323e887f': H5repack bug fixes from develop
| * H5repack bug fixes from developJordan Henderson2020-04-052-16/+46
| |
* | Autotools reconfigure updateAllen Byrne2020-03-3113-13/+39
| |
* | TRILAB-192 merging warnings changes from developAllen Byrne2020-03-318-0/+28
|/
* Correct conditions for parallel builds with and without tests.Larry Knox2020-03-202-3/+3
|
* Fixes for test failures with --disable-tests --disable-tools options.Larry Knox2020-03-192-1/+6
| | | | Don't test ph5diff if tests are disabled.
* Add missing includeAllen Byrne2020-03-181-0/+4
|
* Remove double entryAllen Byrne2020-03-151-2/+0
|
* Remove unneeded filesAllen Byrne2020-03-112-52/+0
|
* Fix commentAllen Byrne2020-03-101-1/+1
|
* h5dump reg ref chnages has no error fileAllen Byrne2020-03-093-33/+6
|
* Check sizeof type to use correct ref_typeAllen Byrne2020-03-093-78/+65
|
* 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
|