Skip to content
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

v1.5.7 #4298

Merged
merged 529 commits into from
Feb 19, 2025
Merged

v1.5.7 #4298

merged 529 commits into from
Feb 19, 2025

Conversation

Cyan4973
Copy link
Contributor

same idea, SeqStore_t is a type name, it should start with a Capital letter.
can receive externally defined buffer of literals
since it's a type name.

Note: in contrast with previous names, this one is on the Public API side.
So there is a #define, so that existing programs using ZSTD_sequenceFormat_e still work.
no need to publish them outside of this unit.
for new prototype ZSTD_compressSequencesAndLiterals()
only supports explicit delimiter mode, at least for the time being
seems to work as expected,
correctly control that `litSize` and `srcSize` are exactly correct.
to make it easier to add new scenarios
Cyan4973 and others added 22 commits February 10, 2025 10:46
Improve compression ratio of the --patch-from mode
change ubuntu20 tests to use more modern ubuntu variants
this ABI is no longer supported by Ubuntu,
and there is a wider consensus that this ABI is on the way out,
with more and more distributions dropping it,
and lingering questions about support of x32 in the kernel.
for ubuntu-24
14.1 seems no longer supported by gcloud
this test seems impossible on Ubuntu-24
CI: enable Intel LLVM C compiler (icx) check
@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

@Cyan4973 Cyan4973 merged commit f8745da into release Feb 19, 2025
102 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.