Releases: awslabs/aws-c-common
Releases · awslabs/aws-c-common
Shrink size of all AWS libraries when using AwsCFlags
v0.6.3 Only apply -fno-omit-frame-pointer when debug info is present (#818)
Bugfix for CMake build
- Proper import of CMake module (#812)
Fix checking for Large File Support on Android
BUGFIX: Fix cmake feature checks for Large File Support (LFS) on Android
aws_off_t is always 64 bits
- 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
v0.5.11 Marking aws-c-common/source/posix/system_info.c as a non parameters f…
Diagnostic improvements and fixes
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
- 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
- Reverts and reimplements previous release's attempt at a high-resolution clock fix on Windows
High priority clock overflow fix for Windows
- 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
v0.5.5 Prevent log-subject ordering errors (#789)