tenfourfox/modules/woff2
Cameron Kaiser 7c24b77e7b #622: update brotli to 1.0.9, woff2 to tip 2020-09-08 21:32:39 -07:00
..
src #622: update brotli to 1.0.9, woff2 to tip 2020-09-08 21:32:39 -07:00
README.mozilla #622: update brotli to 1.0.9, woff2 to tip 2020-09-08 21:32:39 -07:00
moz.build #429: install modules/woff2 (current to Fx57) 2017-10-05 17:33:16 -07:00
redefine-unique_ptr.patch #429: install modules/woff2 (current to Fx57) 2017-10-05 17:33:16 -07:00
update.sh #429: install modules/woff2 (current to Fx57) 2017-10-05 17:33:16 -07: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 3831354113db8803fb1f5ba196cf0bbb537578dd].

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