Eugene Kliuchnikov
|
26a34a435c
|
Employ make/gcc on Appveyor + push artifacts (#596)
|
2017-09-14 16:14:05 +02:00 |
|
Eugene Kliuchnikov
|
03739d2b11
|
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
|
2017-05-29 17:55:14 +02:00 |
|
Eugene Kliuchnikov
|
6ece1d8791
|
Move files & update paths (#541)
* Move files & update paths
* Rename build to scripts.
* Fix paths
* Fix script.
|
2017-04-23 14:07:08 +02:00 |
|
Frank Denis
|
50bc3a7145
|
Do not assume that bash is installed in /bin (#477)
This is required in order to run the tests on *BSD.
|
2016-12-09 08:58:13 +01:00 |
|
Evgenii Kliuchnikov
|
52ff81717b
|
Update build systems
|
2016-06-24 15:32:51 +02:00 |
|
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 |
|
Eugene Kliuchnikov
|
b972c67780
|
Convert encoder to plain C.
|
2016-06-13 11:01:04 +02:00 |
|
eustas
|
9dd7e38bde
|
Fix test file path
|
2016-06-03 12:30:12 +02:00 |
|
Zoltan Szabadka
|
8d83839ac2
|
Expose the quality parameter to the bro.cc tool.
|
2015-05-11 14:14:05 +02:00 |
|
Zoltan Szabadka
|
ac455c50f4
|
Improvements to the command-line tool.
- Don't read the whole input to memory.
- Support reading from stdin and writing to stdout.
|
2014-11-17 15:31:00 +01:00 |
|
Zoltan Szabadka
|
e1739826c0
|
Add command-line tool and tests.
|
2014-10-30 13:59:37 +01:00 |
|