summaryrefslogtreecommitdiffstats
path: root/src/H5PLplugin_cache.c
Commit message (Collapse)AuthorAgeFilesLines
* 1.10: Add spelling check to CI and fix errors. (#2442)Allen Byrne2023-02-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update CI and support files to match latest from 1.14 * Correct spelling * More spelling corrections * spelling fixes in testpar * Fix spelling errors in tools * More tools spelling fixes * Spelling fixes for rest of tools and some src * Fix spelling errors in src files, pt 2 * Fix spelling in src pt3 * Fix spelling errors pt4 * Fix spelling errors pt5 * Spelling fix pt6 * fix spelling error examples * fix spelling in tests * fix spelling errors in test pt2 * Fix spelling errors in test pt3 * fix spelling in test pt4 * Fix spelling errors in hl * fix spelling errors in c++ * Spelling fixes for fortran * spelling fixes for bin and java * Add relative path * Change spelling action to use a file for list of ignore words * Fix spelling ignore list * remove unused file
* 1.10 clang 13 format #1933 (#1940)Allen Byrne2022-07-291-1/+1
| | | | | * clang 13 format #1933 * Correct workflow
* Hdf5 1 10 Update license url (#403)Larry Knox2021-03-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | * close #195. (#196) * Update HDF5PluginMacros.cmake * Update HDF5PluginMacros.cmake * Modify temporary rpath for testing in java example scripts. (#230) * Fix undefined left shifting of negative numbers (#338) Undefined Bahavior Sanitizer errored here about left shifting negative numbers. * Update license url (#332) * 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. Co-authored-by: H. Joe Lee <hyoklee@hdfgroup.org> Co-authored-by: Sean McBride <sean@rogue-research.com>
* Source formattedAllen Byrne2020-10-011-49/+40
|
* Merge of clang-format changes from developAllen Byrne2020-09-301-2/+2
|
* Minor normalizations with developDana Robinson2020-08-161-3/+2
|
* Brings H5Z and H5PL packages in sync with VOL integration branch.Dana Robinson2017-11-171-7/+7
|
* HDFFV-10328 - remove allocation changesAllen Byrne2017-11-171-21/+1
|
* HDFFV-10328 merge allocation changes from 1.8Allen Byrne2017-11-161-3/+23
|
* Moved H5PL diagnostic pragmas to comply with old gcc requirements that theyDana Robinson2017-08-021-8/+7
| | | | be outside of functions.
* Major rework of H5PL package code before bringing VOL changesDana Robinson2017-07-141-0/+308
over. Brings coding standards in line with the rest of the library, enforces better software engineering principles, and makes everything more maintainable.