summaryrefslogtreecommitdiffstats
path: root/test/dynlib2.c
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r25497] Description:Quincey Koziol2014-07-301-0/+3
| | | | | | | | | | 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-r23550] Description:Quincey Koziol2013-04-041-13/+12
| | | | | | | | | | 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-r23539] I took out the "const" symbol from H5PL_get_plugin_type and ↵Raymond Lu2013-04-031-2/+2
| | | | | | H5PL_get_plugin_info functions. Tested on koala - simple change.
* [svn-r23537] I corrected the copyright information and added some comment in ↵Raymond Lu2013-04-031-7/+5
| | | | | | H5Pocpl.c. Tested on koala - no code change.
* [svn-r23534] I changed the operation in dynlib2.c from math operations pow ↵Raymond Lu2013-04-031-11/+10
| | | | | | | | and sqrt to simpler multiplication and division to avoid potential rounding problem in math operations. Tested on koala - simple change.
* [svn-r23510] I merged the changes for DESY project from the trunk (r23496) ↵Raymond Lu2013-04-011-0/+95
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).