summaryrefslogtreecommitdiffstats
path: root/src/H5PL.c
Commit message (Collapse)AuthorAgeFilesLines
* HDFFV-10328 Undo changesAllen Byrne2017-11-201-41/+2
|
* Another fix for error handlingAllen Byrne2017-11-161-3/+7
|
* HDFFV-10328 set external reference before copyAllen Byrne2017-11-161-5/+3
|
* HDFFV-10328 -Allocate H5Zclass structure from dlopened plugin.Allen Byrne2017-11-151-2/+39
|
* Change copyright headers to replace url referring to file to belrknox2017-05-161-6/+4
| | | | removed and replace it with new url for COPYING file.
* Change the signature of H5PLget_size functionAllen Byrne2017-05-111-6/+14
|
* HDFFV-10170 fix reconfigureAllen Byrne2017-04-181-0/+6
|
* Reformat char * argsAllen Byrne2017-04-181-4/+4
|
* Update with checks for index boundsAllen Byrne2017-04-031-1/+10
|
* FIX pkg include errorAllen Byrne2017-03-301-0/+1
|
* 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
| | | | | | Fixed Conflicts: MANIFEST test/plugin.c
* Merge/port changes from develop back to 1.8 for tools and cmakeAllen Byrne2017-03-291-30/+329
|
* [svn-r30249] Add missing define needed for windows compileAllen Byrne2016-08-021-1/+4
|
* [svn-r30234] HDFFV-9706: Add windows env var expansionAllen Byrne2016-08-011-34/+52
|
* [svn-r26460] HDFFV-8520: Add api to control pluginsAllen Byrne2015-03-161-70/+114
| | | | h5committest
* [svn-r26273] Fixes compile failures when building on Windows when UNICODE is ↵Dana Robinson2015-02-221-12/+21
| | | | | | | | | | | | | | | | | defined. This was due to wrapping a variable with the TEXT() macro and not forcing the <function>A form of certain Win32 API calls are always used. Although we do not defined UNICODE in our builds, others have encountered problems when building HDF5 as a part of a larger project where UNICODE is defined. Fix for: HDFFV-8927 Tested on: 64-bit Windows 7, Visual Studio 2012, CMake 3.2 All combinations of static/shared and UNICODE defined/undefined NOTE: plugin tests are skipped with static builds
* [svn-r26048] HDFFV-8736: Patch H5PL.c and test for cygwin plugin support. ↵Allen Byrne2015-01-271-0/+6
| | | | Merged from trunk.
* [svn-r25497] Description:Quincey Koziol2014-07-301-0/+1
| | | | | | | | | | Merge changes that correspond to the 64-bit ID changes (without the actual switch to 64-bit IDs) to the 1.8 release branch. (Plus a few minor cleanups and alignments with the trunk that aren't on the branch) Tested on: Mac OSX/64 10.9.4 (amazon) w/C++ & FORTRAN (h5committested on branch already for a week)
* [svn-r24205] Merge HDFFV-8513/8522 from trunk (via cmake branch), h5repack ↵Allen Byrne2013-09-261-3/+7
| | | | | | | | UD plugins. Also warning session fixes. Tested: CMake local linux
* [svn-r23721] I used H5_VMS macro to comment out the code for dynamic filter ↵Raymond Lu2013-05-311-2/+2
| | | | | | | since we don't plan to support it on OpenVMS. I updated vms/src/h5pubconf.h, too. Tested on jam but not on OpenVMS yet.
* [svn-r23719] Description:Quincey Koziol2013-05-291-2/+2
| | | | | | | | | | | | Bring r23713 and r23717 from trunk to 1.8 branch: Clean up warnings, switch library code to use Standard C/POSIX wrapper macros, remove internal calls to API routines, update checkapi and checkposix scripts. Tested on: Mac OSX/64 10.8.3 (amazon) w/C++ & FORTRAN Big-Endian Linux/64 (ostrich)
* [svn-r23551] I updated this branch from the 1.8 branch (not related to DESY ↵Raymond Lu2013-04-041-1/+1
| | | | | | project) and a few changes for CMake and Windows from the trunk (related to DESY). Tested with desycommittest (emu, koala, jam, ostrich, and ostrich-no-shared-lib), but can't wait for duck to finish. It takes too long.
* [svn-r23550] Description:Quincey Koziol2013-04-041-29/+29
| | | | | | | | | | Bring r23549 from trunk to desy_1_8 branch: More misc. cleanups, but main change is to make an "extern" header file for the plugin interface. Tested on: Mac OSX/64 10.8.3 (amazon)
* [svn-r23542] Description:Quincey Koziol2013-04-041-54/+56
| | | | | | | | Further revisions to dynamic library loading code, to clean it up. Tested on: Mac OSX/64 10.8.3 (amazon) (h5committest not required on this branch)
* [svn-r23537] I corrected the copyright information and added some comment in ↵Raymond Lu2013-04-031-6/+5
| | | | | | H5Pocpl.c. Tested on koala - no code change.
* [svn-r23510] I merged the changes for DESY project from the trunk (r23496) ↵Raymond Lu2013-04-011-0/+660
into this 1.8 DESY branch. Tested with h5committest (duck failed with CMake because I don't know how to change test/CMakeLists.txt. I'll wait for Allen to do it).