summaryrefslogtreecommitdiff
path: root/docs/markdown/IDE-integration.md
AgeCommit message (Collapse)Author
2025-04-07Fix documentation typosEmil Berg
2024-12-19introspect: add machine to target_sourcesPaolo Bonzini
Even though the "targets" introspection info already includes the command line arguments used to invoke the compiler, this is not enough to correlated with the "compilers" introspection info and get extra information from there. Together with the existing "language" key, adding a "machine" key is enough to identify completely an entry in the compilers info. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2023-12-27Add CLion to the list of IDE integrationsMarina.Kalashina
CLion was not mentioned in the list of IDE integrations. This commit adds it, also adds a “3rd party" prefix to the Meson Syntax Highlighter plugin to indicate that it doesn't come from JetBrains, and sorts the list alphabetically.
2023-09-04Adding Meson-UI back on IDE-integration.mdMichael Gene Brockus (Dreamer)
2023-04-11fix various spelling issuesJosh Soref
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-03-28docs: replace most uses of `meson_options.txt` with `meson.options`Dylan Baker
I've left the old release notes in place, but updated everything else to use `meson.options`
2022-12-27docs: update IDE-integrations [skip-ci]Stephan Lachnit
- change asabil.meson to vscode-meson - remove unmaintained Meson-UI and Meson Cmake Wrapper - remove note that Ecplise CDT support is experimental
2022-12-27docs: add mmeson to IDE integrations [skip-ci]Stephan Lachnit
2022-08-16docs: fix various references to "meson builddir"Eli Schwartz
This is wrong, it should use "meson setup builddir".
2021-10-09docs: Update docsDaniel Mensinger
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