summaryrefslogtreecommitdiff
path: root/mesonbuild/scripts/symbolextractor.py
AgeCommit message (Expand)Author
2025-12-11symbolextractor: implement on OS/2KO Myung-Hun
2025-12-08Use gnu_syms() on Haiku too.OscarL
2025-09-25mypy: enable allow-redefinition-new and fix falloutEli Schwartz
2025-01-30symbolextractor: generate symbol files for cross-compiled WindowsSteve Lhomme
2025-01-28symbolextractor: use -nologo with lib.exe and llvm-lib.exeSteve Lhomme
2024-06-18Improve `nm` usage in symbolextractor script on macOSRalf Gommers
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker
2023-02-01treewide: add future annotations importEli Schwartz
2022-11-30pylint: enable the set_membership pluginDylan Baker
2022-09-22pylint: enable global-statementDylan Baker
2022-09-22pylint: enable global-variable-not-assignedDylan Baker
2022-04-20Add NetBSD support in symbolextractor.Thomas Klausner
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