| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bug fix (851)
Description:
h5vers calls bin/reconfigure which may fail but h5vers does not
check its return value. This will result in discrepency between
files such as configure and configure.in.
Solution:
Fixed it by checking exit code of bin/reconfigure and return error if
it fails.
Tested:
osage and kagiso.
|
|
|
|
|
|
| |
avoid hsize_t array index use
tested: linux
|
|
|
|
|
|
|
|
| |
Updated comments and some cosmetic rearrangement.
No substance changes.
Tested platform:
Copper.
|
|
|
|
|
|
|
|
| |
Most fortran compilers do not support the Preprocessing -E option. Removed
the tests for preprocessing only.
Tested platform:
Copper.
|
|
|
|
|
|
|
| |
bug fix
memory leaks
tested: linux
|
|
|
|
|
|
|
|
|
|
|
| |
Bug Fix.
Description:
Removed the wrongly added "extern C" heading for the protocols
of sub1 and sub2.
Tested:
Kagiso. (will test them over at NCSA.)
|
|
|
|
|
|
|
| |
h52gif and gif2h5
Tested:
VS6 on WinXP
|
|
|
|
|
|
| |
Edit 1.6.6 section.
Tested:
Firefox
|
|
|
|
|
| |
Removed source-files from ./hl directory, which should not be there.
This was causing problems with h52gif and gif2h5
|
|
|
|
|
|
| |
test for a NULL pointer in free
tested: linux
|
|
|
|
|
|
| |
eliminate code that was meant to have input for multiple images, that is not working
tested: linux , solaris
|
|
|
|
|
|
|
| |
bug fix
eliminate a 64 limit size of an input file
tested : linux
|
|
|
|
|
|
|
|
|
|
| |
new feature.
Description:
Changed it from using the -show to really compile and build the applications.
Tested:
kagiso.
|
|
|
|
|
|
|
|
|
|
|
| |
bug fix.
Description:
SunOS does not support h5c++ -o a.out libapph5c++.a.
Skip this test if I am in a SunOS system.
Tested:
osage and sol.
|
|
|
|
|
|
|
|
| |
up, and to use a newer
version of autoconf/autoheader. (version 2.61).
Tested on kagiso.
|
|
|
|
|
|
|
|
|
| |
bug fixes
substituted hize_t array index variables for int
stack corruption in the h52gif reading routine, wrote a new routine
shell script for gif tests, added check of program return value
tested: linux pgcc, solaris, linux 64
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bug fix (ID 729)
Description:
h5c++ intercepted *.a files unnecessarily and forgot to put them
back in.
Solution:
Removed the interception of *.a file.
Setup testh5c++.sh to run various tests for h5c++.
Tested:
Copper.
|
|
|
|
|
|
|
| |
Cleaned some old comments that are not valid any more.
Test:
Just eyeballed.
|
|
|
|
|
| |
Tested:
VS6.0
|
|
|
|
|
|
|
|
|
| |
-Removed old h5_trav_table.c from toolslib and toolslibD
-Added project h52gifgentst
-Added new test script h52giftest
Tested:
VS6.0 on Windows XP
|
|
|
|
|
|
|
|
|
|
| |
new feature.
Description:
Added test scripts for testing the compiler commands.
Tested:
kagiso(serial & pp)
|
|
|
|
|
|
|
|
|
|
| |
add feature.
Desscription:
Changed it to use h5pfc when it is in parallel mode.
Tested:
kagiso(pp).
|
|
|
|
|
|
|
|
|
|
| |
new feature.
Description:
Changed it from using the -show to really compile and build the applications.
Tested:
kagiso.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
that occurred in the 1.8
branch is occurring in the 1.6 branch as well. The issue is that szip's shared libraries
cannot be linked when running on certain machines. The fix is added to configure, and it
disables the use of szip when the shared libraries cannot be used. This is the same fix
that was applied to the 1.8 branch.
Detected and tested on kagiso.
|
|
|
|
|
| |
Tested:
Just a comment. No tests.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
bug fix.
Description:
If a non-existing or empty source file is used with -c option, the
script ended up doing nothing and exit 0--a false success. Changed
code so that it would do compile and end in error.
Also added an acknowledgement that the script is adapted from mpicc of MPICH.
Platform tested:
Kagiso (serial and PP).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
bug fix.
Description:
If a non-existing or empty source file is used with -c option, the
script ended up doing nothing and exit 0--a false success. Changed
code so that it would do compile and end in error.
Also added an acknowledgement that the script is adapted from mpicc of MPICH.
Platform tested:
Kagiso (serial and PP).
|
|
|
|
|
|
|
|
| |
in. It
happened because the code was ported from v1.7.
Tested on smirom.
|
|
|
|
|
|
|
|
| |
bug fix
with hsize_t indices in pgcc compiler
tested: linux pgcc, cc, solaris
|
|
|
|
|
|
| |
there'll be no big file support. Updated document, too.
Tested on smirom because it's a simple change.
|
| |
|
|
|
|
|
|
|
|
|
| |
available,
because the OFFSET parameter of fseek is of the type LONG INT, not big
enough for big files on most systems.
Tested on smirom, sol, cu12.
|
|
|
|
|
|
| |
more code cleaning
tested linux
|
|
|
|
|
|
|
| |
Code cleaning
Move inclusion of .h files to .c
Tested linux, aix, solaris
|
|
|
|
|
|
|
|
| |
bug711. Included in that fix
was an update to libtool that caused problems with fortran. A solution is in the works, including
a new version of libtool. In the meantime, the problematic check-in that caused fortran compile
failures is being removed.
|
|
|
|
|
|
| |
Added initial version of "Release 1.6.6 versus Release 1.6.5" section.
Tested:
Firefox
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bug problem.
Description:
CHunk allocation actually does not always work in parallel. See Bug 281 and 636.
Case 2 test exposed the problem in an intermittent manner. Skip the test by
default but allow it to be tested IF verbose is set to at least low.
Platform tested:
Kagiso parallel since that is where it sometimes failed.
The problem did not show up in copper. The fix (skipping) is
straight forwarded. So, no other machine tested.
|
|
|
|
|
|
|
|
| |
Bug fix
Substitute a malloc call for a calloc call while allocating a reference buffer
Add a test for an empty reference case
Tested linux
|
|
|
|
|
|
| |
Cast a malloc call to the correct type
Tested linux
|
|
|
|
|
|
|
|
|
|
| |
configure.in that checks for -lsocket
before trying to look for -lnsl, uses a configure check to locate the tr binary, and uses
a more portable format for the arguments to tr which makes the configure script more
portable. The change has already been added to the 1.8 branch. This update adds it to the 1.6 branch.
The fix was tested on kagiso and smirom.
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bug fixes
Reset external file list slots name_offset to a state when created (0) in H5D_crt_copy
so that it conforms to an assertion in H5D_update_entry_info that assumes the name_offset is 0 at this point
this fixes the problem of h5repack and external files, add a new test and files for an external file
h5diff, check for an error return in H5D_get_storage_size
tested linux 32, 64
|
|
|
|
|
|
|
|
| |
Correct various array indices to use 'size_t' instead of 'hsize_t' to make
the PGI compiler happy.
Tested on:
Linux/32 2.4 (kagiso) w/PGI C compiler
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Updated copyright notices.
Updated release tags to 1.8.0-beta.
Fixed broken or inappropriate links.
Made minor edits for revised doc set structure in Release 1.8.
Migrated hdf.ncsa.uiuc.edu links to hdfgroup.org or hdfgroup.uiuc.edu,
as appropriate.
Updated Help Desk links to point to THG and changed mailto URLs to
an image or spelled-out text ('help' at hdfgroup.org).
Changed NCSA and NCSA-HDF logos to THG iconography.
Added new image files and a DW library to Makefile.ins and MANIFEST.
Added RD100, THG logo, and Help Desk email imagery in Graphics/.
Fixed broken HTML and other minor copy edits.
Tested:
Firefox
|
|
|
|
| |
New image files for document set.
|
|
|
|
| |
New DreamWeaver library for in-file copyrights.
|
|
|
|
|
|
| |
Add copyright-html.lbi.
Tested:
DreamWeaver, Firefox, visual inspection
|
|
|
|
|
|
| |
Add 7 new image files.
Tested:
Firefox
|
|
|
|
|
| |
Adding 7 new image files for the documentation
and a DreamWeaver resource file for in-file copyright notices.
|
|
|
|
|
|
|
|
| |
Add 2007 to THG copyright line.
Change contact to help@hdfgroup.org (image rather than mailto URL).
Updated footer to "Release 1.6.6, April 2007".
Tested:
Firefox
|