summaryrefslogtreecommitdiffstats
path: root/src/H5PLpath.c
Commit message (Collapse)AuthorAgeFilesLines
* Revert path processing to fix daily test errors.Dana Robinson2019-07-101-1/+1
|
* Updates to warnhist script, along with a few cleanups, and add some commentsQuincey Koziol2019-07-101-1/+1
| | | | to warning cleanups that are a bit obscure.
* Add support for GCC9, update warnhist script, and clean up warnings.Quincey Koziol2019-07-031-2/+2
|
* Fix plugin code from referencing invalid key ID value, and also switch fromQuincey Koziol2018-12-131-5/+5
| | | | | strtok() to strtok_r() to avoid possible interference with / to application use of strtok().
* Correct Windows build.Quincey Koziol2018-12-051-1/+1
|
* Add info_to_str and str_to_info "management" callbacks for serializing andQuincey Koziol2018-11-211-1/+1
| | | | deserializing a connector's info object.
* Fixed Windows code in H5PLpath.cDana Robinson2017-11-211-1/+1
|
* Brings H5Z and H5PL packages in sync with VOL integration branch.Dana Robinson2017-11-171-2/+2
|
* Major rework of H5PL package code before bringing VOL changesDana Robinson2017-07-141-0/+776
over. Brings coding standards in line with the rest of the library, enforces better software engineering principles, and makes everything more maintainable.