Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r23549] Description: | Quincey Koziol | 2013-04-04 | 1 | -19/+14 |
| | | | | | | | | 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-r23536] I corrected the copyright information and added some comment in ↵ | Raymond Lu | 2013-04-03 | 1 | -7/+5 |
| | | | | | | H5Pocpl.c. Tested on jam - no code change. | ||||
* | [svn-r23533] I changed the operation in dynlib2.c from math operations pow ↵ | Raymond Lu | 2013-04-03 | 1 | -2/+3 |
| | | | | | | | | and sqrt to simpler multiplication and division to avoid potential rounding problem in math operations. Tested on jam - simple change. | ||||
* | [svn-r23519] I used H5Gcreate instead of H5Gcreate2 in plugin.c. I ↵ | Raymond Lu | 2013-04-02 | 1 | -7/+55 |
| | | | | | | corrected it and added some real operation in the dummy filter library dynlib3.c. Tested on jam and koala. | ||||
* | [svn-r23513] I added a test case in plugin.c for testing using filter for ↵ | Raymond Lu | 2013-04-01 | 1 | -4/+58 |
| | | | | | | groups and created a dummy filter library for this test case. Tested on jam and koala. | ||||
* | [svn-r23494] I added another filter library dynlib2.c for plugin.c test. ↵ | Raymond Lu | 2013-03-29 | 1 | -45/+10 |
| | | | | | | | | The test script moves the libdynlib2.so to /tmp then runs plugin.c. Tested on jam and koala. | ||||
* | [svn-r23432] I added a new macro HDF5_PLUGIN_PRELOAD to skip plugin loading ↵ | Raymond Lu | 2013-03-22 | 1 | -0/+7 |
| | | | | | | during data reading. Tested on koala and jam. | ||||
* | [svn-r23401] I cleaned up the test. | Raymond Lu | 2013-03-20 | 1 | -149/+8 |
| | | | | Tested on koala. | ||||
* | [svn-r23380] Description: | Quincey Koziol | 2013-03-19 | 1 | -2/+3 |
| | | | | Review & cleanup code. | ||||
* | [svn-r23350] I cleaned up some code and added comments for my previous ↵ | Raymond Lu | 2013-03-14 | 1 | -31/+25 |
| | | | | | | 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/+810 |
of loading dynamically filter libraries and a simple test for it. Tested on koala. |