AuthorCommitMessageCommit dateIssues
James LairdJames Laird
affdaa04b57[svn-r13247] Replaced /bin/rm in configure with just rm. This should have no effect on any platform, since configure already uses rm, but it will prevent a bug in the (bizarre) case that a system has rm somewhere other than /bin.Tested on smirom and kagiso.
James LairdJames Laird
c13841161e6[svn-r13246] Forgot to add a file on previous checkin.
James LairdJames Laird
9e390cc1d94[svn-r13245] Added "superblock extension" object header to hold shared object header information, rather than storing it directly in the superblock. This should make future updates to the superblock much less painful.Tested on Windows, kagiso, and smirom.
Quincey KoziolQuincey Koziol
571523db1ff[svn-r13243] Description: Add API routines for tracking & indexing the creation order on attributes.Tested on: Mac OS X/32 10.4.8 (amazon) FreeBSD/32 6.2 (duty)
Albert ChengAlbert Cheng
4e57d80f2e0[svn-r13242] Bug fix.It was hardcoded to use /tmp/... as the default test file name. Changed it to use $HDF5_PARAPREFIX/... to compose the test file name. Platform Tested: tg-ncsa since it failed there. (Will test other platforms after commit.)
Quincey KoziolQuincey Koziol
c560e68258b[svn-r13240] Description: More cleanups on the object header message handling code, to make it easier to work with and move forward on the creation order coding. Various other minor cleanups & warning fixes. Tested on: FreeBSD/32 6.2 (duty)
Pedro Vicente NunesPedro Vicente Nunes
51875fc8881[svn-r13239] bug fix on H5TBwrite_fields_index and name functions, the space on the H5Dwrite call was all selected
Raymond LuRaymond Lu
a82e85c2d40[svn-r13238] A trial fix for the comparison of equality between floating-point values in hyperslab.c. A few macros are defined in h5test.h to check if the difference between two values is smaller than Epsilon.
Albert ChengAlbert Cheng
08ea58bac21[svn-r13237] After discussing with Barbara, we felt the entry of hdf5repo, added atthe beginning of the hdf5 development, is not valid any more. So, entry deleted to keep things clean.
Albert ChengAlbert Cheng
c22c0b71aff[svn-r13234] Updated mailing list with new list names.Added the statement of snapshot releases locations as v1.6 has it.
Quincey KoziolQuincey Koziol
0a8bba91530[svn-r13232] Description: Remove the "scaffolding" for shared message method invocation and simplify the way shared messages are dealt with in general.Tested on: FreeBSD/32 6.2 (duty) Mac OS X/32 10.4.8 (amazon)
Quincey KoziolQuincey Koziol
f555ac654b7[svn-r13226] Description: Add attributes to the message classes that use the shared message method calling interface, completing the transition. The other mechanism will be removed shortly.Tested on: Mac OS X/32 10.4.8 (amazon) FreeBSD/32 6.2 (duty)
Albert ChengAlbert Cheng
07736996926[svn-r13225] Purpose: bug fix.Description: The lone colon test left behind the a.out file. Added a /bin/rm to clean it up. Platform tested: Kagiso only since it is a trivial change.
James LairdJames Laird
25b96dc712e[svn-r13224] Fixed a bug where messages would report their "raw size" as the size of a shared message rather than the full size of the unshared message, which confused some shared message code. Added a test that should make sure that some messages are too small to be written to the deletion test in tsohm.c.Also added a small optimization so that hash values don't need to be calculated on deletes in list indexes. Tested on Windows, smirom, and kagiso.
Quincey KoziolQuincey Koziol
7c733b0afb1[svn-r13223] Description: Move datatype messages into new shared message method interface Clean up various formatting & compiler warnings Minor optimizations Tested on: Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
Quincey KoziolQuincey Koziol
814c226b9b5[svn-r13219] Description: Move dataspace messages into new shared header message method calling scheme. Minor other cleanups, etc. Tested on: Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
Quincey KoziolQuincey Koziol
a4467cd2c2c[svn-r13218] Description: Add "old" fill value messages to "new" fill value message sharing (and keep them both in the same shared message index).Tested on: Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
Quincey KoziolQuincey Koziol
108114495fc[svn-r13217] Description: Move fill value messages into new shared message method calling scheme. Only update an opened dataset's fill value property if it's different from the default fill value settings. Tested on: Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
Private HDFPrivate HDF
55d4ec6ebf2[svn-r13216] Snapshot version 1.8 release 0 (alpha6snap0)
Raymond LuRaymond Lu
aba265ce35e[svn-r13215] Added a comment.
Raymond LuRaymond Lu
4dcac163d02[svn-r13214] Update for the CORE driver feature.
Albert ChengAlbert Cheng
a61fd097205[svn-r13213] For Both README.txt and RELEASE.txt, Added the WARNING messages of unstable temporary formats.For README.txt, In addition, also updated website name to hdfgroup.org, updated email addresses new names and new subscription instructions. Platforms tested: Eyeballed since these are just information files.
Binh-Minh RiblerBinh-Minh Ribler
26954f896ae[svn-r13212] Purpose: Adding new testDescription: Added c++/test/tfilter.cpp.
Binh-Minh RiblerBinh-Minh Ribler
d646c296422[svn-r13211] Purpose: Adding wrappersDescription: Added wrapper DSetCreatPropList::setSzip. Platforms tested AIX 5.1 (copper) SunOS 5.8 64-bit (sol) Linux 2.6 (kagiso)
Binh-Minh RiblerBinh-Minh Ribler
38480e66574[svn-r13210] Purpose: Adding testDescription: - Added a brief test for DSetCreatPropList::setSzip. More through tests will be added later. - Moved check_values from dsets.cpp into h5cpputil.cpp for sharing with other tests. Platforms tested AIX 5.1 (copper) SunOS 5.8 64-bit (sol) Linux 2.6 (kagiso)
Albert ChengAlbert Cheng
f94e51f7c14[svn-r13208] Changed the minor release string to alpha6snap0 for pre-alpha6 snapshot releases.
James LairdJames Laird
261b24c62cf[svn-r13207] Added a debug function to dump file sizes during one of the tsohm.c tests. Also cleaned up a warning.Tested on kagiso; changes should only affect debugging.
James LairdJames Laird
2b380658114[svn-r13206] Fixed a couple of typos in debug output that were causing warnings.Not tested; trivial change only in debugging code.
Albert ChengAlbert Cheng
5c6e54bea27[svn-r13204] Purpose: Improvement.Description: Added the forcemode option. (was in hdf4 for months.) auto-configure have changed the ac_try syntax from 'eval $ac_try' to 'eval "$ac_try"'. Add a new global-substitute to support that too. Platforms Tested: Kagiso only since it is just a shell script simple change.
James LairdJames Laird
3fdcb8b3d9b[svn-r13203] Unable to replicate Daily Test error, but hopefully this is a fix anyway.The examples had been depending on the build libraries in src, but should have been depending only on the installed h5cc. Fixed this. Tested on kagiso (dependency change only, and was unable to replicate the problem on any system). Real test will be Daily Tests tonight.
Binh-Minh RiblerBinh-Minh Ribler
fd63747fd64[svn-r13202] Purpose: Adding testsDescription: Added c++/test/tcompound.cpp and c++/test/ttypes.cpp.
Binh-Minh RiblerBinh-Minh Ribler
fd318bcf1fe[svn-r13201] Purpose: Adding testDescription: Added * tests for some generic datatype operations * tests for compound datatype operations These tests are checked in now to make sure they're safe! They can use some more comments and minor cleanups. Will do very soon. Fixed few minor typos. Platforms tested AIX 5.1 (copper) SunOS 5.8 64-bit (sol) HPUX 11.00 (kelgia)
Binh-Minh RiblerBinh-Minh Ribler
134352c456b[svn-r13200] Purpose: Adding wrappers and fixing a bugDescription: - Added overloaded function DataType::copy to take a DataSet - Added overloaded DataType::commit - Fixed bugzilla 797 - Fixed a warning in DataSpace::operator= - Set PropList parameter to default in DataType::convert Platforms tested AIX 5.1 (copper) SunOS 5.8 64-bit (sol) HPUX 11.00 (kelgia)
James LairdJames Laird
73b8819a425[svn-r13198] Fiddled with the syntax of the configure test for srcdir="foo", which should hopefully fix problems on copper and duty.Tested on copper, duty, kagiso, Cygwin.
James LairdJames Laird
8cf22df741e[svn-r13197] Fix another bug in H5Ocopy where messages that were deleted and converted to NULL messages weren't marked as dirty so the destination OH wasn't updated to reflect the change.Tested on Windows, smirom, and kagiso.
Albert ChengAlbert Cheng
6039f60159a[svn-r13196] Upgrade.The execution method changed a little bit. It is not just (eval $ac_try ...) but as (eval "$ac_try") instead. Changed to use the new pattern. Platfrom tested: Red storm.
Private HDFPrivate HDF
dcd346df62e[svn-r13195] Snapshot version 1.8 release 0 (alpha5snap0)
Private HDFPrivate HDF
47a72d647d0[svn-r13194] Bug Fix.Updated the DOC_URL with the new Repository URL. Fixed a syntax error in the doc release commands. Tested: kagiso
Albert ChengAlbert Cheng
6b857b5b8e2[svn-r13193] Added check-vfd to the help page content.
Albert ChengAlbert Cheng
c1068c94caa[svn-r13190] Copied the feature of testing check-install after deploy is run from v1.6.Did some cosmetic changes of the check-vfd option.
Albert ChengAlbert Cheng
0a65827564d[svn-r13188] Renamed the "archive" option as "releasedir". Changed the release directory default to be release_dir in the snapshot base directory so that it is simplier to control release directory destination per snapshot setup.Tested platform: Kagiso.
James LairdJames Laird
cdcd2cecf2e[svn-r13187] Fixed another issue with H5Ocopy when attributes had shared datatypes/ dataspaces that became un-shared in the destination.Tested on Windows, smirom, and kagiso. Need to extend objcopy test so that it checks that attributes are actually copied successfully.
James LairdJames Laird
0ab3725051f[svn-r13186] Cleaned up a few warnings by initializing variables and doing a few casts.Tested on kagiso, smirom, copper.
Albert ChengAlbert Cheng
5a8f3945fe6[svn-r13185] Added missing entries of Windows/test directory. Sorted those entries too.
Albert ChengAlbert Cheng
b6461fc56ec[svn-r13184] Changed release version to alpha5snap0 to restart snapshot release.Platforms tested: Eyeballed the svn diff output. Looked good.
Quincey KoziolQuincey Koziol
d89c2c43f37[svn-r13183] Description: Checkpoint work toward getting the fill value message into the shared message interface regime.Tested on: Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
Quincey KoziolQuincey Koziol
dc02b5bd22b[svn-r13182] Description: Move filter pipeline message class to new "shared message interface" regime, along with minor fixups to implementation of calling that interface.Tested on: Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
James LairdJames Laird
59eccdaf699[svn-r13181] Added a configure check to prevent a failure on Cygwin.It seems that while Cygwin supports the time command, it has trouble with the syntax srcdir="../../hdf5/test" time ./testhdf5 and complains. The solution is to test the above case in configure and not to use the time command if it fails; Cygwin is fine with srcdir="../../hdf5/test" ./testhdf5 Tested on Cygwin and kagiso. This feature shouldn't be a major compatibility problem since every pla...
Raymond LuRaymond Lu
f83826852bc[svn-r13180] Comment out the whole test when MULTI driver is used. It caused some problem on copper. Will enter a bug report for it and leave it for future debugging.
Pedro Vicente NunesPedro Vicente Nunes
ac110a86033[svn-r13179] replaced the path to XML schema from NCSA page to hdfgroup.org