Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 61605b1c | 2025-10-20 04:43:55 | pick VCPKG patches PiperOrigin-RevId: 821593009 | ||
| 34e43eb0 | 2025-10-06 05:15:35 | fix typos PiperOrigin-RevId: 815676548 | ||
| da2e091e | 2025-10-06 03:48:10 | prepare for v1.2.0.rc1 PiperOrigin-RevId: 815650799 | ||
| ce9c16e8 | 2023-09-13 05:13:11 | upload full testdata archive PiperOrigin-RevId: 565017690 | ||
| feb6d8bc | 2023-08-21 03:34:13 | prepare for 1.1.0rc PiperOrigin-RevId: 558736892 | ||
| 27a9a809 | 2023-07-30 03:44:38 | simplify CMake build PiperOrigin-RevId: 552238545 | ||
| 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) | ||
| 0e42caf3 | 2021-08-31 14:07:17 | Migrate to github actions (#920) Not all combinations are migrated to the initial configuration; corresponding TODOs added. Drive-by: additional combinations uncovered minor portability problems -> fixed Drive-by: remove no-longer used "script" files. Co-authored-by: Eugene Kliuchnikov <eustas@chromium.org> | ||
| 19d86fb9 | 2021-08-04 14:42:02 | Merge-in SharedDictionary feature (#916) Co-authored-by: Eugene Kliuchnikov <eustas@chromium.org> | ||
| f8c67177 | 2021-06-23 09:40:57 | Update (#908) * re-enable Js build/test * improve decoder performance * rewrite dictionary data in Java/Js to a shorter uncompressed form * improve dictionary generation tool |