Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Snapshot version 1.11 release 5. | hdftest | 2019-05-02 | 1 | -7/+7 |
| | | | | Update version to 1.11.6. | ||||
* | HDFFV-10741 - remove SKIP_ERRSTK_TESTS option | Allen Byrne | 2019-04-15 | 8 | -254/+163 |
| | |||||
* | Merge remote-tracking branch 'origin/develop' into env_vol_load | Quincey Koziol | 2019-04-03 | 11 | -147/+247 |
|\ | |||||
| * | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Allen Byrne | 2019-04-03 | 1 | -7/+7 |
| |\ | | | | | | | | | | | | | | | | | | | | | | * commit '844f38c6462f42a9a3a6002de6a4acb0520b8fb7': Correct entry Snapshot version 1.11 release 4. Update version to 1.11.5. Allow option to select NAMESPACE Correct examples for packaging | ||||
| | * | Snapshot version 1.11 release 4. | hdftest | 2019-04-01 | 1 | -7/+7 |
| | | | | | | | | | | | | Update version to 1.11.5. | ||||
| * | | HDFFV-10741 - add option to skip tool error stack tests | Allen Byrne | 2019-03-26 | 8 | -140/+228 |
| |/ | |||||
| * | Added the HDopen work-around on windows to pio_engine.c | Dana Robinson | 2019-03-15 | 1 | -0/+6 |
| | | |||||
| * | Adds _wopen support on Windows so that files with UTF-8 names | Dana Robinson | 2019-03-15 | 1 | -0/+6 |
| | | | | | | | | | | | | can be opened. Fixes: HDFFV-2714, HDFFV-3914, HDFFV-3895, HDFFV-8237, HDFFV-10413, HDFFV-10691 | ||||
* | | Specify the default VOL connector to use with an environment variable. | Quincey Koziol | 2019-03-10 | 2 | -4/+10 |
|/ | | | | | | | | 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 | 16 | -152/+134 |
| | |||||
* | Refactor mpi test names | Allen Byrne | 2019-02-11 | 2 | -10/+10 |
| | |||||
* | Rename parallel tests to start with PAR_ | Allen Byrne | 2019-02-11 | 1 | -1/+1 |
| | |||||
* | Distinguish parallel performance tests | Allen Byrne | 2019-02-11 | 1 | -2/+2 |
| | |||||
* | Refactor out timeout values | Allen Byrne | 2019-02-06 | 1 | -1/+1 |
| | |||||
* | Fail configure if SZIP/ZLIB is requested but not found | Allen Byrne | 2019-02-05 | 1 | -4/+2 |
| | |||||
* | Fix typo | Allen Byrne | 2019-01-18 | 1 | -1/+1 |
| | |||||
* | Fix missing depends for last repart test | Allen Byrne | 2019-01-18 | 1 | -9/+16 |
| | |||||
* | Updated error stacks for h5dump testing. | Quincey Koziol | 2019-01-06 | 7 | -24/+0 |
| | |||||
* | Fix runtest case for data to stdout in tool | Allen Byrne | 2018-12-31 | 1 | -2/+2 |
| | |||||
* | Remove unused CMake files | Allen Byrne | 2018-12-21 | 2 | -65/+0 |
| | |||||
* | HDFFV-10656 Add CHECK_VOL support to CMake | Allen Byrne | 2018-12-20 | 3 | -39/+139 |
| | |||||
* | Use H5I_INVALID_HID | Allen Byrne | 2018-12-15 | 1 | -1/+1 |
| | |||||
* | HDFFV-10632 update autotools test scripts to match cmake | Allen Byrne | 2018-12-06 | 9 | -61/+230 |
| | |||||
* | HDFFV=10632 test cleanup | Allen Byrne | 2018-12-06 | 15 | -168/+2 |
| | |||||
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Allen Byrne | 2018-12-05 | 20 | -205/+286 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '55e87e5b86aacbb37c57614cd2e869541291caad': (51 commits) Correct Windows build. Refactor allocating & releasing pass through wrapper objects. Fix typo Remove duplicated comment. Add a couple of missing prototypes for static routines, along with updating a comment from VOL plugin -> connector. Switch H5VL_class_value_t from unsigned to int, and add "invalid" ID value. Correct "make check-vol" regression test target. Switch H5VL_class_value_t from enum to unsigned integer Add support for "make check-vol", along with a few minor cleanups, etc. Refactor infrastructure for setting FAPL information from environment variables during testing, including connecting native, pass-through, and dynamically loaded VOL connectors. Also bring native and pass-through VOL connectors into alignment, removing the "H5VLnative_private.h" header. Remove example VOL connector, since it's been superceded by the pass-through VOL connector in the src subdirectory. Add pass-through VOL connector Update API tracing info for VOL functions and regenerate trace macros for VOL API calls. Added 'notify' callback for async requests; switched VOL class and info comparison to return comparison value as parameter, so they can return error values; "cancelled" -> "canceled"; switched order of 'wrap_object' and 'free_wrap_ctx' management callbacks. Add using FAPL from h5_fileaccess() to more tests. Remove unused test for unimplemented routine. Switch loc_params to VOL callbacks to pass struct by pointer instead of by value. Add info_to_str and str_to_info "management" callbacks for serializing and deserializing a connector's info object. Revert some of the changes to support the original property list value of metadata read attempts. Add VOL connector info to the flie access property list returned from H5Fget_access_plist(). Also, other misc. cleanups, etc. ... | ||||
| * | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵ | Quincey Koziol | 2018-11-18 | 6 | -11/+440 |
| |\ | | | | | | | | | | stackable_vol | ||||
| * \ | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵ | Quincey Koziol | 2018-11-12 | 1 | -2/+2 |
| |\ \ | | | | | | | | | | | | | stackable_vol | ||||
| * | | | Switch tool error output to match VOL changes within library | Quincey Koziol | 2018-11-12 | 20 | -205/+286 |
| | | | | |||||
| * | | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵ | Quincey Koziol | 2018-11-07 | 12 | -455/+434 |
| |\ \ \ | | | | | | | | | | | | | | | | stackable_vol | ||||
| * | | | | Squashed commit of private branch changes to support stackable VOL plugins. | Quincey Koziol | 2018-10-25 | 20 | -27/+27 |
| | | | | | | | | | | | | | | | | | | | | modified: test/dsets.c | ||||
* | | | | | Fix special macro stdout as empty | Allen Byrne | 2018-12-05 | 1 | -0/+1 |
| | | | | | |||||
* | | | | | Need nonexistent file to skip stdout compare | Allen Byrne | 2018-12-05 | 3 | -0/+3 |
| | | | | | |||||
* | | | | | HDFFV-10632 - split stderr and stdout in cmake | Allen Byrne | 2018-12-03 | 48 | -64/+314 |
| |_|_|/ |/| | | | |||||
* | | | | HDFFV-10601: Some compiler doesn't support clock_gettime(). So I changed to ↵ | Songyu Lu | 2018-11-16 | 1 | -77/+25 |
| | | | | | | | | | | | | | | | | use gettimeofday (HDgettimeofday in the HDF5 library). | ||||
* | | | | Merge pull request #1316 in HDFFV/hdf5 from ↵ | Ray Lu | 2018-11-15 | 3 | -2/+469 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~SONGYULU/hdf5_ray:bugfix/HDFFV-10601-issues-with-chunk-cache-hash to develop * commit 'cd13d24e5140578a880aebe4e2d8b899179d0870': HDFFV-10601: I added error checking to the HDF5 functions. HDFFV10601: Adding performance test to verify the improvement. HDFFV-10601: I changed to a better way to calculate the number of chunks in a dataset. HDFFV-10601 Issues with chunk cache hash value calcuation: | ||||
| * | | | | HDFFV-10601: I added error checking to the HDF5 functions. | Songyu Lu | 2018-11-14 | 1 | -65/+161 |
| | | | | | |||||
| * | | | | HDFFV10601: Adding performance test to verify the improvement. | Songyu Lu | 2018-11-13 | 3 | -2/+373 |
| | |/ / | |/| | | |||||
* | | | | Renamed h5repart's -family_to_sec2 to -family_to_single. | Dana Robinson | 2018-11-14 | 3 | -9/+23 |
| |_|/ |/| | | |||||
* | | | Fix target files for commands | Allen Byrne | 2018-11-09 | 1 | -2/+2 |
|/ / | |||||
* | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Allen Byrne | 2018-11-06 | 7 | -90/+102 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | * commit '1652a60fcbe9894d7c34a778fb24dce1979fb9a9': HDFFV-10605 Only test plugins if SHARED enabled Correct platforms Correct extlib depends Commit version changes for additional files for 1.11.3 snapshot release. | ||||
| * \ | Merge pull request #1319 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop | Allen Byrne | 2018-11-06 | 1 | -7/+7 |
| |\ \ | | | | | | | | | | | | | | | | | * commit '81cb24ac1db0f4936b19067cdb7fa4e14e0d00db': Commit version changes for additional files for 1.11.3 snapshot release. | ||||
| | * | | Commit version changes for additional files for 1.11.3 snapshot release. | Larry Knox | 2018-11-06 | 1 | -7/+7 |
| | |/ | |||||
| * | | HDFFV-10605 Only test plugins if SHARED enabled | Allen Byrne | 2018-11-06 | 6 | -83/+95 |
| |/ | |||||
* | | TRILAB-82 fixed errors found in review | Allen Byrne | 2018-10-24 | 1 | -0/+2 |
| | | |||||
* | | TRILAB-81 coverity fixes | Allen Byrne | 2018-10-17 | 5 | -365/+330 |
|/ | |||||
* | VOL FEATURE | Dana Robinson | 2018-10-10 | 22 | -164/+326 |
| | |||||
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Dana Robinson | 2018-09-24 | 5 | -12/+24 |
|\ | | | | | | | | | | | | | | | | | | | * 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 | 5 | -12/+24 |
| | | |||||
* | | Remainder of vol_normalization changes (dataset, attribute, files, objects). | Dana Robinson | 2018-09-24 | 2 | -3/+3 |
|/ | |||||
* | Snapshot version 1.11 release 2. | hdftest | 2018-09-20 | 1 | -7/+7 |
| |