[svn-r14420] Description: Correct the prototype for H5Sselect_elements() to take an 'hsize_t *' for the coordinates, instead of 'hsize_t **'.Tested on:
Mac OS X/32 10.5.1 (amazon)
[svn-r14419] Description: Streamline threadsafety code to be simpler and reduce latency of holding locks.Tested on:
Mac OS X/32 10.5.1 (amazon) w/threadsafe
[svn-r14416] Purpose: Add source files to Windows projectsDescription:
This catches up Windows to most of the new source files that have been added. Specifically, H5FDpkg.h and H5FDspace.c have been added to the library projects, and tcoords.c has been added to testhdf5. This goes for VS2005 and VS6 project files.
Tested:
Only built, VS2005
[svn-r14415] Changed default to enable-production to prepare for formal release.Tested: kagiso only. Not need for h5committest since it is a configure simple
change. If it works correct in kagiso, it should work the same for all other
machines.
[svn-r14412] more progress on the block hyperslab bug, clean code modified the 3D test case for subsetting with block and stride factorstested: windows, linux
[svn-r14411] more progress on the block hyperslab bug, clean code
modified the 2D test case for subsetting with block and stride factors
tested: windows, linux
[svn-r14409] more progress on the block hyperslab bug, clean code modified the 1D test case for subsetting with block and stride factors
tested: windows, linux
[svn-r14406] bug fix: a type ID was not closednot tested, since /examples has several compiling errors due to new APIs
this check in should have no problems
[svn-r14402] Description: Add work-around to allow reading files that were produced with a buggy earlier version of the library, which could create objects with the wrong object header message count. There is now a configure flag "--enable-strict-format-checks" which triggers a failure on reading a file with this sort of corruption (when enabled) and allows the object to be read (when disable... Note that if strict format checks are disabled (allowing objects with
this particular kind of corruption to be read) and the file is opened with
write access, the library will re-write the object header for the corrupt
object with the correct # of object header messages.
This closes bugzilla bug #1010.
Tested on:
FreeBSD/32 6.2 (duty) in debug mode
FreeBSD/64 6.2 (liberty) w...
[svn-r14396] Maintenance: VMS doesn't like multiple "." in the file names; we will need to rename tar ball for the VMS user; used generic name <source> to specify the tar ball and top directory names for now.
[svn-r14394] Maintenance on VMS: cleaned up the scripts to avoid the annoying warning messages and to delete temporary filesPlatforms tested: VMS server
[svn-r14390] Maintenance for VMS system before the final release: Updated utilities test scripts to make output more legible; fixed some typos.
Added four new expected output files to avoid false negative reports
for the h5dump tests (for ones that expect to have error report in them).
Updated MANIFEST to reflect the changes.
Platforms tested:
VMS server (more testing is on the way)
[svn-r14385] This checkin completely modified the test for the coordinate calculation of dataspace selection. It covers many cases.Tested on smirom, kagiso, and linew.
[svn-r14382] bug fix: enable NaN detection for double typenote: RFC at http://www.hdfgroup.uiuc.edu/RFC/HDF5/NaNs_and_HDF5/
tested: windows, linux, solaris
[svn-r14379] add check of some values for the nbit and scale offest filters on the h5repack verify function note: some sybols were made publictested: windows, linux
[svn-r14377] Maintenance: Added Ray's new test tcoords.c to the build script; modified h5import test script to cleanup the files after the test;
modified "master" building script to run tools tests.
Platforms tested: VMS server (not quite done yet)
[svn-r14374] Description: Updates from running bin/reconfigure on recent changes, in preparation for making private snapshot. Also updated tracing information for recent types added to public API routines.Tested on:
Linux/32 2.6.x (kagiso)
[svn-r14372] Description: Further cleanups & simplifications to prepare for next phase of work.Tested on:
FreeBSD/32 6.2 (duty)
Mac OS X/32 10.5.1 (amazon)
[svn-r14369] Maintenance: Cleaned up the h5import script and fixed some potential errors.Platforms tested: not yet, waiting for the server to come back
[svn-r14367] Maintenance for VMS system: updated testscript for h5import (need more work) and added new source file to the librray compilation script.
Platforms tested: not yet since VMS server went down; this change doesn't affect any other platform
[svn-r14363] Description: Refactor file space allocation routines into separate source module.Tested on:
FreeBSD/32 6.2 (duty) in debug mode
Mac OS X/32 10.4.10 (amazon) in debug mode