summaryrefslogtreecommitdiffstats
path: root/src/H5PLpkg.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge H5Fopen VOL auto-detect feature and latest VOL fixes to 1.12 (#395)jhendersonHDF2021-03-151-3/+5
| | | | | | | * Enable H5Fopen to probe list of available VOL connectors when opening a file * Unwrap file VOL object when destroying file (#308) * Check for wrap context before unwrapping file VOL object in H5F__dest (#325)
* 1 12 merges from develop (#412)Allen Byrne2021-03-031-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * OESS-98 fix tools test for plugins * sync fork * Merge of changes from dev * Move problem option to bottom of the list until fixed * HDFFV-11106 - fix parsing optional args * HDFFV-11106 add note * grammer fix * Whitespace after clang formatting * Undo format version 11 changes * Update check to working version * Merge workflow and minor changes from develop * Update supported platforms * PR#3 merge from develop * Merge gcc 10 diagnostics option from develop * Merge #318 OSX changes from develop * Merge serval small changes from dev * fix typo * Minor non-space formatting changes * GH #386 copyright corrections for java folder * revert because logic requires false return * Merges from develop #358 patches from vtk #361 fix header guard spelling * Remove case statement for H5I_EVENTSET * Correct call with versioning * Remove tabs * Double underscore change
* Update URL in source file Copyright headers for web copy of COPYINGLarry Knox2021-02-201-1/+1
| | | | file - src and test directories.
* Source formattedAllen Byrne2020-10-011-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