[svn-r13379] Added 'make help' target. This actually runs a script, bin/makehelp (formatting the output in the makefile was pretty hard).Tested that make still works on kagiso; no code changes at all.
[svn-r13375] Description: Straighten out some of the code for handling superblocks, in preparation for revising the format of the latest version of the superblock before the beta release.Tested on:
Mac OS X/32 10.4.8 (amazon)
FreeBSD/32 6.2 (duty)
[svn-r13373] Problem: Daily tests failed on smirom with g95Solution:
Our algorithm to detect size of Fortran real had a flaw: it didn't work
when size of integer was bigger than real; fixed
Platforms tested:
smirom with g95 and -r8, -i4, -r8 -i4 combinations of compilation flags to set
different sizes of integers and real
smirom with pgf90 using -i8 flag and without it
linew in 32 and 64-bit modes
[svn-r13367] Description: Allow "big" attributes to push attribute storage into "dense" form immediately, to accomodate storing the attribute. (This is only allowed in the "latest" version of the format).Tested on:
Linux/32 2.6 (chicago)
Linux/64 2.6 (chicago2)
[svn-r13365] Bug fix.Description: Multiple copies of Copyright appeared in Makefile.in. This was
due to automake copying the copyright right in the included files such as
config/commence.am.
Solution: Automake treats double hashes as comments and does not copy them
to Makefile.in. Changed all the copyright notices in config/*.am to use
double hashes for the Copyright right notice.
Tested: kagiso via bin/reconfi...
[svn-r13362] Description: Eliminate unneeded new version in attribute encoding. Add character set & string padding to string datatype debugging output
Add character set to attribute name debugging output
Tested on:
Mac OS X/32 10.4.8 (duty)
[svn-r13360] Description: Finish H5Aiterate2() Add H5Arename2() and mark H5Arename as deprecated.
Started on H5Oopen_by_idx().
Tested on:
Mac OS X/32 10.4.8 (amazon)
FreeBSD/32 6.2 (duty)
[svn-r13359] Fixed a bug where the -shlib flag for h5cc would end up on the Dependency line in the Makefile.Makefile change only. Tested on kagiso, to be used to test on cobalt.
[svn-r13355] Updated copyright notice to THG version.Changed support email address to help@hdfgroup.org.
Tested: Just visual verification since they are
[svn-r13353] Description: Checkpoint progress on H5Aiterate2(). Mark H5Aiterate() as deprecated.
Various code cleanups.
Tested on:
Linux/32 2.6 (chicago)
Linux/64 2.6 (chicago2)
[svn-r13347] Description: Deprecate H5Adelete in favor of H5Adelete2, which corresponds to the new pattern of specifying an object's location.Tested on:
Linux/32 2.6 (chicago)
Linux/64 2.6 (chicago2)
[svn-r13340] Fixed a bug where shared messages with the same hash values could be sorted in the wrong order.This also makes the "unique but shareable" checkin a little easier.
Tested on smirom, kagiso, and juniper.
[svn-r13330] Added HDF5TestExpress functionality to tsohm.c. This may fix the bug that sol's been having. When Express Testing (level 2 or 3) is enabled, the test will no longer repeatedly close and re-open a file, which should work better under AFS.Tested on kagiso (extremely minor change, no new code introduced).
[svn-r13307] ImprovementSeparated the file type guessing from UNKNOWN_TYPE into a function itself
to be used by other routines later. Added debug printing feature.
[svn-r13306] Description: Mask off the storage utilization for the h5ls output, so that the h5ls output is more portable (VL datatype size is reported as the memory size instead of the file size, making the storage utilization incorrect - entered in bugzilla)Tested on:
Linux/32 2.6 (chicago)
Linux/64 2.6 (chicago2)