|   | 0ad94eed | 2017-11-28T15:37:28 |  | Update (#620)
* 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 | 
            
              |   | a0c7dafe | 2017-10-10T11:24:13 |  | Fix permissions of various files in project (#613)
Move from 755 to 644. | 
            
              |   | 42d78807 | 2017-10-09T17:07:34 |  | Improve Bazel/JNI portability (#611)
* Improve Bazel/JNI portability
* Update go and closure bazel addons | 
            
              |   | a629289e | 2017-08-28T11:31:29 |  | Update (#590)
* add transpiled JS decoder
 * make PY wrapper accept memview
 * fix dictionary generator
 * speedup compression of RLEish data |