cfc955800a8Description:
Update for switch from H5Pset_latest_format -> H5Pset_format_bounds
Larry Knox
05c9398c78fProvide for null message and 1.6.6 version change. Tested on kagiso, smirom and linew.
Larry Knox
1a9e49b08aaUndo mistaken path to h5cc; add code to use matching paths for binaries if directory named for host has a suffix.
Larry Knox
017727c8ce7Modified check_api.sh and expected output files for H5E api to ignore version string beyond 1.8.0.\n\nTested on 32 and 64 bit Linux and Solaris.
Private HDF
da22fbdb318Specify bash shell. Use hostname in path to h5cc so the script can be run on multiple machines.
Quincey Koziol
7c7790cdac9Description:
Catch up with recent changes to API names.
Tested on:
Mc OS X/32 10.4.10 (amazon)
Quincey Koziol
67077967550Description:
Add API versioning tests for H5Tarray_create() and H5Tget_array_dims().
Tested on:
Mac OS X/32 10.4.10 (amazon)
Quincey Koziol
f90a481842cDescription:
Add API versioning test for H5Pget_filter_by_id()
Tested on:
Mac OS X/32 10.4.10 (amazon)
Quincey Koziol
7771aba7ac0Description:
Add API versioning test for H5Pget_filter.
Quincey Koziol
dab179a1a8aDescription:
Add API versioning regression test for H5Pinsert().
Tested on:
Mac OS X/32 10.4.10 (amazon)
Quincey Koziol
086b2b41990Description:
Add test harness for H5P* routines.
Add version test for H5Pregister.
Tested on:
Mac OS X/32 10.4.10 (amazon)
Quincey Koziol
66a1421f47aDescription:
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)
Quincey Koziol
ca53c539073Description:
Add regression test for API versioning of H5D routines.
Tested on:
Mac OS X/32 10.4.10 (amazon)
Quincey Koziol
f83da3c8088Description:
Add API versioning checks for H5Aiterate()
Tested on:
Mac OS X/32 10.4.10 (amazon)
Quincey Koziol
5a8802af9f3Description:
Add regression test for API versioning on H5Arename()
Tested on:
Mac OS X/32 10.4.10 (amazon)
Quincey Koziol
d65c071aebbDescription:
Add API versioning regression test for H5Adelete()
Tested on:
Mac OS X/32 10.4.10 (amazon)
Quincey Koziol
4b1b556268eDescription:
Add API versioning regression test for H5Topen.
Tested on:
Mac OS X/32 10.4.10(amazon)
Quincey Koziol
9322374b0b7Description:
Add API compatibility tests for H5Tcommit()
Tested on:
Mac OS X/32 10.4.10 (duty)
Quincey Koziol
aafddeebd1fDescription:
Add API versioning test for H5Rget_obj_type
Tested on:
Mac OS X/32 10.4.10 (amazon)
Quincey Koziol
2f566d22295Description:
Add symbol version info to H5G API output
Add test for H5Gopen symbol
Tested on:
Mac OS X/32 10.4.10 (amazon)
Quincey Koziol
8d9ae8bcc1bDescription:
Add API compatibility test for H5G API routines and start with H5Gcreate
routine.
Tested on:
Mac OS X/32 10.4.10 (amazon)
Quincey Koziol
ea003318f36Description:
Add test for 1.8 library in "normal" mode
Tested on:
Mac OS X/32 10.4.10 (amazon)
Quincey Koziol
cd832966ce7Description:
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)
Quincey Koziol
a407d1210f1Description:
Add actual tests for all error API (H5E) routine that became versioned
in 1.8.0 release.
Tested on:
Mac OS X/32 10.4.10 (amazon)
Quincey Koziol
951daf892c6Description:
Clean up output comments when an error is found
36fd31149fbChanged 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.
Albert Cheng
622aeded591Added 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.
plaird
3d27f1839552 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.
plaird
a7876f14cd7added 2 more tests and added expected output. Script should be more helpful in finding errors now.