Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reduce differences between my -Werror branch and `develop`: | David Young | 2020-01-29 | 1 | -32/+32 |
| | | | | | | | | Rename index -> idx, fileno -> fnumber, fileno -> fno to avoid GCC shadowed declaration warnings about index(3). Convert #pragma GCC diagnostic push/pop/ignored to the HDF5 library's H5_GCC_DIAG_OFF()/H5_GCC_DIAG_ON() macros. | ||||
* | Revert path processing to fix daily test errors. | Dana Robinson | 2019-07-10 | 1 | -1/+1 |
| | |||||
* | Updates to warnhist script, along with a few cleanups, and add some comments | Quincey Koziol | 2019-07-10 | 1 | -1/+1 |
| | | | | to warning cleanups that are a bit obscure. | ||||
* | Add support for GCC9, update warnhist script, and clean up warnings. | Quincey Koziol | 2019-07-03 | 1 | -2/+2 |
| | |||||
* | Fix plugin code from referencing invalid key ID value, and also switch from | Quincey Koziol | 2018-12-13 | 1 | -5/+5 |
| | | | | | strtok() to strtok_r() to avoid possible interference with / to application use of strtok(). | ||||
* | Correct Windows build. | Quincey Koziol | 2018-12-05 | 1 | -1/+1 |
| | |||||
* | Add info_to_str and str_to_info "management" callbacks for serializing and | Quincey Koziol | 2018-11-21 | 1 | -1/+1 |
| | | | | deserializing a connector's info object. | ||||
* | Fixed Windows code in H5PLpath.c | Dana Robinson | 2017-11-21 | 1 | -1/+1 |
| | |||||
* | Brings H5Z and H5PL packages in sync with VOL integration branch. | Dana Robinson | 2017-11-17 | 1 | -2/+2 |
| | |||||
* | Major rework of H5PL package code before bringing VOL changes | Dana Robinson | 2017-07-14 | 1 | -0/+776 |
over. Brings coding standards in line with the rest of the library, enforces better software engineering principles, and makes everything more maintainable. |