gecko-dev/modules/brotli
Tom Ritter 9ac1fd1250 Bug 1391127 Add -lm for brotli when compiling with gcc for Windows r=glandium
MozReview-Commit-ID: HBficJlFKSH

--HG--
extra : rebase_source : 77f22486396f4c611132764d19ff93708f161016
2017-08-18 10:30:55 -05:00
..
common Bug 1340910 - pt 2+3 - Import Brotli 0.6.0 from upstream, and Gecko updates required to work with Brotli 0.6.0 API changes. r=glandium 2017-08-09 11:45:39 +01:00
dec Bug 1340910 - pt 2+3 - Import Brotli 0.6.0 from upstream, and Gecko updates required to work with Brotli 0.6.0 API changes. r=glandium 2017-08-09 11:45:39 +01:00
enc Bug 1391127 Add -lm for brotli when compiling with gcc for Windows r=glandium 2017-08-18 10:30:55 -05:00
include/brotli Bug 1340910 - pt 2+3 - Import Brotli 0.6.0 from upstream, and Gecko updates required to work with Brotli 0.6.0 API changes. r=glandium 2017-08-09 11:45:39 +01:00
tools Bug 1340910 - pt 2+3 - Import Brotli 0.6.0 from upstream, and Gecko updates required to work with Brotli 0.6.0 API changes. r=glandium 2017-08-09 11:45:39 +01:00
README.mozilla Bug 1340910 - pt 2+3 - Import Brotli 0.6.0 from upstream, and Gecko updates required to work with Brotli 0.6.0 API changes. r=glandium 2017-08-09 11:45:39 +01:00
moz.build Bug 1391127 Add -lm for brotli when compiling with gcc for Windows r=glandium 2017-08-18 10:30:55 -05:00
update.sh Bug 1340910 - pt 1 - Update our Brotli import script to pull release 0.6.0 from upstream. r=glandium 2017-08-09 11:43:52 +01:00

README.mozilla

This is the Brotli data compression library from
https://github.com/google/brotli.

Currently, we import only the Brotli decoder (the /dec/ subdirectory), not the
encoder (/enc/ subdirectory).

Upstream code can be viewed at
  https://github.com/google/brotli/tree/master/dec

and cloned by
  git clone https://github.com/google/brotli

The in-tree copy is updated by running
  sh update.sh
from within the modules/brotli directory.

Current version: [commit 46c1a881b41bb638c76247558aa04b1591af3aa7].