OTHER
  1. OTHER

h5check

Public

Network

 
AuthorCommitMessageCommit Date
Vailin ChoiVailin Choi
f3d9fd39470Add coding for scaleoffset filter.
Vailin ChoiVailin Choi
4d4084e97b01. Update sds_decode() 2. Fixed bugs from testing with famil*.h5.
Vailin ChoiVailin Choi
4e7331f852b1. Put in logical address for error reporting 2. Add fill_old_decode(), update fill_decode() 3. Fix the bug when an unknown message id or null message is encountered 4. Misc. cleanup
Vailin ChoiVailin Choi
b5687f71441Decode and validate external link values in OBJ_link_decode(). Clean up some printfs.
Albert ChengAlbert Cheng
0bc096832cbThe testscript depends on the testgen program to generated data files it uses. Set it up so that testgen is completed before the testscript runs. Tested: kagiso, both inplace and srcdir.
Vailin ChoiVailin Choi
ac1f9a9e6421. configure.ac -- add filter defines 2. test/testh5check.sh -- comment out 1.8 "vms_data.h5" 3. *.c -- move *.h includes to "h5_check.h"; also add filter code to "h5pline.c" 4. h5check.h -- add *.h includes, add "h5check_public.h"
Albert ChengAlbert Cheng
b4c7e9e3d6cFixed it so that it can support srcdir option. Tested: kagiso.
Vailin ChoiVailin Choi
9605fdc86e9Remove the specific include for <szlib.h>
Vailin ChoiVailin Choi
63c4abc3ceaFix the bug on smirom on unsigned ndims for raw_node_decode_key().
Vailin ChoiVailin Choi
10385c8a6e4Forgot to check in this yesterday.
Vailin ChoiVailin Choi
dbc55826a41Add filtered code for fractal heap: deflate, shuffle, fletcher32, szip Right now, the code compiled and worked only if zlib.h and szlib.h were there.
Vailin ChoiVailin Choi
47045fb98a8Add filtered code for fractal heap:deflate, shuffle, fletcher32, szip Right now, the code compiled and worked only if zlib.h and szlib.h were there
Albert ChengAlbert Cheng
9e26ceb3bfaadded --with-szlib configure option to bring in the szip decoder library. Tested on kagiso.
Albert ChengAlbert Cheng
e186d8c6f5bNew feature. Added configure support for zlib option. Tested: kagiso.
Albert ChengAlbert Cheng
57f8825e4d7File was copied from h5dump Makefile.am and there were lots of leftover comments. Replaced them with appropriate h5check comments.
Vailin ChoiVailin Choi
3e064fca1ddAdd support for format spec. version 2.0. (Some debugging printfs need to be cleaned up.)
Albert ChengAlbert Cheng
36cb8ad9458Ported to Linux 64bit platform. Tested in smirom.
Albert ChengAlbert Cheng
e61b67e494aFixed a document typo (used the wrong generator program name.) Also added logfile.txt to the CLEAN list.
Albert ChengAlbert Cheng
8dd1f5756f3updated for beta 1 release.
Albert ChengAlbert Cheng
1800aedc0bbInitial version..
Albert ChengAlbert Cheng
d49d52dd55dUpdated for Beta 1 release.
Albert ChengAlbert Cheng
4d91c18032aPurpose: bug fix. Description: The testh5check.sh script uses files generated by testgen. Added a dependence between the two.
Albert ChengAlbert Cheng
b343dfa5de5Updated the Copypright notices.
Albert ChengAlbert Cheng
d4cd028a568Updated the Copypright notices. Added RANLIB macro to configure.ac.
Albert ChengAlbert Cheng
79a7432f920Add the config directory and files.
Albert ChengAlbert Cheng
88d042d343achanged after depcomp, install-sh and missing have been added.
Albert ChengAlbert Cheng
48eedbbafadRemoved because it is being generated by ./configure.
Albert ChengAlbert Cheng
29ef65ef14eNeeded by autoconf. Copied from HDF4.
Albert ChengAlbert Cheng
26c3bbe43f3Added autoconfigure to the tool. This is only the structure. The Makefile.am and configure.ac still need work. Tested: Kagiso.
Albert ChengAlbert Cheng
e4cfd89037cDid some minor cleanup.
Albert ChengAlbert Cheng
c7b9190aefdNew feature: Added h5check API feature. (Committed for V. Choi).
Vailin ChoiVailin Choi
b98dc05e84cFixed shared_read(), check_obj_header() to handle shared message properly.
Vailin ChoiVailin Choi
f3b4c1945c5Fixed shared_read(), check_obj_header() to handle shared object message properly.
Vailin ChoiVailin Choi
885220698bcChanges made to error reporting.
Vailin ChoiVailin Choi
f6eb68b558dChanges made to error reporting.
Vailin ChoiVailin Choi
bf171ed4478Add definitions for h5checker_obj() API known to users.
Vailin ChoiVailin Choi
2282e9d1a8dAdd h5checker_obj() API.
Vailin ChoiVailin Choi
c888d492849Put coding for command line option in this file.
Vailin ChoiVailin Choi
f7fc4b412adChange names that are the same as the HDF libarary.
Vailin ChoiVailin Choi
b5d7e58b49fChange names that are the same as the HDF library.
Vailin ChoiVailin Choi
4f277b1baceChange names that are the same as the HDF5 library.
Vailin ChoiVailin Choi
13f57070095Change names that are the same as HDF5 library.
Vailin ChoiVailin Choi
7efa0e4cd86Add command line option --object=obj_addr to validate just the object header.
Vailin ChoiVailin Choi
3828b6cb897Fix bugs. Improve error reporting.
Vailin ChoiVailin Choi
555e432951fFix bugs. Improve error reporting.
Vailin ChoiVailin Choi
0b618152eadFix bugs, improve error reporting.
Vailin ChoiVailin Choi
6d9f09671b1improve error reporting
Vailin ChoiVailin Choi
5487483c014improve error reporting: logical address + file name
Vailin ChoiVailin Choi
9bb3e01a21dImprove error reporting: logical address + file name
Albert ChengAlbert Cheng
58fac1bcb3dCreate this top level Makefile so that all make and testings can be done from here.