Skip to content

Releases: awslabs/aws-c-common

Updates to byte buffer APIs and cmake.

05 Apr 00:42
286d802
Compare
Choose a tag to compare
Pre-release
v0.3.5

Byte buf utility functions - append that grows, append with internal …

v0.3.4

16 Mar 00:42
Compare
Choose a tag to compare
v0.3.4 Pre-release
Pre-release
  • getopt_long() implementation
  • Android compile fixes
  • Atomics fixes for gcc < 4.6
  • Security bug fixes from AWS

v0.3.3

22 Feb 18:55
3520298
Compare
Choose a tag to compare
v0.3.3 Pre-release
Pre-release

FreeBSD compile fixes

Added additional error codes.

13 Feb 03:40
e84469f
Compare
Choose a tag to compare
Pre-release
Fix downstream build script. (#246)

Fix codebuild scripts to not need relative paths and use out of source builds.

Old Linux compatibilitiy fixes

25 Jan 19:36
5ece8a4
Compare
Choose a tag to compare
Pre-release
Added CI job for x64 old linux. (#240)

* Added CI job for x64 old linux.

* Added 32bit builds, updated a comment.

Third alpha release

09 Jan 19:02
67262a9
Compare
Choose a tag to compare
Third alpha release Pre-release
Pre-release
aws_task_run(#228)

my_long_task_name->fn(my_long_task_name, my_long_task_name->arg, AWS_TASK_STATUS_LONG_ENUM);

Second alpha release

18 Dec 20:21
95d9e6b
Compare
Choose a tag to compare
Second alpha release Pre-release
Pre-release
CMake packaging cleanup/fixes (#214)

* Renamed cmake modules to avoid collisions when installed, added SOVERSION and VERSION to aws-c-common

* Use GNUInstallDirs to find where to install built libraries

* PR Feedback: leave VERSION and SOVERSION up to leaf projects