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
/
mesonlib.py
Age
Commit message (
Expand
)
Author
2025-10-20
Fix typos in authorship information
Vlad-Stefan Harbuz
2025-10-04
utils: merge per-platform utils into `platform.py`
Dylan Baker
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2022-09-28
Move classes used by scripts to their own module
Xavier Claessens
2021-01-23
split mesonlib into a package
Dylan Baker
2021-01-13
Fix misspells
Antonin Décimo
2021-01-04
fix LGTM warnings
Dylan Baker
2021-01-04
use OptionKey for builtin and base options
Dylan Baker
2021-01-04
move OptionKey to mesonlib
Dylan Baker
2021-01-04
Add choices to OptionProxy
Dylan Baker
2020-12-27
mtest: add progress report
Paolo Bonzini
2020-12-13
Scan all C++ sources and ignore everything else.
Jussi Pakkanen
2020-11-23
Add a variant of TemporaryDirectory that uses windows_proof_rmtree()
Christoph Reiter
2020-11-22
Merge pull request #8010 from dcbaker/submit/optinterpreter-cleanups
Jussi Pakkanen
2020-11-20
Delete now dead < python 3.6 check
Dylan Baker
2020-11-20
use real pathlib module
Dylan Baker
2020-11-20
Allow setting attributes in MesonException intializer
Dylan Baker
2020-10-04
pathlib: Fix resolve() by overriding it in Python 3.5
Daniel Mensinger
2020-10-04
cmake: switch to pathlib (fixes #7322)
Daniel Mensinger
2020-10-01
mesonlib: make OptionOverrideProxy a true MutableMapping
Dylan Baker
2020-09-24
compilers/compilers: Fully type annotate
Dylan Baker
2020-09-22
pylint: turn on bad-indentation error
Dylan Baker
2020-09-13
external-project: New module to build configure/make projects
Xavier Claessens
2020-09-10
git: Use Popen_safe to avoid encoding issues
Xavier Claessens
2020-09-10
Move verbose_git() and quiet_git() to mesonlib
Xavier Claessens
2020-09-10
mesonlib: Move MesonException declaration to the top
Xavier Claessens
2020-09-08
typing: Fix code review
Daniel Mensinger
2020-09-08
typing: fix code review
Daniel Mensinger
2020-09-08
typing: fix dependencies for new follow_imports
Daniel Mensinger
2020-09-08
typing: fully annotate mesonlib.py
Daniel Mensinger
2020-08-30
Be stricter when detecting Windows/Cygwin
Christoph Reiter
2020-08-25
Merge pull request #7581 from peterh/aix
Jussi Pakkanen
2020-08-18
File: precompute hash
Paolo Bonzini
2020-08-12
aix: fix cpu family detection
Peter Harris
2020-08-08
Use uname -p to detect x86_64 on QNX.
Elad Lahav
2020-08-01
mesonlib: Add repr() methods to PerMachine classes
Dylan Baker
2020-06-10
Updated to resolve issue identifying SGI CPUs on IRIX systems
Eric Dodd
2020-06-04
mesonlib.py: refactored detect_vcs() to use pathlib.Path (#7230)
Joshua Gawley
2020-05-14
interpreter: Add always set default value for version and set it ASAP
Dylan Baker
2020-05-14
boost: Try finding libraries with the matching arch (fixes #7110)
Daniel Mensinger
2020-04-10
Recognize Hurd as platform/OS
Pino Toscano
2020-04-10
cmake: support cmake config file syntax (#6917)
dabrain34
2020-03-19
Remove my notes from sources
ClausKlein
2020-03-19
Use os.path.normpath() for include paths
ClausKlein
2020-03-05
remove ability to pass multiple keys to extract_as_list
Dylan Baker
2020-03-05
mesonlib: use mlog instead of print
Dylan Baker
2020-03-05
mesonlib: Replace unholder argument to listify
Dylan Baker
2020-03-05
mesonbuild/mesonlib: Add type annotations
Dylan Baker
2020-03-04
mesonlib: Fix File.__eq__ to return NotImplemented
Dylan Baker
2020-03-04
mesonlib: Use textwrap.dedent
Dylan Baker
[next]