Author Commit Message Commit Date Quincey Koziol cfc955800a8 Description:
Update for switch from H5Pset_latest_format -> H5Pset_format_bounds 04 Jan 2008 Larry Knox 05c9398c78f Provide for null message and 1.6.6 version change. Tested on kagiso, smirom and linew. 30 Nov 2007 Larry Knox 1a9e49b08aa Undo mistaken path to h5cc; add code to use matching paths for binaries if directory named for host has a suffix. 28 Nov 2007 Larry Knox 017727c8ce7 Modified 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. 28 Nov 2007 Private HDF da22fbdb318 Specify bash shell. Use hostname in path to h5cc so the script can be run on multiple machines. 05 Nov 2007 Quincey Koziol 7c7790cdac9 Description:
Catch up with recent changes to API names.
Tested on:
Mc OS X/32 10.4.10 (amazon) 30 Oct 2007 Quincey Koziol 67077967550 Description:
Add API versioning tests for H5Tarray_create() and H5Tget_array_dims().
Tested on:
Mac OS X/32 10.4.10 (amazon) 18 Oct 2007 Quincey Koziol f90a481842c Description:
Add API versioning test for H5Pget_filter_by_id()
Tested on:
Mac OS X/32 10.4.10 (amazon) 18 Oct 2007 Quincey Koziol 7771aba7ac0 Description:
Add API versioning test for H5Pget_filter. 17 Oct 2007 Quincey Koziol dab179a1a8a Description:
Add API versioning regression test for H5Pinsert().
Tested on:
Mac OS X/32 10.4.10 (amazon) 11 Oct 2007 Quincey Koziol 086b2b41990 Description:
Add test harness for H5P* routines.
Add version test for H5Pregister.
Tested on:
Mac OS X/32 10.4.10 (amazon) 11 Oct 2007 Quincey Koziol 66a1421f47a 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) 11 Oct 2007 Quincey Koziol ca53c539073 Description:
Add regression test for API versioning of H5D routines.
Tested on:
Mac OS X/32 10.4.10 (amazon) 08 Oct 2007 Quincey Koziol f83da3c8088 Description:
Add API versioning checks for H5Aiterate()
Tested on:
Mac OS X/32 10.4.10 (amazon) 04 Oct 2007 Quincey Koziol 5a8802af9f3 Description:
Add regression test for API versioning on H5Arename()
Tested on:
Mac OS X/32 10.4.10 (amazon) 27 Sep 2007 Quincey Koziol d65c071aebb Description:
Add API versioning regression test for H5Adelete()
Tested on:
Mac OS X/32 10.4.10 (amazon) 27 Sep 2007 Quincey Koziol 4b1b556268e Description:
Add API versioning regression test for H5Topen.
Tested on:
Mac OS X/32 10.4.10(amazon) 27 Sep 2007 Quincey Koziol 9322374b0b7 Description:
Add API compatibility tests for H5Tcommit()
Tested on:
Mac OS X/32 10.4.10 (duty) 27 Sep 2007 Quincey Koziol aafddeebd1f Description:
Add API versioning test for H5Rget_obj_type
Tested on:
Mac OS X/32 10.4.10 (amazon) 25 Sep 2007 Quincey Koziol 2f566d22295 Description:
Add symbol version info to H5G API output
Add test for H5Gopen symbol
Tested on:
Mac OS X/32 10.4.10 (amazon) 28 Aug 2007 Quincey Koziol 8d9ae8bcc1b Description:
Add API compatibility test for H5G API routines and start with H5Gcreate
routine.
Tested on:
Mac OS X/32 10.4.10 (amazon) 27 Aug 2007 Quincey Koziol ea003318f36 Description:
Add test for 1.8 library in "normal" mode
Tested on:
Mac OS X/32 10.4.10 (amazon) 24 Aug 2007 Quincey Koziol cd832966ce7 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) 24 Aug 2007 Quincey Koziol a407d1210f1 Description:
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) 23 Aug 2007 Quincey Koziol 951daf892c6 Description:
Clean up output comments when an error is found 23 Aug 2007 Quincey Koziol dc5c9a3da51 Description:
Add copyright notices. 21 Aug 2007 Quincey Koziol cd451e7952e Description:
Rename format compatibility checking script 21 Aug 2007 Quincey Koziol c5c162d8698 Description:
Add initial testing script and no-op test for API compatibility tests 21 Aug 2007 Quincey Koziol 335b6003220 Description:
Add directory for API compatibility tests 21 Aug 2007 Quincey Koziol 277b41f5eb3 Description:
Move existing compatibility tests into "format" subdirectory, in preparation
for creating "api" subdirectory and tests 21 Aug 2007 plaird 2f9e226f9a2 simple revisions of README.txt, thanks Frank 02 Aug 2007 plaird 80251b0fb48 Got rid of some variables that were not needed. 02 Aug 2007 plaird 3ffb3c7e9e7 Added a Usage section in the README 02 Aug 2007 Albert Cheng 36fd31149fb 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. 02 Aug 2007 Albert Cheng 622aeded591 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. 02 Aug 2007 plaird 3d27f183955 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. 01 Aug 2007 plaird a7876f14cd7 added 2 more tests and added expected output. Script should be more helpful in finding errors now. 31 Jul 2007 plaird 2cfb0d11fd1 New test for new attributes 30 Jul 2007 plaird 5979832f42c 30 Jul 2007 plaird 4833d3b0d83 fixes to the datatype creation in gen_compat.c and a new test for datatypes 30 Jul 2007 plaird fabca7e65a1 new testing function and a new test 27 Jul 2007 plaird 335fdd0b2dd created folder for tests and moved files around 27 Jul 2007 Quincey Koziol 5abb13f0b53 Added initial trunk/branches/tags 27 Jul 2007 ← Prev require('plugin/commitgraph/network').applyCommits([{id: 'cfc955800a80ff2abd6f53c86e06ac50ac78757b', href: '/projects/OTHER/repos/h5compat/commits/cfc955800a80ff2abd6f53c86e06ac50ac78757b',parents: [{ id: '05c9398c78fb6db48ac17aec5c6f561a318603a9' }]},{id: '05c9398c78fb6db48ac17aec5c6f561a318603a9', href: '/projects/OTHER/repos/h5compat/commits/05c9398c78fb6db48ac17aec5c6f561a318603a9',parents: [{ id: '1a9e49b08aafcbee391afaa3e9b1186166cb984a' }]},{id: '1a9e49b08aafcbee391afaa3e9b1186166cb984a', href: '/projects/OTHER/repos/h5compat/commits/1a9e49b08aafcbee391afaa3e9b1186166cb984a',parents: [{ id: '017727c8ce785426df16ba6fdd6a858b13fb81f7' }]},{id: '017727c8ce785426df16ba6fdd6a858b13fb81f7', href: '/projects/OTHER/repos/h5compat/commits/017727c8ce785426df16ba6fdd6a858b13fb81f7',parents: [{ id: 'da22fbdb31836b5bcd34d97e0612e143abeee488' }]},{id: 'da22fbdb31836b5bcd34d97e0612e143abeee488', href: '/projects/OTHER/repos/h5compat/commits/da22fbdb31836b5bcd34d97e0612e143abeee488',parents: [{ id: '7c7790cdac9598a6b8489fb5c5b7ecfe213f3b08' }]},{id: '7c7790cdac9598a6b8489fb5c5b7ecfe213f3b08', href: '/projects/OTHER/repos/h5compat/commits/7c7790cdac9598a6b8489fb5c5b7ecfe213f3b08',parents: [{ id: '6707796755082c064454693873c5bd35d35f7f6f' }]},{id: '6707796755082c064454693873c5bd35d35f7f6f', href: '/projects/OTHER/repos/h5compat/commits/6707796755082c064454693873c5bd35d35f7f6f',parents: [{ id: 'f90a481842ca279a87f83384665750dcf8e0c9b5' }]},{id: 'f90a481842ca279a87f83384665750dcf8e0c9b5', href: '/projects/OTHER/repos/h5compat/commits/f90a481842ca279a87f83384665750dcf8e0c9b5',parents: [{ id: '7771aba7ac0238f0bf19635817c2dc194066acca' }]},{id: '7771aba7ac0238f0bf19635817c2dc194066acca', href: '/projects/OTHER/repos/h5compat/commits/7771aba7ac0238f0bf19635817c2dc194066acca',parents: [{ id: 'dab179a1a8ae63fa8007c26e3b7532c6fddd5c20' }]},{id: 'dab179a1a8ae63fa8007c26e3b7532c6fddd5c20', href: '/projects/OTHER/repos/h5compat/commits/dab179a1a8ae63fa8007c26e3b7532c6fddd5c20',parents: [{ id: '086b2b419901e79bc657741ef8967bf9b429707e' }]},{id: '086b2b419901e79bc657741ef8967bf9b429707e', href: '/projects/OTHER/repos/h5compat/commits/086b2b419901e79bc657741ef8967bf9b429707e',parents: [{ id: '66a1421f47a136232a51ad158c39da252bdb575e' }]},{id: '66a1421f47a136232a51ad158c39da252bdb575e', href: '/projects/OTHER/repos/h5compat/commits/66a1421f47a136232a51ad158c39da252bdb575e',parents: [{ id: 'ca53c5390737f7479c3039cf02bae8fdbde29b5c' }]},{id: 'ca53c5390737f7479c3039cf02bae8fdbde29b5c', href: '/projects/OTHER/repos/h5compat/commits/ca53c5390737f7479c3039cf02bae8fdbde29b5c',parents: [{ id: 'f83da3c8088b9be4c4bb6cf9f062d93200abf8a5' }]},{id: 'f83da3c8088b9be4c4bb6cf9f062d93200abf8a5', href: '/projects/OTHER/repos/h5compat/commits/f83da3c8088b9be4c4bb6cf9f062d93200abf8a5',parents: [{ id: '5a8802af9f3a2964f892839f5f0e03b7675d71dc' }]},{id: '5a8802af9f3a2964f892839f5f0e03b7675d71dc', href: '/projects/OTHER/repos/h5compat/commits/5a8802af9f3a2964f892839f5f0e03b7675d71dc',parents: [{ id: 'd65c071aebb9c0658d4c2e4cd747a7613d3f92a4' }]},{id: 'd65c071aebb9c0658d4c2e4cd747a7613d3f92a4', href: '/projects/OTHER/repos/h5compat/commits/d65c071aebb9c0658d4c2e4cd747a7613d3f92a4',parents: [{ id: '4b1b556268e80f9eec5452e84d10aa1691cb77e2' }]},{id: '4b1b556268e80f9eec5452e84d10aa1691cb77e2', href: '/projects/OTHER/repos/h5compat/commits/4b1b556268e80f9eec5452e84d10aa1691cb77e2',parents: [{ id: '9322374b0b766bca6e5c8ed6f01413a16efdd633' }]},{id: '9322374b0b766bca6e5c8ed6f01413a16efdd633', href: '/projects/OTHER/repos/h5compat/commits/9322374b0b766bca6e5c8ed6f01413a16efdd633',parents: [{ id: 'aafddeebd1fe74106dd34b86d64753e98550c2e1' }]},{id: 'aafddeebd1fe74106dd34b86d64753e98550c2e1', href: '/projects/OTHER/repos/h5compat/commits/aafddeebd1fe74106dd34b86d64753e98550c2e1',parents: [{ id: '2f566d222959280f7a09acb835c01dde321eb1a3' }]},{id: '2f566d222959280f7a09acb835c01dde321eb1a3', href: '/projects/OTHER/repos/h5compat/commits/2f566d222959280f7a09acb835c01dde321eb1a3',parents: [{ id: '8d9ae8bcc1bb6f9ee910ae2a9791bbdde11bceab' }]},{id: '8d9ae8bcc1bb6f9ee910ae2a9791bbdde11bceab', href: '/projects/OTHER/repos/h5compat/commits/8d9ae8bcc1bb6f9ee910ae2a9791bbdde11bceab',parents: [{ id: 'ea003318f36a3d5c180b99ef3d8b16403c1adbdc' }]},{id: 'ea003318f36a3d5c180b99ef3d8b16403c1adbdc', href: '/projects/OTHER/repos/h5compat/commits/ea003318f36a3d5c180b99ef3d8b16403c1adbdc',parents: [{ id: 'cd832966ce72852bf7cfef56011122a3a2c071bb' }]},{id: 'cd832966ce72852bf7cfef56011122a3a2c071bb', href: '/projects/OTHER/repos/h5compat/commits/cd832966ce72852bf7cfef56011122a3a2c071bb',parents: [{ id: 'a407d1210f1b8f8a2a8d75b57380de31e38db487' }]},{id: 'a407d1210f1b8f8a2a8d75b57380de31e38db487', href: '/projects/OTHER/repos/h5compat/commits/a407d1210f1b8f8a2a8d75b57380de31e38db487',parents: [{ id: '951daf892c6da5588c8033ea3e9986fffec4df69' }]},{id: '951daf892c6da5588c8033ea3e9986fffec4df69', href: '/projects/OTHER/repos/h5compat/commits/951daf892c6da5588c8033ea3e9986fffec4df69',parents: [{ id: 'dc5c9a3da51112b20e307ed69629deb67ab4bf0e' }]},{id: 'dc5c9a3da51112b20e307ed69629deb67ab4bf0e', href: '/projects/OTHER/repos/h5compat/commits/dc5c9a3da51112b20e307ed69629deb67ab4bf0e',parents: [{ id: 'cd451e7952ecbea0004b0e6071a5d92a1e503f5d' }]},{id: 'cd451e7952ecbea0004b0e6071a5d92a1e503f5d', href: '/projects/OTHER/repos/h5compat/commits/cd451e7952ecbea0004b0e6071a5d92a1e503f5d',parents: [{ id: 'c5c162d8698ca9bf25c68f408db92cd6be5ab95f' }]},{id: 'c5c162d8698ca9bf25c68f408db92cd6be5ab95f', href: '/projects/OTHER/repos/h5compat/commits/c5c162d8698ca9bf25c68f408db92cd6be5ab95f',parents: [{ id: '335b6003220f35b70a0810763dea44494f16ef6a' }]},{id: '335b6003220f35b70a0810763dea44494f16ef6a', href: '/projects/OTHER/repos/h5compat/commits/335b6003220f35b70a0810763dea44494f16ef6a',parents: [{ id: '277b41f5eb38ba1e51b4433884ca932f3302fdee' }]},{id: '277b41f5eb38ba1e51b4433884ca932f3302fdee', href: '/projects/OTHER/repos/h5compat/commits/277b41f5eb38ba1e51b4433884ca932f3302fdee',parents: [{ id: '2f9e226f9a261b9c40f92bbd5bafd89de88fc913' }]},{id: '2f9e226f9a261b9c40f92bbd5bafd89de88fc913', href: '/projects/OTHER/repos/h5compat/commits/2f9e226f9a261b9c40f92bbd5bafd89de88fc913',parents: [{ id: '80251b0fb48a8e6c8cbb714702c477da6cc54ef9' }]},{id: '80251b0fb48a8e6c8cbb714702c477da6cc54ef9', href: '/projects/OTHER/repos/h5compat/commits/80251b0fb48a8e6c8cbb714702c477da6cc54ef9',parents: [{ id: '3ffb3c7e9e75ea5c6c3bb0e6dc1b0bbb8e99bbaf' }]},{id: '3ffb3c7e9e75ea5c6c3bb0e6dc1b0bbb8e99bbaf', href: '/projects/OTHER/repos/h5compat/commits/3ffb3c7e9e75ea5c6c3bb0e6dc1b0bbb8e99bbaf',parents: [{ id: '36fd31149fba400924867272f31a2bcd48bba1f1' }]},{id: '36fd31149fba400924867272f31a2bcd48bba1f1', href: '/projects/OTHER/repos/h5compat/commits/36fd31149fba400924867272f31a2bcd48bba1f1',parents: [{ id: '622aeded59140f8db581fbb937d528b98e83ab91' }]},{id: '622aeded59140f8db581fbb937d528b98e83ab91', href: '/projects/OTHER/repos/h5compat/commits/622aeded59140f8db581fbb937d528b98e83ab91',parents: [{ id: '3d27f183955480a13ea5dca71bd2081710e3e388' }]},{id: '3d27f183955480a13ea5dca71bd2081710e3e388', href: '/projects/OTHER/repos/h5compat/commits/3d27f183955480a13ea5dca71bd2081710e3e388',parents: [{ id: 'a7876f14cd7b03aaa7d578b0f5afd44187331b6b' }]},{id: 'a7876f14cd7b03aaa7d578b0f5afd44187331b6b', href: '/projects/OTHER/repos/h5compat/commits/a7876f14cd7b03aaa7d578b0f5afd44187331b6b',parents: [{ id: '2cfb0d11fd1cb56e24bc23dc696ca0b5278b4058' }]},{id: '2cfb0d11fd1cb56e24bc23dc696ca0b5278b4058', href: '/projects/OTHER/repos/h5compat/commits/2cfb0d11fd1cb56e24bc23dc696ca0b5278b4058',parents: [{ id: '5979832f42ce1ca7a97f75cbfcb628a7f0249ff3' }]},{id: '5979832f42ce1ca7a97f75cbfcb628a7f0249ff3', href: '/projects/OTHER/repos/h5compat/commits/5979832f42ce1ca7a97f75cbfcb628a7f0249ff3',parents: [{ id: '4833d3b0d833f7c5ed5aa05fee2e1ccfbfbca494' }]},{id: '4833d3b0d833f7c5ed5aa05fee2e1ccfbfbca494', href: '/projects/OTHER/repos/h5compat/commits/4833d3b0d833f7c5ed5aa05fee2e1ccfbfbca494',parents: [{ id: 'fabca7e65a123a29cb48551208e49d2e7ca83a13' }]},{id: 'fabca7e65a123a29cb48551208e49d2e7ca83a13', href: '/projects/OTHER/repos/h5compat/commits/fabca7e65a123a29cb48551208e49d2e7ca83a13',parents: [{ id: '335fdd0b2dd66e0d2cd79ee2ee485fb7b58f53f5' }]},{id: '335fdd0b2dd66e0d2cd79ee2ee485fb7b58f53f5', href: '/projects/OTHER/repos/h5compat/commits/335fdd0b2dd66e0d2cd79ee2ee485fb7b58f53f5',parents: [{ id: '5abb13f0b5394b9f53cbe37d6085b0093c42749e' }]},{id: '5abb13f0b5394b9f53cbe37d6085b0093c42749e', href: '/projects/OTHER/repos/h5compat/commits/5abb13f0b5394b9f53cbe37d6085b0093c42749e',parents: []}]);