Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix plugin code from referencing invalid key ID value, and also switch from | Quincey Koziol | 2018-12-13 | 1 | -1/+1 |
| | | | | | strtok() to strtok_r() to avoid possible interference with / to application use of strtok(). | ||||
* | Add info_to_str and str_to_info "management" callbacks for serializing and | Quincey Koziol | 2018-11-21 | 1 | -2/+2 |
| | | | | deserializing a connector's info object. | ||||
* | Brings H5Z and H5PL packages in sync with VOL integration branch. | Dana Robinson | 2017-11-17 | 1 | -7/+7 |
| | |||||
* | HDFFV-10328 - remove allocation changes | Allen Byrne | 2017-11-17 | 1 | -21/+1 |
| | |||||
* | HDFFV-10328 merge allocation changes from 1.8 | Allen Byrne | 2017-11-16 | 1 | -3/+23 |
| | |||||
* | Moved H5PL diagnostic pragmas to comply with old gcc requirements that they | Dana Robinson | 2017-08-02 | 1 | -8/+7 |
| | | | | be outside of functions. | ||||
* | Major rework of H5PL package code before bringing VOL changes | Dana Robinson | 2017-07-14 | 1 | -0/+308 |
over. Brings coding standards in line with the rest of the library, enforces better software engineering principles, and makes everything more maintainable. |