Releases: awslabs/aws-c-common
Releases · awslabs/aws-c-common
Add -ldl on linux. additional byte buffer apis.
v0.4.29 Add libdl as needed (#583)
Address TSAN issues, improve mutex apis.
Add clang tsan github action (#578) * Add clang tsan github action
Alignment test rework
- Rework alignment tests to only require 32 byte support when avx2 is enabled
aws_thread_id_t
v0.4.26 Move include ctest up, this should reneable tests. (#571)
Make build friendly to in-source builds.
support in source builds of aws-c-* libs. (#566) * support in source builds of aws-c-* libs.
Portable header checks
Portable Header Check (#558) * Rewrite header tester to be portable * Install CheckHeaders.cmake
v0.4.23
Adds no-allocation logger implementation
aws_byte_buf_append_and_update
v0.4.22 Add append and update function to common (#554)
Improved windows stack traces
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
v0.4.20 Fix for old linux (#545)