brotli/dec
Eugene Kliuchnikov 378485b097 Update build system. Now libraries are produced as build artifacts.
There are currently 3 ways to build:
* Easy: `./configure; make`
* Simple: use Bazel
* Portable: use premake5 to generate XCode / MSVS projects
2016-06-16 10:52:57 +02:00
..
bit_reader.c Extract common parts: constants, dictionary, etc. 2016-06-03 10:51:04 +02:00
bit_reader.h Extract common parts: constants, dictionary, etc. 2016-06-03 10:51:04 +02:00
context.h Extract common parts: constants, dictionary, etc. 2016-06-03 10:51:04 +02:00
decode.c Merge pull request #367 from google/master 2016-06-06 12:00:07 +02:00
decode.h Merge pull request #367 from google/master 2016-06-06 12:00:07 +02:00
huffman.c Extract common parts: constants, dictionary, etc. 2016-06-03 10:51:04 +02:00
huffman.h Extract common parts: constants, dictionary, etc. 2016-06-03 10:51:04 +02:00
port.h Convert encoder to plain C. 2016-06-13 11:01:04 +02:00
prefix.h Extract common parts: constants, dictionary, etc. 2016-06-03 10:51:04 +02:00
state.c Extract common parts: constants, dictionary, etc. 2016-06-03 10:51:04 +02:00
state.h Extract common parts: constants, dictionary, etc. 2016-06-03 10:51:04 +02:00
transform.h Extract common parts: constants, dictionary, etc. 2016-06-03 10:51:04 +02:00