-
Notifications
You must be signed in to change notification settings - Fork 260
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consolidate ZSTD utility functions #459
Consolidate ZSTD utility functions #459
Conversation
Is this intended to be a followup, to be merged after #418 ? |
Yes. |
@pjreed can you please rebase this on master? |
The zstd_compressor and zstd_decompressor implementations had a number of duplicated utility functions between them; this consolidates them into one file. Signed-off-by: P. J. Reed <[email protected]>
d40e3df
to
da96d1e
Compare
Sure, all done. |
rosbag2_compression/src/rosbag2_compression/compression_utils.hpp
Outdated
Show resolved
Hide resolved
Signed-off-by: P. J. Reed <[email protected]>
Signed-off-by: P. J. Reed <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
@emersonknapp - please run this CI job |
Well, there is a single compiler warning on Windows, but it's in a source file you didn't touch, so LGTM |
It was from an unused variable that was fixed in #460 |
* Consolidate ZSTD utility functions The zstd_compressor and zstd_decompressor implementations had a number of duplicated utility functions between them; this consolidates them into one file. Signed-off-by: P. J. Reed <[email protected]>
* Consolidate ZSTD utility functions The zstd_compressor and zstd_decompressor implementations had a number of duplicated utility functions between them; this consolidates them into one file. Signed-off-by: P. J. Reed <[email protected]>
The zstd_compressor and zstd_decompressor implementations had a
number of duplicated utility functions between them; this consolidates
them into one file.
Distro A, OPSEC #2893