Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-03-30 | docs: change duplicate "**.h" path to "**.c" [skip ci] | Guilherme Janczak | 1 | -1/+1 | |
2021-03-25 | docs: correct log upload paths. | Diego Elio Pettenò | 1 | -3/+3 | |
SInce the build directory is `builddir/` it should be `builddir/meson-logs/testlog.txt` to be uploaded. | |||||
2021-01-31 | Capitalize "Meson" consistently as it is a proper name. [skip ci] | Jussi Pakkanen | 1 | -1/+1 | |
2021-01-30 | Rewrap long text lines in docs. [skip ci] | Jussi Pakkanen | 1 | -12/+21 | |
2020-11-22 | doc: fix confusing use of "build" as a directory argument [skip ci] | Eli Schwartz | 1 | -6/+6 | |
In most places, we now refer to "builddir/" which is a lot less likely to make people think it is a subcommand which needs to be used literally. This is a regression since commit 276d342ebaf859dd53e145ead3e98e2cebb360ab due to the existence of new docs which were added later on, using the wrong form. | |||||
2020-06-18 | docs: replaced `ninja` with appropriate `meson` commands [skip ci] | TheQwertiest | 1 | -9/+9 | |
2019-12-02 | doc: update travis-CI info and add GitHub Actions example [skip ci] | Michael Hirsch, Ph.D | 1 | -50/+100 | |
2019-11-30 | Update CI Continuous Integration page and add CircleCi example [skip ci] | Michael Brockus | 1 | -7/+61 | |
2019-11-06 | Fix typos found by codespell | Wolfgang Stöggl | 1 | -1/+1 | |
- Typos were found by codespell v1.16.0 | |||||
2019-01-20 | docs: Use modern shell constructs [skip ci] | Hugo Locurcio | 1 | -1/+1 | |
2018-09-03 | Change ninja.exe download URL [skip ci] | Luca Weiss | 1 | -1/+1 | |
2018-09-03 | Update appveyor example [skip ci] | Luca Weiss | 1 | -13/+38 | |
Also add, how to make meson find Qt5 & Boost | |||||
2018-07-13 | docs: adds a non-docker travis example (#3883) [skip ci] | ♫ Christian Krause ♫ | 1 | -1/+31 | |
2017-11-19 | Appveyor example now validates. Closes #2641. | Jussi Pakkanen | 1 | -9/+10 | |
2017-08-24 | Rewrapped some markdown files. | Jussi Pakkanen | 1 | -5/+13 | |
2017-05-03 | doc: Fix several minor typos. | Elliott Sales de Andrade | 1 | -1/+1 | |
2017-05-03 | doc: Capitalize things more consistently. | Elliott Sales de Andrade | 1 | -1/+1 | |
Upper or lower case depending on the official spelling, or the more consistent usage. | |||||
2017-05-03 | docs: replace 'meson build' with 'meson builddir' | Peter Hutterer | 1 | -8/+8 | |
Clarifies that this is really just a directory, not a command. https://github.com/mesonbuild/meson/issues/1560 | |||||
2017-04-26 | docs: Import the website and wiki and build with hotdoc | Thibault Saunier | 1 | -0/+102 | |
This allows us to more easily have the documentation in sync with the source code as people will have to document new features etc right at the time where they implement it. |