summaryrefslogtreecommitdiffstats
path: root/tools/test/h5dump
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
| * Make wrappers, tests and tools use H5Treclaim() instead of H5Dvlen_reclaim()Jerome Soumagne2019-10-081-16/+16
| |
* | Change reference test to grep for specific errorAllen Byrne2019-10-071-3/+3
|/
* Add HD prefix to testsAllen Byrne2019-08-151-23/+23
|
* Merge reconciliation and VFD test fixesAllen Byrne2019-08-043-6/+107
|
* HDFFV-10529 Update CMake tests to use test fixturesAllen Byrne2019-07-234-822/+13
|
* Add missing target root path, check other export macroAllen Byrne2019-07-171-21/+25
|
* HDFFV-10845 skip test if CMake command doesn't support ignore EOLAllen Byrne2019-07-171-14/+10
|
* HDFFV-10845 copy files with windows EOLAllen Byrne2019-07-171-4/+6
|
* HDFFV-10845 use of TARGETFILE disables auto emulatorAllen Byrne2019-07-175-14/+30
|
* HDFFV-10845 fix configure check and PATHsAllen Byrne2019-07-171-2/+2
|
* Add test cleanupAllen Byrne2019-06-241-0/+5
|
* Need to shift off two argumentsAllen Byrne2019-06-241-0/+1
|
* HDFFV-9407 add autotools testAllen Byrne2019-06-241-0/+29
|
* HDFFV-9407 Add testAllen Byrne2019-06-241-0/+30
|
* Merge branch 'develop' into feature/update_gcc_flagsQuincey Koziol2019-06-221-0/+1
|\
| * Add lib dir for testing pluginsAllen Byrne2019-06-211-0/+1
| |
* | Add support for GCC 7.x warnings, update warnhist script to account for them,Quincey Koziol2019-06-211-17/+7
|/ | | | clean up warnings.
* Cleanup possible CMake target conflictsAllen Byrne2019-06-191-11/+11
|
* HDFFV-10805 Add option to only build shared targetsAllen Byrne2019-06-185-31/+55
| | | | | 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-10741 - remove SKIP_ERRSTK_TESTS optionAllen Byrne2019-04-151-66/+48
|
* Merge remote-tracking branch 'origin/develop' into env_vol_loadQuincey Koziol2019-04-031-28/+44
|\
| * HDFFV-10741 - add option to skip tool error stack testsAllen Byrne2019-03-261-28/+44
| |
* | Specify the default VOL connector to use with an environment variable.Quincey Koziol2019-03-101-2/+4
|/ | | | | | | | This implicitly adds support for changing the VOL connector for command-line tools or any application linked with the library. Also, add 'make check-vol' support for all directories, clearing up necessary issues in testing scripts, etc.
* HDFFV-10703 Update CMake commands to latest standardAllen Byrne2019-02-154-24/+24
|
* Fail configure if SZIP/ZLIB is requested but not foundAllen Byrne2019-02-051-4/+2
|
* Updated error stacks for h5dump testing.Quincey Koziol2019-01-067-24/+0
|
* HDFFV-10632 update autotools test scripts to match cmakeAllen Byrne2018-12-062-12/+0
|
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-11-121-2/+2
|\ | | | | | | stackable_vol
| * Fix target files for commandsAllen Byrne2018-11-091-2/+2
| |
* | Switch tool error output to match VOL changes within libraryQuincey Koziol2018-11-1219-192/+270
| |
* | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-11-072-24/+28
|\ \ | |/ | | | | stackable_vol
| * HDFFV-10605 Only test plugins if SHARED enabledAllen Byrne2018-11-062-24/+28
| |
* | Squashed commit of private branch changes to support stackable VOL plugins.Quincey Koziol2018-10-2519-26/+26
|/ | | | modified: test/dsets.c
* VOL FEATUREDana Robinson2018-10-1020-153/+309
|
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Dana Robinson2018-09-242-2/+4
|\ | | | | | | | | | | | | | | | | | | * commit '2618dc314b9e4875e6ece7ee8696846ac2d02183': Remove extra unneeded Remove libsettings from pregenerated block CMake changes for SKIPPED and flush tests Correct $withval usage in configure HDFFV-10332 Adjust checks and generation of files HDFFV-10332 Use pre-generated files
| * CMake changes for SKIPPED and flush testsAllen Byrne2018-09-242-2/+4
| |
* | Remainder of vol_normalization changes (dataset, attribute, files, objects).Dana Robinson2018-09-242-3/+3
|/
* Removed 'VOL' versions of FUNC_ENTER macros as well as empty functionsDana Robinson2018-09-1811-138/+102
| | | | orginally intended to support the full SWMR feature.
* Add missing test optionAllen Byrne2018-07-241-1/+1
|
* Add test file with unwritten datasetsAllen Byrne2018-07-242-4/+96
|
* Changes based on feedback from pull request.Vailin Choi2018-07-121-2/+2
|
* Modifications made based on feedback from pull request.Vailin Choi2018-07-112-3/+8
|