Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cleanup: Remove redundant parentheses | Mike Sinkovsky | 2017-01-18 | 1 | -1/+1 |
| | |||||
* | Fix space before :. | Jussi Pakkanen | 2016-12-31 | 1 | -40/+40 |
| | |||||
* | s/Nonexistant/Nonexistent/g | Igor Gnatenko | 2016-12-18 | 1 | -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 Pakkanen | 2016-12-04 | 1 | -3/+6 |
| | | | | subdirectories. | ||||
* | Can remove items from variables defined earlier. | Jussi Pakkanen | 2016-11-27 | 1 | -21/+52 |
| | |||||
* | Track comma spans in arguments. | Jussi Pakkanen | 2016-11-20 | 1 | -3/+12 |
| | |||||
* | Can remove source files from targets. But in a super hacky way. | Jussi Pakkanen | 2016-11-20 | 1 | -0/+22 |
| | |||||
* | I can haz source files added to targets. | Jussi Pakkanen | 2016-11-20 | 1 | -10/+31 |
| | |||||
* | Moved more stuff, can now parse all of common tests. | Jussi Pakkanen | 2016-11-19 | 1 | -3/+51 |
| | |||||
* | Implement a bunch of functions. | Jussi Pakkanen | 2016-11-19 | 1 | -2/+69 |
| | |||||
* | Moved functions to base enough to get the base sample project parsed. | Jussi Pakkanen | 2016-11-19 | 1 | -2/+16 |
| | |||||
* | Embark on a journey to create a rewrite tool. | Jussi Pakkanen | 2016-11-19 | 1 | -0/+26 |