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

Move sha1 and redis rand sources to vendor directory #1689

Merged
merged 4 commits into from
Aug 22, 2023

Conversation

PragmaTwice
Copy link
Member

@PragmaTwice PragmaTwice commented Aug 22, 2023

We add a vendor directory for external headers and sources.

If an external source can be imported via CMake FetchContent without our modification, we just use FetchContent,
otherwise we need to put them to the vendor directory.

Currently we put sha1.h/cc rand.h/cc into the directory.

@mapleFU
Copy link
Member

mapleFU commented Aug 22, 2023

cc @zncleon we can also use "vendor" directory to vendor the xxhash algorithm.

@mapleFU mapleFU merged commit 928f957 into apache:unstable Aug 22, 2023
26 checks passed
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.

4 participants