summaryrefslogtreecommitdiffstats
path: root/test/tcoords.c
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r15629] Description:Quincey Koziol2008-09-161-10/+10
| | | | | | | | | | | | | Remove trailing whitespace from C/C++ source files, with the following script: foreach f (*.[ch] *.cpp) sed 's/[[:blank:]]*$//' $f > sed.out && mv sed.out $f end Tested on: Mac OS X/32 10.5.5 (amazon) No need for h5committest, just whitespace changes...
* [svn-r14861] Description:Quincey Koziol2008-04-241-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bring revision 14860 back to 1.8 branch, change log for rev 14860 is: Omnibus raw data I/O revisions, with wide-ranging changes and refactoring, in order to prepare for implementing "fast append" feature. These changes remove the majority of the code duplication for raw data I/O which has crept in over the last ten years and introduces a more object- oriented design for operating on different types of dataset storage. Description: Omnibus raw data I/O revisions, with wide-ranging changes and refactoring, in order to prepare for implementing "fast append" feature. These changes remove the majority of the code duplication for raw data I/O which has crept in over the last ten years and introduces a more object- oriented design for operating on different types of dataset storage. Chunked storage no longer has it's own I/O routines, it is now handled as either contiguous (if chunk is not pulled into the cache) or compact (if the chunk is cached in memory). No bug or feature changes, at least intentionally... :-) Tested on: Mac OS X/32 10.5.2 (amazon) w/production
* [svn-r14586] Added more tests. Test both H5Sselect_elements and ↵Raymond Lu2008-02-151-41/+249
| | | | | | | | H5Sselect_hyperslab, for both chunked and contiguous datasets. Tested on smirom, kagiso, and linew.
* [svn-r14420] Description:Quincey Koziol2008-01-151-2/+2
| | | | | | | | Correct the prototype for H5Sselect_elements() to take an 'hsize_t *' for the coordinates, instead of 'hsize_t **'. Tested on: Mac OS X/32 10.5.1 (amazon)
* [svn-r14393] Changed the way that the file name string is represented.Raymond Lu2008-01-101-2/+4
| | | | Tested on smirom.
* [svn-r14389] Changed some test cases to use H5Sselect_elements instead of ↵Raymond Lu2008-01-091-12/+22
| | | | | | | | H5Sselect_hyperslab for test purpose. Tested on smirom only. Simple changes.
* [svn-r14385] This checkin completely modified the test for the coordinate ↵Raymond Lu2008-01-091-326/+419
| | | | | | | | calculation of dataspace selection. It covers many cases. Tested on smirom, kagiso, and linew.
* [svn-r14354] Bug fix for #956 where the element coordinates went wrong for ↵Raymond Lu2007-12-201-0/+402
dataspace selection. Added a test for it, too. This round of checkin isn't well tarnished yet. I'll come back to work on Jan. 8. I'll revise it then. Tested it on kagiso, smirom, linew.