aboutsummaryrefslogtreecommitdiff
path: root/js/decode_test.js
AgeCommit message (Collapse)AuthorFilesLines
2023-07-04internal changeEvgenii Kliuchnikov1-12/+10
PiperOrigin-RevId: 517214701
2021-07-29Update (#914)Eugene Kliuchnikov1-8/+11
* slimmer stack frames in encoder * fix MSAN problem in hasher_composite (not dangerous, only in large_window mode) * fix JNI decoder wrapper - power-of-two payloads fail to decode sometimes * reformat polyfil.js and decode_test.js
2021-06-23Update (#908)Eugene Kliuchnikov1-77/+21
* re-enable Js build/test * improve decoder performance * rewrite dictionary data in Java/Js to a shorter uncompressed form * improve dictionary generation tool
2021-01-18Update (#852)Eugene Kliuchnikov1-0/+18
* Update * comments and clarifications in block_splitter * power-of-2 aligned allocations for Hasher * refresh decode.js from Java sources * disable JS build
2017-11-28Update (#620)v1.0.2Eugene Kliuchnikov1-1/+4
* add autotools build * separate semantic and ABI version * extract sources.lst (used by CMake and Automake) * share pkgconfig templates (used by CMake and Automake) * decoder: always set `total_out` * encoder: fix `BROTLI_ENSURE_CAPACITY` macro (no-op after preprocessor) * decoder/encoder: refine `free_func` contract
2017-10-10Fix permissions of various files in project (#613)Tomáš Popela1-0/+0
Move from 755 to 644.
2017-10-09Improve Bazel/JNI portability (#611)Eugene Kliuchnikov1-1/+5
* Improve Bazel/JNI portability * Update go and closure bazel addons
2017-08-28Update (#590)Eugene Kliuchnikov1-0/+72
* add transpiled JS decoder * make PY wrapper accept memview * fix dictionary generator * speedup compression of RLEish data