aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/interpreterbase.py
AgeCommit message (Expand)AuthorFilesLines
2018-01-01Use location formatting in mlog.warning() for invalid kwarg warningJon Turney1-8/+10
2017-12-04Created a new disabler type.Jussi Pakkanen1-10/+79
2017-11-26interpreter: Reduce to_sring method to base 10Iñigo Martínez1-6/+1
2017-11-26interpreter: Support to_string method for int valuesIñigo Martínez1-0/+10
2017-09-27Allow CustomTarget's to be indexedDylan Baker1-4/+6
2017-09-12str.split() can now take a positional argumentNirbheek Chauhan1-8/+19
2017-08-14Printing unknown kwarg error message no longer crashes the parser.Jussi Pakkanen1-4/+10
2017-08-14Store current line number so it can be printed in warning messages. Closes #2...Jussi Pakkanen1-1/+5
2017-07-02Merge pull request #2017 from mesonbuild/fix2012Jussi Pakkanen1-0/+1
2017-07-02Improve "Passed invalid keyword argument" warning.Jehan1-1/+1
2017-07-01Make Interpreter object unpicklable as it was being pickled by accident in co...Jussi Pakkanen1-0/+1
2017-06-26Fixed issues raised in review.Jussi Pakkanen1-1/+1
2017-06-26Moved func_ methods from base class to Interpreter.Jussi Pakkanen1-47/+0
2017-06-26Decorator to check for permitted kwargs.Jussi Pakkanen1-0/+13
2017-05-17Don't allow non-equality comparisons across types.Elliott Sales de Andrade1-0/+5
2017-05-17Only allow equality comparisons for non-elementary types.Elliott Sales de Andrade1-0/+4
2017-05-17Remove extra casts on InterpreterBase.evaluate_statement.Elliott Sales de Andrade1-39/+5
2017-05-02Don't use len() to test emptiness vs not emptinessDylan Baker1-7/+7
2017-02-02Fix an uninitialized variable access error.Hemmo Nieminen1-0/+2
2017-01-26interpreter: Implement array.get(index, fallback)Nirbheek Chauhan1-2/+14
2017-01-23Better error message when using = rather than : for defining keywords.Jussi Pakkanen1-2/+8
2017-01-18cleanup: Remove redundant parenthesesMike Sinkovsky1-2/+2
2017-01-11style: [E303] too many blank lines (2)Mike Sinkovsky1-1/+0
2017-01-11style: [E712] comparison to True should be 'if cond is True:' or 'if cond:'Mike Sinkovsky1-3/+3
2017-01-01style: fix E225 violationsIgor Gnatenko1-1/+1
2016-12-19tree-wide: remove blank lines at EOFIgor Gnatenko1-1/+0
2016-12-13Test targets with only generated and prebuilt objectsNirbheek Chauhan1-1/+1
2016-12-04Store subdir information for each node so we can remove files set in other su...Jussi Pakkanen1-1/+1
2016-11-19Moved more stuff, can now parse all of common tests.Jussi Pakkanen1-1/+286
2016-11-19Implement a bunch of functions.Jussi Pakkanen1-0/+102
2016-11-19Moved functions to base enough to get the base sample project parsed.Jussi Pakkanen1-4/+199
2016-11-19Embark on a journey to create a rewrite tool.Jussi Pakkanen1-0/+54