summaryrefslogtreecommitdiffstats
path: root/src/H5PLint.c
Commit message (Collapse)AuthorAgeFilesLines
* 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-7/+56
| | | file
* Enforce VOL framework version compatibility when registering connectors. ↵Quincey Koziol2020-12-101-20/+9
| | | | Also add a version for the connector itself, some refactoring on the register calls, and move the logic for matching / rejecting a VOL connector class from the plugin module to the VOL module. (#151)
* Clang-format of source filesAllen Byrne2020-09-301-60/+42
|
* File changes to affect formattingAllen Byrne2020-09-041-9/+9
|
* Reduce differences between my -Werror branch and `develop`:David Young2020-01-291-3/+2
| | | | | | | | 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.
* Fixed plugin loading so it actually checks the plugin type.Dana Robinson2018-12-271-2/+13
|
* 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-12/+27
| | | | deserializing a connector's info object.
* VOL FEATUREDana Robinson2018-10-101-0/+21
|
* Brings H5Z and H5PL packages in sync with VOL integration branch.Dana Robinson2017-11-171-26/+36
|
* Moved H5PL diagnostic pragmas to comply with old gcc requirements that theyDana Robinson2017-08-021-9/+12
| | | | be outside of functions.
* Major rework of H5PL package code before bringing VOL changesDana Robinson2017-07-141-0/+381
over. Brings coding standards in line with the rest of the library, enforces better software engineering principles, and makes everything more maintainable.