summaryrefslogtreecommitdiff
path: root/docs/markdown/IDE-integration.md
AgeCommit message (Collapse)Author
2021-10-03docs: Fix broken linksDaniel Mensinger
2021-09-06mintro: add installed_planFilipe Laíns
Signed-off-by: Filipe Laíns <lains@riseup.net>
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
2021-01-14Add qtcreator to IDE-integration.mdgaal-dev
2020-10-15intro: Add extra_files key to intro output (fixes #7310)Daniel Mensinger
2020-09-04introspect: add test dependencies info to test/benchmark JSONPaolo Bonzini
Add the ids of any target that needs to be rebuilt before running the tests as computed by the backend, to the introspection data for tests and benchmarks. This also includes anything that appears on the test's command line. Without this information, IDEs must update the entire build before running any test. They can now instead selectively build the test executable itself and anything that is needed to run it. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2020-08-22added VS Code/Codium extention [skip ci]noasakurajin
2020-07-31Doc: Added clarification on introspection files gen order [skip ci]Alexis Jeandet
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
2020-06-18docs: replaced `ninja` with appropriate `meson` commands [skip ci]TheQwertiest
2020-05-23ast: Add docs for --astDaniel Mensinger
2020-04-28Meson Cmake Wrapper unmaintained [skip ci]Brendan Simon
The Meson CMake Wrapper project is currently unmaintained.
2020-04-20add introspect --buildsystem-files info [skip ci]Michael
2020-03-21adding Meson-UI to IDE-integration.md [skip ci]Michael Brockus
2019-12-13mintro: include test protocol in introspection dataPaolo Bonzini
2019-12-10mintro: Add version key to --scan-dependencies (fixes #6287)Daniel Mensinger
2019-11-21Meson Syntax Highlighter plugin for JetBrains IDEs.Artsiom Chapialiou
2019-11-14mintro: dependencies: added version keyDaniel Mensinger
2019-09-15Fix improperly closed code backtick [skip ci]jimbo1qaz
2019-07-25Added KDevelop to the docs (#5714) [skip ci]Daniel Mensinger
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 Mensinger
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 Pakkanen
2019-03-03mintro: Renamed --dependencies --> --scan-dependenciesDaniel Mensinger
2019-03-03Added docsDaniel Mensinger
2019-03-01mintro: Add name of subproject the target is contained in to --target outputDaniel Schulte
2019-01-15mintro: Added `defined_in` key in the targets introspectionDaniel Mensinger
2019-01-06Updated the docs [skip ci]Daniel Mensinger
2019-01-06Code cleanup and renamed variablesDaniel Mensinger
2019-01-06Update docs/markdown/IDE-integration.mdtextshell
Co-Authored-By: mensinda <daniel@mensinger-ka.de>
2019-01-06Update docs/markdown/IDE-integration.mdtextshell
Co-Authored-By: mensinda <daniel@mensinger-ka.de>
2019-01-06Doc updates and throw if no target type is setDaniel Mensinger
2019-01-06Slight modification of the wordingDaniel Mensinger
2019-01-06Update docs/markdown/IDE-integration.mdtextshell
Co-Authored-By: mensinda <daniel@mensinger-ka.de>
2019-01-06Updated the docsDaniel Mensinger
2019-01-06Updated documentationDaniel Mensinger
2019-01-06Documentation and unit test updateDaniel Mensinger
2019-01-01Updated doc [skip ci]Daniel Mensinger
2018-12-29Tests and docsDaniel Mensinger
2018-11-24Updated docs [skip ci]Daniel Mensinger
2018-08-09[skip ci]Charles Barto
add list of existing editor integrations add meson_cmake_wrapper to the list of integrations
2018-03-11docs: update for mesonintrospect.py -> meson introspectJon Turney
mesonintrospect is deprecated since 59a35c4c (PR #2067)
2017-10-23Update references from mesonconf to meson configureKevin Anderson
Fixes #2372
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-05-03docs: replace 'meson build' with 'meson builddir'Peter Hutterer
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 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.