aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Precompiled-headers.md
AgeCommit message (Collapse)AuthorFilesLines
2021-01-31Capitalize "Meson" consistently as it is a proper name. [skip ci]Jussi Pakkanen1-1/+1
2021-01-30Rewrap long text lines in docs. [skip ci]Jussi Pakkanen1-8/+8
2020-05-07docs/Precompiled-headers: minor spell check. [skip ci]Wenjian He1-1/+1
a give target -> a given target Proposed by #7081 .
2019-10-18Documentation: Extend example for precompiled headersGerion Entrup1-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-01auto generate msvc pch source file if none is provided by the userNicolas Schneider1-1/+4
2019-01-20Remove stray bracket [skip ci]Shubham Lagwankar1-1/+1
2017-10-23Update references from mesonconf to meson configureKevin Anderson1-1/+1
Fixes #2372
2017-08-26Rewrapped more files.Jussi Pakkanen1-12/+44
2017-07-02Update instructions to disable pch.Jussi Pakkanen1-1/+8
2017-05-03doc: Fix several minor typos.Elliott Sales de Andrade1-1/+1
2017-05-03doc: Capitalize things more consistently.Elliott Sales de Andrade1-2/+2
Upper or lower case depending on the official spelling, or the more consistent usage.
2017-05-03docs: add a short description for all top pages in the ManualPeter Hutterer1-0/+4
2017-04-26docs: Import the website and wiki and build with hotdocThibault Saunier1-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.