summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r8810] Purpose:Pedro Vicente Nunes2004-07-0623-283/+2405
| | | | | | | | | | | | | | | | h5dump new tests Description: added new tests for the -p option, superblock, file contents, fill values, array indices. Solution: Platforms tested: linux AIX solaris Misc. update:
* [svn-r8808] Purpose:Quincey Koziol2004-07-051-68/+58
| | | | | | | | | | | | Code optimization Description: Don't copy layout information, just point to existing information. Platforms tested: Solaris 2.7 (arabica) FreeBSD 4.10 (sleipnir) w/parallel Too minor to require h5committest
* [svn-r8806] Purpose:Quincey Koziol2004-07-051-91/+162
| | | | | | | | | | | | | | | | | | Code optimization & bug fix CVS: [is this a bug fix? feature? ...] Description: Speed up "fast comparison" lookups in trees by a factor of 2-3x Correctly handle "fast comparisons" for unsigned values (esp. hsize_t). Solution: Mostly removing if statements and redundant assigns, etc. Platforms tested: Solaris 2.7 (arabica) FreeBSD 4.10 (sleipnir) w/parallel Too minor to require h5committest
* [svn-r8804] Snapshot version 1.6 release 2 (post8)HDF Admin2004-07-0510-36/+49
|
* [svn-r8802] Purpose:Quincey Koziol2004-07-037-125/+181
| | | | | | | | | | | | | | | Code optimization Description: Set up datatype ID for dataset's datatype on disk. This allows us to avoid repeatedly copying the datatype when an ID is needed. Also, clean up a few warnings in various other places. Platforms tested: Solaris 2.7 (arabica) FreeBSD 4.10 (sleipnir) w/parallel Too minor to require h5committest
* [svn-r8798] Elena Pourmal2004-07-034-22/+7
| | | | | | | | | | | | | | Purpose: Maintenance Description: H5_SZIP_CHIP_OPTION_MASK was deleted from the list of the available parameters for the H5Pset_szip function. Solution: Updated Fortran source, tests and documentation to reflect this change. Platforms tested: arabica (too small for h5committest) Misc. update:
* [svn-r8795] Frank Baker2004-07-021-10/+18
| | | | | | | | Purpose: Added Fortran90 subroutine h5sget_select_bounds_f. Platforms tested: Mozilla
* [svn-r8793] Purpose:Pedro Vicente Nunes2004-07-023-33/+10
| | | | | | | | | | | | | | | | | Description: for the file contents dump and for hardlinks, one arrow "->" is printed, followed by the first found name for that object options for not printing specific types of objects were postponed Solution: Platforms tested: linux AIX solaris Misc. update:
* [svn-r8789] Frank Baker2004-07-021-6/+20
| | | | | | | | | | | | | | | | | Purpose: To more carefully describe the behavior of H5Pset_external. Description: Add notes that first H5Pset_external call sets the dataset as EXTERNAL and identifies the first file in the series of external files that will hold the dataset; subsequent calls identify additional files; all external files must be declared before the dataset is created; and the library will create files that don't yet exist on the system at the time that H5Dwrite is called to write data to that file. Also a few copy edits. Platforms tested: Mozilla
* [svn-r8788] Purpose:Pedro Vicente Nunes2004-07-028-113/+136
| | | | | | | | | | | | | | | | | | | | | | bug fix Description: the original code that showed a name for HARDLINK was reassigning that name to a name made in the dump traversal (made by concatenation by nested objects) Solution: removed this reassigmnet now the name showed after HARDLINK is always the first name found for that object (this object is printed once interely; subsequent printings show the word HARDLINK and the first name ) Platforms tested: linux solaris AIX Misc. update:
* [svn-r8787] Frank Baker2004-07-011-13/+36
| | | | | | | | | | | | | | | | | Purpose: SZIP and general filter updates Description: Added SZIP to the introductory paragraphs and as appropriate in the Fortran subroutine descriptions. Revised the introductory discussion, which had focussed on one compression filter, to allow for multiple filters of different types. Added list of distributed filters to intro. Also some copy edits and minor formatting. Platforms tested: Mozilla, Safari
* [svn-r8785] Frank Baker2004-07-011-2/+2
| | | | | | | | Purpose: Corrected copyright link. Platforms tested: Mozilla
* [svn-r8784] Frank Baker2004-07-011-2/+155
| | | | | | | | | Description: Added "API Changes" section for Release 1.6.3. Includes templates and an incomplete scattering of initial entries. Platforms tested: Mozilla
* [svn-r8783] Purpose:Quincey Koziol2004-07-0117-33/+44
| | | | | | | | | | | Code cleanup Description: Clean up almost all warnings from Windows builds. Platforms tested: FreeBSD 4.10 (sleipnir) w/parallel Too minor to require h5committest
* [svn-r8780] Purpose:Pedro Vicente Nunes2004-07-011-217/+222
| | | | | | | | | | | | | | | | | | bug fix Description: an if statment was wrongly placed before a swith-case statment, causing the fall to the next case this error was only detected by the C99 compiler (gcc 3.44) Solution: put if after the case Platforms tested: sleipnir with gcc 3.4 linux Misc. update:
* [svn-r8776] Purpose:Pedro Vicente Nunes2004-06-301-3/+3
| | | | | | | | | | | | | changed the name of the dataset for the link file contents example, it was confusing Description: Solution: Platforms tested: linux (small change) Misc. update:
* [svn-r8775] James Laird2004-06-303-2/+25
| | | | | | | | | | | | | | | | | | | Purpose: Fixed a bug that broke daily tests. SZIP now always uses K13 compression. Description: When configured with the --srcdir option, dsets test would look for a test file in the same directory as the test, instead of in the directory that contains the source files. SZIP never needs to use CHIP compression, so the option to set this flag instead of K13 compression has been removed. Platforms tested: Copper
* [svn-r8774] Purpose:Pedro Vicente Nunes2004-06-3047-1560/+1765
| | | | | | | | | | | | | | | | | bug fix Description: the indentation was not made properly for nested objects when printing array indices Solution: added the indentation to h5tools_simpple_prefix Platforms tested: linux AIX solaris Misc. update:
* [svn-r8771] Purpose: Update for new function.Raymond Lu2004-06-301-0/+1
| | | | | | | | Description: Forgot to add new function H5Fget_name for MPE. Solution: Simple define color_H5Fget_name as 'red' in this file. Platforms tested: Very simple change. No test needed.
* [svn-r8770] Raymond Lu2004-06-307-5/+70
| | | | | | | | | | | Purpose: New feature and its test Description: Added API H5Fget_name. It returns the name of file by object ID(file, group, dataset, named datatype, attribute) which belongs to the file. filename.c tests this function. Platforms tested: h5committest Misc. update: MANIFEST, RELEASE.txt
* [svn-r8769] This commit was manufactured by cvs2svn to create branch 'hdf5_1_6'.cvs2svn2004-06-302-0/+691
|
* [svn-r8764] Purpose:Binh-Minh Ribler2004-06-305-94/+360
| | | | | | | | | | | | | Adding documentation with doxygen and fixing warnings Description Added function headers with doxygen to H5Exception.cpp. Removed two extra functions, H5Object::Reference, being added by mistake and fixed some compilation warnings. Platforms: Linux 2.4 (eirene) SunOS 5.7 (arabica)
* [svn-r8763] Purpose:Xuan Bai2004-06-301-0/+0
| | | | | | | | | | | | | | | | | | | Temporary bug fix. Description: h5dump debug and debug dll testings failed for the following 2 tests: TOOLTEST thlink.h5.xml --xml thlink.h5 TOOLTEST tmany.h5.xml --xml tmany.h5 in Windows. These are known unsolved failures. To run the auto-compile, auto-test for hdf5 in Windows, these 2 tests need to be turned off temporarily. Solution: Turn off the above h5dump 2 tests temporarily. Platforms tested: Windows XP/Visual C++ 6.0 and .NET> Misc. update:
* [svn-r8761] Purpose:Quincey Koziol2004-06-2915-52/+126
| | | | | | | | | | | | | Code cleanup & small bug fix Description: Regenerate dependency files Add htri_t as separate type from hbool_t for code tracing purposes. Platforms tested: FreeBSD 4.10 (sleipnir) w/parallel too minor to require h5committest
* [svn-r8759] Purpose:Pedro Vicente Nunes2004-06-2943-1004/+1037
| | | | | | | | | | | | | | | | | h5dump new feature Description: added the dump of unamed datatypes for the file contents added a colon as separator for the indices array option Solution: Platforms tested: linux solaris AIX Misc. update:
* [svn-r8757] Nat Furrer2004-06-292-0/+1
| | | | | | | | | | | | | Purpose: Added an HDF5 file for testing purposes. Description: Solution: Platforms tested: Misc. update:
* [svn-r8756] Nat Furrer2004-06-291-1/+2
| | | | | | | | | | | | | | | | Purpose: Fixed the problem with 1.6 daily tests. Description: Changed the directory the Makefile uses to find h5repack.sh. It is now ./ instead of ${srcdir}. Hopefully, this should fix the problem. Solution: Platforms tested: Copper Misc. update:
* [svn-r8755] Purpose:Quincey Koziol2004-06-281-1/+4
| | | | | | | Update format info Description: Clarify description of filter mask flags for chunked datasets.
* [svn-r8753] Nat Furrer2004-06-2827-210/+944
| | | | | | | | | | | | | | | | | | | Purpose: Handled SZIP without the encoder present. Description: It is now an error for a user to try to create, extend, or write to a dataset without the encoder present in their SZIP library. Added H5Zget_filter_info to provide users with a way to query HDF5 about the presence (or lack thereof) of the SZIP encoder. Platforms tested: Windows Verbena Arabica Copper Misc. update:
* [svn-r8751] Purpose: Bug fixRaymond Lu2004-06-281-0/+1
| | | | | | | | Description: Forgot to add H5Fget_filesize to H5MPprivate.h for MPE. Solution: Define color_H5Gget_filesize as "red". Platforms tested: Tested v1.7 on copper. Simple change.
* [svn-r8748] Purpose:Pedro Vicente Nunes2004-06-2864-1058/+1165
| | | | | | | | | | | | | | | | | | | | | | | | dumper new feautures Description: 1) added options for not printing : datasets, groups, datatypes, links 2) added a section for the user block 3) in the traversal routine, added the printing of an arrow for soft links and the word HARDLINK for hardlinks the print of the file contents is made during traversal , instead of at the end of it (this is helpful for very large files, where the wait time can be very long) 4) changed the description of the fill value properties 5) added a colon after the printing of the array indices Solution: Platforms tested: linux AIX solaris Misc. update:
* [svn-r8747] Purpose:Pedro Vicente Nunes2004-06-282-81/+227
| | | | | | | | | | | | | | | | | | | | | dumper new feautures Description: 1) added options for not printing : datasets, groups, datatypes, links 2) added a section for the user block 3) in the traversal routine, added the printing of an arrow for soft links and the word HARDLINK for hardlinks the print of the file contents is made during traversal , instead of at the end of it (this is helpful for very large files, where the wait time can be very long) 4) changed the description of the fill value properties 5) added a colon after the printing of the array indices Solution: Platforms tested: Misc. update:
* [svn-r8745] Purpose:Binh-Minh Ribler2004-06-281-2/+3
| | | | | | | | | | | Fixing minor bug Description The new function H5File::getFileSize was missing a return statement. Added it. Platforms: SunOS 5.7 (arabica)
* [svn-r8744] Purpose:Binh-Minh Ribler2004-06-2823-548/+2427
| | | | | | | | | Add documentation with doxygen Platforms: Linux 2.4 (eirene) I need to check in these files now to prevent loss of effort, but will check out and test on 2 more platforms asap.
* [svn-r8743] *** empty log message ***Raymond Lu2004-06-256-2/+187
|
* [svn-r8742] Purpose: New feature and bug fix.Raymond Lu2004-06-252-0/+16
| | | | | | | | | | | | | | Description: 1. A new API function H5Fget_filesize was added to return the actual size of an opened file. 2. In H5Gpublic.h, object types are defined as integers in v1.4 instead of H5G_obj_t in v1.6. In titerate.c, H5G_obj_t couldn't be recognized if compatibility with v1.4 is enabled. Solution: 1. Call H5FDget_eof to return file size in H5Fget_filesize. 2. When compatibility with v1.4 is enabled, define variable as integer instead of H5G_obj_t. Platforms tested: h5committest. Misc. update: RELEASE.txt
* [svn-r8738] Frank Baker2004-06-241-5/+10
| | | | | | | | | | | | | Purpose: Bugfix and clarification Description: H5Pget_driver -- removed H5FD_DPSS from valid drivers list; DPSS is long gone. H5Pset_shuffle -- clarified value and use of shuffle filter. Platforms tested: Mozilla
* [svn-r8737] Purpose:Quincey Koziol2004-06-242-143/+298
| | | | | | | | | | | | Code cleanup Description: Some code cleanups before starting serious optimization efforts. Platforms tested: FreeBSD 4.10 (sleipnir) w/parallel Solaris 2.7 (arabica) Too minor to require h5committest
* [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-2316-34/+45
| | | | | | | | | | | | 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-r8729] Purpose:Quincey Koziol2004-06-231-7/+9
| | | | | | | | | | | Code cleanup Description: Add more testfiles to the "clean" targets Platforms tested: FreeBSD 4.10 (sleipnir) h5committest
* [svn-r8727] Purpose:Quincey Koziol2004-06-231-114/+140
| | | | | | | | | | | | | Code cleanup & addition Description: Add new warnings for gcc 3.4.x Re-work production mode compile flags to work better. Platforms tested: FreeBSD 4.10 (sleipnir) h5committest
* [svn-r8726] Purpose:Quincey Koziol2004-06-232-13/+42
| | | | | | | | | | | | Refactor bug fix Description: Make bug fix for detecting the type of a soft link more general by registering an "isa" function for soft links. Platforms tested: FreeBSD 4.10 (sleipnir) Too minor to require h5committest
* [svn-r8724] *** empty log message ***Raymond Lu2004-06-221-2/+73
|
* [svn-r8723] Purpose: Bug fix and test.Raymond Lu2004-06-221-1/+10
| | | | | | | | | | | | | | | Description: Function H5Gget_objtype_by_idx failed to handle soft link object. The library returned object type by calling H5G_get_type through H5B_iterate. But H5G_get_type only deals with objects with valid header address which soft link doesn't have. Solution: In H5G_node_type, make soft link a special case by checking if the object type is H5G_CACHED_SLINK. Also added a test of soft and hard links to titerate.c Platforms tested: eirene and copper(tested h5committest for v1.7)
* [svn-r8717] Purpose:Pedro Vicente Nunes2004-06-2223-135/+295
| | | | | | | | | | | | | | | | | | | | | 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-r8710] Snapshot version 1.6 release 2 (post7)HDF Admin2004-06-2110-35/+35
|
* [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-r8701] Purpose:Xuan Bai2004-06-171-0/+0
| | | | | | | | | | | | | | Update. Description: Update hdf5 tools testing batch files in Windows. Solution: Update hdf5 import and repack testing batch files: importtest.bat and repacktest.bat. Platforms tested: Misc. update: