Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [svn-r654] Fixed last bug (hah! ;-) for beta release, changed H5Gget_stat to ↵ | Quincey Koziol | 1998-09-02 | 1 | -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 Koziol | 1998-09-01 | 1 | -6/+6 |
| | |||||
* | [svn-r566] Fixed offset code [finally :-/ ] for selections. | Quincey Koziol | 1998-08-04 | 1 | -6/+334 |
| | |||||
* | [svn-r545] Added test for H5Sselect_none call. | Quincey Koziol | 1998-07-24 | 1 | -2/+14 |
| | |||||
* | [svn-r540] Added H5Sselect_all test code | Quincey Koziol | 1998-07-23 | 1 | -1/+133 |
| | |||||
* | [svn-r533] Added tests for H5Sextent_class (renamed H5Sget_class) | Quincey Koziol | 1998-07-23 | 1 | -0/+5 |
| | |||||
* | [svn-r531] Added test code for hyperslab and point selection copying. | Quincey Koziol | 1998-07-22 | 1 | -1/+324 |
| | |||||
* | [svn-r525] Corrected type of 'start' array for hyperslab selections. | Quincey Koziol | 1998-07-21 | 1 | -3/+3 |
| | |||||
* | [svn-r520] Added test for strided hyperslabs. | Quincey Koziol | 1998-07-20 | 1 | -1/+172 |
| | |||||
* | [svn-r513] Removed debugging statement. | Quincey Koziol | 1998-07-15 | 1 | -1/+1 |
| | |||||
* | [svn-r512] Tracked down some problems with the number of dimensions used for ↵ | Quincey Koziol | 1998-07-15 | 1 | -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 Koziol | 1998-07-15 | 1 | -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 Koziol | 1998-07-15 | 1 | -0/+145 |
| | | | | | | now working correctly (as opposed to not at all... :-) | ||||
* | [svn-r494] Added test to take several differently shaped hyperslabs and ↵ | Quincey Koziol | 1998-07-15 | 1 | -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 Koziol | 1998-07-14 | 1 | -0/+143 |
added stub for testing selections. |