aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/IDE-integration.md
AgeCommit message (Collapse)AuthorFilesLines
2019-09-15Fix improperly closed code backtick [skip ci]jimbo1qaz1-1/+1
2019-07-25Added KDevelop to the docs (#5714) [skip ci]Daniel Mensinger1-0/+1
The new meson plugin will be included in KDevelop 5.4, so adding it to the IDE-Integration docs. https://www.kdevelop.org/news/kdevelop-5380-released
2019-07-17mintro: Fix section key in buildoptionsDaniel Mensinger1-1/+9
This reverts the changes to the `section` key for the buildoptions and moves the machine choice into it's own `machine` key. With this commit the __undocumented__ breaking change to the introspection format (introduced in 0.51.0) is reverted and a new key is added instead.
2019-04-22Fix table layout. [skip ci]Jussi Pakkanen1-19/+19
2019-03-03mintro: Renamed --dependencies --> --scan-dependenciesDaniel Mensinger1-6/+3
2019-03-03Added docsDaniel Mensinger1-0/+58
2019-03-01mintro: Add name of subproject the target is contained in to --target outputDaniel Schulte1-0/+4
2019-01-15mintro: Added `defined_in` key in the targets introspectionDaniel Mensinger1-0/+1
2019-01-06Updated the docs [skip ci]Daniel Mensinger1-19/+54
2019-01-06Code cleanup and renamed variablesDaniel Mensinger1-2/+2
2019-01-06Update docs/markdown/IDE-integration.mdtextshell1-1/+1
Co-Authored-By: mensinda <daniel@mensinger-ka.de>
2019-01-06Update docs/markdown/IDE-integration.mdtextshell1-1/+1
Co-Authored-By: mensinda <daniel@mensinger-ka.de>
2019-01-06Doc updates and throw if no target type is setDaniel Mensinger1-1/+2
2019-01-06Slight modification of the wordingDaniel Mensinger1-1/+1
2019-01-06Update docs/markdown/IDE-integration.mdtextshell1-2/+2
Co-Authored-By: mensinda <daniel@mensinger-ka.de>
2019-01-06Updated the docsDaniel Mensinger1-1/+2
2019-01-06Updated documentationDaniel Mensinger1-23/+17
2019-01-06Documentation and unit test updateDaniel Mensinger1-19/+84
2019-01-01Updated doc [skip ci]Daniel Mensinger1-1/+3
2018-12-29Tests and docsDaniel Mensinger1-0/+9
2018-11-24Updated docs [skip ci]Daniel Mensinger1-0/+36
2018-08-09[skip ci]Charles Barto1-0/+6
add list of existing editor integrations add meson_cmake_wrapper to the list of integrations
2018-03-11docs: update for mesonintrospect.py -> meson introspectJon Turney1-5/+5
mesonintrospect is deprecated since 59a35c4c (PR #2067)
2017-10-23Update references from mesonconf to meson configureKevin Anderson1-1/+1
Fixes #2372
2017-05-03doc: Use https links wherever possible.Elliott Sales de Andrade1-1/+1
2017-05-03doc: Capitalize things more consistently.Elliott Sales de Andrade1-1/+1
Upper or lower case depending on the official spelling, or the more consistent usage.
2017-05-03docs: replace 'meson build' with 'meson builddir'Peter Hutterer1-2/+2
Clarifies that this is really just a directory, not a command. https://github.com/mesonbuild/meson/issues/1560
2017-05-03docs: add a short description for all top pages in the ManualPeter Hutterer1-0/+4
2017-04-26docs: Import the website and wiki and build with hotdocThibault Saunier1-0/+41
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.