summaryrefslogtreecommitdiffstats
path: root/src/H5PLpkg.h
Commit message (Collapse)AuthorAgeFilesLines
* Clang-format of source filesAllen Byrne2020-09-301-55/+51
|
* HDFFV-11127 - force RTLD_LOCAL in dlopenAllen Byrne2020-08-121-1/+1
|
* Fixed plugin loading so it actually checks the plugin type.Dana Robinson2018-12-271-0/+2
|
* Fix plugin code from referencing invalid key ID value, and also switch fromQuincey Koziol2018-12-131-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 andQuincey Koziol2018-11-211-2/+4
| | | | deserializing a connector's info object.
* Brings H5Z and H5PL packages in sync with VOL integration branch.Dana Robinson2017-11-171-4/+4
|
* Major rework of H5PL package code before bringing VOL changesDana Robinson2017-07-141-1/+112
| | | | | | | | over. Brings coding standards in line with the rest of the library, enforces better software engineering principles, and makes everything more maintainable.
* Commit copyright header change for src/H5PLpkg.c which was added after ↵lrknox2017-04-251-6/+4
| | | | running script to make changes.
* HDFFV-10143 Cleanup due to commentsAllen Byrne2017-03-301-2/+2
|
* HDFFV-10143 Fix initial issues from reviewAllen Byrne2017-03-301-0/+50