| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Change the 'coord' parameter for H5Sselect_elements() from 'hsize_t **' to
'hsize_t *' in this branch also.
Tested on:
Mac OS X/32 10.5.1 (amazon)
|
|
|
|
|
|
|
|
| |
Handled truncated files better, when the truncation falls in decoding a
local heap.
Tested on:
Mac OS X/32 10.5.1 (amazon)
|
|
|
|
| |
tested: linux
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 disabled). The default value for the "strict-format-checks" flag is
yes when the "debug" flag is enabled and no when the "debug" flag is disabled.
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:
Linux/32 2.6 (kagiso)
FreeBSD/64 6.2 (liberty)
|
|
|
|
|
|
|
|
| |
The object file tcoords.o and
tcoords.lo weren't cleaned by "gmake clean". Corrected it.
Tested on smirom. Simple change.
|
|
|
|
|
|
|
|
| |
caused a failure for PGI
compilers.
Tested on smirom with PGI compiler. Simple change.
|
| |
|
|
|
|
| |
Tested on smirom.
|
|
|
|
|
|
|
|
| |
H5Sselect_hyperslab for test
purpose.
Tested on smirom only. Simple changes.
|
|
|
|
|
|
|
|
|
|
| |
dataspace selection went wrong when
the selection of some dimensions are full and these dimensions are optimized through
"flattenning". The calculation of the coordinates wasn't general enough in H5Shyper.c. Also
added a test program for it.
Tested on smirom only because the same code was tested on 3 platforms for v1.8.
|
| |
|
|
|
|
|
|
|
|
| |
Description:
H5FDstream.[ch] was recently removed from the source code. This checkin removed its references in our Windows project files, as well as a reference to a previously-disabled test for the stream-vfd.
Tested:
VS6 on WinXP
|
| |
|
|
|
|
| |
removing the stream-vfd.
|
|
|
|
| |
Tested in kagiso by running make depend.
|
|
|
|
| |
Fixed it.
|
|
|
|
|
|
|
| |
Removed the stream-vfd from the basic library code.
Platforms tested:
Kagiso (serial and parallel).
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
branch.
Changes include:
1. Added the ability to locate szlib libraries in THG hosts.
2. Added support of
-fortran: add --enable-fortran
-cxx: add --enable-cxx
-pp: add --enable-parallel
Tested: h5committested.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
branch.
Changes include:
1. Updated the help page that install directory is no longer hardset.
2. Remove old code no longer used (LOCATE_GASS, LOCATE_FORTRAN, LOCATE_HDF4.
Added new option to locate szlib.
3. Splitted the "make check" into "make check-s" and "make check-p" so that
it is clearer which nature of tests are being tested.
Tested: kagiso.
|
| |
|
|
|
|
|
| |
Corrected broken link to "Supported Configurations" table.
Tested: Firefox
|
|
|
|
|
|
|
|
| |
Description:
We recently uploaded new versions of our external library binaries to support more compiler configurations. This check-in is to point to the new location in our documentation.
Tested:
None
|
|
|
|
|
|
|
| |
Minor fixes to avoid memory leaks when 'realloc' fails.
Tested on:
Linux/32 2.6 (chicago)
|
|
|
|
|
|
|
|
|
| |
Avoid memory leak when realloc() fails during attempt to get larger
buffer as we are decompressing deflated data.
Tested on:
FreeBSD/32 6.2 (duty)
Linux/32 2.6 (kagiso)
|
|
|
|
|
| |
H5Eclear, H5walk: Deleted some potentially-confusing, extraneous text.
Tested: Firefox
|
|
|
|
|
| |
Add a few appropriate paragraph breaks.
Tested: Firefox
|
|
|
|
|
|
|
|
| |
Description:
A user brought it to our attention that, although hdf5_hl DLLs are built, they aren't installed. After looking around, we were also missing C++ header files, and the h52gif/gif2h5 tools. This checkin fixes all of those issues. I've also sent Barbara new binaries for the ftp.
Tested:
VS6/VNET/VS2005 on WinXP
|
|
|
|
|
|
|
|
|
|
| |
Changed to use mpicc and mpif90 as the default CC and F9X if parallel is
enabled, provided mpicc and mpif90 is available.
Platform Tested:
tg-login using parallel and serial mode.
Did not tested in other platforms because only tg-login is the only
ia64 platform around.
|
|
|
|
|
|
|
|
|
|
|
| |
address if the application
passes in an empty buffer. This is mainly for MPIO programs that some processes may not
have any data to write or read but still participate the I/O. This solution solves some
MPI's problem like the ChaMPIon on tungsten which doesn't support empty buffer.
Tested on tungsten only because the change is simple and the same change for v1.7 has been
tested on multiple machines.
|
| |
|
| |
|
|
|
|
| |
PDF-generating process.
|
|
|
|
|
|
|
|
|
| |
Changes from creating the Release 1.6.6 PDFs:
repagination, a few really minor copy edits,
page header corrections, table of contents updates,
print versus electronic text selection flags.
New files in ed_libs/, which are tools in the PDF process.
Footer_Null.lbi, NavBar_RM_Null.lbi, NavBar_ADevG_Null.lbi
|
|
|
|
| |
Update bug fixes for next release.
|
|
|
|
|
|
|
|
|
|
| |
Correct a couple of bugs in error API routines:
- Don't clear the existing error stack when pushing an error with the
H5Epush() API routine
- Return the callback's return value from H5Ewalk()
Tested on:
Mac OS X/32 10.4.10 (amazon)
|
|
|
|
|
|
| |
1.6.6-post0 and modified
RELEASE.txt and HISTROY.txt files.
|
|
|
|
|
|
|
| |
version number was changed to 1.6.6 using the bin/h5vers script
other files were modified with the bin/release script
Platfomrs tested: kagiso with fortran and c++
|
| |
|
|
|
|
|
| |
Revert to describing the documentation for this release as
included in the released source code tar ball.
|
|
|
|
|
|
|
|
| |
Added h5dread_vl_f and h5dwrite_vl_f.
Added notes that Fortran uses two subroutines for each of H5Dread
and H5Dwrite rather than the usual 1-to-1 relationship.
Tested:
Firefox
|
|
|
|
|
|
| |
Newly-generated version of C++ Reference Manual, with relative links.
Tested:
Firefox
|
|
|
|
|
|
|
|
|
| |
Modified coding for Doxygen-generated C++ Reference Manual such that
links to C Reference Manual are relative links within the doc set.
Changed documentation link on front page of C++ RM to HDF5 docs index.
Tested:
Tested on tejeda, Mac Intel OS 10.4, with C++ enabled.
Changes limited to comment fields, so this should be sufficient.
|
| |
|
|
|
|
|
|
| |
Update release 1.6.6. date.
Tested:
Firefox
|
|
|
|
| |
Updata release/date footer for Release 1.6.6/August 2007.
|
|
|
|
|
|
|
|
| |
Description:
Made simple changes to Windows documentation, mostly correcting supported compilers.
Tested:
chkmanifest
|
|
|
|
|
|
|
| |
Document new tool options:
h5repack -n
Includes note regarding change in default behavior.
h5dump -b B (or h5dump --binary=B)
|
|
|
|
| |
Revisions regarding removal of documentation from source code tar ball.
|