summaryrefslogtreecommitdiffstats
path: root/src/H5SMpkg.h
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r13010] Cleaned up warnings in H5SM* files.James Laird2006-12-021-4/+4
| | | | Cleaned up all warnings on kagiso. Tested on kagiso and copper.
* [svn-r13006] Added checksumming to shared message metadata.James Laird2006-12-011-2/+4
| | | | Tested on kagiso, currently testing elsewhere.
* [svn-r13004] Much improved shared object header message test, along with ↵James Laird2006-12-011-1/+3
| | | | | | | | | | | some bug fixes to make the test pass. These changes involve changes to the file format of SOHMs, but that's okay because nobody should have been using SOHMs yet anyway. Tested on Windows, kagiso, copper, and heping
* [svn-r12935] Added list-to-btree conversion, changed SOHM apis, and pushed ↵James Laird2006-11-171-5/+13
| | | | | | | | | | | SOHM table version and size information into the superblock to eliminate a read when loading it. This is a file format change, and hopefully the last one (knock on wood). Tested on kagiso and Windows (mostly just a SOHM change).
* [svn-r12902] Checkin of Shared Object Header Message work.James Laird2006-11-131-0/+174
This feature is still in progress; Shared Object Header Messages are not complete as a feature and are not thoroughly tested. There are still "TODO" comments in the code (comments with the word "JAMES" in them, so as not to be confused with other TODO comments). Hopefully this checkin will reduce the liklihood of conflicts as I finish implementing this feature. All current tests pass on juniper, copper (parallel), heping, kagiso, and mir.