Quincey Koziol
|
8277409a9b
|
[svn-r23549] Description:
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)
|
2013-04-04 15:57:59 -05:00 |
|
Raymond Lu
|
68b0945687
|
[svn-r23540] I took out the "const" symbol from H5PL_get_plugin_type and H5PL_get_plugin_info functions.
Tested on jam - simple change.
|
2013-04-03 15:53:13 -05:00 |
|
Raymond Lu
|
86c0d2aa05
|
[svn-r23536] I corrected the copyright information and added some comment in H5Pocpl.c.
Tested on jam - no code change.
|
2013-04-03 14:15:13 -05:00 |
|
Raymond Lu
|
97caaff719
|
[svn-r23533] I changed the operation in dynlib2.c from math operations pow and sqrt to simpler multiplication and division
to avoid potential rounding problem in math operations.
Tested on jam - simple change.
|
2013-04-03 11:30:46 -05:00 |
|
Raymond Lu
|
72e84fcd82
|
[svn-r23513] I added a test case in plugin.c for testing using filter for groups and created a dummy filter library for this test case.
Tested on jam and koala.
|
2013-04-01 18:28:48 -05:00 |
|
Raymond Lu
|
ed621aae38
|
[svn-r23494] I added another filter library dynlib2.c for plugin.c test. The test script moves the libdynlib2.so to /tmp then runs
plugin.c.
Tested on jam and koala.
|
2013-03-29 15:59:15 -05:00 |
|