index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mesonbuild
/
scripts
/
symbolextractor.py
Age
Commit message (
Expand
)
Author
2025-12-11
symbolextractor: implement on OS/2
KO Myung-Hun
2025-12-08
Use gnu_syms() on Haiku too.
OscarL
2025-09-25
mypy: enable allow-redefinition-new and fix fallout
Eli Schwartz
2025-01-30
symbolextractor: generate symbol files for cross-compiled Windows
Steve Lhomme
2025-01-28
symbolextractor: use -nologo with lib.exe and llvm-lib.exe
Steve Lhomme
2024-06-18
Improve `nm` usage in symbolextractor script on macOS
Ralf Gommers
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-02-01
treewide: add future annotations import
Eli Schwartz
2022-11-30
pylint: enable the set_membership plugin
Dylan Baker
2022-09-22
pylint: enable global-statement
Dylan Baker
2022-09-22
pylint: enable global-variable-not-assigned
Dylan Baker
2022-04-20
Add NetBSD support in symbolextractor.
Thomas Klausner
2021-08-31
pylint: turn on superflous-parens
Dylan Baker
2021-06-29
fix: Always explicitly set encoding for text files (fixes #8263)
Daniel Mensinger
2021-03-04
mass rewrite of string formatting to use f-strings everywhere
Eli Schwartz
2021-03-04
various python neatness cleanups
Eli Schwartz
2020-11-04
symbolextractor: Add FreeBSD support
Thibault Payet
2020-09-08
typing: fully annotate scripts
Daniel Mensinger
2020-09-02
symbolextractor: Handle PermissionError when running tool
Nirbheek Chauhan
2020-07-07
symbolextractor: use try/finally in solaris_syms when wrapping gnu_syms
Alan Coopersmith
2020-06-22
symbolextractor: Add support for Solaris
Alan Coopersmith
2020-05-18
symbolextractor: add OpenBSD support
Antoine Jacoutot
2020-05-15
symbolextractor: Do not store the size of code objects
Nirbheek Chauhan
2020-04-10
symbolextractor: add support for hurd
Pino Toscano
2020-04-10
symbolextractor: rename linux_syms to gnu_syms
Pino Toscano
2020-02-22
symbolextractor: Add support for Cygwin
Nirbheek Chauhan
2020-02-22
symbolextractor: Add support for clang-cl
Nirbheek Chauhan
2020-02-22
symbolextractor: Add a Windows implementation
Nirbheek Chauhan
2020-02-22
ninjabackend: Pass the import library to SHSYM
Nirbheek Chauhan
2020-02-17
symbolextractor: Add typing hints
Nirbheek Chauhan
2020-02-17
symbolextractor: Support passing arguments to tools
Nirbheek Chauhan
2020-02-17
symbolextractor: Print a warning if required tools not found
Nirbheek Chauhan
2020-02-16
symbolextractor: Correctly filter undefined symbols on macOS
Nirbheek Chauhan
2020-02-16
symbolextractor: Print one warning when no implementation found
Nirbheek Chauhan
2019-04-25
Don't use len() to test for container emptiness
Dylan Baker
2019-04-04
Add symbol sizes to .symbols files
Arkadiusz Hiler
2017-01-01
style: fix E226 violations
Igor Gnatenko
2016-12-19
tree-wide: remove unused imports
Igor Gnatenko
2016-12-18
remove shebangs from scripts
Igor Gnatenko
2016-12-11
Use universal_newlines=True for all Popen calls
Nirbheek Chauhan
2016-12-05
allow overriding nm with NM
Marc-Antoine Perennou
2016-12-05
allow overriding readelf with READELF
Marc-Antoine Perennou
2016-10-07
Remove shebangs on files that are not runnable and add execute bits to those ...
Jussi Pakkanen
2016-08-27
Use context manager for file I/O.
Elliott Sales de Andrade
2016-01-16
Renamed meson package to mesonbuild so that we can have a script named meson ...
Jussi Pakkanen