summaryrefslogtreecommitdiffstats
path: root/doc/html/Intro
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r9727] Purpose:Quincey Koziol2004-12-291-20/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug Fix/Code Cleanup/Doc Cleanup/Optimization/Branch Sync :-) Description: Generally speaking, this is the "signed->unsigned" change to selections. However, in the process of merging code back, things got stickier and stickier until I ended up doing a big "sync the two branches up" operation. So... I brought back all the "infrastructure" fixes from the development branch to the release branch (which I think were actually making some improvement in performance) as well as fixed several bugs which had been fixed in one branch, but not the other. I've also tagged the repository before making this checkin with the label "before_signed_unsigned_changes". Platforms tested: FreeBSD 4.10 (sleipnir) w/parallel & fphdf5 FreeBSD 4.10 (sleipnir) w/threadsafe FreeBSD 4.10 (sleipnir) w/backward compatibility Solaris 2.7 (arabica) w/"purify options" Solaris 2.8 (sol) w/FORTRAN & C++ AIX 5.x (copper) w/parallel & FORTRAN IRIX64 6.5 (modi4) w/FORTRAN Linux 2.4 (heping) w/FORTRAN & C++ Misc. update:
* [svn-r9006] Frank Baker2004-08-031-4/+4
| | | | | | | | | Purpose: In "Intro to HDF5" Example #5, corrected the anticipated output listed in a code comment. Fixes Bugzilla entry #112. Platforms tested: Mozilla
* [svn-r7758] Frank Baker2003-10-271-1/+1
| | | | | | | | | Purpose: Updated footers to "Describes HDF5 Release 1.7, the unreleased development branch; working toward HDF5 Release 1.8.0" Platforms tested: IE 5, Safari
* [svn-r7159] Frank Baker2003-07-031-2/+2
| | | | | | | | | | | | Purpose: Changed "HDF5 User's Guide" links (in navigation bars, primarily) to point to new user's guide, which will reside for a while yet on the HDF server. The old user's guide will still go out with the distribution under the label "HDF5 User's Guide, Release 1.4.5." Platforms tested: IE 5
* [svn-r7140] Frank Baker2003-07-021-2/+20
| | | | | | | | | | | | | | | Purpose: Add short copyright notice. Update release tag line. Description: Added short copyright notice as comment in source files; does not display in browser. Updated release tag line in footers to read as follows: Describes HDF5 Release 1.6.0, July 2003 Platforms tested: IE 5
* [svn-r6950] Purpose:Quincey Koziol2003-06-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | API tweak. Description: The H5Sget_select_bounds() API call was using hsize_t arrays for retrieving the 'start' and 'end' coordinates, which is counter to the rest of the dataspace API. Solution: Change the arrays to be hssize_t instead. Platforms tested: FreeBSD 4.8 (sleipnir) w/C++ FreeBSD 4.8 (sleipnir) w/parallel h5committested Misc. update: Updated all docs for this change. Added 1.4 compatibility #ifdef's
* [svn-r6478] Frank Baker2003-03-141-20/+19
| | | | | | | | | | | Purpose: DreamWeaver (DW) adaptation of the HDF5 doc set, introducing the use of stylesheets and DW libraries. Stylesheets -- for consistent format management. DW libraries -- for managing common elements across documents. Platforms tested: IE 5 and 6 Netscape
* [svn-r4890] Frank Baker2002-01-301-1/+1
| | | | | | | | | Purpose: Bugfix Description: Corrected link to HDF5 copyright notice. Platforms tested: IE 5
* [svn-r3824] Frank Baker2001-04-181-1/+1
| | | | | | | | Purpose: Update "Describes HDF5 Release..." footer from R1.4 to "Release 1.5, Unreleased Development Branch" Platforms tested: IE 5
* [svn-r3404] Purpose:Bill Wendling2001-02-131-0/+0
| | | | | | | | Fix Description: Needed Dependencies file for the Makefiles. Solution: Added
* [svn-r3390] Purpose:hdf5-1_4_1Bill Wendling2001-02-091-0/+23
| | | | | | Adding Intro/ subdirectory Description: The Intro/ subdirectory was added. Reflected in Makefile.in
* [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