Commit Graph

9973 Commits

Author SHA1 Message Date
Raymond Lu
156f8bc690 [svn-r13694] 1. changed the HDlseek to be lseek64 and HDfseek to be fseeko if available, to support big
files.  2. added a check in test/big.c to make sure the system supports big file.

Tested on smirom because already tested the same changes for v1.6 on liberty, smirom, 
copper, and sol.
2007-04-23 13:57:51 -05:00
HDF Tester
f68c5d9849 [svn-r13692] Snapshot version 1.8 release 0 (beta1post0) 2007-04-23 09:55:02 -05:00
Quincey Koziol
9ef709fc11 [svn-r13691] Description:
Comment out cache test until John can take a look at it.

Tested on:
	FreeBSD/32 6.2 (duty)
2007-04-20 22:55:12 -05:00
Quincey Koziol
aa96180fa9 [svn-r13690] Description:
Fully enable readers/writer locking in metadata cache and correct errors
in cache clients which were modifying a cache entry while only holding a
read lock on it.

Tested on:
    Mac OS X/32 10.4.9 (amazon)
    Linux/32 2.6 (chicago)
    Linux/64 2.6 (chicago2)
    FreeBSD/32 6.2 (duty)
    FreeBSD/64 6.2 (liberty)
2007-04-19 13:43:10 -05:00
Albert Cheng
1d3bcea769 [svn-r13688] purpose:
bug fix (760)

Description:
The two h5fc myprog.c libmylib.a tests work now.  Changed them from SKIP to test
again.

Tested platforms:
kagiso.
2007-04-19 11:00:49 -05:00
Albert Cheng
2ad7c73e5b [svn-r13687] Improvement.
Added a clarification the environment variables dumping is BEFORE command option
parsing.  Also added a dumping AFTER the option parsing.

Tested:
Just eyeballed since it is trival.  Let daily tests runs to test it.
2007-04-18 16:37:44 -05:00
Quincey Koziol
a16b402a6f [svn-r13685] Description:
Update the version string to "1.8.0-beta1post0"
2007-04-18 15:36:56 -05:00
Quincey Koziol
4fee3d360c [svn-r13683] Description:
Change the release string for the beta1 release, so the tag in subversion
is correct.
2007-04-18 15:30:58 -05:00
Quincey Koziol
51df76bb28 [svn-r13682] Description:
Run bin/reconfigure to update infrastructure files/information.
2007-04-18 15:15:58 -05:00
Quincey Koziol
cb2f68d7e4 [svn-r13681] Description:
Note that the "Platforms tested" section is slightly out of date.
2007-04-18 14:30:36 -05:00
Albert Cheng
2dcafab081 [svn-r13680] Updated with known problems concerning DOE machines. 2007-04-18 14:17:16 -05:00
Frank Baker
7068aaa994 [svn-r13679] Description:
Updated for 1.8.0-beta1.
    Updated URLs from hdf.ncsa.uiuc.edu 
        to www.hdfgroup.org or www.hdfgroup.uiuc.edu, as appropriate
        and corrected otherwise-out-of-date URLs.
    Updated HDF Help Desk address to 'help@hdfgroup.org'.
    Added notes regarding beta documentation.
    And here were a few minor edits.
Tested:
    Visual inspection.
-This line, and those below, will be ignored--

