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
/
arglist.py
Age
Commit message (
Expand
)
Author
2025-03-01
arglist: post is only appended to, make it a list
Paolo Bonzini
2025-03-01
arglist: optimize flush_pre_post(), and __iadd__() with it
Paolo Bonzini
2025-03-01
arglist: optimize __init__()
Paolo Bonzini
2024-12-27
arglist: De-dup arg prefixes only when they are used as a prefix
Nirbheek Chauhan
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-08-11
treewide: automatic rewriting of all comment-style type annotations
Eli Schwartz
2023-08-11
remove useless type annotations
Eli Schwartz
2023-06-26
linkers: delay implementations import until detect is run
Eli Schwartz
2023-04-11
fix various spelling issues
Josh Soref
2023-02-01
treewide: add future annotations import
Eli Schwartz
2022-12-13
Revert "openbsd: execinfo is not a compiler lib"
Brad Smith
2022-10-03
pylint: enable unnecessary-dunder-call
Dylan Baker
2022-09-19
pylint: enable use-list-literal
Dylan Baker
2022-09-12
arglist: use typing.MutableSequence instead of collections
Dylan Baker
2021-10-10
Fix typos discovered by codespell
Christian Clauss
2021-03-04
mass rewrite of string formatting to use f-strings everywhere
Eli Schwartz
2021-01-13
Fix misspells
Antonin Décimo
2020-09-08
typing: fix code review
Daniel Mensinger
2020-09-08
typing: get rid of most T.cast
Daniel Mensinger
2020-09-08
typing: fully annotate arglist
Daniel Mensinger
2020-08-18
arglist: optimize flush_pre_post
Paolo Bonzini
2020-06-22
arglist: Fix remaining mypy errors and warnings
Dylan Baker
2020-06-22
arglist: Split the C/C++ specifics parts into a subclass for CLike
Dylan Baker
2020-06-22
compilers: Return CompilerArgs from compiler instance
Dylan Baker
2020-06-22
compilers: Split CompilerArgs into a separate module
Dylan Baker