aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2022-12-21Add *.d to gitignore (#975)Jack1-0/+1
2020-05-15.gitignore: Ignore .obj files (#805)OZone1-0/+1
EDK II windows build produces .obj files in source tree
2018-06-04Inverse bazel project/workspace tree (#677)Eugene Kliuchnikov1-0/+1
* Inverse bazel workspace tree. Now each subproject directly depends on root (c) project. This helps to mitigate Bazel bug bazelbuild/bazel#2391; short summary: Bazel does not work if referenced subproject `WORKSPACE` uses any repositories that embedding project does not. Bright side: building C project is much faster; no need to download closure, go and JDK...
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
2016-12-20Python: Simplify test suite generation by using unittest discovery (#485)Alex Nicksay1-4/+12
2016-06-24Update build systemsEvgenii Kliuchnikov1-1/+1
2016-06-17Fix VS build problems:Eugene Kliuchnikov1-1/+1
* rename build -> buildfiles to avoid clashing with BUILD * set binary mode for stdin/out in bro * convert bro to C
2016-06-16Fix gitignoreEugene Kliuchnikov1-2/+3
2015-05-07Speed and memory usage improvements for the decoder.Zoltan Szabadka1-0/+1
* Change order of members of bit reader state structure. * Remove unused includes for assert. Add BROTLI_DCHECK macros and use it instead of assert. * Do not calculate nbits in common case of ReadSymbol. * Introduce and use PREDICT_TRUE / PREDICT_FALSE macros. * Allocate less memory in the brotli decoder if it knows the result size beforehand. Before this, the decoder would always allocate 16MB if the encoder annotated the window size as 22 bit (which is the default), even if the file is only a few KB uncompressed. Now, it'll only allocate a ringbuffer as large as needed for the result file. But only if it can know the filesize, it's not possible to know that if there are multiple metablocks or too large uncompressed metablock.
2015-04-22[python] prepend build/lib folder to PYTHONPATH before running testsCosimo Lupo1-1/+3
2014-11-22Add .gitignore fileKhaled Hosny1-0/+5