summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r13710] Added Fortran dependencies to Windows project files, and ↵Scott Wegner2007-04-303-140/+174
| | | | | | | updated documentation to reflect changes. Tested: Visual Studio 2005 on WinXP
* [svn-r13707] Changed the TODAY format to include weekday, matching the one ↵Albert Cheng2007-04-291-1/+1
| | | | | | | | | used by DailyHDF5Test script. Tested: Tested the new format works in all NCSA machines.
* [svn-r13705] Change to getname.c so that when tests query the name of a ↵Christian Chilan2007-04-271-20/+20
| | | | dereferenced object, they do not expect the name length to count the null terminator.
* [svn-r13704] Change to H5G_get_refobj_name so that H5I_get_name returns the ↵Christian Chilan2007-04-271-1/+1
| | | | length of the name of a dereferenced object without counting the null terminator. Tested on smirom, copper, and cobalt.
* [svn-r13703] Feature:Albert Cheng2007-04-272-3/+21
| | | | | | | | Change --enable-debug default to no if producton is enabled. Platform tested: kagiso just doing configure with various combinations of option and varified the output.
* [svn-r13702] Added new example that uses H5Gcreate2 and H5Lexists calls Elena Pourmal2007-04-252-0/+114
| | | | Platforms tested: Linux 2.6 RedHat in Chicago; no access to other machines
* [svn-r13701] Deleted .html versions of Windows documentation, as we have ↵Scott Wegner2007-04-246-8355/+0
| | | | | | decided to maintain only .txt versions in the source package. Step-by-step instructions for Windows will eventually be made available on the public website. Updated MANIFEST to reflect changes.
* [svn-r13700] Updated the copyright generated by the program to the THG notice.Albert Cheng2007-04-241-2/+3
| | | | | Tested: kagiso (no committed test since it is trivial.)
* [svn-r13698] Description:Quincey Koziol2007-04-241-12/+0
| | | | | Remove warning notice about file format (file format actually OK for the beta release)
* [svn-r13697] Fixed error in check_unprotect_ro_dirty_err() in cache.c. ↵John Mainzer2007-04-241-4/+6
| | | | | | | | | Basic problem was a failure to clean up properly after a test. I reproduced the failure on Phoenix before fixing it. As the error was relatively straight forward, I tested fix on Phoenix only.
* [svn-r13696] Various updates to Windows documentation.Scott Wegner2007-04-233-38/+30
| | | | Mostly just correcting typos, no testing needed.
* [svn-r13694] 1. changed the HDlseek to be lseek64 and HDfseek to be fseeko ↵Raymond Lu2007-04-232-6/+66
| | | | | | | | | 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.
* [svn-r13692] Snapshot version 1.8 release 0 (beta1post0)HDF Tester2007-04-235-16/+16
|
* [svn-r13691] Description:Quincey Koziol2007-04-211-0/+2
| | | | | | | Comment out cache test until John can take a look at it. Tested on: FreeBSD/32 6.2 (duty)
* [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)