Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r27040] Moved '*' in H5PLget_loading_state() so that bin/trace would ↵ | Dana Robinson | 2015-05-08 | 1 | -1/+2 |
| | | | | | | | | correctly process it and ran bin/trace. Tested on: h5committest | ||||
* | [svn-r26365] HDFFV-8520: Add plugin control APIs. | Allen Byrne | 2015-03-05 | 1 | -20/+63 |
| | | | | | | Update windows WiX packaging. h5committested | ||||
* | [svn-r26216] Removed inappropriate TEXT() macro from the plugin name and ↵ | Dana Robinson | 2015-02-18 | 1 | -9/+21 |
| | | | | | | | | changed a few Win32 API calls to use the <function>A version, which forces char behavior (vs. wchar_t) when UNICODE is defined. This only affects Windows. Fixes HDFFV-8927 Tested on 64-bit Windows 7 with Visual Studio 2012 and CMake 3.2 with UNICODE/_UNICODE both defined and undefined. | ||||
* | [svn-r26200] Fixed mixed tabs and spaces before making changes. | Dana Robinson | 2015-02-17 | 1 | -56/+55 |
| | | | | No code changes. | ||||
* | [svn-r26036] HDFFV-8736: Patch H5PL.c and test for cygwin plugin support. | Allen Byrne | 2015-01-26 | 1 | -0/+6 |
| | | | | Tested: local linux and cygwin | ||||
* | [svn-r24167] HDFFV-8513, HDFFV-8522 Plugin testing in h5repack, h5dump. | Allen Byrne | 2013-09-19 | 1 | -1/+5 |
| | | | | | | | Add more usage info for UserMacros. Add new option information about the Plugin default path. Tested: local linux, jam | ||||
* | [svn-r24104] HDFFV-8345: add User Defined filters to h5repack. | Allen Byrne | 2013-09-06 | 1 | -2/+2 |
| | | | | | | Reviewed in H5T-61 Tested: local linux - cmake and autotools | ||||
* | [svn-r23735] HDFFV-8445: unregonized character warning solved by changing ↵ | Allen Byrne | 2013-06-05 | 1 | -1/+1 |
| | | | | | | '\/' to '\\'. Tested: Windows | ||||
* | [svn-r23713] Description: | Quincey Koziol | 2013-05-21 | 1 | -2/+2 |
| | | | | | | | | | | 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-r23549] Description: | Quincey Koziol | 2013-04-04 | 1 | -29/+29 |
| | | | | | | | | 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-r23547] Windows plugins will always be "dll"'s. | Allen Byrne | 2013-04-04 | 1 | -1/+1 |
| | | | | | | CMake also uses ";" as a separator - escape it Tested: windows | ||||
* | [svn-r23543] Description: | Quincey Koziol | 2013-04-04 | 1 | -54/+56 |
| | | | | | | | | | Bring r23542 from desy_1_8 branch to trunk: Further revisions to dynamic library loading code, to clean it up. Tested on: Mac OSX/64 10.8.3 (amazon) w/parallel | ||||
* | [svn-r23536] I corrected the copyright information and added some comment in ↵ | Raymond Lu | 2013-04-03 | 1 | -6/+5 |
| | | | | | | H5Pocpl.c. Tested on jam - no code change. | ||||
* | [svn-r23472] I updated the default search path for plugin module to be ↵ | Raymond Lu | 2013-03-27 | 1 | -2/+2 |
| | | | | | | | | /usr/local/hdf5/lib/plugin for Unix and "%ALLUSERSPROFILE%/hdf5/lib/plugin" for Windows. Tested with Albert's committest on 6 systesm. | ||||
* | [svn-r23451] I took out RTLD_LAZY for dlopen. | Raymond Lu | 2013-03-25 | 1 | -1/+1 |
| | | | | Tested on koala. | ||||
* | [svn-r23432] I added a new macro HDF5_PLUGIN_PRELOAD to skip plugin loading ↵ | Raymond Lu | 2013-03-22 | 1 | -36/+62 |
| | | | | | | during data reading. Tested on koala and jam. | ||||
* | [svn-r23406] Correct typo | Allen Byrne | 2013-03-20 | 1 | -1/+1 |
| | |||||
* | [svn-r23403] Refactor windows code: | Allen Byrne | 2013-03-20 | 1 | -3/+8 |
| | | | | | | windows uses ';' as path separator windows default path is different windows find files needs '*.*' | ||||
* | [svn-r23386] More updates for Windows. | Raymond Lu | 2013-03-19 | 1 | -49/+9 |
| | | | | Tested on koala. | ||||
* | [svn-r23381] More update for Windows. | Raymond Lu | 2013-03-19 | 1 | -3/+72 |
| | | | | Tested on koala | ||||
* | [svn-r23380] Description: | Quincey Koziol | 2013-03-19 | 1 | -254/+348 |
| | | | | Review & cleanup code. | ||||
* | [svn-r23373] Some updates for Windows. | Raymond Lu | 2013-03-18 | 1 | -3/+3 |
| | | | | Not tested. | ||||
* | [svn-r23370] Corrected macro name and removed optional function info in ↵ | Allen Byrne | 2013-03-18 | 1 | -1/+1 |
| | | | | ERROR macro | ||||
* | [svn-r23369] Escape "\" char | Allen Byrne | 2013-03-18 | 1 | -1/+1 |
| | |||||
* | [svn-r23368] Correct names and add includes for windows | Allen Byrne | 2013-03-18 | 1 | -3/+2 |
| | |||||
* | [svn-r23367] I took out a declaration of "DIR" for Windows support. | Raymond Lu | 2013-03-18 | 1 | -4/+5 |
| | | | | Not tested. | ||||
* | [svn-r23360] I added Windows support to H5PL_find function. | Raymond Lu | 2013-03-16 | 1 | -1/+63 |
| | | | | Tested on koala but not on Windows yet. | ||||
* | [svn-r23359] I added some macros and refactoring the code to prepare for ↵ | Raymond Lu | 2013-03-15 | 1 | -93/+122 |
| | | | | | | Windows support. Tested on koala. | ||||
* | [svn-r23350] I cleaned up some code and added comments for my previous ↵ | Raymond Lu | 2013-03-14 | 1 | -26/+40 |
| | | | | | | checkin of the DESY project. Tested on koala. | ||||
* | [svn-r23346] First commit for DESY project. It has the basic functionality ↵ | Raymond Lu | 2013-03-13 | 1 | -0/+401 |
of loading dynamically filter libraries and a simple test for it. Tested on koala. |