| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-02-10 | Renamed type classes | Daniel Mensinger | |
| 2019-01-31 | Added dependecy kwargs support | Daniel Mensinger | |
| 2019-01-31 | Added test case | Daniel Mensinger | |
| 2019-01-31 | Renamed operation test -> info | Daniel Mensinger | |
| 2019-01-31 | Rewriter infodump modifications | Daniel Mensinger | |
| 2019-01-31 | Modify kwargs in rewriter | Daniel Mensinger | |
| 2019-01-31 | Some fixes and assignment based target find | Daniel Mensinger | |
| 2019-01-24 | Fixed style issues | Daniel Mensinger | |
| 2019-01-22 | Fixed flake8 issues | Daniel Mensinger | |
| 2019-01-22 | Can now rewrite files | Daniel Mensinger | |
| 2019-01-22 | Added support for removing sources from a target | Daniel Mensinger | |
| 2019-01-22 | Added suport for adding sources to a target | Daniel Mensinger | |
| 2019-01-22 | First rewriter test case | Daniel Mensinger | |
| 2019-01-22 | AST post processing | Daniel Mensinger | |
| 2019-01-22 | Moved the introspection interpreter | Daniel Mensinger | |
| 2019-01-22 | Added Ast printer | Daniel Mensinger | |
| 2019-01-22 | Basic AST visitor pattern | Daniel Mensinger | |
| 2018-11-26 | Split AstInterpreter into base class and RewriterInterpreter | Daniel Schulte | |
| 2018-10-04 | Use a single ArgumentParser for all subcommands | Xavier Claessens | |
| 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. | |||
| 2018-03-27 | Always build parser objects anew to avoid leaking old data. | Jussi Pakkanen | |
| 2018-03-10 | Refactor: Add log.error and log.exception to reduce code duplication. | Jukka Laurila | |
| 2017-11-09 | Print correct command in help message | Eric Engestrom | |
| 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 ...]] | |||
| 2017-09-20 | fix file permissions on a couple of files | Luke Shumaker | |
| 2017-08-02 | Turned rewriter into an internal module. | Jussi Pakkanen | |
