AuthorCommitMessageCommit dateIssues
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
Quincey KoziolQuincey Koziol
4bc8c3f9240[svn-r13178] Description: Figured out a way to phase in individual message class support for the new shared message "interface", so check that in before working on the message classes themselves.Tested on: Mac OS X/32 10.4.8 (amazon) FreeBSD/32 6.2 (duty)
Quincey KoziolQuincey Koziol
599d4141fad[svn-r13177] Description: Final tweaks before the big twist to fix shared message method calling.Tested on: Mac OS X/32 10.4.8 (amazon) FreeBSD/32 6.2 (duty)
Quincey KoziolQuincey Koziol
0c9bd3d4e27[svn-r13176] Description: Push code further toward shared message method calling refactor.Tested on: FreeBSD/32 6.2 (duty) Too minor to require h5committest
Quincey KoziolQuincey Koziol
58db19e6c57[svn-r13175] Description: Checkpoint more progress on refactoring the shared message code.Tested on: Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
Quincey KoziolQuincey Koziol
ae4d8d9319b[svn-r13174] Description: Comment out adding "old" fill values to "new" fill values until we can figure out why the tests fail on 64-bit machines.Tested on: Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
Quincey KoziolQuincey Koziol
af394eaa76b[svn-r13173] Description: Checkpoint more progress toward implementing shared message "interface" methods for message classes that can have messages shared.Tested on: Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
Quincey KoziolQuincey Koziol
3ededdb9e29[svn-r13172] Description: Add "old" fill value messages to "new" style fill value messages when "FILL" flag is enabled for shared messages. Minor code cleanups Tested on: Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
Quincey KoziolQuincey Koziol
be5c024fac9[svn-r13171] Description: Add "const" to a parameter that can allow it.Tested on: Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
James LairdJames Laird
422f61b604e[svn-r13170] Corrected Windows-style newlines. I'd been a bit sloppy on earlier checkins,although this doesn't confuse SVN as much as it confused CVS.
Albert ChengAlbert Cheng
6efb39a88e9[svn-r13168] Purpose: bug fix.Problem: 1. The last fix using "svn --version" did not work since the source code is shared between different machines which have different svn versions. Changed the code to inspect the .svn/entries content to guess what version of svn uses. From that to decide which GETSVNENTRIES to use. 2. GETSVNENTRIES_14 had two errors: 2.a., % as 1,$ is actually not recognized by ed. Changed that to "1,...
Quincey KoziolQuincey Koziol
dc41c737115[svn-r13167] Description: Get rid of two different types of fill value struct (merge H5O_fill_t and H5O_fill_new_t) and clean up & simplify dataset initialization code. (In preparation for shared object header message method call refactoring).Tested on: FreeBSD/32 6.2 (duty) Mac OS X/32 10.4.8 (amazon)
James LairdJames Laird
681d9231cf2[svn-r13166] Fixed bug in H5Ocopy where shared attributes that were deleted during H5Ocopy would become shared NULL messages (oops!). Added a test for this case. Also fixed the #define that caused errors on Windows (and probably other platforms). This may fix the Daily Test error.Tested on Windows, smirom, kagiso, and juniper.
MuQun YangMuQun Yang
0b49961db74[svn-r13165] Since not all windows machines have sed, we turn off error API tests by default.Developers may perform tests periodically.
Peter CaoPeter Cao
0055ec4a71f[svn-r13164] Add nullmsg flag for testing only
Albert ChengAlbert Cheng
7d4e3a676be[svn-r13162] Purpose: Upgrade.Description: svn version 1.4.x uses a different format of .svn/entries files as older versions like 1.3.x. chkmanifest could not parse the file correctly. Solution: Created different versions of entries file parsing according to svn version. There is also a bug in grep that matches ./configure with ./fortran/configure. Don't know how to or even possible to nullify the wildcard character effec...
Peter CaoPeter Cao
416f0145abe[svn-r13160] Fixed help information to use stdout instead of stderr.
James LairdJames Laird
632773727c6[svn-r13159] Added h5debug support for shared message structures.Tests run on juniper, kagiso, smirom. h5debug run manually on sample files on Windows, juniper, and kagiso.
Quincey KoziolQuincey Koziol
ff572efab75[svn-r13158] Description: Checkpoint work on the shared header message refactor while I fix fill value handling.Tested on: Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
Quincey KoziolQuincey Koziol
ad8afcade30[svn-r13157] Description: Revert change to H5O_fill_new_t, at least until I straight it out more...Tested on: Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
Quincey KoziolQuincey Koziol
d4909147e16[svn-r13156] Description: Begin refactoring code to straighten out the contorted code that handles shared messages.Tested on: Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
Quincey KoziolQuincey Koziol
46598f35caf[svn-r13155] Description: Add "set_crt_index" and "get_crt_index" methods for the object header message class. Unify fractal heap definitions for shared messages and attributes, under "object header" fractal heap definitions. Initial code for adding creation order index to object header messages. Tested on: Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
MuQun YangMuQun Yang
b6bd503a596[svn-r13154] Forgot checking in new error API test project files.
James LairdJames Laird
26fc682d8d5[svn-r13153] Added checksum to superblock and driver info block (in latest version of superblock). Tried to standardize sizes and added #defines to H5Fpkg.h so that hopefully the code is a little easier to read. Of course this is a file format change.Tested on Windows, juniper, smirom, kagiso.
Quincey KoziolQuincey Koziol
9155785889a[svn-r13152] Description: Add anotherdense/shared attribute test. Clean up minor attribute/object header codelets, in preparation for adding creation index to attributes. Tested on: Mac OS X/32 10.4.8 (amazon) FreeBSD/32 6.2 (duty)
Quincey KoziolQuincey Koziol
fa11904aabe[svn-r13151] Description: Clean up compiler warnings, esp. on WindowsTested on: FreeBSD/32 6.2 (duty) Mac OS X/32 10.4.8 (amazon)
Christian ChilanChristian Chilan
6d50253be1f[svn-r13150] Added a revision log for H5Sselect_valid().
Christian ChilanChristian Chilan
9fbb0d98d9b[svn-r13149] Added tests to verify that H5Sselect_valid() returns FAIL when dataspace is not valid, or when dataspace is valid but closed.
Christian ChilanChristian Chilan
73dafaf54c7[svn-r13148] Added a test to verify that current dataspace dimensions cannot be H5S_UNLIMITED.
Christian ChilanChristian Chilan
6328f51d48a[svn-r13147] Changed error return value of H5Sselect_valid() from 0 to FAIL.