Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor normalizations with hdf5_1_10 | Dana Robinson | 2020-07-31 | 1 | -14/+14 |
| | |||||
* | Squashed commit of the token_refactoring branch: | Dana Robinson | 2020-01-16 | 1 | -1/+1 |
| | |||||
* | Add new versioned filename to list | Allen Byrne | 2019-09-26 | 1 | -13/+14 |
| | |||||
* | Merge Binh-Minh's changes for code improvement to chunk_info.c (PR #1942) | Larry Knox | 2019-09-25 | 1 | -20/+25 |
| | | | | to develop branch. | ||||
* | Reworked the previously refactorred code. | Binh-Minh Ribler | 2019-09-05 | 1 | -150/+161 |
| | | | | | | | Platforms tested: Linux/64 (jelly) Linux/64 (platypus) Darwin (osx1011test) | ||||
* | Improvement of test code | Binh-Minh Ribler | 2019-09-04 | 1 | -10/+21 |
| | | | | | | | | | Description: Fixed tests to handle the case when a requested compression filter is not available. Platform tested Linux/64 (jelly) Darwin (osx1011test) | ||||
* | Fixed error code and error messages | Binh-Minh Ribler | 2019-09-03 | 1 | -26/+26 |
| | | | | Tested on Jelly (very minor) | ||||
* | Updated comments | Binh-Minh Ribler | 2019-09-01 | 1 | -1/+9 |
| | |||||
* | Updated based on reviews and refactored test code | Binh-Minh Ribler | 2019-09-01 | 1 | -769/+809 |
| | |||||
* | Code cleanup and refactor | Binh-Minh Ribler | 2019-08-29 | 1 | -68/+47 |
| | |||||
* | HDFFV-10677 and HDFFV-10661 | Binh-Minh Ribler | 2019-08-28 | 1 | -0/+1937 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Description: - Added functions to query chunk information: H5Dget_num_chunks(dset_id, fspace_id, *nchunks) Gets the number of written chunks that intersect with the given dataspace. However, in this version, the intersection is not yet completed. Thus, the number of all written chunks will be returned. H5Dget_chunk_info_by_coord(dset_id, *offset, *filter_mask, *addr, *size) Given a chunk's logical coordinates, returns the chunk's filter, address, and size. H5Dget_chunk_info(dset_id, fspace_id, index, *offset, *filter_mask, *addr, *size) Given a chunk's index, returns the chunk's logical coordinates, filter, address, and size. The chunk belongs to a set of chunks that have nonempty intersection with the specified dataspace. However, in this version, the intersection is not yet completed, and the index is of all the written chunks. These functions comply with VOL. - Fixed some oversights found in the library for the tests in chunk_info.c to work correctly. The returned value from a callback function was not checked in H5EA_iterate(), H5FA_iterate(), and H5D__none_idx_iterate(). This oversight caused a callback function to continue iterating even though it's supposed to stop. Platforms tested: Linux/64 (jelly) Linux/64 (platypus) Darwin (osx1011test) | ||||
* | Remove unused test for unimplemented routine. | Quincey Koziol | 2018-11-22 | 1 | -150/+0 |
| | |||||
* | Cleanup overuse of include files | Allen Byrne | 2018-02-14 | 1 | -1/+0 |
| | |||||
* | Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵ | Larry Knox | 2017-04-25 | 1 | -6/+4 |
| | | | | | | | | | | hdf5_1_10 * commit '54957d37f5aa73912763dbb6e308555e863c43f4': Commit copyright header change for src/H5PLpkg.c which was added after running script to make changes. Add new files in release_docs to MANIFEST. Cimmit changes to Makefile.in(s) and H5PL.c that resulted from running autogen.sh. Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hdf5_1_10_1 Change copyright headers to replace url referring to file to be removed and replace it with new url for COPYING file. | ||||
* | [svn-r15628] Description: | Quincey Koziol | 2008-09-16 | 1 | -18/+18 |
| | | | | | | | | | | | | | 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-r14903] Undoing change committed in r14902. | Scot Breitenfeld | 2008-04-30 | 1 | -0/+153 |
| | |||||
* | [svn-r14902] Merged fortran_1_8 branch changes r14505:14901 into the trunk. ↵ | Scot Breitenfeld | 2008-04-30 | 1 | -153/+0 |
| | | | | New fortran wrappers added. | ||||
* | [svn-r14818] updated comments | Pedro Vicente Nunes | 2008-04-08 | 1 | -4/+4 |
| | |||||
* | [svn-r14816] updated comments | Pedro Vicente Nunes | 2008-04-08 | 1 | -1/+1 |
| | |||||
* | [svn-r14815] added comments | Pedro Vicente Nunes | 2008-04-08 | 1 | -1/+1 |
| | |||||
* | [svn-r14814] added commnents | Pedro Vicente Nunes | 2008-04-08 | 1 | -1/+1 |
| | |||||
* | [svn-r14813] modified the test suite for H5Dget_chunk_info so that it writes ↵ | Pedro Vicente Nunes | 2008-04-08 | 1 | -12/+75 |
| | | | | | | a 4X4 dataset by iterating by 2X2 chunks tested: windows | ||||
* | [svn-r14806] add a test for the H5Dget_chunk_info function | Pedro Vicente Nunes | 2008-04-07 | 1 | -0/+90 |
at the moment, the test is just a skeleton for future add ins tested: windows |