summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experimentDavid Young2020-09-2725-23/+394
|\
| * Add h5ls test plugin format targetAllen Byrne2020-09-251-0/+8
| * File changes to affect formattingAllen Byrne2020-09-041-2/+2
| * CMake and script changes for clang-formatAllen Byrne2020-09-0423-21/+384
* | Repair more format strings.David Young2020-09-261-2/+2
* | Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experimentDavid Young2020-09-0373-681/+2703
|\ \ | |/
| * Merge branch 'develop' into develop_minorDana Robinson2020-08-273-1/+25
| |\
| | * The version string has a second use for packagingAllen Byrne2020-08-261-1/+1
| | * Add back function for VERIFY_EXTERNAL_CONSOLIDATIONAllen Byrne2020-08-251-0/+20
| | * Fix S3/HDFS testAllen Byrne2020-08-231-0/+4
| * | Minor refactoring based on 1.10 normalization workDana Robinson2020-08-172-2/+2
| |/
| * TRILABS-277 Use JIRA number as #ifdefAllen Byrne2020-08-154-4/+49
| * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2020-08-151-1/+0
| |\
| | * Trivialities noticed while merging things to 1.10Dana Robinson2020-08-151-1/+0
| * | HDFFV-9984 fix test logicAllen Byrne2020-08-142-6/+5
| * | HDFFV-9984 - correct name of ref filesAllen Byrne2020-08-145-0/+0
| * | HDFFV-9984 add missing ref fileAllen Byrne2020-08-141-0/+28
| * | HDFFV-9984 - add missing ref filesAllen Byrne2020-08-147-0/+541
| * | HDFFV-9984 Add options to merge/prune external links during repackAllen Byrne2020-08-1429-120/+1481
| |/
| * Removes staff email addresses from the repositoryDana Robinson2020-08-0719-29/+28
| * Warning fixes in tools and h5test.cDana Robinson2020-08-062-26/+28
| * Fixes indenting in tools test scriptsDana Robinson2020-08-0410-508/+529
| * Minor normalizations with 1.12 branchDana Robinson2020-08-012-7/+7
| * Mingw copy disabledAllen Byrne2020-07-312-5/+8
* | Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experimentDavid Young2020-07-3060-4635/+3845
|\ \ | |/
| * Warnings reduction in toolsAllen Byrne2020-07-3010-134/+126
| * Correct reference fileAllen Byrne2020-07-291-2/+2
| * Correct h5diff filenamesAllen Byrne2020-07-298-25/+25
| * Only one line needed to compareAllen Byrne2020-07-271-0/+1
| * Revert err fileAllen Byrne2020-07-271-8/+0
| * revert error-stack enableAllen Byrne2020-07-201-1/+1
| * add test file extAllen Byrne2020-07-171-2/+2
| * Correct file name in testAllen Byrne2020-07-161-1/+1
| * Tools refactorAllen Byrne2020-07-1555-4600/+3825
* | Always #define HDfprintf as fprintf in this header. I believe this will fixDavid Young2020-07-071-1/+1
* | Use the portable `-eq` operator instead of the bash-ism `==`. Fixes theDavid Young2020-07-071-1/+1
* | Restore a literal percent sign ("%%") that I accidentally deleted.David Young2020-07-071-1/+1
* | Delete extra argument, there is no formatting for it.David Young2020-07-071-1/+1
* | Squash my changes on branch `fprintf-experiment` into one commit forDavid Young2020-07-0711-56/+56
|/
* Address CMake and deprecated API build failures from monotonic timer patch.Quincey Koziol2020-07-031-1/+1
* Clean up warningsQuincey Koziol2020-06-281-24/+24
* Refactor code to remove remaining checks for H5_HAVE_GETTIMEOFDAY scattered a...Quincey Koziol2020-06-272-292/+149
* Fix for HDFFV-10961:vchoi2020-06-112-4/+16
* Fix for HDFFV-10961: add description to usage for --increment option.vchoi2020-06-111-2/+7
* Removed HDgets macros since gets was deprecated in C99 and removedDana Robinson2020-05-102-2/+2
* Protected H5Oset_comment() in h5dump test generator.Dana Robinson2020-04-281-24/+60
* Merge branch 'develop' of ssh://bitbucket.hdfgroup.org:7999/~jhenderson/hdf5 ...Jordan Henderson2020-04-271-179/+224
|\
| * Merge pull request #2540 in HDFFV/hdf5 from extend_h5debug to developQuincey Koziol2020-04-271-179/+224
| |\
| | * Range check # of 'extra' command-line parameters against array size.Quincey Koziol2020-04-261-1/+9
| | * Refactor "extra" command-line arguments, and clean up code so the tool doesn'tQuincey Koziol2020-04-261-183/+216