summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r13690] Description:Quincey Koziol2007-04-1914-61/+28
| | | | | | | | | | | | | 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)
* [svn-r13688] purpose:Albert Cheng2007-04-191-3/+3
| | | | | | | | | | | bug fix (760) Description: The two h5fc myprog.c libmylib.a tests work now. Changed them from SKIP to test again. Tested platforms: kagiso.
* [svn-r13687] Improvement.Albert Cheng2007-04-181-3/+8
| | | | | | | | 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.
* [svn-r13685] Description:Quincey Koziol2007-04-185-16/+16
| | | | Update the version string to "1.8.0-beta1post0"
* [svn-r13683] Description:hdf5-1_8_0-beta1Quincey Koziol2007-04-185-16/+16
| | | | | Change the release string for the beta1 release, so the tag in subversion is correct.
* [svn-r13682] Description:Quincey Koziol2007-04-184-19/+25
| | | | Run bin/reconfigure to update infrastructure files/information.
* [svn-r13681] Description:Quincey Koziol2007-04-181-1/+3
| | | | Note that the "Platforms tested" section is slightly out of date.
* [svn-r13680] Updated with known problems concerning DOE machines.Albert Cheng2007-04-181-0/+7
|
* [svn-r13679] Description:Frank Baker2007-04-181-19/+38
| | | | | | | | | | | | | | | 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
* [svn-r13677] Fixed a typo in C++ compiler version numberElena Pourmal2007-04-181-1/+1
|
* [svn-r13676] Updated the "Platforms tested" section for the 1.8.0-beta1 releaseElena Pourmal2007-04-181-67/+41
|
* [svn-r13675] Updated Windows documentation concerning thread-safe builds, as ↵Scott Wegner2007-04-171-2/+2
| | | | | | | well as a typo in the zlib instruction. Tested: VS 6.0 on WinXP
* [svn-r13674] Added Windows "short" documentation for building with Visual ↵Scott Wegner2007-04-171-4/+27
| | | | | | Studio 2005. No testing needed.
* [svn-r13673] Updating release documentation to state current known issues ↵Mike McGreevy2007-04-171-0/+7
| | | | with szip.
* [svn-r13672] Forgot to include a sub-directory when adding a file to the ↵Scott Wegner2007-04-161-1/+1
| | | | | | | MANIFEST. This checkin fixes is. Tested: kagiso
* [svn-r13671] Updated Windows documentation to use new files for external ↵Scott Wegner2007-04-163-22/+22
| | | | | | libraries. No testing needed.
* [svn-r13667] Added Windows hl test script for gif2hf and h52gif testing to ↵Scott Wegner2007-04-153-1/+77
| | | | | | | | bring up to date with Linux. Updated MANIFEST for new file added. Tested: VS6 on Windows XP
* [svn-r13666] Added Windows documentation for 7zipScott Wegner2007-04-152-4/+9
| | | | No testing needed.
* [svn-r13662] Updated Windows documentation to reflect our Intel Fortran 9.1 ↵Scott Wegner2007-04-142-1448/+1438
| | | | | | Compiler support, as well as our depreciation of previous versions of the Intel Compiler. No testing needed.
* [svn-r13660] Minor cleanups and bug fixes.Elena Pourmal2007-04-134-6/+8
| | | | | | | | | 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
* [svn-r13657] Pedro Vicente Nunes2007-04-131-1/+4
| | | | add note for gif tools
* [svn-r13656] Pedro Vicente Nunes2007-04-131-9/+0
| | | | | | remove an unnecessary file name size limit tested: linux
* [svn-r13654] Peter Cao2007-04-131-0/+5
|
* [svn-r13650] Description:Quincey Koziol2007-04-124-17/+13
| | | | | | | | Clean up problems from error handling API changes in parallel and threadsafe builds. Tested on: FreeBSD/64 6.2 (liberty) w/parallel & threadsafe
* [svn-r13649] Updated Windows project files hdf5.dsp and hdf5dll.dsp to ↵Scott Wegner2007-04-122-12/+170
| | | | | | | include new source files. Tested: VS6 on WinXP
* [svn-r13648] Description:Quincey Koziol2007-04-1235-1845/+2039
| | | | | | | | | | 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)
* [svn-r13647] Purpose:Albert Cheng2007-04-111-2/+9
| | | | | | | | | | | | 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.
* [svn-r13646] Fortran/examples/testh5fc.sh.in:Albert Cheng2007-04-113-42/+28
| | | | | | | | | | | | | 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.
* [svn-r13645] Purpouse:Albert Cheng2007-04-111-4/+8
| | | | | | | | | | | | | | | | 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-r13643] Pedro Vicente Nunes2007-04-111-8/+7
| | | | | | avoid hsize_t array index use tested: linux
* [svn-r13639] Description:Quincey Koziol2007-04-111-7/+10
| | | | | | | Accomodate changes in error stack for recent library code changes. Tested on: Linux/64 2.6 (chicago2) w/threadsafe
* [svn-r13638] Pedro Vicente Nunes2007-04-111-2/+31
| | | | | | | bug fix memory leaks tested: linux
* [svn-r13636] Description:Quincey Koziol2007-04-1140-1074/+1845
| | | | | | | | | | | | | | 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)
* [svn-r13635] Description:Quincey Koziol2007-04-116-14/+17
| | | | | | | Clean up code and reduce compiler warnings... Tested on: Mac OS X/32 10.4.9 (amazon)
* [svn-r13634] Description:Quincey Koziol2007-04-111-12/+2
| | | | | | | | Remove a "//" comment from John's recent changes and clean up a few warnings. Tested on: Mac OS X/32 10.4.9 (amazon)
* [svn-r13633] PurposeAlbert Cheng2007-04-1112-7/+768
| | | | | | | | | | New feature Description: Added test scripts to test the compiler scripts (h5cc, h5fc and h5c++) Tested platform: Kagiso (serial and pp)
* [svn-r13628] Pedro Vicente Nunes2007-04-101-7/+5
| | | | | | test for a NULL pointer in free tested: linux
* [svn-r13626] 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-r13624] Pedro Vicente Nunes2007-04-102-14/+6
| | | | | | | bug fix eliminate a 64 limit size of an input file tested : linux
* [svn-r13622] Pedro Vicente Nunes2007-04-102-1/+4
| | | | make makefile to clean temporary files
* [svn-r13620] Old source file readhdf.c removed from Windows project files ↵Scott Wegner2007-04-092-16/+10
| | | | | | | h52gif and h52gifdll. Tested: VS6 and VS2005 on WinXP
* [svn-r13618] Modified metadata cache to support multiple read only protects of John Mainzer2007-04-097-226/+1579
| | | | | | | | | | 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.
* [svn-r13616] This check-in updates the bin/reconfigure file to point to the ↵Mike McGreevy2007-04-0945-15824/+8952
| | | | | | | | 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.
* [svn-r13615] Pedro Vicente Nunes2007-04-0912-1172/+936
| | | | | | | | | | | 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
* [svn-r13611] Removed old source file h5_trav_table.c from Windows project ↵Scott Wegner2007-04-082-30/+0
| | | | | | | files toolslib and toolslibD.dsp Tested: VS6.0 on Windows XP
* [svn-r13605] Add big file test for SEC2.Raymond Lu2007-04-061-0/+19
|
* [svn-r13596] Update document and comments. No test needed.Raymond Lu2007-04-052-1/+7
|
* [svn-r13595] Add the macro check of H5_HAVE_FSEEKO for STDIO test. Without itRaymond Lu2007-04-051-1/+2
| | | | | | there'll be no big file support. Tested on smirom because it's a simple change.
* [svn-r13594] Change a comment line. No test needed.Raymond Lu2007-04-051-1/+1
|
* [svn-r13591] Problem:Albert Cheng2007-04-051-1/+2
| | | | | | | | | | | 4294967296LL is not supported by older C like Windows VC6. Solution: /* use <= 2**32 -1 to stay within 4 bytes integer range */ HDassert(chunk0_size <= 4294967295UL); Platforms tested: kelgia, copper and osage.