| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Renamed operation test -> info | Daniel Mensinger | 2019-01-31 | 1 | -2/+2 | |
| | | ||||||
| * | Rewriter infodump modifications | Daniel Mensinger | 2019-01-31 | 1 | -2/+18 | |
| | | ||||||
| * | Modify kwargs in rewriter | Daniel Mensinger | 2019-01-31 | 1 | -0/+271 | |
| | | ||||||
| * | Some fixes and assignment based target find | Daniel Mensinger | 2019-01-31 | 1 | -4/+20 | |
| | | ||||||
| * | Fixed style issues | Daniel Mensinger | 2019-01-24 | 1 | -9/+3 | |
| | | ||||||
| * | Fixed flake8 issues | Daniel Mensinger | 2019-01-22 | 1 | -3/+2 | |
| | | ||||||
| * | Can now rewrite files | Daniel Mensinger | 2019-01-22 | 1 | -0/+86 | |
| | | ||||||
| * | Added support for removing sources from a target | Daniel Mensinger | 2019-01-22 | 1 | -12/+57 | |
| | | ||||||
| * | Added suport for adding sources to a target | Daniel Mensinger | 2019-01-22 | 1 | -1/+26 | |
| | | ||||||
| * | First rewriter test case | Daniel Mensinger | 2019-01-22 | 1 | -22/+132 | |
| | | ||||||
| * | AST post processing | Daniel Mensinger | 2019-01-22 | 1 | -4/+8 | |
| | | ||||||
| * | Moved the introspection interpreter | Daniel Mensinger | 2019-01-22 | 1 | -2/+2 | |
| | | ||||||
| * | Added Ast printer | Daniel Mensinger | 2019-01-22 | 1 | -3/+3 | |
| | | ||||||
| * | Basic AST visitor pattern | Daniel Mensinger | 2019-01-22 | 1 | -15/+11 | |
| | | ||||||
| * | Split AstInterpreter into base class and RewriterInterpreter | Daniel Schulte | 2018-11-26 | 1 | -1/+1 | |
| | | ||||||
| * | Use a single ArgumentParser for all subcommands | Xavier Claessens | 2018-10-04 | 1 | -7/+2 | |
| | | | | | | | This has the adventage that "meson --help" shows a list of all commands, making them discoverable. This also reduce the manual parsing of arguments to the strict minimum needed for backward compatibility. | |||||
| * | Always build parser objects anew to avoid leaking old data. | Jussi Pakkanen | 2018-03-27 | 1 | -10/+12 | |
| | | ||||||
| * | Refactor: Add log.error and log.exception to reduce code duplication. | Jukka Laurila | 2018-03-10 | 1 | -5/+1 | |
| | | ||||||
| * | Print correct command in help message | Eric Engestrom | 2017-11-09 | 1 | -1/+1 | |
| | | | | | | | | | | | Taking mconf for instance: before: $ meson configure --help usage: meson [-h] [-D SETS] [--clearcache] [directory [directory ...]] after: $ meson configure --help usage: meson configure [-h] [-D SETS] [--clearcache] [directory [directory ...]] | |||||
| * | fix file permissions on a couple of files | Luke Shumaker | 2017-09-20 | 1 | -0/+0 | |
| | | ||||||
| * | Turned rewriter into an internal module. | Jussi Pakkanen | 2017-08-02 | 1 | -0/+65 | |
