[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft-devel] ABI in detail
From: |
Werner LEMBERG |
Subject: |
Re: [ft-devel] ABI in detail |
Date: |
Wed, 20 Jan 2016 14:31:13 +0100 (CET) |
> The report can be used as the reference for the FreeType API at
> binary level. You can view how parameters are passed to API
> functions (calling conventions) and memory layouts of data types in
> the report.
Looking at
http://abi-laboratory.pro/tracker/compat_report/freetype/2.4.11/2.4.12/d273e/abi_compat_report.html
I wonder whether there is a minor buglet in your tool w.r.t. git tags
(or whatever you use to identify library versions). The above HTML
page says that the symbols
FTC_Manager_Lookup_Face
FTC_Manager_Lookup_Size
were removed between versions 2.4.11 and 2.4.12. However, they were
removed between 2.4.12 and 2.5.0, which you can easily verify by
git diff VER-2-4-12 VER-2-5-0
and searching for the two symbols...
Werner