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
/
mparser.py
Age
Commit message (
Expand
)
Author
2019-03-03
rewriter: Use mparser to detect the end of some nodes
Daniel Mensinger
2019-03-02
Fix ternary in thing (#5007)
Dylan Baker
2019-02-16
Fixed flake8
Daniel Mensinger
2019-02-16
Can now find the assignment node of a value
Daniel Mensinger
2019-01-29
pep8 py37
Michael Hirsch, Ph.D
2019-01-22
Fixed line and column numbers for dict and array nodes
Daniel Mensinger
2019-01-22
Basic AST visitor pattern
Daniel Mensinger
2019-01-05
parser: Fix line continuation outside of (), [] or {}
Xavier Claessens
2018-10-04
Interpreter: Add 'continue' and 'break' keywords
Xavier Claessens
2018-10-04
Interpreter: Add "in" and "not in" operators
Xavier Claessens
2018-07-27
Warn for future keyword (#3908)
Xavier Claessens
2018-05-23
Add support for octal and binary int literals.
Filipe Brandenburger
2018-05-21
dict: fix CI issues
Mathieu Duponchelle
2018-05-20
dict: address review comments
Mathieu Duponchelle
2018-05-20
Add new built-in type, dict
Mathieu Duponchelle
2018-04-21
Remove escaping for triple-quoted strings
Niklas Claesson
2018-04-17
Exit meson with an error if an invalid escape sequence is found in a
Niklas Claesson
2018-04-17
Complete python escape sequences aware strings
Tim 'mithro' Ansell
2018-02-21
Newlines in single line strings should only be a warning for now.
Jussi Pakkanen
2018-02-20
Fail if singleline string has multiple lines
Caio Marcelo de Oliveira Filho
2018-02-05
Add support for hex int literals.
Jussi Pakkanen
2018-01-30
Report warning/error locations in a format IDEs may already know how to parse
Jon Turney
2018-01-01
Consolidate warning location formatting in mlog.warning()
Jon Turney
2017-12-30
Add filename and lineno to duplicate kwargs warning
Jon Turney
2017-11-27
Fix escaping of newlines in string literals
Joergen Ibsen
2017-06-25
Do not permit invalid and/or nodes to be declared. Closes #1886.
Jussi Pakkanen
2017-04-21
Added missing argument to a few function calls. Closes #1647.
Jussi Pakkanen
2017-04-19
Print a warning on duplicated keywords.
Jussi Pakkanen
2017-04-07
Don't crash if a meson.build file is empty (#1570)
Aaron Plattner
2017-03-25
EmptyNode needs a line/column number too. There are times its line
Aaron Small
2017-03-23
fix logic operations
Nicolas Schneider
2017-01-23
Better error message when using = rather than : for defining keywords.
Jussi Pakkanen
2017-01-18
cleanup: Replace assignment with augmented assignment
Mike Sinkovsky
2017-01-18
cleanup: Remove redundant parentheses
Mike Sinkovsky
2017-01-18
cleanup: Redundant character escape
Mike Sinkovsky
2017-01-11
style: [E1**] Indentation
Mike Sinkovsky
2017-01-01
style: fix E703 violations
Igor Gnatenko
2017-01-01
style: fix E231 violations
Igor Gnatenko
2017-01-01
style: fix E226 violations
Igor Gnatenko
2017-01-01
style: fix E225 violations
Igor Gnatenko
2016-12-04
Store subdir information for each node so we can remove files set in other su...
Jussi Pakkanen
2016-11-20
Track comma spans in arguments.
Jussi Pakkanen
2016-11-20
I can haz source files added to targets.
Jussi Pakkanen
2016-09-02
Add support to integer modulo operator
Emmanuele Bassi
2016-08-01
Forbid nested ternary operations.
Jussi Pakkanen
2016-08-01
Created ternary operator. Closes #538.
Jussi Pakkanen
2016-04-01
Move MesonException from coredata to mesonlib.
Hemmo Nieminen
2016-01-25
More comparison operators. Closes #363.
Jussi Pakkanen
2016-01-16
Renamed meson package to mesonbuild so that we can have a script named meson ...
Jussi Pakkanen