Skip to content

Releases: awslabs/aws-c-common

Add -ldl on linux. additional byte buffer apis.

30 Jan 18:33
9ef00f4
Compare
Choose a tag to compare
v0.4.29

Add libdl as needed (#583)

Address TSAN issues, improve mutex apis.

24 Jan 18:26
Compare
Choose a tag to compare
Add clang tsan github action (#578)

* Add clang tsan github action

Alignment test rework

14 Jan 20:25
d907784
Compare
Choose a tag to compare
Alignment test rework Pre-release
Pre-release
  • Rework alignment tests to only require 32 byte support when avx2 is enabled

aws_thread_id_t

06 Jan 19:23
045024d
Compare
Choose a tag to compare
aws_thread_id_t Pre-release
Pre-release
v0.4.26

Move include ctest up, this should reneable tests. (#571)

Make build friendly to in-source builds.

03 Jan 00:48
30075fc
Compare
Choose a tag to compare
support in source builds of aws-c-* libs. (#566)

* support in source builds of aws-c-* libs.

Portable header checks

10 Dec 18:23
8612ad8
Compare
Choose a tag to compare
Pre-release
Portable Header Check (#558)

* Rewrite header tester to be portable
* Install CheckHeaders.cmake

v0.4.23

02 Dec 20:48
17fd80d
Compare
Choose a tag to compare
v0.4.23 Pre-release
Pre-release

Adds no-allocation logger implementation

aws_byte_buf_append_and_update

21 Nov 20:35
a0d6ea5
Compare
Choose a tag to compare
Pre-release
v0.4.22

Add append and update function to common (#554)

Improved windows stack traces

20 Nov 18:59
da1ae9c
Compare
Choose a tag to compare
Pre-release
Made windows stack trace much more resilient (#552)

* SymSetOptions, try to be more resilient

* Write symbol name and addr if file/line cannot be found

* Simplified and cleaned up symbol printing, ensure that we get the most info possible

* fflush at the end of aws_backtrace_print()

* fflush and free, clang-format

Fix for ancient linux

14 Nov 00:35
b93006b
Compare
Choose a tag to compare
Fix for ancient linux Pre-release
Pre-release
v0.4.20

Fix for old linux (#545)