aboutsummaryrefslogtreecommitdiff
path: root/premake5.lua
AgeCommit message (Collapse)AuthorFilesLines
2017-07-10Added windows platform support to premake (#567)Reza Tavakoli1-0/+7
* Added windows platform support to premake Win32 and Win64 configuration support for visual studio solutions * Update premake5.lua Fixed platform support for linux, made x64 default * Update premake5.lua Fix typo
2017-05-29Update (#555)Eugene Kliuchnikov1-2/+2
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-04-23Move files & update paths (#541)Eugene Kliuchnikov1-8/+8
* Move files & update paths * Rename build to scripts. * Fix paths * Fix script.
2016-10-12Remove the underscore in the name of brotli libraries. #326Frédéric Wang1-14/+14
2016-08-23Move "public" to "include/brotli"Eugene Kliuchnikov1-6/+7
2016-08-22* rename macros with preceding underscoreEugene Kliuchnikov1-6/+6
* add Brotli*TakeOutput methods * * flushing now doesn't require additional call * add Brotli*Version methods * moved public headers to 'public' directory * removed C++ API * do not assume STDC_VERSION is defined
2016-06-24Update build systemsEvgenii Kliuchnikov1-8/+20
2016-06-20Update encoderEugene Kliuchnikov1-8/+16
* reorganize premake artifacts * remove deprecated methods/struct
2016-06-17Fix VS build problems:Eugene Kliuchnikov1-4/+7
* 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/+47
There are currently 3 ways to build: * Easy: `./configure; make` * Simple: use Bazel * Portable: use premake5 to generate XCode / MSVS projects