mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-30 15:32:37 +08:00
f5d5e9e2ff
Code cleanup Description: Platform dependent code related to the struct stat and fstat calls polluted source codes. Hard to maintain. Solution: Platform dependent code are moved to H5private.h and then internal code can #include H5private.h. Repeat those macro definition for the stdio and multi drivers since they area examples for writing a virtual file driver. They must not use any internal code. Platforms tested: eirene (parallel), modi4 (serial including gass driver.) |
||
---|---|---|
.. | ||
Dependencies | ||
Makefile.in | ||
t_dset.c | ||
t_file.c | ||
t_mdset.c | ||
t_mpi.c | ||
testphdf5.c | ||
testphdf5.h |