mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
532e23b808
Description: In library code, we try not to use system calls directly, but instead use the HD{function} macro instead. This way, we can map special versions of the call on particular systems. Previously, it was all done in H5private.h. However, in an effort to clean up platform-specific definitions, we move all of the Windows macros into a separate file, win32defs.h. This way, we can use the non-Posix versions that Visual Studio sends warnings about. Some macros are set specifically in the platform-specific header files. Then, any macros left unset will be set by the "default" implementation in H5private.h. This checkin also cleans up various source files to use the HD* macros when possible. Tested: VS2005 on WinXP VS.NET on WinXP h5committest (kagiso, linew, smirom) |
||
---|---|---|
.. | ||
c++ | ||
examples | ||
fortran | ||
hl | ||
misc/typegen | ||
perform | ||
proj | ||
src | ||
test | ||
tools | ||
copy_hdf.bat | ||
COPYING | ||
hdf5bt.BAT | ||
hdf5build_examples.BAT | ||
hdf5build.BAT | ||
hdf5check.BAT | ||
install_dll.BAT | ||
install_hlcexamples.BAT | ||
install_hlf90examples.BAT | ||
InstallcppExamples.BAT | ||
InstallExamples.bat | ||
Installf90Examples.BAT | ||
installhdf5lib.bat |