HTTP/2 200
date: Thu, 24 Jul 2025 16:31:50 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
etag: W/"96ca22305c0aed87f89783620c58c4a4"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=7RL82xGvT%2FmqGT6gmH4Kv8QH%2FF8gdz3JpmNlQ22iLVcVonrJt7EbxXhIQg%2BynnrvjTFv5D4Ip9pzvjAq02Wk22oiCD9lMH1w09AduT1yIOuOlLLLPzQrUqMCkGjnw75eTw5V%2BhhqXvaXLycRHd4W9L7TseHas1MALLN%2BYxg1FQo3Kz%2Bq4P3pCmI7QEiPHGdUo5MzE0cQjPuHQGWU9XWqIwiogiYs36iP68PvNZaKk7MsEANpdu1B1miECP0n4Mbevs0ocH1OcvkCFHM8ySXPqQ%3D%3D--TvGAyLoXMtmROh6X--90S82jOYkbBOM0frQNbFQw%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.2095695807.1753374709; Path=/; Domain=github.com; Expires=Fri, 24 Jul 2026 16:31:49 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Fri, 24 Jul 2026 16:31:49 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: AB1E:EB28F:14A91B:18333E:68825FF5
Releases Β· hnes/libaco Β· GitHub
Releases: hnes/libaco
Releases Β· hnes/libaco
v.1.2.4
Changed asm
to __asm__
in aco.h to support compiler's --std=c99
flag (Issue #16 , proposed by Theo Schlossnagle @postwait ).
v1.2.3
Added support for MacOS;
Added support for shared library build of libaco (PR #10 , proposed by Theo Schlossnagle @postwait );
Added C macro ACO_REG_IDX_BP in aco.h (PR #15 , proposed by Theo Schlossnagle @postwait );
Added global C config macro ACO_USE_ASAN which could enable the friendly support of address sanitizer (both gcc and clang) (PR #14 , proposed by Theo Schlossnagle @postwait );
Added README_zh.md.
v1.2.2
Added a new option -o <no-m32|no-valgrind>
to make.sh;
Correction about the value of macro ACO_VERSION_PATCH (issue #1 kindly reported by Markus Elfring @elfring );
Adjusted some noncompliant naming of identifiers (double underscore __
) (issue #1 , kindly proposed by Markus Elfring @elfring );
Supported the header file including by C++ (issue #4 , kindly proposed by Markus Elfring @elfring ).
v1.2.1
Fixed some noncompliant include guards in two C header files (issue #1 kindly reported by Markus Elfring @elfring );
Removed the "pure" word from "pure C" statement since it is containing assembly codes (kindly reported by Peter Cawley @corsix );
Some updates in the README document.
v1.1
Removed the requirement on the GCC version.
The previous v1.0 of libaco need gcc (>= 5.0) to build, but since v1.1 there is no such requirement anymore :)
v1.0
The v1.0 release of libaco, cheers πππ
You canβt perform that action at this time.