M    RELEASE.txt
2007-04-18 13:30:34 -05:00
Elena Pourmal
132e0f68d0 [svn-r13677] Fixed a typo in C++ compiler version number 2007-04-17 20:51:28 -05:00
Elena Pourmal
c331e75969 [svn-r13676] Updated the "Platforms tested" section for the 1.8.0-beta1 release 2007-04-17 20:18:01 -05:00
Scott Wegner
7fec773c0e [svn-r13675] Updated Windows documentation concerning thread-safe builds, as well as a typo in the zlib instruction.
Tested:
VS 6.0 on WinXP
2007-04-17 16:04:17 -05:00
Scott Wegner
a046eae0c8 [svn-r13674] Added Windows "short" documentation for building with Visual Studio 2005.
No testing needed.
2007-04-17 15:28:40 -05:00
Mike McGreevy
1b176758ae [svn-r13673] Updating release documentation to state current known issues with szip. 2007-04-17 13:36:16 -05:00
Scott Wegner
dbeec45154 [svn-r13672] Forgot to include a sub-directory when adding a file to the MANIFEST. This checkin fixes is.
Tested:
kagiso
2007-04-16 14:31:30 -05:00
Scott Wegner
cb281ab221 [svn-r13671] Updated Windows documentation to use new files for external libraries.
No testing needed.
2007-04-16 13:20:04 -05:00
Scott Wegner
159fe4b610 [svn-r13667] Added Windows hl test script for gif2hf and h52gif testing to bring up to date with Linux. Updated MANIFEST for new file added.
Tested:

VS6 on Windows XP
2007-04-15 11:01:38 -05:00
Scott Wegner
cdaddd7177 [svn-r13666] Added Windows documentation for 7zip
No testing needed.
2007-04-15 10:33:36 -05:00
Scott Wegner
26f835b908 [svn-r13662] Updated Windows documentation to reflect our Intel Fortran 9.1 Compiler support, as well as our depreciation of previous versions of the Intel Compiler.
No testing needed.
2007-04-14 10:46:08 -05:00
Elena Pourmal
0332285cff [svn-r13660] Minor cleanups and bug fixes.
H5Zpublic.h file didn't include H5public.h; done
H5Spublic.h had ghost function H5Sset_space; deleted
New source files were added to make.com for VMS.
h5gget_comment_c had a small bug in calculating buffer length; fixed

Platforms tested: pahra and kagiso; too minor for h5committest
2007-04-13 17:04:26 -05:00
Pedro Vicente Nunes
cc16cc7dea [svn-r13657]
add note for gif tools
2007-04-13 14:28:09 -05:00
Pedro Vicente Nunes
c7902828cd [svn-r13656]
remove an unnecessary file name size limit

tested: linux
2007-04-13 14:17:15 -05:00
Peter Cao
d766ca0cd2 [svn-r13654] 2007-04-13 13:53:50 -05:00
Quincey Koziol
6151c1cd90 [svn-r13650] Description:
Clean up problems from error handling API changes in parallel and
threadsafe builds.

Tested on:
	FreeBSD/64 6.2 (liberty) w/parallel & threadsafe
2007-04-12 16:41:23 -05:00
Scott Wegner
c8f12172f1 [svn-r13649] Updated Windows project files hdf5.dsp and hdf5dll.dsp to include new source files.
Tested:
VS6 on WinXP
2007-04-12 16:23:16 -05:00
Quincey Koziol
d6bb18abbc [svn-r13648] Description:
Rename new error handling API routines from H5E<foo>_stack() to
H5E<foo>2().

Tested on:
    Mac OS X/32 10.4.9 (amazon)
    FreeBSD/32 6.2 (duty)
    FreeBSD/64 6.2 (liberty)
2007-04-11 20:59:45 -05:00
Albert Cheng
de71a7fe74 [svn-r13647] Purpose:
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.

Tested:
Kagiso.
2007-04-11 18:17:58 -05:00
Albert Cheng
e7a398d074 [svn-r13646] Fortran/examples/testh5fc.sh.in:
Most fortran compilers do not support the Preprocessing -E option. Removed
the tests for preprocessing only.

examples/testh5cc.sh.in:
c++/examples/testh5c++.sh.in:
Updated comments and some cosmetic rearrangement.
No substance changes.

Tested platform:
Copper, kagiso.
2007-04-11 16:31:10 -05:00
Albert Cheng
a286af4e0f [svn-r13645] Purpouse:
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.
2007-04-11 15:00:08 -05:00
Pedro Vicente Nunes
91a42e81cf [svn-r13643]
avoid hsize_t array index use

tested: linux
2007-04-11 14:56:49 -05:00
Quincey Koziol
e07044f5c9 [svn-r13639] Description:
Accomodate changes in error stack for recent library code changes.

