Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-03-20 | Docs: Correct env variable SCAN_BUILD to SCANBUILD | Marvin Scholz | 1 | -2/+2 | |
2017-11-19 | Documentation: Add note about SCAN_BUILD | Christoph Behle | 1 | -0/+6 | |
When running ninja scan-build you can use the environment variable SCAN_BUILD to choose the right executable. | |||||
2017-10-23 | Update references from mesonconf to meson configure | Kevin Anderson | 1 | -2/+2 | |
Fixes #2372 | |||||
2017-10-23 | docs: Markdown headers don't need trailing hash signs | Luis Menina | 1 | -1/+1 | |
This is a cosmetic change because github seems to interpret those correctly. Nonetheless, it adds unnecessary noise and makes people modifying the pages think it might be needed. See syntax guide at https://guides.github.com/features/mastering-markdown/ | |||||
2017-07-04 | doc: Mention that C/C++ language versions can be set per-target | GabrĂel ArthĂșr PĂ©tursson | 1 | -0/+6 | |
2017-05-04 | Use American English - 'ise' -> 'ize' where applicable | Peter Hutterer | 1 | -1/+1 | |
2017-05-04 | Use American English: behaviour -> behavior | Peter Hutterer | 1 | -1/+1 | |
2017-05-03 | doc: Use https links wherever possible. | Elliott Sales de Andrade | 1 | -1/+1 | |
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-04-28 | howtox.md: fix header hierarchy | Mathieu Duponchelle | 1 | -11/+7 | |
.. and remove an obsolete wiki home link at the bottom of the page | |||||
2017-04-26 | docs: Import the website and wiki and build with hotdoc | Thibault Saunier | 1 | -0/+160 | |
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. |