Author Commit Message Commit Date Albert Cheng 91a1b171255 Changed version to 2.1-snap0 after v2.0 release. 21 Apr 2010 Elena Pourmal 0a670e1b17c Maintenance: Added MAC OSX to the list of the tested platforms 20 Apr 2010 Albert Cheng 58af0340978 Changed the wording of "Platforms supported" to "Platform tested". 20 Apr 2010 Albert Cheng d3670698b23 updated with FreeBSD platform tested. 20 Apr 2010 Albert Cheng 35771505f04 h5check.doc:
Updated for v2.0 release. Added the exit status paragraph.
h5check.pdf:
Generated from the .doc version. 20 Apr 2010 Albert Cheng 50afe5ddc78 Update the document for release 2.0. 20 Apr 2010 Albert Cheng 9644aed1c3d Cleaned up compiler (Sun cc) warnings. No real logic changes.
Tested: linux 32/64, Solaris 32/64bit. 19 Apr 2010 Albert Cheng a2f7151487a Corrected a mistake that prefix actually defaults to h5check in the built
directory. Also, added Solaris 10, 64 bits as a tested platformed. 19 Apr 2010 Vailin Choi a96a3c0c4c8 Add description for couple bug fixes. 19 Apr 2010 Vailin Choi 4057aba5a68 Fixed failure on "duty":
Free memory allocated for direct block after it was done.
Tested on duty, amani, jam, linew. 24 Mar 2010 Vailin Choi aa6c41a7e2a Fixed failure on "duty":
Free memory allocated for direct block after it was done.
Tested on duty, amani, jam, linew. 24 Mar 2010 Vailin Choi 19488fd6965 Fixed failure on "duty":
Free memory allocated for direct block after it was done.
Tested on duty, amani, jam, linew. 24 Mar 2010 Frank Baker 78f1daae4f6 Description:
Apply function template to clean up garbled output.
Very light edit.
Tested: Firefox 17 Mar 2010 Vailin Choi 41ab9ab8de7 1. Fix for chicago bug from master_REUTERS_ASIA.h5.bad:
Add callbacks to validate indexed group and indexed attribute messages
2. Add warnings for coding that is not implemented yet
3. Turn assert into a validation check in HF_man_read(): fix for ahmcoef_aix.nc (from bug #1755)
4. Update version # to be the same format specification number
5. Some cleanup
This line, and those below, will be ignored--
M src/h5_check.h
M src/h5checker.c
M src/h5error.c
M src/h5checkerV2_0.c 17 Mar 2010 Frank Baker 949f6dd91b1 Description:
Generate new PDF to include recent updates. 16 Mar 2010 Frank Baker 6d2fa9cae84 Description:
Update copyright date to 2010. 16 Mar 2010 Vailin Choi 7180e8f70de Updated the version number. 16 Mar 2010 Vailin Choi 86a2ed5edcf Add RELEASE.txt to list changes between releases.
Update README for the current release.
Change version to 1.1 for the current release. 12 Feb 2010 Vailin Choi 806a82462e0 Fixed bug for Chicago developers: duplicate symbol name and symbol name out of order.
Modified and cleaned up coding (particularly on error reporting). 06 Jan 2010 Albert Cheng c5b4d58a8f7 Bug fix:
Last mod to set H5CC does not work.
Need to fix it so that configure.ac will set and export the
hdf5 compile command variables and config/commence.am will
use them accordingly.
Tested:
Liberty because that was where it broke now. 14 Sep 2009 Albert Cheng 59dac0cd508 Improvement:
prefix default (install directory) is /usr/local. This causes problem and sometimes
accidents during development stage when "make install" is tested.
Set prefix default (install directory) to a directory in the build area.
This also allows multiple src-dir builds within one host.
Tested:
jam. 14 Sep 2009 Albert Cheng bc5dcf4fe24 Improve configure process.
Problem:
The package needs h5cc to compile the test generation program to generate
test files. Configure (config/commence.am) used to hardcode the h5cc tool
as in $bindir/h5cc which was rarely true.
Solution:
I changed it to just use "h5cc" which uses the bigger $PATH scope.
One can still use the old way of "make H5CC=$mypath/h5cc".
Tested:
Jam, smirom, linew and even duty and liberty.
(I had updated the README of the change to using default
h5cc but did not add ... 11 Sep 2009 Albert Cheng 8737a8d5bb4 Bug fix: ID 1650
Here is a quick list of the problems and actions I took.
These three files are installed by the current version:
bin/h5check OK. Kept as is.
bin/testgen Incorrect since it generates test files and is not a user tool.
I have removed it from the install list.
lib/libh5check.a
Though the implementation design provides the ability that this library
can be used by user applications but it is pre-mature to in... 11 Sep 2009 Albert Cheng bc489938a02 Upgraded bin/reconfigure to use newer versions of autoconf (2.60 to 2.64),
automake (1.9.6 to 1.11), autoheader (2.60 to 2.64), aclocal (1.9.6 to 1.11),
libtool (1.5.14 to 2.2.6).
This is to prepare the software for further improvement and bug fixes.
Tested:
Jam, Amani and Linew. 11 Sep 2009 Vailin Choi 29c7ad88cb1 Fixed bug #1557: checked for null pointer in check_lheap() of h5checker.c. 08 May 2009 Vailin Choi b3e2021e151 Fix the daily test failures for h5check:
This is due to the change for H5Z_class_t structure for bug fix 1533. 23 Apr 2009 Frank Baker 50ff9a79034 Description:
Corrected minor typographical error. 05 Mar 2009 Frank Baker b5d41ef903e Description:
Add COPYING file 05 Mar 2009 Private HDF 42f4632f049 Using --bindir=<the bin directory of the hdf5 install to be tested> works, is less invasive, and will potentially cause less problems than setting H5CC in the environment. 04 Nov 2008 Private HDF e3163299327 Use $CC so the test version of h5cc can be specified. 29 Oct 2008 Vailin Choi e108374de49 Fixed a bug for 1.6: validate the # of messages. 10 Jul 2008 Vailin Choi 36abe64b07c 1. src/h5checkerV2_0.c: fixed problem when decoding free-space section list.
2. test/testgen.c: some coding in progress (#ifdef NOTYET) 15 Apr 2008 Elena Pourmal 504b6e5a08b Maintenance after the release:
Updated version number to 1.0.-post0 and modified README file
to reflect the change.
Platforms tested:
kagiso 21 Mar 2008 Elena Pourmal 61a36375cdf Maintenance: Updated README file for the upcoming release. 21 Mar 2008 Frank Baker f4ad097fb6a Description:
h5check.doc -- Additional edits for clarity and precision.
h5check.pdf -- New generated copy. 19 Mar 2008 Frank Baker 84447ea65dd Description:
h5check.doc -- Edits per technical review.
h5check.pdf -- New generated copy. 18 Mar 2008 Frank Baker c05453ed4aa Description:
`Rename manpage.doc to h5check.doc. 18 Mar 2008 Frank Baker 6c4178bcb36 Description:
manpage.doc
Edit and format for release.
Add paragraph discussion format version against which
the file is verified.
Suggestion: Rename this file to h5check.doc.
h5check.pdf
New file: The PDF for release publication, produced from
the above-mentioned .doc file. 18 Mar 2008 Albert Cheng c1550f2815b Updated the release version to 1.0 to get ready for release.
Tested: kagiso. 17 Mar 2008 Albert Cheng e86ae727e1b Problem:
Any freshly checkout source will attempt the do auto-configure stuff
again and that failed in platforms (e.g. Linew) that do not have all
the correct auto-configure software installed.
Fix:
Added the Maintainer mode control so that it is off by default.
This can be turned on during configure by
"./configure --enable-maintainer-mode" 15 Mar 2008 Albert Cheng c45ad595d1a This is needed by the auto-configure tool. 15 Mar 2008 Vailin Choi 1c82e47b51a 1. src/*, tool/*: bug fixing, revise h5checker_obj() api, format option etc.
2. test/*: add 1.8 tests, compile with both 1.6 and 1.8 h5cc 14 Mar 2008 Vailin Choi 00f3d1d0369 Add the man page for h5check. 13 Mar 2008 Frank Baker 505c49a437a Description:
Remove doc/H5.format.html from h5check repository. 13 Mar 2008 Vailin Choi 0e49f104f8f Put in errror address reporting in some decoder routines. 08 Feb 2008 Vailin Choi c1381fff75e 1. Add handling of family driver for 1.8 and after
2. Modify coding for multi driver and virtual file layer
3. Clean up some asserts/validations 04 Feb 2008 Vailin Choi 1e6aceb5680 Add validation for checksum. 25 Jan 2008 Vailin Choi e1e460ba991 Add Free Space Manager decode and validation. 24 Jan 2008 Vailin Choi 94b57f1d0a0 Add --format option.
Couple bug fixes. 11 Jan 2008 Vailin Choi 9ae906c3d44 #ifdef DEBUG debugging printfs. 18 Dec 2007 ← Prev Next → require('plugin/commitgraph/network').applyCommits([{id: '91a1b1712553e38e64d5557fb5afd0b8d8bfcd4e', href: '/projects/OTHER/repos/h5check/commits/91a1b1712553e38e64d5557fb5afd0b8d8bfcd4e',parents: [{ id: '0a670e1b17c51d5267278a9d9ba35c5246d686d2' }]},{id: '0a670e1b17c51d5267278a9d9ba35c5246d686d2', href: '/projects/OTHER/repos/h5check/commits/0a670e1b17c51d5267278a9d9ba35c5246d686d2',labels: [{name: 'h5check_2_0', type: 'TAG', href: '/projects/OTHER/repos/h5check/browse?at=h5check_2_0'}],parents: [{ id: '58af0340978e1ec35dadcfde16500813b28f6399' }]},{id: '58af0340978e1ec35dadcfde16500813b28f6399', href: '/projects/OTHER/repos/h5check/commits/58af0340978e1ec35dadcfde16500813b28f6399',parents: [{ id: 'd3670698b232d3e91782149ef885d7467961a6f1' }]},{id: 'd3670698b232d3e91782149ef885d7467961a6f1', href: '/projects/OTHER/repos/h5check/commits/d3670698b232d3e91782149ef885d7467961a6f1',parents: [{ id: '35771505f0491cfd937ae297a637ea2b86c7c2ff' }]},{id: '35771505f0491cfd937ae297a637ea2b86c7c2ff', href: '/projects/OTHER/repos/h5check/commits/35771505f0491cfd937ae297a637ea2b86c7c2ff',parents: [{ id: '50afe5ddc78e4159380c2840de6a45ddeb8e2bf0' }]},{id: '50afe5ddc78e4159380c2840de6a45ddeb8e2bf0', href: '/projects/OTHER/repos/h5check/commits/50afe5ddc78e4159380c2840de6a45ddeb8e2bf0',parents: [{ id: '9644aed1c3d4402e6c55f56efd08946a11840c55' }]},{id: '9644aed1c3d4402e6c55f56efd08946a11840c55', href: '/projects/OTHER/repos/h5check/commits/9644aed1c3d4402e6c55f56efd08946a11840c55',parents: [{ id: 'a2f7151487abef29f0f0fd69d820fcb562853378' }]},{id: 'a2f7151487abef29f0f0fd69d820fcb562853378', href: '/projects/OTHER/repos/h5check/commits/a2f7151487abef29f0f0fd69d820fcb562853378',parents: [{ id: 'a96a3c0c4c80025e5ba5af0a21015c4300c84eb5' }]},{id: 'a96a3c0c4c80025e5ba5af0a21015c4300c84eb5', href: '/projects/OTHER/repos/h5check/commits/a96a3c0c4c80025e5ba5af0a21015c4300c84eb5',parents: [{ id: '4057aba5a68ac5b265aa3029130f7635c78ba5f4' }]},{id: '4057aba5a68ac5b265aa3029130f7635c78ba5f4', href: '/projects/OTHER/repos/h5check/commits/4057aba5a68ac5b265aa3029130f7635c78ba5f4',parents: [{ id: 'aa6c41a7e2a107d089822ff9cb4c87b8be960cec' }]},{id: 'aa6c41a7e2a107d089822ff9cb4c87b8be960cec', href: '/projects/OTHER/repos/h5check/commits/aa6c41a7e2a107d089822ff9cb4c87b8be960cec',parents: [{ id: '19488fd6965f2c999fa6e147621d91d230f0520a' }]},{id: '19488fd6965f2c999fa6e147621d91d230f0520a', href: '/projects/OTHER/repos/h5check/commits/19488fd6965f2c999fa6e147621d91d230f0520a',parents: [{ id: '78f1daae4f6d64741096f8d13e50b9b9b959011f' }]},{id: '78f1daae4f6d64741096f8d13e50b9b9b959011f', href: '/projects/OTHER/repos/h5check/commits/78f1daae4f6d64741096f8d13e50b9b9b959011f',parents: [{ id: '41ab9ab8de7094c250bcdb8363638d91c726f8d0' }]},{id: '41ab9ab8de7094c250bcdb8363638d91c726f8d0', href: '/projects/OTHER/repos/h5check/commits/41ab9ab8de7094c250bcdb8363638d91c726f8d0',parents: [{ id: '949f6dd91b106391ffb0b5924d45873332617952' }]},{id: '949f6dd91b106391ffb0b5924d45873332617952', href: '/projects/OTHER/repos/h5check/commits/949f6dd91b106391ffb0b5924d45873332617952',parents: [{ id: '6d2fa9cae841440bed17b83e2d28fcf0182e7390' }]},{id: '6d2fa9cae841440bed17b83e2d28fcf0182e7390', href: '/projects/OTHER/repos/h5check/commits/6d2fa9cae841440bed17b83e2d28fcf0182e7390',parents: [{ id: '7180e8f70de9af55d8f536be22fd3b7b1468bc0c' }]},{id: '7180e8f70de9af55d8f536be22fd3b7b1468bc0c', href: '/projects/OTHER/repos/h5check/commits/7180e8f70de9af55d8f536be22fd3b7b1468bc0c',parents: [{ id: '86a2ed5edcfc62aa7cc1be9026e297a6959bab58' }]},{id: '86a2ed5edcfc62aa7cc1be9026e297a6959bab58', href: '/projects/OTHER/repos/h5check/commits/86a2ed5edcfc62aa7cc1be9026e297a6959bab58',parents: [{ id: '806a82462e0cb2e7b58b0291b817a405bf739c4b' }]},{id: '806a82462e0cb2e7b58b0291b817a405bf739c4b', href: '/projects/OTHER/repos/h5check/commits/806a82462e0cb2e7b58b0291b817a405bf739c4b',parents: [{ id: 'c5b4d58a8f7e14c088062556ed926a623d34b0dc' }]},{id: 'c5b4d58a8f7e14c088062556ed926a623d34b0dc', href: '/projects/OTHER/repos/h5check/commits/c5b4d58a8f7e14c088062556ed926a623d34b0dc',parents: [{ id: '59dac0cd50814a91fa60464877b9f42df6ef316d' }]},{id: '59dac0cd50814a91fa60464877b9f42df6ef316d', href: '/projects/OTHER/repos/h5check/commits/59dac0cd50814a91fa60464877b9f42df6ef316d',parents: [{ id: 'bc5dcf4fe24e9489d838ff5dd4932c40a29e74f6' }]},{id: 'bc5dcf4fe24e9489d838ff5dd4932c40a29e74f6', href: '/projects/OTHER/repos/h5check/commits/bc5dcf4fe24e9489d838ff5dd4932c40a29e74f6',parents: [{ id: '8737a8d5bb4f694956e71d8ff9a915283d1a7424' }]},{id: '8737a8d5bb4f694956e71d8ff9a915283d1a7424', href: '/projects/OTHER/repos/h5check/commits/8737a8d5bb4f694956e71d8ff9a915283d1a7424',parents: [{ id: 'bc489938a02ad34950dabe4f52b6d99a6cf38757' }]},{id: 'bc489938a02ad34950dabe4f52b6d99a6cf38757', href: '/projects/OTHER/repos/h5check/commits/bc489938a02ad34950dabe4f52b6d99a6cf38757',parents: [{ id: '29c7ad88cb1c4687a9d127b677738f33a77f12e5' }]},{id: '29c7ad88cb1c4687a9d127b677738f33a77f12e5', href: '/projects/OTHER/repos/h5check/commits/29c7ad88cb1c4687a9d127b677738f33a77f12e5',parents: [{ id: 'b3e2021e151dc20f463e1865b579a7b4efb43435' }]},{id: 'b3e2021e151dc20f463e1865b579a7b4efb43435', href: '/projects/OTHER/repos/h5check/commits/b3e2021e151dc20f463e1865b579a7b4efb43435',parents: [{ id: '50ff9a790341059311ffddf481782bab48f9cf82' }]},{id: '50ff9a790341059311ffddf481782bab48f9cf82', href: '/projects/OTHER/repos/h5check/commits/50ff9a790341059311ffddf481782bab48f9cf82',parents: [{ id: 'b5d41ef903e471cea3cf748888cc643edc18b234' }]},{id: 'b5d41ef903e471cea3cf748888cc643edc18b234', href: '/projects/OTHER/repos/h5check/commits/b5d41ef903e471cea3cf748888cc643edc18b234',parents: [{ id: '42f4632f0490003b0d667ad4b328dafae67e8015' }]},{id: '42f4632f0490003b0d667ad4b328dafae67e8015', href: '/projects/OTHER/repos/h5check/commits/42f4632f0490003b0d667ad4b328dafae67e8015',parents: [{ id: 'e31632993272ead822117ad45a225d1c41808d1a' }]},{id: 'e31632993272ead822117ad45a225d1c41808d1a', href: '/projects/OTHER/repos/h5check/commits/e31632993272ead822117ad45a225d1c41808d1a',parents: [{ id: 'e108374de495572880582947cd12a6ab7d3cc4eb' }]},{id: 'e108374de495572880582947cd12a6ab7d3cc4eb', href: '/projects/OTHER/repos/h5check/commits/e108374de495572880582947cd12a6ab7d3cc4eb',parents: [{ id: '36abe64b07cd812e897e5fd7946b8c9db165faa3' }]},{id: '36abe64b07cd812e897e5fd7946b8c9db165faa3', href: '/projects/OTHER/repos/h5check/commits/36abe64b07cd812e897e5fd7946b8c9db165faa3',parents: [{ id: '504b6e5a08b3413687d867c6616e22b02c80ed6d' }]},{id: '504b6e5a08b3413687d867c6616e22b02c80ed6d', href: '/projects/OTHER/repos/h5check/commits/504b6e5a08b3413687d867c6616e22b02c80ed6d',parents: [{ id: '61a36375cdf24af776b720580d0b06b20bd24f18' }]},{id: '61a36375cdf24af776b720580d0b06b20bd24f18', href: '/projects/OTHER/repos/h5check/commits/61a36375cdf24af776b720580d0b06b20bd24f18',labels: [{name: 'h5check_1_0', type: 'TAG', href: '/projects/OTHER/repos/h5check/browse?at=h5check_1_0'}],parents: [{ id: 'f4ad097fb6ab833d3228d982af6de53cb6d3471a' }]},{id: 'f4ad097fb6ab833d3228d982af6de53cb6d3471a', href: '/projects/OTHER/repos/h5check/commits/f4ad097fb6ab833d3228d982af6de53cb6d3471a',parents: [{ id: '84447ea65dd45bc1015145d77e274e008355a0de' }]},{id: '84447ea65dd45bc1015145d77e274e008355a0de', href: '/projects/OTHER/repos/h5check/commits/84447ea65dd45bc1015145d77e274e008355a0de',parents: [{ id: 'c05453ed4aa69f3499e1ffdceb4718ee7e860ea0' }]},{id: 'c05453ed4aa69f3499e1ffdceb4718ee7e860ea0', href: '/projects/OTHER/repos/h5check/commits/c05453ed4aa69f3499e1ffdceb4718ee7e860ea0',parents: [{ id: '6c4178bcb363c5ab17514647878d381afb295dce' }]},{id: '6c4178bcb363c5ab17514647878d381afb295dce', href: '/projects/OTHER/repos/h5check/commits/6c4178bcb363c5ab17514647878d381afb295dce',parents: [{ id: 'c1550f2815b773075358bdd2d56b7c7ce1b67f22' }]},{id: 'c1550f2815b773075358bdd2d56b7c7ce1b67f22', href: '/projects/OTHER/repos/h5check/commits/c1550f2815b773075358bdd2d56b7c7ce1b67f22',parents: [{ id: 'e86ae727e1bc634643257160f91e504ce8e0b338' }]},{id: 'e86ae727e1bc634643257160f91e504ce8e0b338', href: '/projects/OTHER/repos/h5check/commits/e86ae727e1bc634643257160f91e504ce8e0b338',parents: [{ id: 'c45ad595d1ae950e3d356eae5c37b1c8cc36f59e' }]},{id: 'c45ad595d1ae950e3d356eae5c37b1c8cc36f59e', href: '/projects/OTHER/repos/h5check/commits/c45ad595d1ae950e3d356eae5c37b1c8cc36f59e',parents: [{ id: '1c82e47b51a95f977015d64f76d0591ecebd0c69' }]},{id: '1c82e47b51a95f977015d64f76d0591ecebd0c69', href: '/projects/OTHER/repos/h5check/commits/1c82e47b51a95f977015d64f76d0591ecebd0c69',parents: [{ id: '00f3d1d03696a63a1678e43cba09361a6ee7e4ae' }]},{id: '00f3d1d03696a63a1678e43cba09361a6ee7e4ae', href: '/projects/OTHER/repos/h5check/commits/00f3d1d03696a63a1678e43cba09361a6ee7e4ae',parents: [{ id: '505c49a437a8f782775764c6ab488a95664059a9' }]},{id: '505c49a437a8f782775764c6ab488a95664059a9', href: '/projects/OTHER/repos/h5check/commits/505c49a437a8f782775764c6ab488a95664059a9',parents: [{ id: '0e49f104f8faa9fef3acaf658f8009a7c6b208a7' }]},{id: '0e49f104f8faa9fef3acaf658f8009a7c6b208a7', href: '/projects/OTHER/repos/h5check/commits/0e49f104f8faa9fef3acaf658f8009a7c6b208a7',parents: [{ id: 'c1381fff75e1277559fd83317ca62159e26fcc2c' }]},{id: 'c1381fff75e1277559fd83317ca62159e26fcc2c', href: '/projects/OTHER/repos/h5check/commits/c1381fff75e1277559fd83317ca62159e26fcc2c',parents: [{ id: '1e6aceb5680c0a7bb056be6289ae3bf57351d6d3' }]},{id: '1e6aceb5680c0a7bb056be6289ae3bf57351d6d3', href: '/projects/OTHER/repos/h5check/commits/1e6aceb5680c0a7bb056be6289ae3bf57351d6d3',parents: [{ id: 'e1e460ba991f7e06083fa73f2028a7cd5ffced4b' }]},{id: 'e1e460ba991f7e06083fa73f2028a7cd5ffced4b', href: '/projects/OTHER/repos/h5check/commits/e1e460ba991f7e06083fa73f2028a7cd5ffced4b',parents: [{ id: '94b57f1d0a060e8f6d5e2f5a9170c4f1902ee05c' }]},{id: '94b57f1d0a060e8f6d5e2f5a9170c4f1902ee05c', href: '/projects/OTHER/repos/h5check/commits/94b57f1d0a060e8f6d5e2f5a9170c4f1902ee05c',parents: [{ id: '9ae906c3d44ca710b79760ccb5e183088671ffe0' }]},{id: '9ae906c3d44ca710b79760ccb5e183088671ffe0', href: '/projects/OTHER/repos/h5check/commits/9ae906c3d44ca710b79760ccb5e183088671ffe0',parents: [{ id: 'f3d9fd39470604b7374b3a9e10b065a334b40545' }]}]);