aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-09Fix output parameter type for _BitScanReverse (#819)recompressionEugene Kliuchnikov1-2/+2
2020-07-09CMake: change default ("") build type to Release (#818)Eugene Kliuchnikov1-0/+7
2020-07-02Mute strerror/strcpy warnings is MSVC build. (#815)Eugene Kliuchnikov1-0/+5
2020-07-02Add workaround for lying feof. (#814)Eugene Kliuchnikov1-1/+5
2020-06-30Update platform.h (#813)fisherwky1-1/+1
2020-05-15Add runtime linker path to pkg-config files (#740)Nils Goroll3-3/+3
2020-05-15.gitignore: Ignore .obj files (#805)OZone1-0/+1
2020-05-15Filter sources for the tarball. (#808)Eugene Kliuchnikov1-0/+32
2020-05-15Update (#807)Eugene Kliuchnikov45-67/+612
2020-03-31Update bazel to 2.2 + update config (#798)Eugene Kliuchnikov8-13/+24
2020-03-19Move TZCNT and BSR intrinsics to platform.h, add MSVC versions (#636)Clinton Ingram3-7/+38
2020-03-19Added go.mod file to go/cbrotli directory (#754)Paul Vollmer1-0/+1
2020-03-19Add HAVE_LOG2 build macro (#783)Cristi Vîjdea2-5/+15
2020-03-19Adding CIFuzz (#797)Leo Neat1-0/+23
2020-02-14Make types of variable match (#796)shenglei101-2/+2
2019-12-20Add missing "const" to a couple of kConstants (#780)agrieve2-2/+11
2019-10-01Add vcpkg installation instructions (#776)Griffin Downs1-0/+12
2019-08-16Fix license in setup.py (#769)James Hilliard1-2/+2
2019-08-13Add oss-fuzz fuzzing status badge to README (#767)Ammar Askar1-0/+1
2019-08-13Disable PIC in EMCC mode. (#768)Eugene Kliuchnikov1-7/+24
2019-08-07Add an option to avoid building shared libraries. (#766)Eugene Kliuchnikov3-23/+36
2019-07-30Fix include for EMCC build (#765)Eugene Kliuchnikov1-1/+1
2019-07-22More careful sanitizer detection (#764)Eugene Kliuchnikov2-4/+17
2019-07-17Update (#762)Eugene Kliuchnikov8-10/+52
2019-07-16Explicitly mark tests/testdata/* as binary. (#761)Eugene Kliuchnikov6-5/+10
2019-05-03Update (#753)Eugene Kliuchnikov17-68/+104
2019-04-12Update (#749)Eugene Kliuchnikov62-2697/+4874
2019-02-19Update WORKSPACE files. (#742)Eugene Kliuchnikov2-3/+7
2019-02-18Fix #741Eugene Kliuchnikov1-1/+1
2018-11-12Ensure decompression consumes all input (#730)Justin Ridgewell3-2/+15
2018-10-24Verbose CLI + start pulling "Shared-Brotli" (#722)Eugene Kliuchnikov14-88/+848
2018-10-23Ramp up version to 1.0.7v1.0.7Eugene Kliuchnikov1-2/+2
2018-10-19Fix #698Eugene Kliuchnikov1-1/+1
2018-10-18Remove dependency to full JDK. This should speedup clean builds. (#719)Eugene Kliuchnikov3-69/+41
2018-10-17make/build: ensure NEON is enabled and tested (#718)Stephen Kyle2-2/+2
2018-10-16Fix `<arm_neon.h>` inclusion guard. (#717)Eugene Kliuchnikov1-4/+4
2018-10-16Fix typo / minor formatting (#716)Eugene Kliuchnikov12-113/+111
2018-10-08decode: fix NEON inclusion (#714)Stephen Kyle2-2/+6
2018-10-02tools/brotli: improve window size autodetect (#710)Alexey Ivanov1-3/+2
2018-09-27decode: faster huffman code loading on 32-bit Arm (#703)Stephen Kyle4-84/+139
2018-09-27Cross compilation support (#709)Stephen Kyle8-11/+71
2018-09-13Fix auto detect of bundled mode (#704)v1.0.6Jørgen Ibsen1-3/+3
2018-09-13Update (#706)Eugene Kliuchnikov14-98/+195
2018-07-25platform: fix unaligned 64-bit accesses on AArch32 (#702)Stephen Kyle1-10/+31
2018-07-24Revert "platform: fix unaligned 64-bit accesses on AArch32 (#699)" (#701)Eugene Kliuchnikov1-35/+10
2018-07-24platform: fix unaligned 64-bit accesses on AArch32 (#699)Stephen Kyle1-10/+35
2018-07-09Fix missing header files (#695)William A. Kennington III2-0/+4
2018-06-27Ramp up version to 1.0.5v1.0.5Eugene Kliuchnikov1-2/+2
2018-06-26Update go_library to use standard importpath (#690)Cody Schroeder2-7/+5
2018-06-20Update (#688)Eugene Kliuchnikov7-213/+667