summaryrefslogtreecommitdiff
path: root/mesonbuild/scripts/symbolextractor.py
AgeCommit message (Expand)Author
2021-08-31pylint: turn on superflous-parensDylan Baker
2021-06-29fix: Always explicitly set encoding for text files (fixes #8263)Daniel Mensinger
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz
2021-03-04various python neatness cleanupsEli Schwartz
2020-11-04symbolextractor: Add FreeBSD supportThibault Payet
2020-09-08typing: fully annotate scriptsDaniel Mensinger
2020-09-02symbolextractor: Handle PermissionError when running toolNirbheek Chauhan
2020-07-07symbolextractor: use try/finally in solaris_syms when wrapping gnu_symsAlan Coopersmith
2020-06-22symbolextractor: Add support for SolarisAlan Coopersmith
2020-05-18symbolextractor: add OpenBSD supportAntoine Jacoutot
2020-05-15symbolextractor: Do not store the size of code objectsNirbheek Chauhan
2020-04-10symbolextractor: add support for hurdPino Toscano
2020-04-10symbolextractor: rename linux_syms to gnu_symsPino Toscano
2020-02-22symbolextractor: Add support for CygwinNirbheek Chauhan
2020-02-22symbolextractor: Add support for clang-clNirbheek Chauhan
2020-02-22symbolextractor: Add a Windows implementationNirbheek Chauhan
2020-02-22ninjabackend: Pass the import library to SHSYMNirbheek Chauhan
2020-02-17symbolextractor: Add typing hintsNirbheek Chauhan
2020-02-17symbolextractor: Support passing arguments to toolsNirbheek Chauhan
2020-02-17symbolextractor: Print a warning if required tools not foundNirbheek Chauhan
2020-02-16symbolextractor: Correctly filter undefined symbols on macOSNirbheek Chauhan
2020-02-16symbolextractor: Print one warning when no implementation foundNirbheek Chauhan
2019-04-25Don't use len() to test for container emptinessDylan Baker
2019-04-04Add symbol sizes to .symbols filesArkadiusz Hiler
2017-01-01style: fix E226 violationsIgor Gnatenko
2016-12-19tree-wide: remove unused importsIgor Gnatenko
2016-12-18remove shebangs from scriptsIgor Gnatenko
2016-12-11Use universal_newlines=True for all Popen callsNirbheek Chauhan
2016-12-05allow overriding nm with NMMarc-Antoine Perennou
2016-12-05allow overriding readelf with READELFMarc-Antoine Perennou
2016-10-07Remove shebangs on files that are not runnable and add execute bits to those ...Jussi Pakkanen
2016-08-27Use context manager for file I/O.Elliott Sales de Andrade
2016-01-16Renamed meson package to mesonbuild so that we can have a script named meson ...Jussi Pakkanen