summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r13644] Purpouse:Albert Cheng2007-04-111-5/+9
| | | | | | | | | | | | | | | | 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.
* [svn-r13642] Pedro Vicente Nunes2007-04-111-7/+7
| | | | | | avoid hsize_t array index use tested: linux
* [svn-r13641] Description:Albert Cheng2007-04-112-14/+20
| | | | | | | | Updated comments and some cosmetic rearrangement. No substance changes. Tested platform: Copper.
* [svn-r13640] Description:Albert Cheng2007-04-111-28/+8
| | | | | | | | Most fortran compilers do not support the Preprocessing -E option. Removed the tests for preprocessing only. Tested platform: Copper.
* [svn-r13637] Pedro Vicente Nunes2007-04-111-2/+31
| | | | | | | bug fix memory leaks tested: linux
* [svn-r13632] Purpose:Albert Cheng2007-04-101-4/+4
| | | | | | | | | | | 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.)
* [svn-r13631] Added new Windows hl test script: h52giftest.bat, which tests ↵Scott Wegner2007-04-101-0/+0
| | | | | | | h52gif and gif2h5 Tested: VS6 on WinXP
* [svn-r13630] Description:Frank Baker2007-04-101-9/+9
| | | | | | Edit 1.6.6 section. Tested: Firefox
* [svn-r13629] Cleanup of Windows-specific all.zip:Scott Wegner2007-04-101-0/+0
| | | | | Removed source-files from ./hl directory, which should not be there. This was causing problems with h52gif and gif2h5
* [svn-r13627] Pedro Vicente Nunes2007-04-101-7/+5
| | | | | | test for a NULL pointer in free tested: linux
* [svn-r13625] Pedro Vicente Nunes2007-04-101-116/+24
| | | | | | eliminate code that was meant to have input for multiple images, that is not working tested: linux , solaris
* [svn-r13623] Pedro Vicente Nunes2007-04-102-12/+5
| | | | | | | bug fix eliminate a 64 limit size of an input file tested : linux
* [svn-r13621] Purpose:Albert Cheng2007-04-101-54/+124
| | | | | | | | | | new feature. Description: Changed it from using the -show to really compile and build the applications. Tested: kagiso.
* [svn-r13619] Purpose:Albert Cheng2007-04-091-3/+14
| | | | | | | | | | | 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.
* [svn-r13617] This check-in updates the bin/reconfigure script to clean it ↵Mike McGreevy2007-04-095-11235/+3603
| | | | | | | | up, and to use a newer version of autoconf/autoheader. (version 2.61). Tested on kagiso.
* [svn-r13614] Pedro Vicente Nunes2007-04-099-473/+234
| | | | | | | | | 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
* [svn-r13613] Purpose:Albert Cheng2007-04-082-77/+171
| | | | | | | | | | | | | | | 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.
* [svn-r13612] Purpose:Albert Cheng2007-04-081-24/+2
| | | | | | | Cleaned some old comments that are not valid any more. Test: Just eyeballed.
* [svn-r13610] Forgot to include toolslib.dsp and toolslibD.dsp in last checkin.Scott Wegner2007-04-081-0/+0
| | | | | Tested: VS6.0
* [svn-r13609] Updated Windows-specific files:Scott Wegner2007-04-081-0/+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
* [svn-r13608] Purpose:Albert Cheng2007-04-069-6/+13
| | | | | | | | | | new feature. Description: Added test scripts for testing the compiler commands. Tested: kagiso(serial & pp)
* [svn-r13607] Purpose:Albert Cheng2007-04-061-2/+7
| | | | | | | | | | add feature. Desscription: Changed it to use h5pfc when it is in parallel mode. Tested: kagiso(pp).
* [svn-r13606] Purpose:Albert Cheng2007-04-061-52/+138
| | | | | | | | | | new feature. Description: Changed it from using the -show to really compile and build the applications. Tested: kagiso.
* [svn-r13604] Add big file test for SEC2 driver.Raymond Lu2007-04-061-0/+18
|
* [svn-r13603] The issue with linking szip's shared libraries on some machines ↵Mike McGreevy2007-04-066-15207/+23960
| | | | | | | | | | | 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.
* [svn-r13602] Added an acknowledgment that this is adapted from mpicc of MPICH.Albert Cheng2007-04-062-0/+4
| | | | | Tested: Just a comment. No tests.
* [svn-r13601] Purpose:Albert Cheng2007-04-061-0/+5
| | | | | | | | | | | | | | 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).
* [svn-r13600] Purpose:Albert Cheng2007-04-061-0/+7
| | | | | | | | | | | | | | 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).
* [svn-r13599] Take out the extra parameter for the H5Epush_ret just checked ↵Raymond Lu2007-04-051-1/+1
| | | | | | | | in. It happened because the code was ported from v1.7. Tested on smirom.
* [svn-r13598] Pedro Vicente Nunes2007-04-052-208/+278
| | | | | | | | bug fix with hsize_t indices in pgcc compiler tested: linux pgcc, cc, solaris
* [svn-r13597] Add the macro check of H5_HAVE_FSEEKO for STDIO test. Without itRaymond Lu2007-04-052-2/+10
| | | | | | there'll be no big file support. Updated document, too. Tested on smirom because it's a simple change.
* [svn-r13593] Changed a comment line. No test is needed.Raymond Lu2007-04-051-1/+1
|
* [svn-r13592] Add a check for files bigger than 2GB and use fseeko if it's ↵Raymond Lu2007-04-0510-52/+159
| | | | | | | | | 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.
* [svn-r13587] Pedro Vicente Nunes2007-04-0411-26/+14
| | | | | | more code cleaning tested linux
* [svn-r13586] Pedro Vicente Nunes2007-04-0416-1531/+1520
| | | | | | | Code cleaning Move inclusion of .h files to .c Tested linux, aix, solaris
* [svn-r13585] This check-in is rolling-back my previous check-in to fix ↵Mike McGreevy2007-04-0411-71366/+24116
| | | | | | | | 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.
* [svn-r13584] Description:Frank Baker2007-04-041-1/+173
| | | | | | Added initial version of "Release 1.6.6 versus Release 1.6.5" section. Tested: Firefox
* [svn-r13583] Purpose:Albert Cheng2007-04-041-0/+8
| | | | | | | | | | | | | | 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.
* [svn-r13581] Pedro Vicente Nunes2007-04-033-12/+9
| | | | | | | | 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
* [svn-r13579] Pedro Vicente Nunes2007-04-031-1/+1
| | | | | | Cast a malloc call to the correct type Tested linux
* [svn-r13577] This update closes Bug711. A user submitted a patch for ↵Mike McGreevy2007-04-0311-24116/+71366
| | | | | | | | | | 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.
* [svn-r13572] Pedro Vicente Nunes2007-04-029-19/+117
| | | | | | | | | | | | 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
* [svn-r13571] Description:Quincey Koziol2007-03-309-18/+21
| | | | | | | | 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
* [svn-r13569] Throughout doc set:Frank Baker2007-03-29111-911/+928
| | | | | | | | | | | | | | | | | 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
* [svn-r13568] Description:Frank Baker2007-03-297-0/+0
| | | | New image files for document set.
* [svn-r13567] Description:Frank Baker2007-03-291-0/+17
| | | | New DreamWeaver library for in-file copyrights.
* [svn-r13566] Description:Frank Baker2007-03-291-3/+5
| | | | | | Add copyright-html.lbi. Tested: DreamWeaver, Firefox, visual inspection
* [svn-r13565] Description:Frank Baker2007-03-291-3/+9
| | | | | | Add 7 new image files. Tested: Firefox
* [svn-r13564] Description:Frank Baker2007-03-291-0/+8
| | | | | Adding 7 new image files for the documentation and a DreamWeaver resource file for in-file copyright notices.
* [svn-r13563] Descrtiption: Frank Baker2007-03-291-6/+6
| | | | | | | | 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