Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-01-31 | Capitalize "Meson" consistently as it is a proper name. [skip ci] | Jussi Pakkanen | 1 | -9/+9 | |
2021-01-30 | Rewrap long text lines in docs. [skip ci] | Jussi Pakkanen | 1 | -14/+27 | |
2021-01-13 | Fix misspells | Antonin Décimo | 1 | -1/+1 | |
Signed-off-by: Antonin Décimo <antonin.decimo@gmail.com> | |||||
2021-01-11 | doc: fix invalid Commands.md example for introspect [skip ci] | Eli Schwartz | 1 | -1/+1 | |
It requires at least one option argument, and the one that provides "basic information" about the project is --projectinfo, so let's use that to demo the command. Fixes #8182 | |||||
2021-01-10 | Hotdoc: use template for Commands.md instead of generating the entire file ↵ | Eli Schwartz | 1 | -0/+252 | |
(#8154) * doc: fix hotdoc misuse for dynamically generated content hotdoc has a native include feature for including files inline. Use this to generate one file for each dynamically generated code block, and include that file in Commands.md; see: https://hotdoc.github.io/syntax-extensions.html#smart-file-inclusion-syntax This permits us to move back to using the in-tree version of the hotdoc *.md sources, thus fixing the incorrect inclusion of "builddir/" in the "Edit on github" links which resulted from using copies as the source. Fixes #8061 * doc: call the dummy file a "stamp" as it is a better known term | |||||
2020-06-30 | Made Commands.md dynamically generated (#7346) | TheQwertiest | 1 | -658/+0 | |
2020-06-29 | Added ability to specify target in `meson compile` | TheQwertiest | 1 | -5/+34 | |
2020-06-28 | Added ability to pass arguments to backend in `meson compile` | TheQwertiest | 1 | -1/+30 | |
2020-06-21 | mcompile: Add --verbose mode | Igor Raits | 1 | -0/+2 | |
Closes: https://github.com/mesonbuild/meson/issues/7352 Signed-off-by: Igor Raits <i.gnatenko.brain@gmail.com> | |||||
2020-06-18 | docs: replaced `ninja` with appropriate `meson` commands [skip ci] | TheQwertiest | 1 | -17/+3 | |
2020-06-16 | doc: Fix missing --force-fallback-for documentation | Xavier Claessens | 1 | -0/+8 | |
2020-06-15 | Added docs for all meson commands + corresponding unit test (#7217) | TheQwertiest | 1 | -0/+604 | |