Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Basic alignment with async branch (#115) | Quincey Koziol | 2020-11-23 | 1 | -1/+1 |
| | | | | | | | * Basic alignment with async branch - trivial changes to reduce clutter in overall diff. * Update minor error code to reflect change within library * Update the error output to match library | ||||
* | Fix memory leak in H5PL__find_plugin_in_path | Michael Kuhn | 2020-10-05 | 1 | -1/+3 |
| | | | | | When encountering a directory, the current loop iteration was skipped without freeing the memory allocated for the path. | ||||
* | Clang-format of source files | Allen Byrne | 2020-09-30 | 1 | -90/+74 |
| | |||||
* | 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. |