Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | -8/+8 | |
2020-05-07 | docs/Precompiled-headers: minor spell check. [skip ci] | Wenjian He | 1 | -1/+1 | |
a give target -> a given target Proposed by #7081 . | |||||
2019-10-18 | Documentation: Extend example for precompiled headers | Gerion Entrup | 1 | -5/+16 | |
The documentation already contains an example for PCH but misses the to show the content of the PCH files and how to create them. With this commit exactly this is exlained. | |||||
2019-03-01 | auto generate msvc pch source file if none is provided by the user | Nicolas Schneider | 1 | -1/+4 | |
2019-01-20 | Remove stray bracket [skip ci] | Shubham Lagwankar | 1 | -1/+1 | |
2017-10-23 | Update references from mesonconf to meson configure | Kevin Anderson | 1 | -1/+1 | |
Fixes #2372 | |||||
2017-08-26 | Rewrapped more files. | Jussi Pakkanen | 1 | -12/+44 | |
2017-07-02 | Update instructions to disable pch. | Jussi Pakkanen | 1 | -1/+8 | |
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 | -2/+2 | |
Upper or lower case depending on the official spelling, or the more consistent usage. | |||||
2017-05-03 | docs: add a short description for all top pages in the Manual | Peter Hutterer | 1 | -0/+4 | |
2017-04-26 | docs: Import the website and wiki and build with hotdoc | Thibault Saunier | 1 | -0/+62 | |
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. |