Skip to content

Releases: awslabs/aws-c-common

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