summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r8043] Purpose:Albert Cheng2004-01-081-0/+16
| | | | | | | | | | | | | Feature Description: Added option -showconfig which Shows the HDF5 library configuration summary Platforms tested: No h5committest test which does not test these tools. Tested in eirene by hand. Misc. update:
* [svn-r8040] Purpose:Pedro Vicente Nunes2004-01-088-31/+119
| | | | | | | | | | | | | | | | | bug fix, code improvment Description: fixed a bug in the parse of chunking function added some auxiliary functions to avoid repeated parts of the code in several places Solution: Platforms tested: linux solaris AIX Misc. update:
* [svn-r8038] Purpose:Quincey Koziol2004-01-082-2/+11
| | | | | | | | | | | | | | | | | | | | Bug fix Description: When two property lists are compared, the H5Pequal routine was just comparing the raw information for the property values. This causes problems when the raw information contains pointers to other information. Solution: Allow a 'compare' callback to be registered for properties, so that a user application get perform the comparison itself, allowing for "deep" compares of the property value. This was exported to the H5Pregister & H5Pinsert routines in the development branch, but not the release branch. Platforms tested: FreeBSD 4.9 (sleipnir) h5committest
* [svn-r8028] Purpose:Pedro Vicente Nunes2004-01-061-1/+1
| | | | | | | | | | | | | | | small change to the szip generated dataset Description: Solution: Platforms tested: linux solaris AIX Misc. update:
* [svn-r8025] Purpose:Pedro Vicente Nunes2004-01-061-23/+4
| | | | | | | | | | | | | | | | small fix Description: the main prog had some repeated code Solution: Platforms tested: linux solaris AIX Misc. update:
* [svn-r8021] Purpose:Pedro Vicente Nunes2004-01-069-192/+521
| | | | | | | | | | | | | | | | h5repack new features Description: added support/tests for multi filters Solution: Platforms tested: linux solaris AIX Misc. update:
* [svn-r8006] Purpose:Quincey Koziol2003-12-311-1/+1
| | | | | | | | | | | | Code cleanup Description: Tweaked down the size of the szip 'pixels per block' for a test, now that the library is range-checking this value more strictly. Platforms tested: FreeBSD 4.9 (sleipnir) too minor for h5committest
* [svn-r8005] Purpose:Quincey Koziol2003-12-311-1/+1
| | | | | | | | | | | | Code cleanup Description: Removed redundant testing script from being executed, since it's just running the program in the "TEST_PROGS" macro. Platforms tested: FreeBSD 4.9 (sleipnir) too minor for h5committest
* [svn-r7999] Purpose:Pedro Vicente Nunes2003-12-316-28/+97
| | | | | | | | | | | | | | | | h5repack new features Description: added support/ tests for contiguous and compact layout processing Solution: Platforms tested: linux solaris AIX Misc. update:
* [svn-r7997] Purpose:Pedro Vicente Nunes2003-12-3011-230/+744
| | | | | | | | | | | | | | | | h5repack new features Description: added support for layout options Solution: Platforms tested: linux solaris AIX Misc. update:
* [svn-r7996] Purpose:Pedro Vicente Nunes2003-12-303-22/+267
| | | | | | | | | | | | | | | | h5repack new features Description: added support for shuffle and checksum filters Solution: Platforms tested: linux solaris AIX Misc. update:
* [svn-r7994] Purpose:Pedro Vicente Nunes2003-12-2914-508/+1532
| | | | | | | | | | | | | | | | | | | h5repack new features Description: added checking routines for the filters that were applied to the output file added tests for szip filter Solution: Platforms tested: linux solaris (IRIX is not available) : Misc. update:
* [svn-r7980] Purpose:Albert Cheng2003-12-261-4/+151
| | | | | | | | | Regenerate the Dependncies files. Platforms tested: "h5committested" Misc. update:
* [svn-r7971] Purpose:Pedro Vicente Nunes2003-12-185-44/+124
| | | | | | | | | | | | | | | | | | h5repack bug Description: changed the copy hardlinks algorithm added more tests Solution: Platforms tested: linux solaris IRIX Misc. update:
* [svn-r7969] Purpose:Pedro Vicente Nunes2003-12-189-229/+474
| | | | | | | | | | | | | | | | | | h5repack new features Description: addded the copy routines for hard links changed the traversal structure to store information about the hard links added tests Solution: Platforms tested: linux solaris IRIX Misc. update:
* [svn-r7966] Purpose:Pedro Vicente Nunes2003-12-177-53/+69
| | | | | | | | | | | | | | | | h5repack new features Description: added debugging functions and a hard link generated dataset for the test suite Solution: Platforms tested: linux solaris 2.7 IRIX Misc. update:
* [svn-r7962] Purpose:Pedro Vicente Nunes2003-12-168-396/+1751
| | | | | | | | | | | | | | | | h5repack new features Description: added the copy of referenced objects Solution: Platforms tested: linux solaris 2.7 IRIX Misc. update:
* [svn-r7914] Purpose:Albert Cheng2003-12-054-23/+273
| | | | | | | | | | | | Regenerate the Dependencies files if needed. Description: Solution: Platforms tested: Misc. update:
* [svn-r7913] Purpose:Pedro Vicente Nunes2003-12-0416-756/+1962
| | | | | | | | | | | | | | | | | code clean Description: separated the h5repack code in several modules Solution: Platforms tested: linux IRIX solaris Misc. update:
* [svn-r7912] Purpose:Pedro Vicente Nunes2003-12-045-9/+542
| | | | | | | | | | | | | | | | | | code clean, bug fix Description: the attributes of the root group were not being compared removed compiler warnings on IRIX and solaris Solution: added a special function to compare the attributes of the root group Platforms tested: linux IRIX 6.5 solaris 2.7 Misc. update:
* [svn-r7908] Purpose:Pedro Vicente Nunes2003-12-0312-24/+58
| | | | | | | | | | | | | | | | code clean, bug fix Description: cleaned warnings on IRIX fixed bug in parse command line Solution: Platforms tested: linux IRIX 6.5 64 Misc. update:
* [svn-r7907] Purpose:Pedro Vicente Nunes2003-12-031-0/+2
| | | | | | | | | | | | | | | | bug fix Description: sleipnir was complaining about a missing header declaration Solution: added the include Platforms tested: linux (small) Misc. update:
* [svn-r7905] Purpose:Pedro Vicente Nunes2003-12-023-18/+0
| | | | | | | | | | | | continuation of the h5diff changes Description: Solution: Platforms tested: Misc. update:
* [svn-r7904] Purpose:Pedro Vicente Nunes2003-12-0285-1141/+4096
| | | | | | | | | | | | | | | | | | | h5diff new features Description: added comparison for attributes adeded comparison for all dataset datatypes added tests for the new features changed the output format Solution: Platforms tested: linux solaris 5.7 IRIX 6.5 (64) Misc. update:
* [svn-r7842] Purpose:Quincey Koziol2003-11-1313-55/+243
| | | | | | | | | | | | | | | | | | | Bug fix Description: Variable length strings and sequences with NULL pointers were not handled by library, causing problems access the data. This also affected fill values for variable-length datatypes. Solution: Address the issues in the library by detecting NULL sequences/strings and avoid trying to convert them. Patched up dumper to display NULL sequences/strings. Platforms tested: FreeBSD 4.9 (sleipnir) h5committest
* [svn-r7834] Purpose:Pedro Vicente Nunes2003-11-107-12/+10
| | | | | | | | | | | | | | | | code clean Description: removed compiler warnings on IRIX Solution: Platforms tested: linux solaris 2.7 IRIX Misc. update:
* [svn-r7833] Purpose:Pedro Vicente Nunes2003-11-1010-33/+58
| | | | | | | | | | | | | | | | bug fix, clean code Description: a malloced buffer was not release cleaned some compiler warnings Platforms tested: linux solaris 2.7 IRIX Misc. update:
* [svn-r7822] Purpose:Quincey Koziol2003-11-061-7/+11
| | | | | | | | | | | | | | Bug fix & code cleanup Description: Propagate error value out of function, so that failures can be detected by testing scripts. Clean up a few compiler warnings while I'm here. Platforms tested: FreeBSD 4.9 (sleipnir) too minor to require h5committest
* [svn-r7816] Purpose:Bill Wendling2003-11-041-1/+1
| | | | | | | | | | | | | | | | | | Improvement Description: If the library is built in parallel mode, then name the "h5cc" and "h5fc" programs "h5pcc" and "h5pfc" resp. This saves the user from worrying about mixing serial and parallel builds of the library and having to specify the pathnames and so-forth. Platforms tested: Linux (w/ parallel & Fortran) Modi4 (w/ parallel & Fortran) Sol (Serial & Fortran & C++) Misc. update: Updated release/docs/RELEASE
* [svn-r7813] Purpose:Pedro Vicente Nunes2003-11-0331-157/+499
| | | | | | | | | | | | | | | | | | | | | | | | h5diff new feature Description: added compare for attributes a new options flag (-a) was added to the options structure. it is 0 by default (no compare ) the output of the compare is the same that for datasets, and all the other flags also apply for attributes (the memory compare is done in the same function diff_array) all the other requirements for compare of datasets (type, space) are identical too Platforms tested: linux solaris 2.7 IRIX Misc. update:
* [svn-r7809] Purpose:Albert Cheng2003-11-031-1/+1
| | | | | | | | | | | | | | | | bug fix. Description: It sometimes complained of wrong number of argument to test. This happened when more than 1 tool are redeployed. The problem is due to an unquoted variable expanded into multiple strings, confusing the test command. Fixed by putting quotes around it. Platforms tested: only tested in eirene since it is trivial. Misc. update:
* [svn-r7804] Purpose:Pedro Vicente Nunes2003-10-313-24/+92
| | | | | | | | | | | | | | | | h5diff new feature Description: added diff for the class ENUM Solution: Platforms tested: linux solaris 2.7 IRIX Misc. update:
* [svn-r7797] Purpose:Pedro Vicente Nunes2003-10-301-2/+2
| | | | | | | | | | | | | | | code clean Description: added some comments Solution: Platforms tested: linux (small change) Misc. update:
* [svn-r7796] Purpose:Pedro Vicente Nunes2003-10-302-10/+18
| | | | | | | | | | | | | | | | h5diff improvment Description: changed a call to exit(1) for return -1 for user friendiness in the h5diff function in the case that H5Fopen fails Solution: Platforms tested: linux (small change ) Misc. update:
* [svn-r7793] Purpose:Pedro Vicente Nunes2003-10-3033-237/+238
| | | | | | | | | | | | | | | | | | h5diff new features Description: added the diff for variable lenght, opaque, enum, and bitfield datasets Solution: Platforms tested: linux solaris 2.7 IRIX Misc. update:
* [svn-r7792] Purpose:Pedro Vicente Nunes2003-10-3015-147/+265
| | | | | | | | | | | | | | | | | | | h5diff new features bug fix Description: implemented the diff for STRING and ARRAY types fixed a bug. when the datasets are empty, do not try to compare them . the check empty is made with H5Dgetstorage_size Solution: Platforms tested: linux solaris 5.7 IRIX Misc. update:
* [svn-r7791] Purpose:Pedro Vicente Nunes2003-10-2911-242/+249
| | | | | | | | | | | | | | | | | | h5diff new features Description: implemented diff for compound types. so far it only compares the integer and float classes of these compound types. this is done with a new recursive function that compares datum by datum Platforms tested: linux solaris 2.7 IRIX Misc. update:
* [svn-r7785] Purpose:Pedro Vicente Nunes2003-10-2973-585/+996
| | | | | | | | | | | | | | | | | | | | h5repack new features Description: added a copy routine for all types added a copy routine for attributes commnented some debug messages in h5trav added the verbose option to some h5diff messages Platforms tested: linux solaris 2.5 IRIX Misc. update:
* [svn-r7779] Purpose:Bill Wendling2003-10-281-38/+0
| | | | | | | Regenerated Details: Regenerated because of changes to h5diff and tools library
* [svn-r7778] *** empty log message ***Bill Wendling2003-10-281-0/+250
|
* [svn-r7777] Purpose:Bill Wendling2003-10-282-53/+233
| | | | | | | | | | | Regenerated Description: Regenerated Dependencies files because of changes to the h5diff and tools library. Platforms tested: Linux (small change and just needed to be checked once).
* [svn-r7774] Purpose:Pedro Vicente Nunes2003-10-281-1/+1
| | | | | | | | | | | | | changed the name of one struct in this file Platforms tested: linux, solaris IRIX Misc. update:
* [svn-r7769] Purpose:Pedro Vicente Nunes2003-10-2820-321/+339
| | | | | | | | | | | | | moved h5diff "public API" routines to tools/lib folder Platforms tested: linux solaris 2.7 IRIX Misc. update:
* [svn-r7737] Purpose:Robert E. McGrath2003-10-251-1/+1
| | | | | | | | | | | | | | | bug fix Description: wrong parameter to subroutine call Solution: use correct parameter Platforms tested: verbena Misc. update:
* [svn-r7717] Purpose:Pedro Vicente Nunes2003-10-239-30/+433
| | | | | | | | | | | | | | | new features of h5repack Description: added copy routine added parsing of command line arguments Platforms tested: linux, solaris, IRIX Misc. update:
* [svn-r7714] Elena Pourmal2003-10-232-157/+2
| | | | | | | | | | | | | Purpose: Maintenance Description: h5createU8 utility is an old h5import utility; removed Solution: Platforms tested: arabica Misc. update:
* [svn-r7708] Purpose:Pedro Vicente Nunes2003-10-221-0/+1
| | | | | | | | | | | | this file has a different h5diff output because of the new verbose option Description: Solution: Platforms tested: Misc. update:
* [svn-r7706] Purpose:Pedro Vicente Nunes2003-10-221-0/+134
| | | | | | | | | | | h5diff now has a .h file. which I forgot to CVS add previously Misc. update:
* [svn-r7705] Purpose:Pedro Vicente Nunes2003-10-225-0/+284
| | | | | | | | | | | forgot to CVS add these new .h files to the h5repack bunch Misc. update:
* [svn-r7704] Purpose:Pedro Vicente Nunes2003-10-221-0/+2
| | | | | | | | | | | | continuation of commit message Platforms tested: linux solaris IRIX Misc. update: