summaryrefslogtreecommitdiffstats
path: root/tools/test/h5dump
Commit message (Collapse)AuthorAgeFilesLines
* Replace H5E_ATOM major error category with H5E_ID (#121)Dana Robinson2020-11-309-26/+26
| | | | | | | | | | * Renames H5I_ATOM to H5I_ID, among other related changes * Java has been updated. * Fortran is failing on my VM, even though I don't touch that. * Adds a RELEASE.txt note for H5E_ATOM to H5E_ID changes * Fixes typos in comments
* CMake: MINGW implies WIN32Michel Zou2020-10-301-1/+1
|
* Clang-format of source filesAllen Byrne2020-09-303-3228/+3296
|
* OESS-98 merge with clang-format changesAllen Byrne2020-09-251-2/+2
|
* CMake and script changes for clang-formatAllen Byrne2020-09-041-0/+14
|
* Removes staff email addresses from the repositoryDana Robinson2020-08-071-5/+5
| | | | Removes redundant C library headers from hl library
* Fixes indenting in tools test scriptsDana Robinson2020-08-045-384/+386
|
* Protected H5Oset_comment() in h5dump test generator.Dana Robinson2020-04-281-24/+60
| | | | (Assumes environment variable overrides default VOL connector)
* Fixes for warnings in the tools code.Dana Robinson2020-04-253-117/+362
|
* Trim trailing whitespaceQuincey Koziol2020-04-201-3/+3
|
* Fix standalone linkAllen Byrne2020-02-251-1/+2
|
* TRILAB-142 Change minimum CMake version to 3.12Allen Byrne2020-02-212-31/+25
|
* H5_HAVE_PARALLEL, _DEBUG_API, etc. Add attributes to some variables andDavid Young2020-02-101-1/+1
| | | | parameters that are unused under some configurations.
* HDFFV-11011 correct issues with target file extensionAllen Byrne2020-01-285-60/+30
|
* merge and fixkmu2020-01-214-11/+53
|\
| * Merge branch 'develop' into stack_size_warningsDana Robinson2020-01-175-92/+94
| |\
| | * Squashed commit of the token_refactoring branch:Dana Robinson2020-01-163-3/+3
| | |
| * | Fixed stack and frame size warnings. Not complete, but fixes most ofDana Robinson2020-01-151-8/+50
| | | | | | | | | | | | the easier cases.
* | | merge and fix conflictkmu2020-01-192-127/+132
|\ \ \ | | |/ | |/|
| * | HDFFV-11001 need to qualify all by parallel or serial typesAllen Byrne2020-01-151-1/+1
| | |
| * | HDFFV-11001 Add fine control over testingAllen Byrne2020-01-151-4/+6
| | |
| * | Update tools hid_t declarations with H5I_INVALID_HIDAllen Byrne2020-01-131-85/+85
| |/
* | merge and fix conflictskmu2020-01-147-118/+124
|\ \ | |/
| * Merge pull request #2244 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings ↵Kimmy Mu2020-01-091-2/+2
| |\ | | | | | | | | | | | | | | | | | | to develop * commit '6b1b4b3c0bdd803835efe8c531965bb9900a5363': fix test assert fail error
| | * fix test assert fail errorkmu2020-01-091-2/+2
| | |
| * | Merge pull request #2071 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings ↵Kimmy Mu2020-01-062-12/+12
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | * Merge branch 'develop' into bugfix/intel_warningskmu2019-12-091-1/+1
| | |\
| | * | remove unnecessary check macrokmu2019-12-062-7/+6
| | | |
| | * | fix intel compile warningskmu2019-12-042-12/+13
| | | |
| | * | Revert "fix warnings from Intel compiler"kmu2019-11-262-12/+12
| | | | | | | | | | | | | | | | This reverts commit 8b9338ab57eec0cc8fa5a36c44d7b28e52e9a466.
| | * | Revert "fix issues from previous PR comments"kmu2019-11-262-11/+10
| | | | | | | | | | | | | | | | This reverts commit d242a900f420b040e364f6c0976c01593e955db3.
| | * | Revert "using a different MACRO"kmu2019-11-262-10/+10
| | | | | | | | | | | | | | | | This reverts commit fc61b7a9f3a38331809ebcb6247482943947cdb8.
| | * | using a different MACROkmu2019-11-252-10/+10
| | | |
| | * | fix issues from previous PR commentskmu2019-11-252-10/+11
| | | |
| | * | fix warnings from Intel compilerkmu2019-11-072-12/+12
| | | |
| * | | Grep needs to search error fileAllen Byrne2019-12-221-1/+1
| | | |
| * | | grep for failure text in error stackAllen Byrne2019-12-221-1/+37
| | | |
| * | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-12-201-1/+1
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'b55a584fd5b3aac6f2514fba41a6182030b497ae': In portable shell scripts (using #!/bin/sh) we have to use single square brackets, [ ], instead of the bash-ism double square brackets, [[ ]]. Make this script work on hosts where PERL is not installed at /usr/bin/perl.
| | * | | In portable shell scripts (using #!/bin/sh) we have to use single squareDavid Young2019-12-191-1/+1
| | | | | | | | | | | | | | | | | | | | brackets, [ ], instead of the bash-ism double square brackets, [[ ]].
| * | | | HDFFV-10980 - h5diff uses new ref APIsAllen Byrne2019-12-191-0/+33
| |/ / /
| * | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-12-051-1/+1
| |\ \ \ | | | |/ | | |/| | | | | | | | | * commit 'c7b3d6d6a5c1d376812e17c0ddb26f55334a2c59': Yanked -Wc++-compat from the flags used to build the C library in both the Autotools and CMake.
| * | | Update reference files and fix int as stringAllen Byrne2019-12-033-31/+31
| | | |
| * | | Update to new error textAllen Byrne2019-12-022-6/+6
| | | |
| * | | Update reference files to latest outputAllen Byrne2019-12-023-108/+45
| | |/ | |/|
* | | fix unused related warningskmu2020-01-131-113/+113
| |/ |/|
* | Yanked -Wc++-compat from the flags used to build the C library in bothDana Robinson2019-12-041-1/+1
|/ | | | the Autotools and CMake.
* Improvements in response to Allen's suggestions.Larry Knox2019-10-091-12/+12
|
* Corrections and improvements to testh5dump.sh.in changes.Larry Knox2019-10-091-34/+10
|
* Fix errors in testh5dump.sh tests that grep for reference error messages.Larry Knox2019-10-091-3/+33
|
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-10-081-16/+16
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '4c558700ab33934e7358483c5d20fea4823baf9e': Update RELEASE.txt for reference changes Fix reference type comparison in h5dump Make wrappers, tests and tools use H5Treclaim() instead of H5Dvlen_reclaim() Add new H5R API that abstracts object, region and attribute reference types Remove ability to loc by ref from H5VL layer Add support for retrieving object name by token Add H5VL_OBJECT_GET_TYPE to get object type Add H5VL_MAX_TOKEN_SIZE and H5VL_token_t Adapt Jerome's "file info" H5VL 'get' query to retrieve container token info. Fix H5VL_blob_get to return size of blob Add 'blob' callbacks to VOL, along with a native implementation to store them in the global heap, and changed the VL datatype conversion code to use blobs. Remove debugging logic from the new t_bigio test Expanded t_bigio.c to include Jordan's test from HDFFV-10539 Another cleanup pass as suggested by the reviewers. Fix some typos and remove an unused prototype from H5Sprivate.h At the suggestion of the PR reviewers, moved the mpio_create_large_type to H5mpi.c and renamed the function appropriately. Also moved some support functions to set and get the vvalue where we transistion to using derived datatypes. Made code review edit suggested by Jerome, plus various code updates to files that I touched to eliminate compile warnings (on my Linux box). No functional changes, just removed some tab characters Make the initial bug fixes to allow >2GB writes with Independent IO