OTHER
  1. OTHER

h5compat

Public

Network

 
AuthorCommitMessageCommit Date
Quincey KoziolQuincey Koziol
cfc955800a8Description: Update for switch from H5Pset_latest_format -> H5Pset_format_bounds
Larry KnoxLarry Knox
05c9398c78fProvide for null message and 1.6.6 version change. Tested on kagiso, smirom and linew.
Larry KnoxLarry Knox
1a9e49b08aaUndo mistaken path to h5cc; add code to use matching paths for binaries if directory named for host has a suffix.
Larry KnoxLarry 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 HDFPrivate HDF
da22fbdb318Specify bash shell. Use hostname in path to h5cc so the script can be run on multiple machines.
Quincey KoziolQuincey Koziol
7c7790cdac9Description: Catch up with recent changes to API names. Tested on: Mc OS X/32 10.4.10 (amazon)
Quincey KoziolQuincey Koziol
67077967550Description: Add API versioning tests for H5Tarray_create() and H5Tget_array_dims(). Tested on: Mac OS X/32 10.4.10 (amazon)
Quincey KoziolQuincey Koziol
f90a481842cDescription: Add API versioning test for H5Pget_filter_by_id() Tested on: Mac OS X/32 10.4.10 (amazon)
Quincey KoziolQuincey Koziol
7771aba7ac0Description: Add API versioning test for H5Pget_filter.
Quincey KoziolQuincey Koziol
dab179a1a8aDescription: Add API versioning regression test for H5Pinsert(). Tested on: Mac OS X/32 10.4.10 (amazon)
Quincey KoziolQuincey Koziol
086b2b41990Description: Add test harness for H5P* routines. Add version test for H5Pregister. Tested on: Mac OS X/32 10.4.10 (amazon)
Quincey KoziolQuincey 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 KoziolQuincey Koziol
ca53c539073Description: Add regression test for API versioning of H5D routines. Tested on: Mac OS X/32 10.4.10 (amazon)
Quincey KoziolQuincey Koziol
f83da3c8088Description: Add API versioning checks for H5Aiterate() Tested on: Mac OS X/32 10.4.10 (amazon)
Quincey KoziolQuincey Koziol
5a8802af9f3Description: Add regression test for API versioning on H5Arename() Tested on: Mac OS X/32 10.4.10 (amazon)
Quincey KoziolQuincey Koziol
d65c071aebbDescription: Add API versioning regression test for H5Adelete() Tested on: Mac OS X/32 10.4.10 (amazon)
Quincey KoziolQuincey Koziol
4b1b556268eDescription: Add API versioning regression test for H5Topen. Tested on: Mac OS X/32 10.4.10(amazon)
Quincey KoziolQuincey Koziol
9322374b0b7Description: Add API compatibility tests for H5Tcommit() Tested on: Mac OS X/32 10.4.10 (duty)
Quincey KoziolQuincey Koziol
aafddeebd1fDescription: Add API versioning test for H5Rget_obj_type Tested on: Mac OS X/32 10.4.10 (amazon)
Quincey KoziolQuincey 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 KoziolQuincey 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 KoziolQuincey Koziol
ea003318f36Description: Add test for 1.8 library in "normal" mode Tested on: Mac OS X/32 10.4.10 (amazon)
Quincey KoziolQuincey 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 KoziolQuincey 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 KoziolQuincey Koziol
951daf892c6Description: Clean up output comments when an error is found
Quincey KoziolQuincey Koziol
dc5c9a3da51Description: Add copyright notices.
Quincey KoziolQuincey Koziol
cd451e7952eDescription: Rename format compatibility checking script
Quincey KoziolQuincey Koziol
c5c162d8698Description: Add initial testing script and no-op test for API compatibility tests
Quincey KoziolQuincey Koziol
335b6003220Description: Add directory for API compatibility tests
Quincey KoziolQuincey Koziol
277b41f5eb3Description: Move existing compatibility tests into "format" subdirectory, in preparation for creating "api" subdirectory and tests
plairdplaird
2f9e226f9a2simple revisions of README.txt, thanks Frank
plairdplaird
80251b0fb48Got rid of some variables that were not needed.
plairdplaird
3ffb3c7e9e7Added a Usage section in the README
Albert ChengAlbert Cheng
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 ChengAlbert 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.
plairdplaird
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.
plairdplaird
a7876f14cd7added 2 more tests and added expected output. Script should be more helpful in finding errors now.
plairdplaird
2cfb0d11fd1New test for new attributes
plairdplaird
5979832f42c
plairdplaird
4833d3b0d83fixes to the datatype creation in gen_compat.c and a new test for datatypes
plairdplaird
fabca7e65a1new testing function and a new test
plairdplaird
335fdd0b2ddcreated folder for tests and moved files around
Quincey KoziolQuincey Koziol
5abb13f0b53Added initial trunk/branches/tags