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
/
run_meson_command_tests.py
Age
Commit message (
Expand
)
Author
2025-07-29
Replace deprecated setup.py install command
Charles Brunet
2025-07-16
Add encoding parameter to fix CI.
Jussi Pakkanen
2025-05-25
Unbreak "Fix setuptools 49 test. (fixes #7452)"
Eli Schwartz
2024-09-23
meson command tests: clean up temporary script upon completion
Andrew McNulty
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-03-28
do not resolve symlinks when calculating the meson command
Eli Schwartz
2023-01-30
runpython: make it work for -c as well
Eli Schwartz
2022-11-17
tests: make the command tests work when python is not the one in the shebang
Eli Schwartz
2022-10-06
Only use Debian path fixing on old distros.
Jussi Pakkanen
2022-04-23
Use system install scheme rather than the incorrect Debian one.
Jussi Pakkanen
2022-01-10
pyupgrade --py37-plus
Eli Schwartz
2021-06-29
fix: Always explicitly set encoding for text files (fixes #8263)
Daniel Mensinger
2021-03-09
setuptools: don't hardcode list of modules to install, use find_packages
Eli Schwartz
2021-03-04
mass rewrite of string formatting to use f-strings everywhere
Eli Schwartz
2020-11-27
Add script to create a zipapp.
Eli Schwartz
2020-11-20
use real pathlib module
Dylan Baker
2020-10-04
pathlib: Fix resolve() by overriding it in Python 3.5
Daniel Mensinger
2020-07-19
Fix setuptools 49 test. (fixes #7452)
Daniel Mensinger
2020-06-15
pep8: add missing import, remove unused variable
Michael Hirsch
2020-06-15
run_*tests*.py: print Meson version at start of test suite
Michael Hirsch
2019-06-28
tests: Ignore all files in 'data' directories
Daniel Mensinger
2018-11-14
tests: fix test_meson_installed after the recent appveyor image update
Christoph Reiter
2018-11-11
Consider 'samu' when looking for ninja command
Michael Forney
2018-10-10
tests runners: Refactor out global variables and add argparse
Niklas Claesson
2018-08-18
meson_command_tests: Don't pass pathlib.Path to open [skip appveyor]
Nirbheek Chauhan
2018-08-12
setup: Add tests for the installed files list
Nirbheek Chauhan
2018-08-11
Install meson.exe as the entrypoint on Windows
Nirbheek Chauhan
2018-08-07
Fix __main__.py for zipapp to work
Christoph Burger-Scheidlin
2018-06-01
Set the meson command to use when we know what it is
Nirbheek Chauhan