aboutsummaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Collapse)AuthorFilesLines
2017-11-28Update (#620)v1.0.2Eugene Kliuchnikov1-1/+3
* 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
2016-12-09Do not assume that bash is installed in /bin (#477)Frank Denis1-1/+1
This is required in order to run the tests on *BSD.
2016-11-09Fixes: (#468)Eugene Kliuchnikov1-1/+1
* fix slow-down after a long copy (q10-11) * more thorough hashing for long ranges (q10-11) * minor documentation fixes * bazel.io -> bazel.build
2016-06-24Update build systemsEvgenii Kliuchnikov1-18/+5
2016-06-17Fix VS build problems:Eugene Kliuchnikov1-2/+2
* rename build -> buildfiles to avoid clashing with BUILD * set binary mode for stdin/out in bro * convert bro to C
2016-06-16Update build system. Now libraries are produced as build artifacts.Eugene Kliuchnikov1-0/+19
There are currently 3 ways to build: * Easy: `./configure; make` * Simple: use Bazel * Portable: use premake5 to generate XCode / MSVS projects