Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | fix unused related warnings | kmu | 2020-01-13 | 1 | -113/+113 | |
| |/ |/| | ||||||
* | | Yanked -Wc++-compat from the flags used to build the C library in both | Dana Robinson | 2019-12-04 | 1 | -1/+1 | |
|/ | | | | the Autotools and CMake. | |||||
* | Improvements in response to Allen's suggestions. | Larry Knox | 2019-10-09 | 1 | -12/+12 | |
| | ||||||
* | Corrections and improvements to testh5dump.sh.in changes. | Larry Knox | 2019-10-09 | 1 | -34/+10 | |
| | ||||||
* | Fix errors in testh5dump.sh tests that grep for reference error messages. | Larry Knox | 2019-10-09 | 1 | -3/+33 | |
| | ||||||
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Allen Byrne | 2019-10-08 | 1 | -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 Soumagne | 2019-10-08 | 1 | -16/+16 | |
| | | ||||||
* | | Change reference test to grep for specific error | Allen Byrne | 2019-10-07 | 1 | -3/+3 | |
|/ | ||||||
* | Add HD prefix to tests | Allen Byrne | 2019-08-15 | 1 | -23/+23 | |
| | ||||||
* | Merge reconciliation and VFD test fixes | Allen Byrne | 2019-08-04 | 3 | -6/+107 | |
| | ||||||
* | HDFFV-10529 Update CMake tests to use test fixtures | Allen Byrne | 2019-07-23 | 4 | -822/+13 | |
| | ||||||
* | Add missing target root path, check other export macro | Allen Byrne | 2019-07-17 | 1 | -21/+25 | |
| | ||||||
* | HDFFV-10845 skip test if CMake command doesn't support ignore EOL | Allen Byrne | 2019-07-17 | 1 | -14/+10 | |
| | ||||||
* | HDFFV-10845 copy files with windows EOL | Allen Byrne | 2019-07-17 | 1 | -4/+6 | |
| | ||||||
* | HDFFV-10845 use of TARGETFILE disables auto emulator | Allen Byrne | 2019-07-17 | 5 | -14/+30 | |
| | ||||||
* | HDFFV-10845 fix configure check and PATHs | Allen Byrne | 2019-07-17 | 1 | -2/+2 | |
| | ||||||
* | Add test cleanup | Allen Byrne | 2019-06-24 | 1 | -0/+5 | |
| | ||||||
* | Need to shift off two arguments | Allen Byrne | 2019-06-24 | 1 | -0/+1 | |
| | ||||||
* | HDFFV-9407 add autotools test | Allen Byrne | 2019-06-24 | 1 | -0/+29 | |
| | ||||||
* | HDFFV-9407 Add test | Allen Byrne | 2019-06-24 | 1 | -0/+30 | |
| | ||||||
* | Merge branch 'develop' into feature/update_gcc_flags | Quincey Koziol | 2019-06-22 | 1 | -0/+1 | |
|\ | ||||||
| * | Add lib dir for testing plugins | Allen Byrne | 2019-06-21 | 1 | -0/+1 | |
| | | ||||||
* | | Add support for GCC 7.x warnings, update warnhist script to account for them, | Quincey Koziol | 2019-06-21 | 1 | -17/+7 | |
|/ | | | | clean up warnings. | |||||
* | Cleanup possible CMake target conflicts | Allen Byrne | 2019-06-19 | 1 | -11/+11 | |
| | ||||||
* | HDFFV-10805 Add option to only build shared targets | Allen Byrne | 2019-06-18 | 5 | -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 option | Allen Byrne | 2019-04-15 | 1 | -66/+48 | |
| | ||||||
* | Merge remote-tracking branch 'origin/develop' into env_vol_load | Quincey Koziol | 2019-04-03 | 1 | -28/+44 | |
|\ | ||||||
| * | HDFFV-10741 - add option to skip tool error stack tests | Allen Byrne | 2019-03-26 | 1 | -28/+44 | |
| | | ||||||
* | | Specify the default VOL connector to use with an environment variable. | Quincey Koziol | 2019-03-10 | 1 | -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 standard | Allen Byrne | 2019-02-15 | 4 | -24/+24 | |
| | ||||||
* | Fail configure if SZIP/ZLIB is requested but not found | Allen Byrne | 2019-02-05 | 1 | -4/+2 | |
| | ||||||
* | Updated error stacks for h5dump testing. | Quincey Koziol | 2019-01-06 | 7 | -24/+0 | |
| | ||||||
* | HDFFV-10632 update autotools test scripts to match cmake | Allen Byrne | 2018-12-06 | 2 | -12/+0 | |
| | ||||||
* | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵ | Quincey Koziol | 2018-11-12 | 1 | -2/+2 | |
|\ | | | | | | | stackable_vol | |||||
| * | Fix target files for commands | Allen Byrne | 2018-11-09 | 1 | -2/+2 | |
| | | ||||||
* | | Switch tool error output to match VOL changes within library | Quincey Koziol | 2018-11-12 | 19 | -192/+270 | |
| | | ||||||
* | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵ | Quincey Koziol | 2018-11-07 | 2 | -24/+28 | |
|\ \ | |/ | | | | | stackable_vol | |||||
| * | HDFFV-10605 Only test plugins if SHARED enabled | Allen Byrne | 2018-11-06 | 2 | -24/+28 | |
| | | ||||||
* | | Squashed commit of private branch changes to support stackable VOL plugins. | Quincey Koziol | 2018-10-25 | 19 | -26/+26 | |
|/ | | | | modified: test/dsets.c | |||||
* | VOL FEATURE | Dana Robinson | 2018-10-10 | 20 | -153/+309 | |
| | ||||||
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Dana Robinson | 2018-09-24 | 2 | -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 tests | Allen Byrne | 2018-09-24 | 2 | -2/+4 | |
| | | ||||||
* | | Remainder of vol_normalization changes (dataset, attribute, files, objects). | Dana Robinson | 2018-09-24 | 2 | -3/+3 | |
|/ | ||||||
* | Removed 'VOL' versions of FUNC_ENTER macros as well as empty functions | Dana Robinson | 2018-09-18 | 11 | -138/+102 | |
| | | | | orginally intended to support the full SWMR feature. | |||||
* | Add missing test option | Allen Byrne | 2018-07-24 | 1 | -1/+1 | |
| | ||||||
* | Add test file with unwritten datasets | Allen Byrne | 2018-07-24 | 2 | -4/+96 | |
| | ||||||
* | Changes based on feedback from pull request. | Vailin Choi | 2018-07-12 | 1 | -2/+2 | |
| | ||||||
* | Modifications made based on feedback from pull request. | Vailin Choi | 2018-07-11 | 2 | -3/+8 | |
| | ||||||
* | Fix for HDFFV-10333: | Vailin Choi | 2018-07-11 | 2 | -0/+91 | |
| | | | | | | | | | 1) Check for valid object header version for a refcount messge 2) Check for invalid fill value size 3) Check for invalid dimension size in a layout message 4) Add --enable-error-stack option to h5stat 5) Add error checks to h5stat.c 6) Add tests to h5stat and h5dump | |||||
* | Fix MPI on Windows by adding MPI include folder | Allen Byrne | 2018-05-09 | 1 | -2/+2 | |
| |