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
/
interpreterbase.py
Age
Commit message (
Expand
)
Author
2020-09-28
Add meson.project_build/source_root() methods
Xavier Claessens
2020-09-08
typing: get rid of most T.cast
Daniel Mensinger
2020-09-08
typing: fully annotate mparser.py
Daniel Mensinger
2020-09-08
typing: fully annotate mesonlib.py
Daniel Mensinger
2020-09-08
typing: completely type interpreterbase
Daniel Mensinger
2020-09-08
typing: refactor dict handling
Daniel Mensinger
2020-09-02
interpreterbase: Fix typing annotation
Xavier Claessens
2020-09-02
Special case meson.version().version_compare() statement
Xavier Claessens
2020-08-18
prevent disabler() object from overwriting arrays (#7484)
Elliot
2020-07-28
Fix typo
Zbigniew Jędrzejewski-Szmek
2020-07-20
string: add substring method
Stéphane Cerveau
2020-05-14
use FeatureNew.single_use
Dylan Baker
2020-05-14
interpreterbase: Proxy extra_message through to feature_check_class
Dylan Baker
2020-05-14
interpreterbase: Add a oneline helper method for Feature(New|Deprecated)
Dylan Baker
2020-05-14
interpreterbase: Allow passing an extra message in feature/deprecation warnings
Dylan Baker
2020-05-12
interpreterbase: Fix version checking for deprecation
Dylan Baker
2020-05-12
interpreter: Don't assign duplication and new feature warning to the same var...
Dylan Baker
2020-04-30
Allow get_variable to still function when the fallback is a disabler.
James Hilliard
2020-03-19
interpreterbase: Add warning when built-in object method has no kwargs
Xavier Claessens
2020-03-15
fix conversion of hasattr to getattr
Dylan Baker
2020-03-05
mesonbuild/mesonlib: Add type annotations
Dylan Baker
2020-03-02
types: Remove redundant __init__() -> None annotation
Daniel Mensinger
2020-03-02
types: Use import typing as T
Daniel Mensinger
2020-03-02
review: Initial fixup
Daniel Mensinger
2020-03-02
types: (partially) annotate interpreterbase.py
Daniel Mensinger
2020-03-02
types: Annotate ast/interpreter.py
Daniel Mensinger
2020-03-02
types: Annotate mparser.py
Daniel Mensinger
2020-02-28
Store filename in node location
Jon Turney
2020-02-28
Adjust all the other places MesonException file attribute is set
Jon Turney
2019-12-04
dict: Fully evaluate keys
Xavier Claessens
2019-11-12
Fixed issue that the key's value type wasn't checked correctly.
fchin
2019-11-12
Adding dictionary entry using string variable as key.
franczc
2019-11-06
Fix typos found by codespell
Wolfgang Stöggl
2019-10-24
Return a disabler when an unknown method is called on a disabler object
James Hilliard
2019-10-10
Merge pull request #6011 from xclaesse/not-disabler
Jussi Pakkanen
2019-10-10
Make parser errors print relative path to meson.build file
Niklas Claesson
2019-10-08
Test disabler in foreach loops
Xavier Claessens
2019-10-08
Fix `if not disabler()` case
Xavier Claessens
2019-08-12
Add is_disabler function
James Hilliard
2019-07-23
meson: handle nested disabler
Marc-André Lureau
2019-04-29
Address code review
Daniel Mensinger
2019-04-29
Fix flake8-bugbear warnings
Daniel Mensinger
2019-04-23
ast: support elementary object methods
Daniel Mensinger
2019-03-18
interpreterbase: protect string division with FeatureNew
Paolo Bonzini
2019-01-29
correct naming to CudaCompiler, pep8
Michael Hirsch, Ph.D
2019-01-22
InterpreterBase: Fix extracting the node in all method/function calls
Xavier Claessens
2019-01-22
Interpreter: Set self.current_node during method/function calls
Xavier Claessens
2019-01-16
Fix flake8 errors
Xavier Claessens
2018-12-07
Error out if kwargs dict contains a kwargs entry.
Jussi Pakkanen
2018-12-04
Can specify keyword arguments with a dict.
Jussi Pakkanen
[next]