summaryrefslogtreecommitdiffstats
path: root/src/H5Ppkg.h
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r5259] Purpose:Quincey Koziol2002-04-251-5/+5
| | | | | | | | | | | | | | | | Code cleanup Description: Previously, the I/O pipeline (pline), external file list (efl) and fill- value (fill) structs were passed down the raw data function call chain, even into and/or through functions which didn't use them. Since all three of these pieces of information are available from the dataset creation property list, just pass the dataset creation property list down the function call chain and query for the information needed in a particular function. Platforms tested: FreeBSD 4.5 (sleipnir)
* [svn-r4625] Purpose:Quincey Koziol2001-11-201-0/+98
Code cleanup Description: Add new header file to separate the H5P functionality better. Platforms tested: FreeBSD 4.4 (hawkwind)