| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-04-07 | Fix documentation typos | Emil Berg | |
| 2024-12-19 | introspect: add machine to target_sources | Paolo 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-27 | Add CLion to the list of IDE integrations | Marina.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-04 | Adding Meson-UI back on IDE-integration.md | Michael Gene Brockus (Dreamer) | |
| 2023-04-11 | fix various spelling issues | Josh Soref | |
| Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> | |||
| 2023-03-28 | docs: 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-27 | docs: 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-27 | docs: add mmeson to IDE integrations [skip-ci] | Stephan Lachnit | |
| 2022-08-16 | docs: fix various references to "meson builddir" | Eli Schwartz | |
| This is wrong, it should use "meson setup builddir". | |||
| 2021-10-09 | docs: Update docs | Daniel Mensinger | |
| 2021-10-03 | docs: Fix broken links | Daniel Mensinger | |
| 2021-09-06 | mintro: add installed_plan | Filipe Laíns | |
| Signed-off-by: Filipe Laíns <lains@riseup.net> | |||
| 2021-01-31 | Capitalize "Meson" consistently as it is a proper name. [skip ci] | Jussi Pakkanen | |
| 2021-01-30 | Rewrap long text lines in docs. [skip ci] | Jussi Pakkanen | |
| 2021-01-14 | Add qtcreator to IDE-integration.md | gaal-dev | |
| 2020-10-15 | intro: Add extra_files key to intro output (fixes #7310) | Daniel Mensinger | |
| 2020-09-04 | introspect: add test dependencies info to test/benchmark JSON | Paolo 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-22 | added VS Code/Codium extention [skip ci] | noasakurajin | |
| 2020-07-31 | Doc: Added clarification on introspection files gen order [skip ci] | Alexis Jeandet | |
| Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org> | |||
| 2020-06-18 | docs: replaced `ninja` with appropriate `meson` commands [skip ci] | TheQwertiest | |
| 2020-05-23 | ast: Add docs for --ast | Daniel Mensinger | |
| 2020-04-28 | Meson Cmake Wrapper unmaintained [skip ci] | Brendan Simon | |
| The Meson CMake Wrapper project is currently unmaintained. | |||
| 2020-04-20 | add introspect --buildsystem-files info [skip ci] | Michael | |
| 2020-03-21 | adding Meson-UI to IDE-integration.md [skip ci] | Michael Brockus | |
| 2019-12-13 | mintro: include test protocol in introspection data | Paolo Bonzini | |
| 2019-12-10 | mintro: Add version key to --scan-dependencies (fixes #6287) | Daniel Mensinger | |
| 2019-11-21 | Meson Syntax Highlighter plugin for JetBrains IDEs. | Artsiom Chapialiou | |
| 2019-11-14 | mintro: dependencies: added version key | Daniel Mensinger | |
| 2019-09-15 | Fix improperly closed code backtick [skip ci] | jimbo1qaz | |
| 2019-07-25 | Added 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-17 | mintro: Fix section key in buildoptions | Daniel 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-22 | Fix table layout. [skip ci] | Jussi Pakkanen | |
| 2019-03-03 | mintro: Renamed --dependencies --> --scan-dependencies | Daniel Mensinger | |
| 2019-03-03 | Added docs | Daniel Mensinger | |
| 2019-03-01 | mintro: Add name of subproject the target is contained in to --target output | Daniel Schulte | |
| 2019-01-15 | mintro: Added `defined_in` key in the targets introspection | Daniel Mensinger | |
| 2019-01-06 | Updated the docs [skip ci] | Daniel Mensinger | |
| 2019-01-06 | Code cleanup and renamed variables | Daniel Mensinger | |
| 2019-01-06 | Update docs/markdown/IDE-integration.md | textshell | |
| Co-Authored-By: mensinda <daniel@mensinger-ka.de> | |||
| 2019-01-06 | Update docs/markdown/IDE-integration.md | textshell | |
| Co-Authored-By: mensinda <daniel@mensinger-ka.de> | |||
| 2019-01-06 | Doc updates and throw if no target type is set | Daniel Mensinger | |
| 2019-01-06 | Slight modification of the wording | Daniel Mensinger | |
| 2019-01-06 | Update docs/markdown/IDE-integration.md | textshell | |
| Co-Authored-By: mensinda <daniel@mensinger-ka.de> | |||
| 2019-01-06 | Updated the docs | Daniel Mensinger | |
| 2019-01-06 | Updated documentation | Daniel Mensinger | |
| 2019-01-06 | Documentation and unit test update | Daniel Mensinger | |
| 2019-01-01 | Updated doc [skip ci] | Daniel Mensinger | |
| 2018-12-29 | Tests and docs | Daniel Mensinger | |
| 2018-11-24 | Updated 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 | |||
