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-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
2018-11-02
Make string division do path joining.
Jussi Pakkanen
2018-10-23
Add 'disabler' argument to functions returning not-found objects
Xavier Claessens
2018-10-04
Interpreter: Add 'continue' and 'break' keywords
Xavier Claessens
2018-10-04
Interpreter: Add "in" and "not in" operators
Xavier Claessens
2018-08-14
interpreter: Add support for dict addition
Xavier Claessens
2018-08-11
Clarify the FeatureNew summary message
Nirbheek Chauhan
2018-08-11
Skip FeatureNew checks when project() has not been parsed
Nirbheek Chauhan
2018-07-07
Print a more usable message when a subproject fails to configure
Nirbheek Chauhan
2018-07-07
Add new method: mlog.deprecation()
Nirbheek Chauhan
2018-07-02
FeatureNew: Make all checks subproject-specific
Nirbheek Chauhan
2018-07-02
FeatureNew: Declare functions as class methods explicitly
Nirbheek Chauhan
2018-07-02
FeatureNew: Minor code cleanup, no changes
Nirbheek Chauhan
2018-07-02
Remove permittedSnippetKwargs, snippets are not special
Nirbheek Chauhan
2018-07-02
Various bug fixes for FeatureNew
Salamandar
2018-06-07
Interpreter: Fix subdir_done() to exit from inside if/foreach blocks
Xavier Claessens
2018-06-05
FeatureNew: Print WARNING instead of ERROR
Nirbheek Chauhan
2018-06-01
Add 0.47.0 features
Salamandar
2018-06-01
Add Feature{New,Deprecated}Kwargs decorators
Salamandar
2018-06-01
Move target_version from coredata to mesonlib
Salamandar
2018-06-01
Add set instead of list for used features lits
Salamandar
2018-06-01
Cleanup : have more common code between FeatureNew and FeatureDeprecated
Salamandar
2018-06-01
Split function wrapper from a use() method
Salamandar
2018-06-01
Add version_compare_condition_with_{min,max} for specific comparison utils.
Salamandar
2018-06-01
Add basic code for feature version detection:
Salamandar
[prev]
[next]