aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Rewriter.md
AgeCommit message (Collapse)AuthorFilesLines
2021-12-15rewriter: create {add,rm}_extra_files commandsCeleste Wouters1-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-31Capitalize "Meson" consistently as it is a proper name. [skip ci]Jussi Pakkanen1-6/+6
2021-01-30Rewrap long text lines in docs. [skip ci]Jussi Pakkanen1-35/+41
2021-01-12Allow '//' as project function id due to git bash path conversion.Luke Elliott1-0/+5
See https://stackoverflow.com/questions/54258996/git-bash-string-parameter-with-at-start-is-being-expanded-to-a-file-path
2019-11-16docs: fix non-existent "meson rewriter" command in examples [skip ci]Marc Herbert1-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-06Fix typos found by codespellWolfgang Stöggl1-1/+1
- Typos were found by codespell v1.16.0
2019-03-04rewriter: Require '/' for the project IDDaniel Mensinger1-2/+2
2019-03-04rewriter: Mark the CLI as experimentalDaniel Mensinger1-0/+6
2019-03-04rewriter: Mark the info output as experimentalDaniel Mensinger1-2/+1
2019-03-04rewriter: Document info operationDaniel Mensinger1-0/+10
2019-03-04rewriter: Handle duplicate targetDaniel Mensinger1-1/+2
2019-03-04rewriter: Updated docsDaniel Mensinger1-3/+3
2019-03-04rewriter: Remove command aliasDaniel Mensinger1-4/+3
2019-03-04rewriter: Renamed tgt_{add,rm} --> target_{add,rm}Daniel Mensinger1-1/+1
2019-03-04rewriter: Fixed docs.Daniel Mensinger1-2/+40
2019-03-04rewriter: Enforce an empty project ID stringDaniel Mensinger1-1/+1
2019-03-04rewriter: Added docsDaniel Mensinger1-0/+183