Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r3770] Purpose: | Bill Wendling | 2001-04-03 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | Update Description: Changed includes of the form: #include <hdf5_file.h> to #include "hdf5_file.h" so that gcc can pick them up easier without including the system header files since we don't care about them. Platforms tested: Linux | ||||
* | [svn-r2264] Added Thread-safe feature. This is the phase 1 implementation | Chee-Wai Lee | 2000-05-18 | 1 | -0/+141 |
that all HDF5 API functions are protected by a mutex lock. Basically, serialized all API calls. To use it, use configure --enable-threadsafe --with-pthread |