summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r8734] Purpose:Pedro Vicente Nunes2004-06-242-20/+10
| | | | | | | | | | | | | | | cleaned compiler warnings Description: Solution: Platforms tested: linux solaris AIX Misc. update:
* [svn-r8733] Purpose:Quincey Koziol2004-06-231-1/+1
| | | | | | | | | | | | Code cleanup Description: Reduce compiler warnings on SGI IRIX Platforms tested: FreeBSD 4.10 (sleipnir) SGI IRIX6 (Cheryl's machine) Too minor to require full h5committest
* [svn-r8717] Purpose:Pedro Vicente Nunes2004-06-2222-135/+285
| | | | | | | | | | | | | | | | | | | | | h5dump new features Description: the storage layout output format had some changes same for the user defined filter add an option (-y) for not printing the array indices (default is print indices ) the option for escaping non printable characters covers all characters (default is not escape) add tests for the new options Solution: Platforms tested: linux solaris AIX Misc. update:
* [svn-r8716] This commit was manufactured by cvs2svn to create branch 'hdf5_1_6'.cvs2svn2004-06-227-0/+165
|
* [svn-r8708] Purpose:Robert E. McGrath2004-06-181-15/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes bug mozilla_145 Description: Output from h5dump is truncated on SGI Solution: Revise h5tools_str_append. Changed the check for the return value from vsnprintf to handle overflows correctly. Added a special check for the case where HAVE_VSNPRINTF is not defined. (Windows doesn't have this function.) Will abort() if memory is overwritten. This overflow appears to be rare, but if we get reports of hitting this abort() we can try a more robust solution for platforms lacking vsnprintf. Platforms tested: arabica verbena hirdls (IRIX64 serial) windows 2000 Misc. update:
* [svn-r8689] Purpose:Pedro Vicente Nunes2004-06-154-5/+8
| | | | | | | | | | | | | | | | h5dump new feature Description: add processing of tab characters (in the context of the new CR/LF option ) Solution: Platforms tested: linux solaris AIX Misc. update:
* [svn-r8660] Purpose:Pedro Vicente Nunes2004-06-111-3/+1
| | | | | | | | | | | | | | | | | | | | bug fix Description: a prototype for a new function used by h5tools_str.c was accidently left in that file the c++ compiler treats this as an error Solution: removed the prototype, and pointed to the correct one (in h5tools_ref.h ) Platforms tested: Free BSD (c++) linux Misc. update:
* [svn-r8658] Purpose:Quincey Koziol2004-06-111-1/+1
| | | | | | | | | | | Code cleanup Description: Add more files that should be removed to the clean & distclean targets. Platforms tested: FreeBSD 4.10 (sleipnir) Too minor to require h5committest
* [svn-r8650] Purpose:Pedro Vicente Nunes2004-06-105-291/+310
| | | | | | | | | | | | | | | h5dump update Description: updated the h5dump test file generator so that it coincides with the 1.7 branch Solution: Platforms tested: linux (small change) Misc. update:
* [svn-r8643] Purpose:Pedro Vicente Nunes2004-06-1024-432/+862
| | | | | | | | | | | | | | | | | | | | | | | | | | | h5dump new features Description: added the code for print strings with new line and display the path of references (new source files h5tools_ref.c and .h ) added a test suite in testh5dump.sh.in for ( note : to create testh5dump.sh , one must redo ./configure; this detects the availability of filters and generates testh5dump.sh accordingly) 1) storage layout 2) fill value 3) print reference with path 4) print strings with new lines 5) filters Solution: Platforms tested: linux solaris AIX Misc. update:
* [svn-r8642] Purpose:Pedro Vicente Nunes2004-06-1026-126/+181
| | | | | | | | | | | | | | | bug fix Description: one of the h5diff tests was reading the wrong hdf5 file Solution: substituted for the correct file Platforms tested: linux (small change) Misc. update:
* [svn-r8634] Purpose:Quincey Koziol2004-06-091-1/+1
| | | | | | | | | | | Bug fix Description: Correct path to new testh5dump.sh, now that it's generated. Platforms tested: FreeBSD 4.10 (sleipnir) w & w/o srcdir Too minor to require h5committest
* [svn-r8629] Purpose:Quincey Koziol2004-06-091-210/+0
| | | | | | | | | | | | Update shell scripts Description: Switch to generating the testh5dump.sh script at configure time, so we can determine which filters are available to test. Platforms tested: FreeBSD 4.9 (sleipnir) too small to require h5committest
* [svn-r8628] This commit was manufactured by cvs2svn to create branch 'hdf5_1_6'.cvs2svn2004-06-091-0/+219
|
* [svn-r8619] Purpose:Quincey Koziol2004-06-052-7/+12
| | | | Fix makefiles, dependencies & manifest after source file rename.
* [svn-r8615] Purpose:Quincey Koziol2004-06-051-3/+4
| | | | | | | | | | | | | | | Refactor code Description: Move chunk and contiguous cached raw data from file information to dataset information. This simplifies a number of internal interfaces, aligns the code with it's purpose better and should allow more optimizations to the chunked data I/O performance. Platforms tested: Solaris 2.7 (arabica) FreeBSD 4.10 (sleipnir) h5committest
* [svn-r8597] Purpose:MuQun Yang2004-05-281-5/+0
| | | | | | | | | | | | | | | | | bug fix Description: Somehow in the function error_msg, a #ifdef WIN32 combine the stdout and stderr into a stdout for windows platforms. This will cause the confused output of dumper test on windows. Erase this macro. Solution: See above. Platforms tested: windows XP with MSVS 6.0 by xuan. No need to test on other platforms. Misc. update:
* [svn-r8591] This commit was manufactured by cvs2svn to create branch 'hdf5_1_6'.cvs2svn2004-05-272-0/+0
|
* [svn-r8585] Purpose:Pedro Vicente Nunes2004-05-261-3/+7
| | | | | | | | | | | | | | | | bug fix Description: the output of fill values was lacking indentation Solution: Platforms tested: linux solaris AIX Misc. update:
* [svn-r8583] Purpose:Pedro Vicente Nunes2004-05-264-0/+53
| | | | | | | | | | | | | | | added 2 new tests (boot block and file contents) Description: Solution: Platforms tested: linux solaris AIX Misc. update:
* [svn-r8580] Purpose:Pedro Vicente Nunes2004-05-268-385/+396
| | | | | | | | | | | | | | | | bug fix Description: the output of array indices for the array datatype case was not done correctly Solution: Platforms tested: linux solaris AIX Misc. update:
* [svn-r8577] Purpose:Pedro Vicente Nunes2004-05-261-1/+1
| | | | | | | | | | | | | | bug fix Description: a variable declaration was left outside a #ifdef for version 1.4 Solution: Platforms tested: linux Misc. update:
* [svn-r8575] Purpose:Pedro Vicente Nunes2004-05-2538-1452/+1497
| | | | | | | | | | | | the new output for h5dump files Description: Solution: Platforms tested: Misc. update:
* [svn-r8574] Purpose:Pedro Vicente Nunes2004-05-2511-171/+791
| | | | | | | | | | | | | | | | | | | | | | | | | | h5dump new features Description: added the code for new features. dump of 1) filters 2) storage layout 3) fill value 4) comments 5) file super block 6) file contents 7) array indices Solution: Platforms tested: linux AIX solaris Misc. update:
* [svn-r8540] Purpose:Pedro Vicente Nunes2004-05-181-13/+613
| | | | | | | | | | | | | | | | new features Description: added the generation of a new file for the new h5dump tests Solution: Platforms tested: linux solaris AIX Misc. update:
* [svn-r8414] Purpose:Pedro Vicente Nunes2004-04-2316-134/+120
| | | | | | | | | | | | | | | bug fix Description: added compability for the 1.4 version Solution: Platforms tested: free BSD linux Misc. update:
* [svn-r8399] Purpose:Quincey Koziol2004-04-205-239/+552
| | | | | Update depenvy files after h5repack import & add dependency file to h5repack directory.
* [svn-r8397] Purpose:Pedro Vicente Nunes2004-04-2076-4700/+475
| | | | | | | | | | | | | | | | | | | | h5repack in 1.6 Description: 2 functions we re added to /src: H5Premove filter and H5Iget_file_id Solution: Platforms tested: linux solaris AIX Misc. update:
* [svn-r8396] This commit was manufactured by cvs2svn to create branch 'hdf5_1_6'.cvs2svn2004-04-2033-0/+14218
|
* [svn-r8384] Purpose:Quincey Koziol2004-04-186-250/+232
| | | | | | | | | | | | | Code cleanup Description: Clean up lots of warnings based on those reported from the SGI compilers as well as gcc. Platforms tested: SGI O3900, IRIX64 6.5 (Cheryl's SGI machine) FreeBSD 4.9 (sleipnir) w/ & w/o parallel h5committest
* [svn-r8248] This commit was manufactured by cvs2svn to create branch 'hdf5_1_6'.cvs2svn2004-03-104-0/+2944
|
* [svn-r8162] Purpose:Quincey Koziol2004-02-071-0/+12
| | | | | | | | | | | | | Bug fix Description: Add ifdef around most of this file, to protect it from the Intel 7.1 C compiler which seems to have bugs in its -MG flag for creating dependency information. Platforms tested: Linux IA64 (titan) too obscure to require testing on other platforms
* [svn-r8072] *** empty log message ***Raymond Lu2004-01-154-40/+50
|
* [svn-r8071] Purpose: bug fixRaymond Lu2004-01-151-7/+7
| | | | | | | | Description: h5dump and h5ls cannot handle special characters when data is enum type. Platforms tested: h5committest
* [svn-r8042] 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-r8035] Purpose:Albert Cheng2004-01-071-1/+1
| | | | | | | | | | | feature Description: Install the C and Fortran compiler commands as h5pcc and h5pfc if parallel mode is used. Platforms tested: "h5committested"
* [svn-r8023] This commit was manufactured by cvs2svn to create branch 'hdf5_1_6'.cvs2svn2004-01-067-0/+1402
|
* [svn-r7981] Regenrated Dependies files.Albert Cheng2003-12-262-43/+0
| | | | h5committested.
* [svn-r7844] Purpose:Quincey Koziol2003-11-139-59/+136
| | | | | | | | | | | | | | | | | | | 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-r7843] This commit was manufactured by cvs2svn to create branch 'hdf5_1_6'.cvs2svn2003-11-134-0/+110
|
* [svn-r7810] 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 verbena since it is trivial.
* [svn-r7736] Purpose:Robert E. McGrath2003-10-251-1/+1
| | | | | | | | | | | | | | | | | | Fix bug. Description: Wrong parameter in subroutine call. Note: this only affects '--xml', and only affects the value of the fill value that is reported. Solution: put correct parameter in subroutine call Platforms tested: verbena Misc. update:
* [svn-r7712] Elena Pourmal2003-10-232-157/+2
| | | | | | | | | | | | | | Purpose: Maintenance Description: h5createU8 utility was the old h5import utiltity. It was supposed to be gone for 1.6.1 but I forgot to delete it before the release. I am doing it now. Solution: Platforms tested: arabica Misc. update:
* [svn-r7624] Purpose:Quincey Koziol2003-10-147-43/+30
| | | | | | | Updated dependencies and tracing information Platforms tested: Not necessary.
* [svn-r7600] Purpose:MuQun Yang2003-10-101-0/+4
| | | | | | | | | | | | | | | | | | | bug fix Description: On windows debug/debugdll; somehow: a crash happened by free() function although that string is "allocated". Make some efforts to fix without success. Suspect a compiler bug. Solution: Use #ifdef WIN32 #endif comment out that free function for the time being. Hopefully h5dump debug version is not used. Platforms tested: windows 2000, linux 2.4(no need for more platforms because of win-specified). Misc. update:
* [svn-r7548] Purpose:Quincey Koziol2003-10-0593-2514/+2501
| | | | | | | | | | | | | Bug fixes and code cleanup Description: Whitespace removal. Added testfiles for named datatypes in attributes. Platforms tested: FreeBSD 4.9 (sleipnir) h5committest
* [svn-r7547] This commit was manufactured by cvs2svn to create branch 'hdf5_1_6'.cvs2svn2003-10-053-0/+63
|
* [svn-r7546] Purpose:Quincey Koziol2003-10-051-1/+3
| | | | | | | | | | | | | | | Bug fixes and code cleanup Description: Corrected output of array separator when vlen separator was needed. datatypes. Parts of formatting cleanup to greatly reduce the amount of trailing whitespace emitted in output. Platforms tested: FreeBSD 4.9 (sleipnir) h5committest
* [svn-r7545] Purpose:Quincey Koziol2003-10-055-679/+689
| | | | | | | | | | | | | | | | | | | | | Bug fixes and code cleanup Description: Changes to h5dump code: - Dump shared datatypes for any class of datatype, not just compound datatypes. - Cleaned up formatting to greatly reduce the amount of trailing whitespace emitted in output. Also removed some spurious blank lines from named datatype output. Added code to generate named datatype attribute test file. Added tests for dumping named datatypes in attributes for both DDL and XML output. Platforms tested: FreeBSD 4.9 (sleipnir) h5committest
* [svn-r7419] Purpose:Albert Cheng2003-08-271-1/+5
| | | | | | | | | | | | | | | | | | bug fix Description: h5diff would incur a segmentation fault in Alpha clusters when the percentage option is used. This was due to memory aliagment issue when the options variable is declared as a local variable in main(). Moved the declaration to a global declaration. Platforms tested: "h5committested" And tested at cluster QT of SNL. Misc. update: