Skip to content

Conversation

@crusaderky
Copy link
Contributor

Backport from #38.

  • Increase code sanity and readability in blosc_filter.c. There are no functional changes.
  • Increase test coverage. Closes Untested special cases #39.
  • Make it easier to enable debug mode with pixi.

*/

outbuf_size = (*buf_size);
outbuf_size = nbytes;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the event that for whatever reason libhdf5 passed us a buffer that is larger than the data, this saves us some bytes.

@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.5.0)
cmake_minimum_required(VERSION 3.10.0)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suppresses a deprecation warning

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Untested special cases

1 participant