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

Fixing bytedelta #532

Merged
merged 13 commits into from
Jul 4, 2023
Merged

Fixing bytedelta #532

merged 13 commits into from
Jul 4, 2023

Conversation

FrancescAlted
Copy link
Member

This is a rewrite of #531 , where a new filter ID has been introduced for the fixed version of bytedelta (see #524 for details). However, it looks like there are still issues (probably with SIMD code). Maybe @froody or @aras-p can shed more light here?

tom-neara and others added 12 commits July 2, 2023 16:51
For some reason, we see build issues in cibuildwheel with this when
it is not quoted. Probably when defines as an empty string it throws:
```
...
  -- Using ZSTD internal sources.
      "STREQUAL" "arm64"
  -- Configuring incomplete, errors occurred!

    Unknown arguments specified
```
See #526.
Designated initializers are in C99 but only in C++20, too.
I see downstream linkage issues with externally built, static
zlib library on Windows. This tries to fix it.

Docs:
- https://cmake.org/cmake/help/v3.27/module/FindZLIB.html

Generally, we should use `ZLIB::ZLIB` as the target to link
instead of decluttering these result variables.
@FrancescAlted FrancescAlted merged commit 90975f8 into main Jul 4, 2023
30 of 31 checks passed
@FrancescAlted FrancescAlted deleted the froody-bytedelta branch July 4, 2023 05:34
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.

3 participants