Skip to content

Releases: awslabs/aws-c-compression

Added init/shutdown functions.

27 Mar 03:02
4b32a9b
Compare
Choose a tag to compare
Pre-release
aws_compression_library_init() (#31)

- add `aws_compression_library_init()`
- fix bug in `aws_huffman_decoder_reset()`
- fix encoder bug where `AWS_ERROR_SHORT_BUFFER` was returned even though we'd successfully encoded a full string

Added support for growing Huffman tables

10 Mar 17:44
de4bc5d
Compare
Choose a tag to compare
v0.2.8

New CI integration (#30)

Stats and other fixes

11 Feb 01:37
c7e477b
Compare
Choose a tag to compare
Stats and other fixes Pre-release
Pre-release
Stat (#23)

* Base statistics gathering and monitoring

Fix cmake config template

24 Jan 18:33
11bb853
Compare
Choose a tag to compare
Pre-release
v0.2.6

Fixed cmake config file template. (#28)

Make build friendly to in-source builds.

03 Jan 00:49
45d6ba1
Compare
Choose a tag to compare
v0.2.5

enabled in-source builds of aws-c-compression. (#26)

fixed mixed static/shared builds.

16 Sep 19:22
eefe2a6
Compare
Choose a tag to compare
Pre-release
v0.2.4

Fixed mixed shared/static build closures. (#22)

LTO support for Clang/GCC

11 Sep 17:21
a374678
Compare
Choose a tag to compare
Pre-release
v0.2.3

Enable LTO policy (#21)

Made huffman generator tool optional during build

15 Jun 00:44
9cefc63
Compare
Choose a tag to compare
v0.2.2

Made aws-c-compression-huffman-generator optional (#19)

Build fixes

30 May 18:35
81095b6
Compare
Choose a tag to compare
Build fixes Pre-release
Pre-release
v0.2.1

fix shared lib builds (#15)

First release

13 May 21:43
fd4625d
Compare
Choose a tag to compare
First release Pre-release
Pre-release
assert() -> AWS_ASSERT(), removed assert includes (#11)

* assert() -> AWS_ASSERT(), removed assert includes

* added assert.h to clang-tidy restrictions