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