Description: Add H5Dcreate() to API version checks Update test script to handle API versioning of misc. routines in other
APIs than the test program is exercising.
Update test script to handle thread-safe library builds
Tested on:
Mac OS X/32 10.4.10 (amazon)
Description: Flesh out API version compatibility testing to check both the 1.8.x library when built in 1.6 mode and the 1.8.x library when using the "look like 1.6" macro at application compile time. Also add tests for upgrading & downgrading each API routine when the 1.8
library is compiled as 1.6 and "normally".
Tested on:
Mac OS X/32 10.4.10 (amazon)
Changed the declarations of most char string to const char *name to reduce compiler warnings. Added the section of formal prototypes to please the compiler.Tested:
Kagiso.
Added the feature of personal initialization file, .h5compatrc. Also added error checking on the validity of the v1.6 and v1.8 compiler commands.Tested in smirom.
2 new tests. Added a flag in h5compat.sh so that if an expected output file is not found, one will be created with the current output. Added first draft of README.txt.