Compare

Select source and destination

Binh-Minh Ribler committed ad5076ff79e
Elena Pourmal committed 34c8a8a5e02
AuthorCommitMessageCommit dateIssues
Binh-Minh RiblerBinh-Minh Ribler
ad5076ff79eFixed typo
Binh-Minh RiblerBinh-Minh Ribler
ee25577fb74Fixing HDFFV-10933Description: Updated the original fix by Kent Y. in commit 200a77d8c3e51663c375aafffff607ae9b438f4e - use internal functions instead of public API - move some code into the subroutine for a cleaner look. Platforms tested: Linux/64 (jelly) SunOS 5.11 (hedgehog)HDFFV-10933
Binh-Minh RiblerBinh-Minh Ribler
97833d7d641Revert "Fixing HDFFV-10933"This reverts commit 3663f6c2aa4933143b6de17e91bd13c9a64ad5bd.HDFFV-10933
Binh-Minh RiblerBinh-Minh Ribler
853b882e06eFixing HDFFV-10933 Description: Updated the original fix by Kent Y. in commit 200a77d8c3e51663c375aafffff607ae9b438f4e - use internal functions instead of public API - add another condition in a for loop, but need to confirm - move some code into the subroutine for a cleaner look.Platforms tested: Linux/64 (jelly)HDFFV-10933
Binh-Minh RiblerBinh-Minh Ribler
8ae1c94b3acRevert "Fixing HDFFV-10933"This reverts commit 3663f6c2aa4933143b6de17e91bd13c9a64ad5bd.HDFFV-10933
Binh-Minh RiblerBinh-Minh Ribler
3663f6c2aa4Fixing HDFFV-10933 Description: Updated the original fix by KY in commit 200a77d8c3e51663c375aafffff607ae9b438f4e - use internal functions instead of public API - add another condition in a for loop, but need to confirm - move some code into the subroutine for a cleaner look.Platforms tested: Linux/64 (jelly)HDFFV-10933
Muqun YangMuqun Yang
200a77d8c3eHDFFV-10933, add a check inside H5Dint.c to ignore the filter operations when the filter is optional and the dataset has properties that makes the filter unable to apply to this dataset.These properties are Scalar or NULL SPACE or variable length datatype. An unpolished C example code h5_filter_ignore.c can be found under the examples directory.HDFFV-10933