summaryrefslogtreecommitdiffstats
path: root/src/H5PLpkg.h
Commit message (Collapse)AuthorAgeFilesLines
* Fixed many -Wreserved-id-macro warnings by fixing header guard spelling (#361)Sean McBride2021-02-231-3/+3
| | | | | | | | | | | | | | | | * Fixed many -Wreserved-id-macro warnings by fixing header guard spelling Removed leading underscore(s) from header guard spelling. Used 2 regexes: ` _H5(.*)_H` ` __H5(.*)_H` Applied case-insensitively to only .h files. * Modified scripts that generate header files to not use underscore prefix Interestingly, there was already no leading underscore in the trailing comment at the end of the file * Fixed remaining -Wreserved-id-macro warning not caught by regex
* Update license url (#332)Larry Knox2021-02-171-1/+1
| | | | | | * Modify temporary rpath for testing in java example scripts. * Update URL in source file Copyright headers for web copy of COPYING file - src and test directories.
* Enable H5Fopen to probe list of available VOL connectors when opening a (#182)jhendersonHDF2020-12-161-3/+5
| | | file
* 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