Tested on:
    Linux/64 2.6 (chicago2) w/threadsafe
2007-04-11 12:18:45 -05:00
Pedro Vicente Nunes
5588dbd8d7 [svn-r13638]
bug fix
memory leaks

tested: linux
2007-04-11 11:38:15 -05:00
Quincey Koziol
9d2070890b [svn-r13636] Description:
Change H5[D|G|T]<foo>_expand() "temporary" API routines to
H5[D|G|T]<foo>2() "versioned" routines.  Also added
H5[D|G|T](create|commit)_anon() routines to continue to allow "anonymous"
objects to be created in a file.

Tested on:
    Mac OS X/32 10.4.9 (amazon)
    FreeBSD/32 6.2 (duty)
    FreeBSD/64 6.2 (liberty)
    Linux/32 2.6 (chicago)
    Linux/64 2.6 (chicago2)
2007-04-11 11:22:16 -05:00
Quincey Koziol
78158e8dbf [svn-r13635] Description:
Clean up code and reduce compiler warnings...

Tested on:
    Mac OS X/32 10.4.9 (amazon)
2007-04-11 10:36:06 -05:00
Quincey Koziol
4e3029bf82 [svn-r13634] Description:
Remove a "//" comment from John's recent changes and clean up a few
warnings.

Tested on:
    Mac OS X/32 10.4.9 (amazon)
2007-04-11 10:26:43 -05:00
Albert Cheng
4b716c38b8 [svn-r13633] Purpose
New feature

Description:
Added test scripts to test the compiler scripts (h5cc, h5fc and h5c++)

Tested platform:
Kagiso (serial and pp)
2007-04-11 00:17:13 -05:00
Pedro Vicente Nunes
79a2871982 [svn-r13628]
test for a NULL pointer in free

tested: linux
2007-04-10 14:42:42 -05:00
Pedro Vicente Nunes
a97a33b6ff [svn-r13626]
eliminate code that was meant to have input for multiple images, that is not working

tested: linux , solaris
2007-04-10 14:32:31 -05:00
Pedro Vicente Nunes
7c328777d0 [svn-r13624]
bug fix		
eliminate a 64 limit size of an input file

tested : linux
2007-04-10 13:02:12 -05:00
Pedro Vicente Nunes
a4c2816077 [svn-r13622]
make makefile to clean temporary files
2007-04-10 10:13:09 -05:00
Scott Wegner
a644ba9fd0 [svn-r13620] Old source file readhdf.c removed from Windows project files h52gif and h52gifdll.
Tested:
VS6 and VS2005 on WinXP
2007-04-09 16:16:54 -05:00
John Mainzer
030543bf0d [svn-r13618] Modified metadata cache to support multiple read only protects of
cache entries.  Added test code to test the new feature.  Also some 
minor cleanum

h5committested -- passed on copper and sol.  Failed on osage with 
a configuration error that appears unrelated to my changes.  Serial
test (debug mode) passes on Phoenix (Linux x86 2.6 kernel), so I 
went ahead with the checkin.
2007-04-09 13:58:42 -05:00
Mike McGreevy
a3d8f174dc [svn-r13616] This check-in updates the bin/reconfigure file to point to the most recent versions of the autotools.
Updated autotool versions are: autoconf 2.61, automake 1.10.0, and libtool 1.5.22.

Tested on kagiso.
2007-04-09 13:44:42 -05:00
Pedro Vicente Nunes
753d9839d2 [svn-r13615]
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

enabled the gif test script

tested: linux pgcc, solaris, linux 64
2007-04-09 13:25:18 -05:00
Scott Wegner
493be71eb1 [svn-r13611] Removed old source file h5_trav_table.c from Windows project files toolslib and toolslibD.dsp
Tested:
VS6.0 on Windows XP
2007-04-07 20:33:59 -05:00
Raymond Lu
019ee90da5 [svn-r13605] Add big file test for SEC2. 2007-04-06 15:00:04 -05:00
Raymond Lu
400f674284 [svn-r13596] Update document and comments. No test needed. 2007-04-05 15:34:51 -05:00