summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Re-wrap paragraphs at < 80 columns.David Young2020-04-151-55/+61
|
* Mark a task complete, fix some typos, wrap some paragraphs.David Young2020-04-151-6/+7
|
* Document `hlog` a bit.David Young2020-04-141-0/+88
|
* Mention the problems VFD SWMR has with variable-length data.David Young2020-03-111-0/+5
|
* Update Guide. Switch to a short and informative function name.David Young2020-03-111-0/+12
|
* Start a user's guide. Mention problems with variable-length data.David Young2020-03-101-0/+12
|
* Trim excess detail. Use shadow/lower file terminology. Be less wordy aboutDavid Young2020-02-181-0/+0
| | | | "page or multi-page entry."
* Share latest changes: change many occurrences of "metadata" file/index/headerDavid Young2020-02-121-0/+0
| | | | | to "shadow" file/index/header. Simplify the description of freespace management. Finish describing the floating shadow index.
* Share my latest RFC changes.David Young2020-02-121-0/+0
|
* Share my latest changes to the RFC.David Young2020-02-111-0/+0
|
* Add latest commentary on RFC.David Young2020-02-111-0/+0
|
* Update punch list a bit: mention the over-long postponement of shadow-indexDavid Young2020-02-061-0/+11
| | | | | reclamation. Mention that a writer can delete an object out from under a reader who holds an hid_t for it.
* Escape some underscores. I'm not sure if this is strictly necessary, but vim'sDavid Young2020-02-061-2/+2
| | | | | | syntax highlighting colors some (but not all) unescaped underscores red like there is some problem. It's possible there is some problem, since underscores are used to indicate some kind of emphasis---probably underlining.
* Update VFD_SWMR_Punch_List.mdMike Folk2020-02-061-1/+1
|
* Update VFD_SWMR_Punch_List.mdMike Folk2020-02-041-0/+2
|
* Add some missing spaces.David Young2020-01-271-2/+2
|
* Add my newest commentary. Finally reached page 14!David Young2020-01-171-0/+0
|
* Update punchlist a bit with John: add some items, update entries that are nowDavid Young2020-01-091-8/+19
| | | | complete.
* Add a new version of the RFC with some commentary by me.David Young2020-01-081-0/+0
|
* Makes some updates: in-progress, needs unit testing. Insert some whitespaceDavid Young2020-01-061-7/+7
| | | | where it makes things more readable.
* Mention the current situation concerning raw-data flushing.David Young2019-12-311-0/+3
|
* Mention that I fixed the VFD SWMR tests.David Young2019-12-301-3/+3
|
* Merge all of my changes from merge-back-to-feature-vfd_swmr-attempt-1,David Young2019-12-091-3/+6
| | | | | | | | including the merge of `hdffv/hdf5/develop`, back to the branch that Vailin and I share. Now I need to put this branch on a fork with a less confusing name than vchoi_fork!
* Fix the FSM bug when setting the FSM threshold to a non-default value.Vailin Choi2019-12-021-0/+5
| | | | | | | Check for smaller or larger section size after merging and shrinking a section, for this case is the section that is smaller than threshold (see H5MF_xfree() in H5MF.c). It is possible for the section to be smaller after merging/shrinking (see H5MF__sect_large_shrink() in H5MFsection.c).
* Update status of the expand/shrink test.David Young2019-11-251-6/+7
|
* Mention the Markdown cheat sheet and tutorial, per John's request.David Young2019-11-221-1/+8
|
* Fix for punch list #28:Vailin Choi2019-11-201-0/+5
| | | | | | Given that the VFD SWMR configuration FAPL property is set, the writer field must be consistent with the flags passed in the H5Fopen() (either H5F_ACC_RDWR for the VFD SWMR writer, or H5F_ACC_RDONLY for the VFD SWMR readers).
* Changes for punch list #4: Add support for opening mulitple files in either ↵Vailin Choi2019-11-201-6/+9
| | | | | | VFD SWMR writer or reader mode. See EOT queue in section 3.2.2 and 3.3 and 3.3.2 in the RFC. Update punch list with items completed and in progress.
* Add my name to some entries.David Young2019-11-191-3/+3
|
* Mention the items that Vailin is working on.David Young2019-11-191-2/+2
|
* Use bold to highlight items status.David Young2019-11-191-3/+3
|
* Add some notes about what's done and what I'm working on.David Young2019-11-191-3/+25
|
* Add URL for the punch list.David Young2019-11-191-1/+3
|
* Add the latest version of the RFC.David Young2019-11-131-0/+0
|
* Put the Markdown punch list on the right branch.dyoung2019-11-131-0/+102
|
* [svn-r11084] Frank Baker2005-07-19402-114737/+0
| | | | | | | | | Description: All HDF5 user documentation has been moved to a separate hdf5doc/ repository, managed under Subversion. With this 'cvs commit', all files are stripped from hdf5/doc/. THIS CHANGE IS APPLIED ONLY TO THE HDF5 DEVELOPMENT BRANCH, post Release 1.6.x; it is not applied to the release branches.
* [svn-r11081] Snapshot version 1.7 release 48HDF Admin2005-07-181-16/+81
|
* [svn-r11008] Purpose:James Laird2005-06-3014-0/+56
| | | | | | | | | | | | | | | | | | | | | | Feature: tests now use parallel make and only run once Description: When make is invoked in parallel (using the -j option), several tests will now be run simultaneously. This should speed up testing on a number of systems. When a test passes, it creates a foo.chkexe or foo.chksh file, which prevents the test from running again unless the test or library changes. Solution: Most of the changes live in config/conclude.am. Added *.chkexe and *.chksh files to the list of files to be cleaned at "make mostlyclean" time. Parallel tests still run one at a time, but use the same make instructions as serial tests. Platforms tested: mir, eirene, sleipnir, pommier, copper, modi4 (some errors occurred, probably due to the test being run before updating hdf5. Will re-run tests after checkin.)
* [svn-r10976] Frank Baker2005-06-231-128/+701
| | | | | | | | | Purpose: Added new meta data cache functions. Added links to HDF5 High-Level API reference pages to nav bar. Other minor (though somewhat pervasive) reformatting. Platforms tested: Firefox
* [svn-r10975] Frank Baker2005-06-231-2/+67
| | | | | | | Purpose: Added links to HDF5 High-Level API reference pages to nav bar. Platforms tested: Firefox
* [svn-r10974] Frank Baker2005-06-231-48/+186
| | | | | | | | | | | | | | Purpose: Added new section for High-level HDF5 APIS. Added links to HDF5 High-Level API reference pages to nav bar. Added quick-links bar for High-level APIs Main HDF5 Library, including Low-level APIs Fortran and C++ Interfaces Added "Main HDF5 Library, including Low-level APIs" heading. There had previously been no comparable heading. Platforms tested: Firefox
* [svn-r10973] Frank Baker2005-06-2312-3/+117
| | | | | | | Purpose: Added links to HDF5 High-Level API reference pages. Platforms tested: Firefox
* [svn-r10971] Purpose: Bug fixRaymond Lu2005-06-222-7/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Description: See details from Bug #213. Family member file size wasn't saved anywhere in file. When family file is opened, the first member size determine the member size. Solution: Hopefully, this is the last step of checkin for this stage. This step mainly enables h5repart tool to be able to convert file driver from family to sec2. Because the library saves family information in file, in trying to convert to sec2 driver, the library simply change the address of driver information to undefined so that the driver information block can be ignored. This step also updates the reference manual of H5Pset_fapl_family() and h5repart. In the fifth step of checkin, backward compatibility with v1.6 is tested. A family file created was created with the v1.6 library and opened with this version of the library. In the fourth step of checkin, a test suit is added for h5repart, including a program to generate the test files, a script file to run h5repart, and a program to verify repartitioned files can be opened by the library. There's a change from the first step of checkin. Family name template is no longer saved in the superblock because different pathname can make the name different. In the third step of checkin, h5repart has been modified. If h5repart is used to change the size of family member file, the new size(actual member size) is saved in the superblock. In the second step of checkin, multi driver is checked against the driver name saved in superblock. Wrong driver will result in a failure with an error message indicating multi driver should be used. This change includes split driver because it's a special case for multi driver. In the first step of checkin. Family member size and name template(unused at this stage) are saved in file superblock. When file is reopened,the size passed in thrin superblock. A different size will trigger a failure with an error message indicating the right size. Wrong driver to open family file will cause a failure, too. Platforms tested: h5committest and fuss. Misc. update: doc/html/RM_H5P.html and doc/html/Tools.html
* [svn-r10878] Frank Baker2005-06-081-4/+3
| | | | | | | | | | Purpose: Remove statement that gray-scale image attribute must be in the range of 0-255. Remove datatype definition for the attribute IMAGE_ASPECTRATIO. Fixes Bugzilla entry 347. Platforms tested: Firefox
* [svn-r10840] Purpose:James Laird2005-06-0214-14/+14
| | | | | | | | | | | Added check-s and check-p targets. Description: Added check-s and check-p targets to 1.7 branch to match changes to 1.6 branch. Now parallel and serial tests can be run separately. Platforms tested: mir, modi4, copper
* [svn-r10798] Purpose:James Laird2005-05-253-1/+229
| | | | | | | | | | | | Added documentation Description: Added "Automake Use Cases" document to Tech Notes. This is intended as a reference or an introductory document; more in-depth documentation is in progress. Platforms tested: Change only to documentation. Documentation is viewable on Windows.
* [svn-r10784] Frank Baker2005-05-231-47/+577
| | | | | | | | | | | | Purpose: Complete H5Error API changes -- Changed and deprecated functions. Description: Added H5Eclear_stack, H5Eprint_stack, H5Epush_stack, H5Eget_auto_stack, H5Eset_auto_stack, H5Ewalk_stack. Added "deprecated function" notes to H5Eclear, H5Eprint, H5Epush, H5Eget_auto, H5Eset_auto, H5Ewalk, H5Eget_major, H5Eget_minor. Platforms tested: Firefox
* [svn-r10760] Purpose: Minor ModificationRaymond Lu2005-05-191-1/+1
| | | | | | | | Description: changed return type of H5Eget_num from SIZE_T to SSIZE_T to include negative return value for failure. Platforms tested: Not needed
* [svn-r10752] Purpose:Frank Baker2005-05-181-29/+454
| | | | | | | | | | | | | | | | Added new H5Error APIs. Description: Added C entries for H5Eregister_class H5Eunregister_class H5Eget_class_name H5auto_is_stack H5Ecreate_msg H5Eget_msg H5Eclose_msg H5Eget_num H5Epop H5Eget_current_stack H5Eclose_stack Still missing -- 6 APIs that match existing APIs except that they include a 'stack' parameter. Those APIs will be added shortly. Platforms tested: Firefox
* [svn-r10751] Purpose:Frank Baker2005-05-171-52/+93
| | | | | | | | | Minor reformatting adn edits. Added links to C++ RM and Parallel HDF5 sites. Restructured document lists with the intent of easing discovery. Description: Platforms tested: Firefox