gecko-dev/modules/woff2
Frédéric Wang f2e19d9fcd Bug 1280047 - Update Brotli to version 0.4.0. r=jkew
--HG--
extra : rebase_source : cf89064bc583d28e0a419209498cdf62275deb6f
2016-06-18 12:06:00 +02:00
..
src Bug 1280047 - Update Brotli to version 0.4.0. r=jkew 2016-06-18 12:06:00 +02:00
README.mozilla Bug 1280047 - Update Brotli to version 0.4.0. r=jkew 2016-06-18 12:06:00 +02:00
missing-assert-header.patch Bug 1280047 - Update Brotli to version 0.4.0. r=jkew 2016-06-18 12:06:00 +02:00
moz.build
redefine-unique_ptr.patch Bug 1252407 - Update woff2 library to upstream commit 643c7b45891cbeb5dc1f7599a4c9b53fbe82a08f. r=fredw 2016-03-02 06:59:16 +00:00
update.sh Bug 1280047 - Update Brotli to version 0.4.0. r=jkew 2016-06-18 12:06:00 +02:00

README.mozilla

This is the woff2 library from
https://github.com/google/woff2.

Upstream code can be viewed at
  https://github.com/google/woff2/tree/master/src

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

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

Current version: [commit 643c7b45891cbeb5dc1f7599a4c9b53fbe82a08f].

redefine-unique_ptr.patch redefines the class std::unique_ptr to workaround a
build issue with missing C++11 features.
See https://bugzilla.mozilla.org/show_bug.cgi?id=1227058

missing-assert-header.patch contains the upstream change from commit
07cd303dd2959cbf69a6840706c0896e49e42677 adding the missing assert.h header.