| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | | | | | Modify MTIME size behavior to be closer to expectations (we hope). | Jacob Smith | 2018-09-20 | 1 | -21/+12 |
|
|
| * | | | | | | | | | Continued progress in implementing tests. | Jacob Smith | 2018-09-20 | 1 | -115/+153 |
|
|
| * | | | | | | | | | Make questionable tests fail with TODOs | Jacob Smith | 2018-09-14 | 1 | -0/+4 |
|
|
| * | | | | | | | | | Change to use internal routines to get dcpl minimize setting. | Jacob Smith | 2018-09-14 | 1 | -0/+2 |
|
|
| * | | | | | | | | | Add modtime dataset to explicitly not track | Jacob Smith | 2018-09-14 | 1 | -0/+25 |
|
|
| * | | | | | | | | | Refactor file- and dataset-creation code for easier reading. | Jacob Smith | 2018-09-14 | 1 | -354/+368 |
|
|
| * | | | | | | | | | Remove redundant code and refactor | Jacob Smith | 2018-09-12 | 1 | -43/+4 |
|
|
| * | | | | | | | | | Add presumptive test for external links. | Jacob Smith | 2018-09-12 | 3 | -5/+125 |
|
|
| * | | | | | | | | | Add additional tests (or placeholders for same). | Jacob Smith | 2018-09-12 | 1 | -35/+394 |
|
|
| * | | | | | | | | | Add new test file | Jacob Smith | 2018-09-11 | 1 | -0/+1322 |
|
|
| * | | | | | | | | | Stash work on object header reduction code and tests. | Jacob Smith | 2018-09-11 | 7 | -7/+265 |
|
|
* | | | | | | | | | | Changes based on feedback from pull request. | Vailin Choi | 2018-12-31 | 2 | -3/+3 |
|
|
* | | | | | | | | | | Fix for HDFFV-10659: The library abort with "infinite loop closing library" | Vailin Choi | 2018-12-28 | 6 | -16/+267 |
| |_|_|_|_|_|_|/ /
|/| | | | | | | | |
|
* | | | | | | | | | Merge pull request #1386 in HDFFV/hdf5 from ~JHENDERSON/hdf5:develop to develop | Jordan Henderson | 2018-12-28 | 1 | -1/+96 |
|\ \ \ \ \ \ \ \ \
| |_|_|_|_|_|_|/ /
|/| | | | | | | | |
|
| * | | | | | | | | Add test for H5Arename NULL/empty attribute name fix | Jordan Henderson | 2018-12-17 | 1 | -1/+96 |
|
|
* | | | | | | | | | Merge pull request #1407 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop | Allen Byrne | 2018-12-21 | 2 | -0/+332 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | HDFFV-10656 Add CHECK_VOL support to CMake | Allen Byrne | 2018-12-20 | 2 | -0/+332 |
| | |_|_|_|_|_|_|/
| |/| | | | | | | |
|
* | | | | | | | | | Remove core VFD-specific property list call and regenerate encoded property | Quincey Koziol | 2018-12-20 | 13 | -4/+1 |
|/ / / / / / / / |
|
* | | | | | | | | Correct core VFD to run with a 1MB increment instead of a 1 byte increment! | Quincey Koziol | 2018-12-19 | 1 | -2/+2 |
| |_|_|_|_|_|/
|/| | | | | | |
|
* | | | | | | | Clear driver properties before returning them to application. | Quincey Koziol | 2018-12-19 | 13 | -2/+0 |
|
|
* | | | | | | | Merge pull request #1384 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:build_tweaks t... | Dana Robinson | 2018-12-18 | 1 | -14/+19 |
|\ \ \ \ \ \ \
| |_|_|_|_|_|/
|/| | | | | | |
|
| * | | | | | | Updates the autotools tests to also emit the VOL connector | Dana Robinson | 2018-12-16 | 1 | -14/+19 |
| |/ / / / / |
|
* | | | | | | Merge pull request #1364 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:h5i_reference_... | Dana Robinson | 2018-12-17 | 2 | -3/+0 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | Removed H5I_REFERENCE from the library. It has always been unused | Dana Robinson | 2018-12-08 | 2 | -3/+0 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ... | Quincey Koziol | 2018-12-13 | 1 | -0/+65 |
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|
| * | | | | Add test for H5Aget_info(_by_name/_by_idx) NULL info pointer | Jordan Henderson | 2018-12-13 | 1 | -0/+65 |
| | |_|/
| |/| | |
|
* | | | | Fix plugin code from referencing invalid key ID value, and also switch from | Quincey Koziol | 2018-12-13 | 1 | -6/+9 |
|/ / / |
|
* | | | Merge pull request #1367 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop | hdftest | 2018-12-12 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | Use version 2 functions in test file to address compile errors for | Larry Knox | 2018-12-12 | 1 | -2/+2 |
| |/ / |
|
* | | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Allen Byrne | 2018-12-07 | 1 | -2/+103 |
|\ \ \
| |/ / |
|
| * | | Merge pull request #1348 in HDFFV/hdf5 from ~SONGYULU/hdf5_ray:bugfix/HDFFV-1... | Ray Lu | 2018-12-07 | 1 | -2/+103 |
| |\ \ |
|
| | * | | HDFFV-10635: Some minor changes to the test case and the comments in the libr... | Songyu Lu | 2018-12-06 | 1 | -28/+29 |
|
|
| | * | | HDFFV-10635: add a test case. | Songyu Lu | 2018-12-05 | 1 | -2/+102 |
|
|
* | | | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Allen Byrne | 2018-12-06 | 1 | -6/+17 |
|\ \ \ \
| |/ / / |
|
| * | | | Update to new callbacks in H5VL_class_t. | Quincey Koziol | 2018-12-05 | 1 | -6/+17 |
|
|
* | | | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Allen Byrne | 2018-12-05 | 24 | -460/+651 |
|\ \ \ \
| |/ / / |
|
| * | | | Remove duplicated comment. | Quincey Koziol | 2018-11-30 | 1 | -9/+0 |
|
|
| * | | | Add a couple of missing prototypes for static routines, along with updating | Quincey Koziol | 2018-11-30 | 1 | -6/+6 |
|
|
| * | | | Correct "make check-vol" regression test target. | Quincey Koziol | 2018-11-29 | 1 | -0/+2 |
|
|
| * | | | Switch H5VL_class_value_t from enum to unsigned integer | Quincey Koziol | 2018-11-29 | 1 | -2/+5 |
|
|
| * | | | Add support for "make check-vol", along with a few minor cleanups, etc. | Quincey Koziol | 2018-11-29 | 4 | -13/+14 |
|
|
| * | | | Refactor infrastructure for setting FAPL information from environment | Quincey Koziol | 2018-11-28 | 3 | -154/+217 |
|
|
| * | | | Add using FAPL from h5_fileaccess() to more tests. | Quincey Koziol | 2018-11-22 | 4 | -39/+194 |
|
|
| * | | | Remove unused test for unimplemented routine. | Quincey Koziol | 2018-11-22 | 1 | -150/+0 |
|
|
| * | | | Revert some of the changes to support the original property list value of | Quincey Koziol | 2018-11-18 | 1 | -0/+11 |
|
|
| * | | | Add VOL connector info to the flie access property list returned from | Quincey Koziol | 2018-11-18 | 1 | -5/+46 |
|
|
| * | | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ... | Quincey Koziol | 2018-11-07 | 2 | -17/+21 |
| |\ \ \
| | |/ / |
|
| * | | | Switch driver | plugin => connector. | Quincey Koziol | 2018-11-04 | 2 | -46/+48 |
|
|
| * | | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ... | Quincey Koziol | 2018-11-04 | 4 | -160/+209 |
| |\ \ \ |
|
| * | | | | Refactor and standardize the link VOL callbacks. Also fix error stack for | Quincey Koziol | 2018-11-01 | 1 | -7/+10 |
|
|