aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/FAQ.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-9/+11
2021-01-20Added "How do I use a library before declaring it?" in the FAQ.Volker Weißmann1-0/+17
2021-01-19Keep buildtype the same even if user changes debug and/or optimization.Jussi Pakkanen1-0/+33
2020-06-18docs: replaced `ninja` with appropriate `meson` commands [skip ci]TheQwertiest1-1/+1
2020-06-15Documentation, FAQ.md, generated_headers [skip ci]laolux1-1/+1
2019-11-07docs: 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-06Fix typos found by codespellWolfgang Stöggl1-1/+1
- Typos were found by codespell v1.16.0
2019-11-02Add option for controlling RTTI.Jussi Pakkanen1-0/+11
2019-07-10FAQ.md: Do I need to add headers to sources? [skip ci]Nirbheek Chauhan1-0/+18
2019-07-10FAQ.md: Add an entry for generated headers [skip ci]Nirbheek Chauhan1-0/+69
Closes https://github.com/mesonbuild/meson/issues/5624
2019-06-10Rewrap some doc lines. [skip ci]Jussi Pakkanen1-8/+11
2019-05-13FAQ: Add an entry about the library naming scheme with MSVC [skip ci]Nirbheek Chauhan1-0/+34
This is very frequently asked.
2019-05-02Describe how to add support for new compilers. [skip ci]Jussi Pakkanen1-0/+34
2018-04-12Explain the choice of implementation language. [skip ci]Jussi Pakkanen1-0/+37
2018-04-06[fixup]: add since to FAQMathieu Duponchelle1-1/+1
2018-04-06new wrap-mode: forcefallbackMathieu Duponchelle1-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-23docs/FAQ: fix typo [skip ci]Eric Engestrom1-1/+1
2018-03-04Explain change of default better. [skip ci]Jussi Pakkanen1-32/+165
2017-10-23docs: Markdown headers don't need trailing hash signsLuis Menina1-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-04Update to not use deprecated mesonconfDavid Strauss1-1/+1
2017-08-10Update wrap-mode FAQNirbheek Chauhan1-1/+1
2017-05-04Update FAQ.md: meson is not elementary particleChiu Yue Chun1-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-03doc: Use https links wherever possible.Elliott Sales de Andrade1-2/+2
2017-05-03doc: Capitalize things more consistently.Elliott Sales de Andrade1-5/+5
Upper or lower case depending on the official spelling, or the more consistent usage.
2017-04-26docs: Import the website and wiki and build with hotdocThibault Saunier1-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.