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
/
utils
Age
Commit message (
Expand
)
Author
2023-06-14
WIP: refactor loggable popen calls for consistency
Eli Schwartz
2023-06-01
vcs_tag: Add --always to git describe
Xavier Claessens
2023-05-25
ProgressBar: Fix some rendering issues
Xavier Claessens
2023-05-02
extend install scripts to allow specific directory variable exports
Eli Schwartz
2023-04-26
Add env kwarg to gnome.generate_gir().
Volker Weißmann
2023-04-17
select the correct python_command for pyinstaller builds, even on not-Windows
Eli Schwartz
2023-04-11
fix various spelling issues
Josh Soref
2023-03-29
Make --vsenv a readonly builtin option
Xavier Claessens
2023-03-09
configure_file: emit FeatureNew when a cmake-formatted file has too many tokens
Eli Schwartz
2023-03-09
utils: fix annotation of pickle_load
Dylan Baker
2023-02-19
handle more corner cases where locking the build directory fails
Eisuke Kawashima
2023-02-14
allow install script to run in dry-run mode
Charles Brunet
2023-02-01
simplify instantiation of builtin type using builtins instead of functions
Eli Schwartz
2023-02-01
micro-optimize: define typing-only objects in TYPE_CHECKING
Eli Schwartz
2023-02-01
treewide: add future annotations import
Eli Schwartz
2023-01-20
haiku: set default prefix and library paths
X512
2023-01-20
remove dead code
Eli Schwartz
2023-01-18
devenv: Allow dumping into file and select a format
Xavier Claessens
2023-01-16
properly type utils/core.py and add it to mypy
Eli Schwartz
2023-01-03
mesonlib: remove filename parameter to mlog.warning
Dylan Baker
2022-12-27
add builtin option to install licenses
Eli Schwartz
2022-12-15
delay importing ctypes unless it is actually used
Eli Schwartz
2022-12-11
typing: fix some broken Sequence annotations
Eli Schwartz
2022-12-09
Merge pull request #10990 from xclaesse/devenv
Jussi Pakkanen
2022-12-07
utils: Fix pylint warning using-constant-test
L. E. Segovia
2022-12-07
devenv: Do not include system values in --dump
Xavier Claessens
2022-11-30
pylint: enable the set_membership plugin
Dylan Baker
2022-11-30
pylint: enable use-implicit-booleaness-not-comparison
Dylan Baker
2022-11-29
pylint: enable the bad_builtin checker
Dylan Baker
2022-11-28
utils: Popen_safe: Handle ENOEXEC to fail with an error message
Marvin Scholz
2022-11-17
build: use the unified pickle loader to handle more edge cases
Eli Schwartz
2022-11-03
squelch an EncodingWarning we don't care about
Eli Schwartz
2022-10-25
Fix native compilation on ARM64 Windows
GustavoLCR
2022-09-28
Move classes used by scripts to their own module
Xavier Claessens