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