kc3-lang/brotli/premake5.lua

Branch :


Log

Author Commit Date CI Message
ed2748ab 2016-10-12 18:23:34 Remove the underscore in the name of brotli libraries. #326
81480011 2016-08-23 14:40:33 Move "public" to "include/brotli"
801f5f37 2016-08-22 13:28:22 * rename macros with preceding underscore * 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
52ff8171 2016-06-24 15:32:51 Update build systems
6a078b17 2016-06-20 17:20:17 Update encoder * reorganize premake artifacts * remove deprecated methods/struct
b32cefe1 2016-06-17 16:24:51 Fix VS build problems: * rename build -> buildfiles to avoid clashing with BUILD * set binary mode for stdin/out in bro * convert bro to C
378485b0 2016-06-16 10: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