summaryrefslogtreecommitdiff
path: root/mesonbuild/astinterpreter.py
Commit message (Collapse)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
| | | | | | | | | There is basically no such word in english, "nonexistant". American people use "nonexistent" and British people used to have "non-existent", but some time ago they did away with the hyphens, so there is only one option really: "nonexistent". Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
* Store subdir information for each node so we can remove files set in other ↵Jussi Pakkanen2016-12-041-3/+6
| | | | subdirectories.
* 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