[Development] Search for binary symbols across Qt releases with the help of ABI Navigator

Andrey Ponomarenko andrewponomarenko at yandex.ru
Wed Feb 22 08:22:29 CET 2017


Hello,

I'd like to present a new project called "ABI Navigator" for searching binary symbols (functions, methods, global data, etc.) in Qt 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/qt/

Example for _Z16qGlobalQHashSeedv from libQt5Core.so: https://abi-laboratory.pro/index.php?view=navigator&selected=_Z16qGlobalQHashSeedv%40%40Qt_5#result

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 in your code? Try to find it in the ABI Navigator!

Enjoy!



More information about the Development mailing list