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
2017-07-02
Merge pull request #2017 from mesonbuild/fix2012
Jussi Pakkanen
2017-07-02
Improve "Passed invalid keyword argument" warning.
Jehan
2017-07-01
Make Interpreter object unpicklable as it was being pickled by accident in co...
Jussi Pakkanen
2017-06-26
Fixed issues raised in review.
Jussi Pakkanen
2017-06-26
Moved func_ methods from base class to Interpreter.
Jussi Pakkanen
2017-06-26
Decorator to check for permitted kwargs.
Jussi Pakkanen
2017-05-17
Don't allow non-equality comparisons across types.
Elliott Sales de Andrade
2017-05-17
Only allow equality comparisons for non-elementary types.
Elliott Sales de Andrade
2017-05-17
Remove extra casts on InterpreterBase.evaluate_statement.
Elliott Sales de Andrade
2017-05-02
Don't use len() to test emptiness vs not emptiness
Dylan Baker
2017-02-02
Fix an uninitialized variable access error.
Hemmo Nieminen
2017-01-26
interpreter: Implement array.get(index, fallback)
Nirbheek Chauhan
2017-01-23
Better error message when using = rather than : for defining keywords.
Jussi Pakkanen
2017-01-18
cleanup: Remove redundant parentheses
Mike Sinkovsky
2017-01-11
style: [E303] too many blank lines (2)
Mike Sinkovsky
2017-01-11
style: [E712] comparison to True should be 'if cond is True:' or 'if cond:'
Mike Sinkovsky
2017-01-01
style: fix E225 violations
Igor Gnatenko
2016-12-19
tree-wide: remove blank lines at EOF
Igor Gnatenko
2016-12-13
Test targets with only generated and prebuilt objects
Nirbheek Chauhan
2016-12-04
Store subdir information for each node so we can remove files set in other su...
Jussi Pakkanen
2016-11-19
Moved more stuff, can now parse all of common tests.
Jussi Pakkanen
2016-11-19
Implement a bunch of functions.
Jussi Pakkanen
2016-11-19
Moved functions to base enough to get the base sample project parsed.
Jussi Pakkanen
2016-11-19
Embark on a journey to create a rewrite tool.
Jussi Pakkanen