freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ft-devel] ABI Navigator for FreeType


From: Andrey Ponomarenko
Subject: [ft-devel] ABI Navigator for FreeType
Date: Fri, 24 Feb 2017 07:23:07 +0300

Hello,

I'd like to present a new project called "ABI Navigator" to search for binary 
symbols (functions, global data, etc.) in FreeType and other open-source 
libraries: https://abi-laboratory.pro/index.php?view=navigator

The project allows to find out in which versions of the library some symbol is 
defined, added, removed or changed. The data is taken from the ABI Tracker 
project: https://abi-laboratory.pro/tracker/timeline/freetype/

Example for symbol FT_Get_Var_Blend_Coordinates from libfreetype.so: 
https://abi-laboratory.pro/index.php?view=navigator&selected=FT_Get_Var_Blend_Coordinates

The project aims to help library users and maintainers to resolve issues with 
missed symbols and navigate through the reports in the ABI Tracker.

Have you ever encountered the "undefined reference" error or want to know 
whether the symbol is _stable_ enough to import by your code? Try to find it in 
the ABI Navigator!

Enjoy!



reply via email to

[Prev in Thread] Current Thread [Next in Thread]