summaryrefslogtreecommitdiff
path: root/mesonbuild/scripts/vcstagger.py
AgeCommit message (Expand)Author
2025-10-06vcstagger: suppress errors when running vcs_tag() outside of a vcs clone (eg....Eric Engestrom
2025-10-05vcstagger: only strip the ending newlines, not all whitespaces before and afterEric Engestrom
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker
2023-02-01pylint 2.16: remove pointless parens around equality assignmentsEli Schwartz
2023-02-01treewide: add future annotations importEli Schwartz
2021-06-29fix: Always explicitly set encoding for text files (fixes #8263)Daniel Mensinger
2020-09-08typing: fully annotate scriptsDaniel Mensinger
2019-04-03Read file as utf8 on python3jonathan MERCIER
2017-07-16Return explicit 0 as it is used in a sys.exit statement (just like every othe...Jussi Pakkanen
2016-12-18remove shebangs from scriptsIgor Gnatenko
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