Skip to content

Releases: awslabs/aws-c-common

Shrink size of all AWS libraries when using AwsCFlags

23 Jun 23:50
9a512c3
Compare
Choose a tag to compare
v0.6.3

Only apply -fno-omit-frame-pointer when debug info is present (#818)

Bugfix for CMake build

10 Jun 00:27
c258a15
Compare
Choose a tag to compare
Pre-release
  • Proper import of CMake module (#812)

Fix checking for Large File Support on Android

08 Jun 16:39
8f2f0bb
Compare
Choose a tag to compare

BUGFIX: Fix cmake feature checks for Large File Support (LFS) on Android

aws_off_t is always 64 bits

01 Jun 22:27
38543f7
Compare
Choose a tag to compare
Pre-release
  • CHANGE: aws_off_t is always 64 bits. Previously, it might be interpreted as 32 or 64 bits, depending on a project's compiler flags, which was leading to bugs.
  • CHANGE: Pass -DAWS_WARNINGS_ARE_ERRORS=ON if you want warnings to fail the build. Previously, warnings would always fail the build, now it is opt-in.
  • NEW: aws_promise

gcc compile fix

05 May 20:50
8f3ac3f
Compare
Choose a tag to compare
gcc compile fix Pre-release
Pre-release
v0.5.11

Marking aws-c-common/source/posix/system_info.c as a non parameters f…

Diagnostic improvements and fixes

03 May 23:48
24a7068
Compare
Choose a tag to compare
Pre-release
Diagnostics fixes/improvements (#796)

* Disable AddressSanitizer on hashlittle2, it overreads, but not in a dangerous way

* Added log level to aws_backtrace_log, and fixed stacktrace decoding test to be permissive on weird platforms

* Fixed aws_backtrace_log versions for execinfo/no execinfo

Intrudocing aws_fopen

26 Apr 21:32
1143dd5
Compare
Choose a tag to compare
Intrudocing aws_fopen Pre-release
Pre-release
  • Mainly to support fopen with a non-ascii file path from Windows. The aws_fopen can support non-ascii file path across platform

High resolution clock fix for Windows, take 2

20 Apr 14:25
057746b
Compare
Choose a tag to compare
  • Reverts and reimplements previous release's attempt at a high-resolution clock fix on Windows

High priority clock overflow fix for Windows

16 Apr 23:55
8a98947
Compare
Choose a tag to compare
  • Fix an issue where the high resolution clock would saturate to a maximum value after 21 days, breaking event loop task processing.

Support non-desktop Windows

15 Apr 21:34
be3e4ff
Compare
Choose a tag to compare
Pre-release
v0.5.5

Prevent log-subject ordering errors (#789)