summaryrefslogtreecommitdiffstats
path: root/test/tselect.c
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r718] Added tests for unioning hyperslabs with the H5S_SELECT_OR ↵Quincey Koziol1998-09-231-1/+719
| | | | | | operation to H5Sselect_hyperslab.
* [svn-r658] Changes since 19980901Robb Matzke1998-09-031-1/+0
| | | | | | | | | | ---------------------- ./test/dtypes.c Got rid of one of some of the `increases alignment' warnings. ./test/tselect.c Got rid of an unused variable.
* [svn-r654] Fixed last bug (hah! ;-) for beta release, changed H5Gget_stat to ↵Quincey Koziol1998-09-021-8/+9
| | | | | | H5Gget_objinfo and renamed internal functions to match up with the renamed API functions.
* [svn-r641] Changed function names for beta release.Quincey Koziol1998-09-011-6/+6
|
* [svn-r566] Fixed offset code [finally :-/ ] for selections.Quincey Koziol1998-08-041-6/+334
|
* [svn-r545] Added test for H5Sselect_none call.Quincey Koziol1998-07-241-2/+14
|
* [svn-r540] Added H5Sselect_all test codeQuincey Koziol1998-07-231-1/+133
|
* [svn-r533] Added tests for H5Sextent_class (renamed H5Sget_class)Quincey Koziol1998-07-231-0/+5
|
* [svn-r531] Added test code for hyperslab and point selection copying.Quincey Koziol1998-07-221-1/+324
|
* [svn-r525] Corrected type of 'start' array for hyperslab selections.Quincey Koziol1998-07-211-3/+3
|
* [svn-r520] Added test for strided hyperslabs.Quincey Koziol1998-07-201-1/+172
|
* [svn-r513] Removed debugging statement.Quincey Koziol1998-07-151-1/+1
|
* [svn-r512] Tracked down some problems with the number of dimensions used for ↵Quincey Koziol1998-07-151-1/+1
| | | | | | | point/element selections and also fixed part of the problem with scalar dataspaces being written/read from the file.
* [svn-r498] Added test to read data from a hyperslab in memory into a ↵Quincey Koziol1998-07-151-3/+135
| | | | | | | selection of points in the file and back from the selection of points into a differently oriented hyperslab in memory.
* [svn-r495] Finished debugging element selections. H5Sselect_elements call ↵Quincey Koziol1998-07-151-0/+145
| | | | | | now working correctly (as opposed to not at all... :-)
* [svn-r494] Added test to take several differently shaped hyperslabs and ↵Quincey Koziol1998-07-151-6/+76
| | | | | | perform I/O on them to verify the iterators are processed in the correct order.
* [svn-r489] Changed more API functions to the new names as documented. Also, ↵Quincey Koziol1998-07-141-0/+143
added stub for testing selections.