summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r17815] Removed Zeus and ubgl entries since they were not tested any more.Albert Cheng2009-11-041-0/+4
| | | | Added AIX known problem of testcheck_version.sh failure.
* [svn-r17806] disabled fortran project files by default in the solution fileAllen Byrne2009-11-021-0/+0
|
* [svn-r17802] Removed known problems of QSC which has retired.Albert Cheng2009-11-021-26/+0
|
* [svn-r17797] Removed support and known problems of the IRIX, IRIX64 and ↵Albert Cheng2009-11-021-52/+7
| | | | | | | Tungsten platforms since they have retired. Added known problem of h5repack in AIX -q32 platform.
* [svn-r17796] Description:Frank Baker2009-10-302-23/+57
| | | | | | | | Added --use-system-epsilon option and necessary discussion. -- Fixes Bugzilla entry 1677. Formatting and HTML adjustments for readability and to conform with template. Tested: Safari
* [svn-r17795] Description:Frank Baker2009-10-301-1/+1
| | | | | Corrected configure flag: --disable-embedded-libinfo. Tested: Safari
* [svn-r17794] Description:Frank Baker2009-10-301-5/+7
| | | | Fixed formatting to conform to 80-character line limit.
* [svn-r17793] Description:Frank Baker2009-10-301-2/+3
| | | | Added new C++ member function Attribute::getInMemDataSize().
* [svn-r17792] Description:Frank Baker2009-10-301-3/+10
| | | | | Added new C++ member function Attribute::getInMemDataSize(). Tested: Safari
* [svn-r17790] Updated compiler versions and supported configurations table ↵Larry Knox2009-10-291-71/+59
| | | | for 1.6.10 release.
* [svn-r17789] Description:Frank Baker2009-10-291-5/+86
| | | | | | | | | | Add 1.6.10 section with: Embedded HDF5 library settings in binaries H5check_version change: displays embedded library information New C++ member function: size_t DataSet::getInMemDataSize() const New h5diff option: --use-system-epsilon Minor correction in 1.6.9 section. Tested: Safari
* [svn-r17787] Description:Frank Baker2009-10-2929-36/+40
| | | | | | Update release tags to "Release 1.6.10" throughout 1.6 docs. Update "Last modified" dates for index.html, RM cover, RM index pages. Tested: Safari
* [svn-r17783] Maintenance: Changed version to 1.6.10-pre2 after creating ↵Elena Pourmal2009-10-2810-47/+60
| | | | release candidate.
* [svn-r17782] Maintenance: Changed version number to 1.6.10-pre1 before creatingElena Pourmal2009-10-289-37/+37
| | | | release candidate source tar ball for testing.
* [svn-r17781] Description:Quincey Koziol2009-10-281-2/+2
| | | | | | | | | | Bring r17778 from trunk to 1.6 branch: Make check for NULL dataspace a bit safer. Tested on: FreeBSD/32 6.3 (duty) (too minor for h5committest)
* [svn-r17767] Purpose: Fix bug 1483Neil Fortner2009-10-283-11/+159
| | | | | | | | | | | | Description: H5HG_load made improper assumptions about the ordering of object indices, namely that they are in order. Not only is this not guaranteed by the file format spec, but this condition can be violated if id's "wrap around" which can happen when overwriting VL data. H5HG_load has been fixed to handle any order of indices. Also fixed some other bugs involving allocation of global heaps in memory. Tested: jam, linew, amani (h5committest)
* [svn-r17759] Purpose: Fix assertion failure caused by H5Tcommit1/2Neil Fortner2009-10-272-1/+25
| | | | | | | | | Description: Calling H5Tcommit on a file with read only access would cause an assertion failure. Added a check to H5T_commit to return a failure in this case. Tested: jam (very minor change)
* [svn-r17747] One more missing file in all.zip, h5tinit.cAllen Byrne2009-10-271-0/+0
|
* [svn-r17746] Added hl/tools project filesAllen Byrne2009-10-271-0/+0
|
* [svn-r17745] Added missing fortran project filesAllen Byrne2009-10-271-0/+0
|
* [svn-r17744] Updated windows install text files and added new file tlinks.cppAllen Byrne2009-10-275-174/+71
| | | | Tested: windows
* [svn-r17734] Description:Binh-Minh Ribler2009-10-231-1/+6
| | | | Added information about changes to C++ API
* [svn-r17730] Description:Binh-Minh Ribler2009-10-231-1/+2
| | | | Added information about the change in C++ API
* [svn-r17725] Bug fix:Albert Cheng2009-10-223-6/+6
| | | | | | | | | | | | | | There was a mixed use of $RUNTEST and $RUNTESTS. Both of them meant for the same thing, the launching command of executables. $RUNTEST was used from the beginning (old v1.4.* versions used $RUNTEST). Somehow, v1.8 started to use $RUNTESTS and this was later propogated back to v1.6.8 and on. After discussing with Mike M., we agree to use the original $RUNTEST. test: Up. (before the fix, I could not propage a launch command into test/h5repack's "gmake check". After the fix, I could.
* [svn-r17720] bug fix:Albert Cheng2009-10-221-0/+3
| | | | | | | | h5repacktst creates some files that h5repack.sh reads, therefore, h5repacktst must run before h5repack.sh runs. Added such a dependency. Tested: Jam by hand (running "make h5repack.sh.chkexe_" and see that h5repacktst is invoked first and until it finishes, h5repacktst does not run.)
* [svn-r17719] Cosmetic change to use exit(EXIT_FAILURE) instead of exit(1).Albert Cheng2009-10-211-24/+19
| | | | | | Also a lot of reformating that do not change code. Tested: jam-pp.
* [svn-r17712] update test files due to the change of "-h" information.Peter Cao2009-10-2114-84/+126
|
* [svn-r17707] Description:Binh-Minh Ribler2009-10-211-0/+1
| | | | Added c++/test/tlinks.cpp
* [svn-r17706] Purpose: Code improvementBinh-Minh Ribler2009-10-218-31/+253
| | | | | | | | | | | | | | Description: Fixed CommonFG::getComment and CommonFG::getLinkval to provide default values for buffer size to improve usability. Added test file tlinks.cpp, which only contains test for getLinkval and will expand when C++ wrappers for link functions are implemented. Platforms tested: Linux/32 2.6 (jam) FreeBSD/64 6.3 (liberty) SunOS 5.10 (linew)
* [svn-r17705] Bug fix: (1192)Albert Cheng2009-10-214-26/+28
| | | | | | | Changed exit(1) to exit(EXIT_FAILURE) and exit(0) to exit(EXIT_SUCCESS) for better coding. Tested: jam.
* [svn-r17702] Bug fix: (1192)Albert Cheng2009-10-211-17/+17
| | | | | | | | Comment says Error exit code is -1 but actual code use 1. Changed it to EXIT_FAILURE (1) and exit(0) to exit(EXIT_SUCCESS) for better coding. Tested: jam.
* [svn-r17699] Bug fix: (1192)Albert Cheng2009-10-202-3/+3
| | | | | | | | Error exit code of -1 is illegal (exit code is unsigned). Changed it to EXIT_FAILURE (1). Also changed exit(0) to exit(EXIT_SUCCESS) for better coding. Tested: jam.
* [svn-r17681] Add command line options for use-system-epsilon.Peter Cao2009-10-191-0/+19
|
* [svn-r17679] added tcheckversion. All project files converted to VNET 2003 ↵Allen Byrne2009-10-191-0/+0
| | | | | | project files as VS6 is no longer supported. Tested: Windows XP 32 VNET
* [svn-r17678] Merge changes from 1.8Peter Cao2009-10-194-55/+51
| | | | | | | | - h5diff: h5diff treats two INFINITY values different. Fixed by checking (value==expect) before call ABS(...) at h5diff_array.c This will make that (INF==INF) is true (INF is treated as an number instead of NaN) (PC -- 2009/07/28) - h5diff: add option "--use-system-epsilon" to print difference if (|a-b| > EPSILON) Change default to use strict equality (PC -- 2009/09/12)
* [svn-r17674] Snapshot version 1.6 release 9 (snap8)Larry Knox2009-10-1911-87/+540
|
* [svn-r17673] Changed the default fortran compilers from xlf and mpxlf_r toAlbert Cheng2009-10-181-3/+3
| | | | | | | | | | | | | | xlf90 and mpxlf90_r respectively. The fortran 90 compilers support free format source files. This allows the removal of -k so that the default compiler command is cleaner. Removed these two options from the fortran flags: -qmoddir=. because -qmoddir defaults to current directory already. -static because it is not mentioned in "man xlf". Don't know it was a typo or just an obsoleted option. Removing both of them produced no ill or visible effects. Tested: Up of LLNL
* [svn-r17668] Bug 1656 fix:Albert Cheng2009-10-181-3/+22
| | | | | | | | added a signal handler to the tcheck_version to intercept the abort signal from H5check_version. Some systems would prints extra messages and/or core dump if the abort signal is not handled. This eliminates those unwanted side effect. Tested: h5committested.
* [svn-r17651] Description:Frank Baker2009-10-151-0/+1
| | | | | Correct HTML coding errors (which resulted in inconsistent formats). Tested: Safari
* [svn-r17641] Description:Frank Baker2009-10-131-2/+18
| | | | | | | Added "Exit Status" section. -- Fixes Bugzilla entry 1666. Corrected HTML coding error. Tested: Safari
* [svn-r17640] Description:Frank Baker2009-10-131-1/+1
| | | | | Correct HTML coding error. Tested: Safari
* [svn-r17634] Bug 1192:Albert Cheng2009-10-131-0/+30
| | | | | | | Added EXIT_SUCEESS and EXIT_FAILURE macro values test. Tested: h5committested.
* [svn-r17630] The previous return value description was incorrect.Albert Cheng2009-10-121-8/+13
| | | | | Replaced it with "Exit Status:" that reflects what the tools actually do.
* [svn-r17629] Cosmetic change by replace external calls (strdup, dup, close, ...)Albert Cheng2009-10-123-14/+14
| | | | | | | with HDF macro calls (HDstrdup, HDdup, HDclose, ...). No real code change. Tested: Jam. h5committest is in progress. Expect okay.
* [svn-r17613] Updated with H5Pget_preserve fix information.Albert Cheng2009-10-081-0/+1
|
* [svn-r17612] Bug fix (ID 1628):Albert Cheng2009-10-082-1/+14
| | | | | | | | | There was a typo in the H5Pget_preserve that it was returning the wrong value. Fixed. Also added a test in test/cmpd_dset.c to verify the correctness of H5Pset_preserve and H5Pget_preserve. Tested: h5committest plus jam serial.
* [svn-r17594] Bug fix:Albert Cheng2009-10-061-2/+4
| | | | | | | | Release would leave behind an Makefile even if it did not exist before. Fixed by restoring only the pre-existed Makefile. Tested: Jam.
* [svn-r17590] Description:Binh-Minh Ribler2009-10-053-6/+8
| | | | | | | | | | Fixed H5Object::iterateAttrs to work like the one in 1.8 and trunk regarding index parameter. Removed idx from UserData4Aiterate. Also, removed a warning about returning values Platforms tested: Linux/32 2.6 (jam) FreeBSD/64 6.3 (liberty) SunOS 5.10 (linew)
* [svn-r17581] Added testlibinfo.sh testcheck_version.sh to be distcleaned.Albert Cheng2009-10-011-0/+1
| | | | Tested: Jam.
* [svn-r17576] Simple improvement to clean up go during "make clean"Albert Cheng2009-10-011-2/+2
| | | | | | and removed the redundant cleaning of Makefile. Tested: jam parallel.