Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Feb 2017 06:40:23 +0300
From:      Andrey Ponomarenko <andrewponomarenko@yandex.ru>
To:        freebsd-ports@freebsd.org
Subject:   ABI Navigator, a project to search for binary symbols
Message-ID:  <8046551487907623@web3m.yandex.ru>

next in thread | raw e-mail | index | archive | help
Hello,

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

The project allows to find out in which versions of libraries some symbol is defined, added, removed or changed. The data is taken from the ABI Tracker project (238 libraries and 0.9 million symbols currently): https://abi-laboratory.pro/tracker/

Example for symbol _Z8get_defsmPFbmE from Glibmm: https://abi-laboratory.pro/index.php?view=navigator&symbol=_Z8get_defsmPFbmE

The project aims to help developers 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!



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?8046551487907623>