kc3-lang/brotli/c/include

Branch :


Log

Author Commit Date CI Message
1e4425a3 2025-10-07 05:15:36 pick changes from Debian patch PiperOrigin-RevId: 816157554
0bef8a69 2025-09-25 01:27:02 clarify that prepared dictionaries are "lean" PiperOrigin-RevId: 811236534
7b345944 2025-08-11 01:27:34 adjust BROTLI_TEST effects PiperOrigin-RevId: 793535397
8a7201c6 2025-08-05 02:49:08 fix some includes PiperOrigin-RevId: 791124445
172fe58f 2025-08-04 04:02:36 Forward imports in types.h PiperOrigin-RevId: 790683957
3ebb2d30 2023-08-18 02:55:01 Move serialized dictionary feature behind the flag. BROTLI_SHARED_DICTIONARY_SERIALIZED enum value is a part of API, but it should not be used (will cause failures). Changing how serialized dictionaries work won't be considered as an API change, until this feature is enabled. Enabling this feature in the future will be considered as a "compatible" change. PiperOrigin-RevId: 558091676
27a9a809 2023-07-30 03:44:38 simplify CMake build PiperOrigin-RevId: 552238545
b2c86d18 2023-01-30 18:34:24 Decoder API: added API to attach metadata blocks callbacks PiperOrigin-RevId: 505734532
36533a86 2023-01-16 18:04:35 Internal change PiperOrigin-RevId: 502401179
a8f5813b 2022-11-17 13:03:09 Update Documentation: - add note that brotli is a "stream" format, not an archive-like - regenerate .1 with Pandoc Build: - drop legacy "BROTLI_BUILD_PORTABLE" option - drop "BROTLI_SANITIZED" definition Code: - c: comb includes - c/enc: extract encoder state into separate header - c/enc: drop designated q10 codepath - c/enc: dealing better with flushing of empty stream - fix MSVC compilation API: - py: use library version instead of one in version.h - c: add plugable API to report consumed input / produced output - c/java: support "lean" prepared dictionaries (without copy of source)