summaryrefslogtreecommitdiffstats
path: root/src/H5PL.c
Commit message (Collapse)AuthorAgeFilesLines
* 1.10: Add spelling check to CI and fix errors. (#2442)Allen Byrne2023-02-161-8/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Hdf5 1 10 merges (#1633)jhendersonHDF2022-04-141-1/+1
|
* 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>
* Mostly whitespace and comment cleanup. (#39)Allen Byrne2020-10-151-2/+0
|
* Source formattedAllen Byrne2020-10-011-40/+26
|
* Brought H5I, H5Z, and some of H5PL in line with develop/1.12.Dana Robinson2020-05-201-16/+16
|
* Removed 'VOL' from some H5PL comments.Dana Robinson2018-12-311-4/+3
|
* manual fix from merge with developM. Scot Breitenfeld2017-10-261-0/+1
|
* fixed merge with develop issuesM. Scot Breitenfeld2017-10-261-2/+2
|
* Merge branch 'develop' into hdf5_1_10M. Scot Breitenfeld2017-10-261-789/+195
|\
| * Major rework of H5PL package code before bringing VOL changesDana Robinson2017-07-141-790/+197
| | | | | | | | | | | | | | | | over. Brings coding standards in line with the rest of the library, enforces better software engineering principles, and makes everything more maintainable.
| * HDFFV-10170 revert entire changeAllen Byrne2017-04-251-83/+3
| |
| * Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2017-04-251-6/+4
| | | | | | | | | | | | | | | | | | | | hdf5_1_10 * commit '54957d37f5aa73912763dbb6e308555e863c43f4': Commit copyright header change for src/H5PLpkg.c which was added after running script to make changes. Add new files in release_docs to MANIFEST. Cimmit changes to Makefile.in(s) and H5PL.c that resulted from running autogen.sh. Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hdf5_1_10_1 Change copyright headers to replace url referring to file to be removed and replace it with new url for COPYING file.
| * Revert HDFFV-9655 by disabling test and not using new function.Allen Byrne2017-04-241-7/+9
| |
| * Merge pull request #447 in HDFFV/hdf5 from ↵Allen Byrne2017-04-211-7/+87
| |\ | | | | | | | | | | | | | | | | | | | | | | | | ~BYRN/hdf5_adb:bugfix/HDFFV-9655-plugin-path-relative to develop * commit 'a995a63085d88e1a633770536efeff5b01569445': HDFFV-9655 fix test and some warnings HDFFV-9655 fix compile and test HDFFV-9655 - Add functions for '@' - untested
| | * HDFFV-9655 fix test and some warningsAllen Byrne2017-04-211-3/+3
| | |
| | * Merge remote-tracking branch 'origin/develop' intoAllen Byrne2017-04-211-151/+93
| | |\ | | | | | | | | | | | | bugfix/HDFFV-9655-plugin-path-relative
| | | * Fix parameter formAllen Byrne2017-04-211-4/+4
| | | |
| | * | HDFFV-9655 fix compile and testAllen Byrne2017-04-211-35/+47
| | | |
| | * | HDFFV-9655 - Add functions for '@' - untestedAllen Byrne2017-03-291-0/+68
| | | |
| * | | Fixed problems that prevent bin/trace from marking up some functions.Dana Robinson2017-04-211-6/+16
| | |/ | |/|
| * | Express test mods to test/cache.cmainzer2017-04-151-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Modified test/cache.c to skip the smoke checks with paged aggregation for all express test levels other than 0 Change to src/H5PL.c seems to be the result of autogen.sh. As it seems to be correct, I am checking it in. Tested serial and parallel (debug only) on jelly.
| * | Update with checks for index boundsAllen Byrne2017-04-031-1/+10
| | |
| * | HDFFV-10143 fix use before setAllen Byrne2017-03-301-1/+1
| | |
| * | Fix code error and use H5PL_MAX_PATH_NUM in testAllen Byrne2017-03-301-2/+1
| | |
| * | HDFFV-10143 Cleanup due to commentsAllen Byrne2017-03-301-4/+2
| | |
| * | HDFFV-10143 change h5PLget to use buffer like H5Iget_nameAllen Byrne2017-03-301-31/+32
| | |
| * | HDFFV-10143 change put to replace and add constAllen Byrne2017-03-301-6/+6
| | |
| * | Remove redundant codeAllen Byrne2017-03-301-13/+9
| | |
| * | HDFFV-10143 Use Windows A version of ExpandEnvironmentStringsAllen Byrne2017-03-301-1/+1
| | |
| * | HDFFV-10143 Fix initial issues from reviewAllen Byrne2017-03-301-100/+37
| |/
| * HDFFV-10143 add APIs to manipulate plugin path tableAllen Byrne2017-03-281-0/+298
| |
* | merge from develop and apply HDFFV-8611Allen Byrne2017-05-241-1/+1
| |
* | Change signature of H5PLget_sizeAllen Byrne2017-04-251-8/+10
| |
* | Fixed problems that prevent bin/trace from marking up some functions.Dana Robinson2017-04-241-2/+8
| |
* | bin/trace updates in H5PL.cDana Robinson2017-04-201-0/+4
| |
* | Reformat char * argsAllen Byrne2017-04-181-4/+4
| |
* | Add new files in release_docs to MANIFEST.lrknox2017-04-151-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cimmit changes to Makefile.in(s) and H5PL.c that resulted from running autogen.sh. Conflicts: README.txt c++/src/Makefile.in fortran/src/Makefile.in hl/c++/src/Makefile.in hl/fortran/src/Makefile.in hl/src/Makefile.in java/src/jni/Makefile.in release_docs/RELEASE.txt src/Makefile.in
* | Change copyright headers to replace url referring to file to be removedlrknox2017-04-141-6/+4
| | | | | | | | | | | | | | | | and replace it with new url for COPYING file. Fix 2 lines in java error test expected output file where messages include line numbers changed by reducing the copyright header by 2 lines.
* | Update with checks for index boundsAllen Byrne2017-04-031-1/+10
| |
* | HDFFV-10143 fix use before setAllen Byrne2017-03-301-1/+1
| |
* | Fix code error and use H5PL_MAX_PATH_NUM in testAllen Byrne2017-03-301-2/+1
| |
* | HDFFV-10143 Cleanup due to commentsAllen Byrne2017-03-301-4/+2
| |
* | HDFFV-10143 change h5PLget to use buffer like H5Iget_nameAllen Byrne2017-03-301-31/+32
| |
* | HDFFV-10143 change put to replace and add constAllen Byrne2017-03-301-6/+6
| |
* | HDFFV-10143 Use Windows A version of ExpandEnvironmentStringsAllen Byrne2017-03-301-1/+1
| |
* | Remove redundant codeAllen Byrne2017-03-301-13/+9
| |
* | HDFFV-10143 Fix initial issues from reviewAllen Byrne2017-03-301-100/+37
| |
* | HDFFV-10143 add APIs to manipulate plugin path tableAllen Byrne2017-03-281-0/+298
|/
* Change dlopen from RTLD_NOW to RTLD_LAZYAllen Byrne2016-12-121-1/+1
|