summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r3390] Purpose:hdf5-1_4_1Bill Wendling2001-02-092-1/+24
| | | | | | Adding Intro/ subdirectory Description: The Intro/ subdirectory was added. Reflected in Makefile.in
* [svn-r3388] Frank Baker2001-02-094-4/+4
| | | | | | | | | | | Purpose: Marking files for "Release 1.4, February 2001." Description: Across doc files Updating "Describes HDF5 Release..." entry to "Describes HDF5 Release 1.4, February 2001." Platforms tested: IE 5
* [svn-r3387] Frank Baker2001-02-0940-44/+44
| | | | | | | | | | | | | Purpose: Marking files for "Release 1.4, February 2001." Description: Across doc files Updating "Describes HDF5 Release..." entry to "Describes HDF5 Release 1.4, February 2001." Copyright.html: Added 2001 to years copyrighted. index.html: Changed header to Release 1.4 (from 1.4 Beta) Platforms tested: IE 5
* [svn-r3386] Frank Baker2001-02-091-0/+2111
| | | | | | | | | Purpose: Contains code examples from doc/H5.intro.html (Intro to HDF5). These were moved so that examples can be displayed in a separate browser window and viewed in parallel with reading the document. Platforms tested: IE 5
* [svn-r3383] Frank Baker2001-02-091-0/+1
| | | | | | | Purpose: Added direct link from docs index page to ADGuide/Changes.html. Platforms tested: IE 5
* [svn-r3382] Frank Baker2001-02-091-1948/+27
| | | | | | | | | Purpose: Extracted code examples from document file so that examples can be displayed in separate window and viewed in parallel with reading the doument. Platforms tested: IE 5
* [svn-r3381] Frank Baker2001-02-091-4/+216
| | | | | | | Purpose: Added array datatype class section. Platforms tested: IE 5
* [svn-r3378] Frank Baker2001-02-071-1/+39
| | | | | | | Purpose: Adding H5Tget_member_class to RM. Platforms tested: IE 5
* [svn-r3373] Purpose:Bill Wendling2001-02-061-4/+4
| | | | | | | | | | | Bug Fix Description: I somehow overlooked dataset_p1.obj which was listed as a file to install. Solution: Removed dataset_p1.obj from the list. Platforms tested: Linux
* [svn-r3371] Snapshot version 1.4 release 0 (beta3-pre4)Elena Pourmal2001-02-061-1/+7
|
* [svn-r3363] Frank Baker2001-02-051-2/+2
| | | | | | | | | | | Purpose: The variable specifying one possible creation length for a variable-length string was misidentified. Solution: Changed erroneous occurence of H5T_STRING_VARIABLE to the correct occurence of H5T_VARIABLE. Platforms tested: IE 5
* [svn-r3360] Purpose:Bill Wendling2001-02-058-0/+96
| | | | | | | | | | | | | | | | Fix Description: Fixed the install-doc command... Solution: Purpose: Fix Description: Fixed the install-doc command... Solution: Mostly just fixed in the config/conclude.in file, but updated the doc directories with Makefile.ins and Dependencies so that they'd work. Platforms tested: Linux, Solaris
* [svn-r3359] Purpose:Bill Wendling2001-02-0512-40/+188
| | | | | | | | | | | Fix Description: Fixed the install-doc command... Solution: Mostly just fixed in the config/conclude.in file, but updated the doc directories with Makefile.ins and Dependencies so that they'd work. Platforms tested: Linux, Solaris
* [svn-r3357] Purpose:Bill Wendling2001-02-051-2/+2
| | | | | | Formatting Platforms tested: Solaris
* [svn-r3355] Purpose:Bill Wendling2001-02-051-8/+10
| | | | | | | | | | | Fix Description: Fixed the install-doc feature. Solution: It manually tests if the appropriate doc directory is there. If not, then it mkdir's it and proceeds to the subdirectory installs. Platforms tested: Linux, Solaris
* [svn-r3344] Frank Baker2001-02-023-1287/+1445
| | | | | | | | | | | | | | | | | | | | | Purpose: Extracting RELEASE and HISTORY from Changes.html and distributing them as separate files will not only leave Changes.html easier to read, but will ease maintenance. Solution: Removed the RELEASE and HISTORY files' contents from Changes.html, inserting links instead. Changes.html now points to RELEASE.txt and HISTORY.txt, duplicates of hdf5/RELEASE and hdf5/HISTORY. These two files will henceforth be distributed within the doc set so that this information can be available to applications developers who cannot access the HDF website (e.g., due to a firewall) and are working without the HDF5 source code. Affected files: hdf5/doc/html/ADGuide/Changes.html hdf5/doc/html/ADGuide/RELEASE.txt hdf5/doc/html/ADGuide/HISTORY.txt Platforms tested: IE 5
* [svn-r3318] Frank Baker2001-01-221-6/+13
| | | | | | | | | | | Purpose: Add removal of H5RA API to "Changes" document. Description: Added H5RA functions, ragged arrays, to 'removed functions' list and note below table that entire H5RA API (experimantal) has been removed from the library. Platforms tested: IE 5
* [svn-r3312] Frank Baker2001-01-192-2/+2
| | | | | | | Purpose: Corrected "Last modified" date Platforms tested: IE 5
* [svn-r3311] Frank Baker2001-01-1934-110/+2
| | | | | | | Purpose, Description, and Solution: Removed cross-links to Ragged Array doc files (above). Platforms tested: IE 5
* [svn-r3308] Frank Baker2001-01-192-618/+0
| | | | | | | | | | | Purpose: Removing Ragged.html and RM_H5RA.html from the HDF5 doc set. These are the UG and RM pages, respectively, for Ragged Arrays, which were removed from the library last week. Solution: Removed the files Ragged.html and RM_H5RA.html. Platforms tested: IE 5
* [svn-r3301] Purpose:Bill Wendling2001-01-181-2/+2
| | | | | | | | | Bugfix Description: The documentation wasn't correct via the commandline switches for some of the h5dump options. Platforms tested: Lynx
* [svn-r3299] Purpose:Bill Wendling2001-01-181-8/+8
| | | | | | | | | | Bug Fix Description: Some <em> tags weren't properly closed. Solution: Changed what was to be the closeing <em> tag to </em> Platforms tested: w3m
* [svn-r3294] Frank Baker2001-01-161-4/+10
| | | | | | | | | | | | Purpose: Had missed the array datatype functions in the added/removed functions lists. Description: Added array datatype functions to added/removed list: Added: H5Tarray_create, H5Tget_array_ndims, H5Tget_array_dims Removed: H5Tget_member_dims, H5Tinsert_array Platforms tested: IE 5
* [svn-r3286] Frank Baker2001-01-121-2/+3
| | | | | | | Description: Revised introductory sentence. Platforms tested: IE 5
* [svn-r3285] Frank Baker2001-01-121-8/+195
| | | | | | | | | | | Purpose: Second phase of development of doc. Description: Added lists of new, deleted, and changed functions. Added list of constants with changed values. Changed doc title. Platforms tested: IE 5
* [svn-r3270] Frank Baker2001-01-112-13/+1385
| | | | | | | | | | | | | Purpose: A bugfix and a new document Description: ADGuide/Changes.html New document: "HDF5 Library Changes from Release to Release" (MUST be updated at EVERY release, including Betas.) ADGuide/ImageSpec.html Fixed broken links and title tag. Platforms tested: IE 5
* [svn-r3269] Frank Baker2001-01-112-11/+18
| | | | | | | | | | | | | | Purpose: Bugfix and adding a new document Description: RM_H5Front.html Removed a currently commented-out section that had been used during the 1.2 period for separate F90 releases. ADGuide.html Added new "Changes from Release to Release" document. Fixed title tag. Platforms tested: IE 5
* [svn-r3254] Frank Baker2001-01-093-7/+7
| | | | | | | | | | Purpose: Correcting docs to match code bugfixes. Solution: Changed per recent bugfix in code: H5Tconvert 'nelmts' parameter type H5Pset_buffer 'size' parameter type H5Pget_buffer return type
* [svn-r3253] Frank Baker2001-01-091-7/+17
| | | | | | | Purpose: Clarifications in H5Pset_fapl_core. Platforms tested: IE 5
* [svn-r3247] Purpose:Bill Wendling2001-01-091-115/+139
| | | | | | | | h5dump attribute documentation. Description: Described the new flags for the H5 dumper. Platforms tested: Lynx
* [svn-r3246] Frank Baker2001-01-093-3/+3
| | | | | | | Description: Updated "Last modified" dates (correcting an oversight) Platforms tested: IE 5
* [svn-r3245] Frank Baker2001-01-092-1/+9
| | | | | | | | | Purpose: To make C++ and Fortran90 API docs more accessible Solution: Added link to C++ and Fortran90 API docs to docs index page. Platforms tested: IE 5
* [svn-r3244] Frank Baker2001-01-081-13/+25
| | | | | | | | | | | Purpose: Bug fix (unreported bug) Description: H5Pset_fapl_core, H5Pget_fapl_core Completed entries for these two functions. (They had been added structurally, but details had been omitted.) Platforms tested: IE 5
* [svn-r3206] Frank Baker2000-12-271-1/+1
| | | | | | | | | | Purpose: Return value error in H5Tarray_create Solution: H5Tarray_create Fixed return value to read 'int' (was 'int *') Platforms tested: IE 5
* [svn-r3205] Frank Baker2000-12-271-2/+2
| | | | | | | | | | Purpose: Error in H5Tget_array_dims and H5Tget_array_ndims return types Solution: H5Tget_array_dims and H5Tget_array_ndims Fixed return value to read 'int' (was 'int *') Platforms tested: IE 5
* [svn-r3198] Frank Baker2000-12-221-3/+2
| | | | | | | Purpose: Changing notation to indicate post-Beta Platforms tested: IE 5
* [svn-r3196] Frank Baker2000-12-2291-0/+8418
| | | | | | | Purpose: Adding Tutorial to development branch (R 1.4) Platforms tested: IE 5
* [svn-r3195] Frank Baker2000-12-221-2/+0
| | | | | | | Purpose: Adding tutorial to development branch (R 1.4) Platforms tested: IE 5
* [svn-r3188] Frank Baker2000-12-222-0/+581
| | | | | | | | | Purpose: Checking in MountingFiles.html and Performance.html. These documents were originally created in 1.2 branch and never checked in to the development branch. Platforms tested: IE 5
* [svn-r3187] Frank Baker2000-12-2217-36/+0
| | | | | | | | Purpose: Removed index links to Palettes.html (removed from doc set) in all User Guide files. Platforms tested: IE 5
* [svn-r3186] Frank Baker2000-12-221-0/+2
| | | | | | | | Purpose: Added pointer to updated doc set as we move from beta to actual release. Platforms tested: IE 5
* [svn-r3185] Frank Baker2000-12-211-6/+11
| | | | | | | | Description: Minor edits Commented out docs that are not in the 1.4 Beta set Platforms tested: IE 5
* [svn-r3183] Frank Baker2000-12-212-0/+0
| | | | | | | | Purpose: Extensive revision of October 2000 Source file (H4toH5Mapping.doc) added to tree but not distributed Platforms tested: IE 5
* [svn-r3182] Frank Baker2000-12-211-5/+2
| | | | | | | | Purpose: Removed Palettes.html (which has been replaced by ADGuide/ImageSpec.html) Platforms tested: IE 5
* [svn-r3181] Frank Baker2000-12-211-3/+3
| | | | | | | | | | Purpose: Bugfix -- #446 Description: H5Tget_offset has been fixed so that it returns a negative value on failure. This is now reflected in RM. Platforms tested: IE 5
* [svn-r3179] Frank Baker2000-12-214-0/+731
| | | | | | | | | | Purpose: Bringing the Application Developer's Guide into R1.4 (from R1.2) Subdocuments: HDF5 Image and Palette Specification Mapping HDF4 Objects to HDF5 Objects Platforms tested: IE 5
* [svn-r3178] Frank Baker2000-12-211-0/+128
| | | | | | | Purpose: Bringing the Application Developer's Guide into R1.4 (from R1.2) Platforms tested: IE 5
* [svn-r3177] Frank Baker2000-12-211-21/+46
| | | | | | | Purpose: Added and edited C++ and Fortran90 doc links Platforms tested: IE 5
* [svn-r3176] Frank Baker2000-12-211-68/+247
| | | | | | | Purpose: Added h4toh5 Platforms tested: IE 5
* [svn-r3175] Frank Baker2000-12-213-0/+1413
| | | | | | | | | | | Purpose: CppUserNotes.pdf CppUserNotes.doc (not for distribution) CppInterfaces.html New C++ API documents -- "HDF5 C++ User's Notes" and "HDF5 C++ Interfaces" Platforms tested: IE 5