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
/
universal.py
Age
Commit message (
Expand
)
Author
2023-09-09
Add macro_name option to configure_file
Nicholas Vinson
2023-09-07
Rename OptionOverrideProxy to OptionsView and move to coredata
Xavier Claessens
2023-08-31
add json output format to configure file
Charles Brunet
2023-08-24
Suggest using --reconfigure only when not already using it
Xavier Claessens
2023-08-18
consistently use Literal annotation from typing_extensions
Eli Schwartz
2023-08-11
treewide: automatic rewriting of all comment-style type annotations
Eli Schwartz
2023-08-10
Popen_safe_logged: Also log exceptions
Xavier Claessens
2023-08-08
correct cmakedefine behavior
Jan200101
2023-08-03
MachineChoice: Implement __str__ for easier debug
Xavier Claessens
2023-07-17
Merge pull request #11976 from tristan957/cleanups
Jussi Pakkanen
2023-07-13
macos: map arm64e to aarch64, map "whole" architecture strings
Andres Freund
2023-07-12
Remove do_conf_str(encoding:)
Tristan Partin
2023-07-12
Use underscore for variables that we don't reference
Tristan Partin
2023-07-12
Use more specific types
Tristan Partin
2023-07-12
Match the method signatures of parent classes
Tristan Partin
2023-07-12
Annotate naked fundamental Python types
Tristan Partin
2023-07-12
Replace some type comments with annotations
Tristan Partin
2023-07-02
genvslite: fix the core option being listed as one of the per-project options
Eli Schwartz
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-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-01
simplify instantiation of builtin type using builtins instead of functions
Eli Schwartz
2023-01-20
haiku: set default prefix and library paths
X512
2023-01-20
remove dead code
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-07
utils: Fix pylint warning using-constant-test
L. E. Segovia
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
[prev]