Shared brotli#659
Conversation
Shared brotli is feature that allows attaching complex (LZ77 prefix + word-based + transforms) dictionaries for better compression ratios.
Update * add ASAN/MSAN unaligned read specializations * add "brotli" prefix to u_uint64 type * increment version to 1.0.06 * fix CoverityScan "unused assignment" warning * fix JDK 8<->9 incompatibility * add encoder optimization for empty input * regenerate JS decoder * unbreak Travis builds
Set bundled mode to ON when parent directory is not empty. Due to the peculiarities of CMake if, comparing an undefined variable to the empty string is false, so this likely never triggered.
Shared brotli is feature that allows attaching complex (LZ77 prefix + word-based + transforms) dictionaries for better compression ratios.
… shared-brotli # Conflicts: # c/enc/backward_references.c # c/enc/encoder_dict.c # c/enc/encoder_dict.h # docs/decode.h.3 # java/org/brotli/wrapper/enc/Encoder.java # java/org/brotli/wrapper/enc/EncoderJNI.java # java/org/brotli/wrapper/enc/UseCompoundDictionaryTest.java
|
So there's good news and bad news. 👍 The good news is that everyone that needs to sign a CLA (the pull request submitter and all commit authors) have done so. Everything is all good there. 😕 The bad news is that it appears that one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that here in the pull request. Note to project maintainer: This is a terminal state, meaning the |
Merge shared-brotli to master