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 | -9/+11 | |
2021-01-20 | Added "How do I use a library before declaring it?" in the FAQ. | Volker Weißmann | 1 | -0/+17 | |
2021-01-19 | Keep buildtype the same even if user changes debug and/or optimization. | Jussi Pakkanen | 1 | -0/+33 | |
2020-06-18 | docs: replaced `ninja` with appropriate `meson` commands [skip ci] | TheQwertiest | 1 | -1/+1 | |
2020-06-15 | Documentation, FAQ.md, generated_headers [skip ci] | laolux | 1 | -1/+1 | |
2019-11-07 | docs: Mention error LNK1181, linking for MSVC [skip ci] | Vedran Miletić | 1 | -1/+1 | |
Make FAQ entry about linking failing on Windows with MSVC more easily discoverable by including keywords LNK1181 and linking. | |||||
2019-11-06 | Fix typos found by codespell | Wolfgang Stöggl | 1 | -1/+1 | |
- Typos were found by codespell v1.16.0 | |||||
2019-11-02 | Add option for controlling RTTI. | Jussi Pakkanen | 1 | -0/+11 | |
2019-07-10 | FAQ.md: Do I need to add headers to sources? [skip ci] | Nirbheek Chauhan | 1 | -0/+18 | |
2019-07-10 | FAQ.md: Add an entry for generated headers [skip ci] | Nirbheek Chauhan | 1 | -0/+69 | |
Closes https://github.com/mesonbuild/meson/issues/5624 | |||||
2019-06-10 | Rewrap some doc lines. [skip ci] | Jussi Pakkanen | 1 | -8/+11 | |
2019-05-13 | FAQ: Add an entry about the library naming scheme with MSVC [skip ci] | Nirbheek Chauhan | 1 | -0/+34 | |
This is very frequently asked. | |||||
2019-05-02 | Describe how to add support for new compilers. [skip ci] | Jussi Pakkanen | 1 | -0/+34 | |
2018-04-12 | Explain the choice of implementation language. [skip ci] | Jussi Pakkanen | 1 | -0/+37 | |
2018-04-06 | [fixup]: add since to FAQ | Mathieu Duponchelle | 1 | -1/+1 | |
2018-04-06 | new wrap-mode: forcefallback | Mathieu Duponchelle | 1 | -0/+6 | |
This can be useful to make sure that a project builds when its fallbacks are used on systems where external dependencies satisfy the version requirements, or to easily hack on the sources of a dependency for which a fallback exists. | |||||
2018-03-23 | docs/FAQ: fix typo [skip ci] | Eric Engestrom | 1 | -1/+1 | |
2018-03-04 | Explain change of default better. [skip ci] | Jussi Pakkanen | 1 | -32/+165 | |
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-10-04 | Update to not use deprecated mesonconf | David Strauss | 1 | -1/+1 | |
2017-08-10 | Update wrap-mode FAQ | Nirbheek Chauhan | 1 | -1/+1 | |
2017-05-04 | Update FAQ.md: meson is not elementary particle | Chiu Yue Chun | 1 | -1/+1 | |
meson is a hadron, more specifically, hadrons that consists of a quark and a anti-quark. So, it is a composite particle rather than elementary one. | |||||
2017-05-03 | doc: Use https links wherever possible. | Elliott Sales de Andrade | 1 | -2/+2 | |
2017-05-03 | doc: Capitalize things more consistently. | Elliott Sales de Andrade | 1 | -5/+5 | |
Upper or lower case depending on the official spelling, or the more consistent usage. | |||||
2017-04-26 | docs: Import the website and wiki and build with hotdoc | Thibault Saunier | 1 | -0/+157 | |
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. |