summaryrefslogtreecommitdiff
path: root/mesonbuild/mparser.py
AgeCommit message (Expand)Author
2018-02-21Newlines in single line strings should only be a warning for now.Jussi Pakkanen
2018-02-20Fail if singleline string has multiple linesCaio Marcelo de Oliveira Filho
2018-02-05Add support for hex int literals.Jussi Pakkanen
2018-01-30Report warning/error locations in a format IDEs may already know how to parseJon Turney
2018-01-01Consolidate warning location formatting in mlog.warning()Jon Turney
2017-12-30Add filename and lineno to duplicate kwargs warningJon Turney
2017-11-27Fix escaping of newlines in string literalsJoergen Ibsen
2017-06-25Do not permit invalid and/or nodes to be declared. Closes #1886.Jussi Pakkanen
2017-04-21Added missing argument to a few function calls. Closes #1647.Jussi Pakkanen
2017-04-19Print a warning on duplicated keywords.Jussi Pakkanen
2017-04-07Don't crash if a meson.build file is empty (#1570)Aaron Plattner
2017-03-25EmptyNode needs a line/column number too. There are times its lineAaron Small
2017-03-23fix logic operationsNicolas Schneider
2017-01-23Better error message when using = rather than : for defining keywords.Jussi Pakkanen
2017-01-18cleanup: Replace assignment with augmented assignmentMike Sinkovsky
2017-01-18cleanup: Remove redundant parenthesesMike Sinkovsky
2017-01-18cleanup: Redundant character escapeMike Sinkovsky
2017-01-11style: [E1**] IndentationMike Sinkovsky
2017-01-01style: fix E703 violationsIgor Gnatenko
2017-01-01style: fix E231 violationsIgor Gnatenko
2017-01-01style: fix E226 violationsIgor Gnatenko
2017-01-01style: fix E225 violationsIgor Gnatenko
2016-12-04Store subdir information for each node so we can remove files set in other su...Jussi Pakkanen
2016-11-20Track comma spans in arguments.Jussi Pakkanen
2016-11-20I can haz source files added to targets.Jussi Pakkanen
2016-09-02Add support to integer modulo operatorEmmanuele Bassi
2016-08-01Forbid nested ternary operations.Jussi Pakkanen
2016-08-01Created ternary operator. Closes #538.Jussi Pakkanen
2016-04-01Move MesonException from coredata to mesonlib.Hemmo Nieminen
2016-01-25More comparison operators. Closes #363.Jussi Pakkanen
2016-01-16Renamed meson package to mesonbuild so that we can have a script named meson ...Jussi Pakkanen