Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-12-15 | rewriter: create {add,rm}_extra_files commands | Celeste Wouters | 1 | -1/+12 | |
Add ability to mutate a target's `extra_files` list through the rewriter. The logic is copied from sources add/rm, but changes the `extra_files` kwarg instead of the sources positional argument. Has additional logic to handle creating the `extra_files` list if it doesn't exist. | |||||
2021-01-31 | Capitalize "Meson" consistently as it is a proper name. [skip ci] | Jussi Pakkanen | 1 | -6/+6 | |
2021-01-30 | Rewrap long text lines in docs. [skip ci] | Jussi Pakkanen | 1 | -35/+41 | |
2021-01-12 | Allow '//' as project function id due to git bash path conversion. | Luke Elliott | 1 | -0/+5 | |
See https://stackoverflow.com/questions/54258996/git-bash-string-parameter-with-at-start-is-being-expanded-to-a-file-path | |||||
2019-11-16 | docs: fix non-existent "meson rewriter" command in examples [skip ci] | Marc Herbert | 1 | -3/+3 | |
Probably dating back to the former mesonrewriter command? Fixes commit d4fe805a51d5 In some corner cases, "rewriter" could be mistaken as a positional argument. | |||||
2019-11-06 | Fix typos found by codespell | Wolfgang Stöggl | 1 | -1/+1 | |
- Typos were found by codespell v1.16.0 | |||||
2019-03-04 | rewriter: Require '/' for the project ID | Daniel Mensinger | 1 | -2/+2 | |
2019-03-04 | rewriter: Mark the CLI as experimental | Daniel Mensinger | 1 | -0/+6 | |
2019-03-04 | rewriter: Mark the info output as experimental | Daniel Mensinger | 1 | -2/+1 | |
2019-03-04 | rewriter: Document info operation | Daniel Mensinger | 1 | -0/+10 | |
2019-03-04 | rewriter: Handle duplicate target | Daniel Mensinger | 1 | -1/+2 | |
2019-03-04 | rewriter: Updated docs | Daniel Mensinger | 1 | -3/+3 | |
2019-03-04 | rewriter: Remove command alias | Daniel Mensinger | 1 | -4/+3 | |
2019-03-04 | rewriter: Renamed tgt_{add,rm} --> target_{add,rm} | Daniel Mensinger | 1 | -1/+1 | |
2019-03-04 | rewriter: Fixed docs. | Daniel Mensinger | 1 | -2/+40 | |
2019-03-04 | rewriter: Enforce an empty project ID string | Daniel Mensinger | 1 | -1/+1 | |
2019-03-04 | rewriter: Added docs | Daniel Mensinger | 1 | -0/+183 | |