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
2018-03-29
Allow meson build file to exit early. (#2808)
behlec
2018-03-13
Merge pull request #3127 from bluetech/method-permitted-kwargs
Jussi Pakkanen
2018-03-03
Fix remaining flake8 report
Jon Turney
2018-02-23
Warn if non-permitted keyword arguments are given to compiler methods
Ran Benita
2018-02-15
Add source location to warning for comparing different types
Jon Turney
2018-02-15
Fix test cases/failing/52 inconsistent comparison
Jon Turney
2018-02-01
Comparing objects of different type prints a warning. Closes #2870.
Jussi Pakkanen
2018-01-30
Report warning/error locations in a format IDEs may already know how to parse
Jon Turney
2018-01-01
Use location formatting in mlog.warning() for invalid kwarg warning
Jon Turney
2017-12-04
Created a new disabler type.
Jussi Pakkanen
2017-11-26
interpreter: Reduce to_sring method to base 10
Iñigo Martínez
2017-11-26
interpreter: Support to_string method for int values
Iñigo Martínez
2017-09-27
Allow CustomTarget's to be indexed
Dylan Baker
2017-09-12
str.split() can now take a positional argument
Nirbheek Chauhan
2017-08-14
Printing unknown kwarg error message no longer crashes the parser.
Jussi Pakkanen
2017-08-14
Store current line number so it can be printed in warning messages. Closes #2...
Jussi Pakkanen
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