Skip to content

Tags: fhanau/brotli

Tags

v1.0.7

Toggle v1.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Ramp up version to 1.0.7

v1.0.6

Toggle v1.0.6's commit message
Fix auto detect of bundled mode (google#704)

Set bundled mode to ON when parent directory is not empty. Due to the
peculiarities of CMake if, comparing an undefined variable to the empty
string is false, so this likely never triggered.

v1.0.5

Toggle v1.0.5's commit message
Ramp up version to 1.0.5

v1.0.4

Toggle v1.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix MSVC compilation (google#657)

 * tell bazel not to pass strict options to a fancy compiler
 * fix signed-unsigned comparison warning found by MSVC

v1.0.3

Toggle v1.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update (google#643)

Update
 * make the zopflification aware of `NDIRECT`, `NPOSTFIX`
   (better compression in `font` mode)
 * add small and simple decoder tool
 * fix typo
 * Java: wrapper: make decoder channel more async-friendly

Ramp up version to 1.0.3 / 1.0.3

v1.0.2

Toggle v1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update (google#620)

* 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

v1.0.1

Toggle v1.0.1's commit message
Ramp up to version to 1.0.1

v1.0.0

Toggle v1.0.0's commit message
Fix API documentation + theoretical NPEs (google#602)

v0.6.0

Toggle v0.6.0's commit message
Pull down version for v0.6.0 release

v0.5.2

Toggle v0.5.2's commit message
Update version to 0.5.2