summaryrefslogtreecommitdiff
path: root/mesonbuild/astinterpreter.py
Commit message (Expand)AuthorAgeFilesLines
* cleanup: Remove redundant parenthesesMike Sinkovsky2017-01-181-1/+1
* Fix space before :.Jussi Pakkanen2016-12-311-40/+40
* s/Nonexistant/Nonexistent/gIgor Gnatenko2016-12-181-1/+1
* Store subdir information for each node so we can remove files set in other su...Jussi Pakkanen2016-12-041-3/+6
* Can remove items from variables defined earlier.Jussi Pakkanen2016-11-271-21/+52
* Track comma spans in arguments.Jussi Pakkanen2016-11-201-3/+12
* Can remove source files from targets. But in a super hacky way.Jussi Pakkanen2016-11-201-0/+22
* I can haz source files added to targets.Jussi Pakkanen2016-11-201-10/+31
* Moved more stuff, can now parse all of common tests.Jussi Pakkanen2016-11-191-3/+51
* Implement a bunch of functions.Jussi Pakkanen2016-11-191-2/+69
* Moved functions to base enough to get the base sample project parsed.Jussi Pakkanen2016-11-191-2/+16
* Embark on a journey to create a rewrite tool.Jussi Pakkanen2016-11-191-0/+26