Releases: hnes/libaco
v.1.2.4
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).