summaryrefslogtreecommitdiffstats
path: root/src/H5PL.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Add error log for dlopenAllen Byrne2016-10-271-1/+1
|
* [svn-r30312] HDFFV-9706: Commit changes as discussed in HDF5-379.Allen Byrne2016-08-221-25/+32
|
* [svn-r30285] Description:Quincey Koziol2016-08-131-1/+1
| | | | | | | | | More warning cleanups, bringing the build down to 25 unique types of warnings, with 550 warnings in 122 files (down from 28, 770, and 134). Tested on: MacOSX/64 10.11.5 (amazon) w/serial & parallel (h5committest forthcoming)
* [svn-r30231] HDFFV-9944: else statement and braces.Allen Byrne2016-08-011-17/+24
| | | | refactored out the assert statement since H5MM_xfree allows null argument.
* [svn-r30113] Description:Quincey Koziol2016-06-281-1/+1
| | | | | | | | Clean up warnings (from 2774 -> 1560, with my standard debug build) Tested on: MacOSX/64 10.11.5 (amazon) w/serial, parallel & production (h5committest forthcoming)