Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r20778] I changed the macro definition of DIR_SEPC and DIR_SEPS to ']' ↵ | Raymond Lu | 2011-05-09 | 1 | -1/+1 |
| | | | | | | | | for OpenVMS in H5private.h. Strictly speaking, it isn't the directory seperator. But it can simplify the code and make the H5L_build_name function cleaner. Tested on jam because the change only affects VMS. | ||||
* | [svn-r20064] Purpose: Implement external file cache | Neil Fortner | 2011-02-08 | 1 | -0/+951 |
Description: Implements a cache of files opened through external links. Adds the public functions H5Pset_elink_file_cache_size(), H5Pget_elink_file_cache_size(), and H5Frelease_file_cache(). Tested: jam, amani, heiwa (h5committest), fedora 64. |