|
03739d2b
|
2017-05-29T17:55:14
|
|
Update (#555)
Update:
* new CLI; bro -> brotli; + man page
* JNI wrappers preparation (for bazel build)
* add raw binary dictionary representation `dictionary.bin`
* add ability to side-load brotli RFC dictionary
* decoder persists last error now
* fix `BrotliDecoderDecompress` documentation
* go reader don't block until necessary
* more consistent bazel target names
* Java dictionary data compiled footprint reduced
* Java tests refactoring
|
|
50bc3a71
|
2016-12-09T08:58:13
|
|
Do not assume that bash is installed in /bin (#477)
This is required in order to run the tests on *BSD.
|
|
52ff8171
|
2016-06-24T15:32:51
|
|
Update build systems
|
|
378485b0
|
2016-06-16T10:52:57
|
|
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
|
|
10a2f374
|
2015-05-07T20:43:01
|
|
Handle multiple compressed files per original in the test.
Add some more test cases that decompress to the empty
file or a one byte long file. These test cases have
examples for the updated stream header and meta-block
header formats.
|
|
1d763978
|
2015-01-13T16:42:35
|
|
Add more test cases.
|
|
ac455c50
|
2014-11-17T15:31:00
|
|
Improvements to the command-line tool.
- Don't read the whole input to memory.
- Support reading from stdin and writing to stdout.
|
|
e1739826
|
2014-10-30T13:59:37
|
|
Add command-line tool and tests.
|