Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r12543] Description: | Quincey Koziol | 2006-08-04 | 1 | -2/+2 |
| | | | | | | | | | Re-run 'make trace' on this file, so API tracing doesn't issue compiler errors in development builds Tested: FreeBSD 4.11 (sleipnir) Too minor to require h5committest | ||||
* | [svn-r12533] Standardized the way path prefixes are passed to external links ↵ | James Laird | 2006-08-03 | 1 | -2/+80 |
| | | | | | | using a LAPL. Now there are H5Pget and H5Pset functions for "elink_prefixes". | ||||
* | [svn-r12528] Added User-Defined links to the library. | James Laird | 2006-08-02 | 1 | -0/+117 |
Users can create external links using H5L_create_external(). These links point to an object in another HDF5 file. Users can alter the behavior of external links or create new kinds of links by registering callbacks using the H5L interface. Added tests, tools support, etc. Also a number of other, minor changes have been made (some restructuring of the H5L interface, for instance). Additional documentation and examples are forthcoming. |