summaryrefslogtreecommitdiff
path: root/docs/markdown/FAQ.md
AgeCommit message (Collapse)Author
2018-04-12Explain the choice of implementation language. [skip ci]Jussi Pakkanen
2018-04-06[fixup]: add since to FAQMathieu Duponchelle
2018-04-06new wrap-mode: forcefallbackMathieu Duponchelle
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 Engestrom
2018-03-04Explain change of default better. [skip ci]Jussi Pakkanen
2017-10-23docs: Markdown headers don't need trailing hash signsLuis Menina
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 Strauss
2017-08-10Update wrap-mode FAQNirbheek Chauhan
2017-05-04Update FAQ.md: meson is not elementary particleChiu Yue Chun
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 Andrade
2017-05-03doc: Capitalize things more consistently.Elliott Sales de Andrade
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 Saunier
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.