summaryrefslogtreecommitdiff
path: root/docs/markdown/Configuring-a-build-directory.md
AgeCommit message (Collapse)Author
2021-01-31Capitalize "Meson" consistently as it is a proper name. [skip ci]Jussi Pakkanen
2021-01-30Rewrap long text lines in docs. [skip ci]Jussi Pakkanen
2020-12-10compilers: add support for c++20/gnu++20Florian Schmaus
Fixes #8084.
2020-08-22Add C2x option support.Alex Rønne Petersen
2020-06-18docs: replaced `ninja` with appropriate `meson` commands [skip ci]TheQwertiest
2019-11-25complete gfortran/intel/intel-cl fortran_std testMichael Hirsch, Ph.D
2019-04-16Add VS2019 backend CI and docs.Anton Kochkov
2019-04-10Update Built-in Option c_std for C17. Closes #4842.jrl64
2019-02-19Add warning level zerojml1795
2019-01-25mconf: Use introspection to print the project default options (fixes #2543)Daniel Mensinger
2018-12-01Update sample output of meson configure [skip ci]Lzu Tao
2018-03-11docs: remove reference to mesonguiJon Turney
mesongui was removed in 71f18226 (PR #574)
2017-10-23Update references from mesonconf to meson configureKevin Anderson
Fixes #2372
2017-08-26Rewrapped more files.Jussi Pakkanen
2017-05-03docs: add a short description for all top pages in the ManualPeter Hutterer
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.