Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-10-15 | intro: Add extra_files key to intro output (fixes #7310) | Daniel Mensinger | 1 | -0/+4 | |
2020-09-04 | introspect: add test dependencies info to test/benchmark JSON | Paolo Bonzini | 1 | -0/+6 | |
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 | 1 | -0/+1 | |
2020-07-31 | Doc: Added clarification on introspection files gen order [skip ci] | Alexis Jeandet | 1 | -1/+2 | |
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org> | |||||
2020-06-18 | docs: replaced `ninja` with appropriate `meson` commands [skip ci] | TheQwertiest | 1 | -2/+2 | |
2020-05-23 | ast: Add docs for --ast | Daniel Mensinger | 1 | -18/+69 | |
2020-04-28 | Meson Cmake Wrapper unmaintained [skip ci] | Brendan Simon | 1 | -1/+1 | |
The Meson CMake Wrapper project is currently unmaintained. | |||||
2020-04-20 | add introspect --buildsystem-files info [skip ci] | Michael | 1 | -0/+15 | |
2020-03-21 | adding Meson-UI to IDE-integration.md [skip ci] | Michael Brockus | 1 | -0/+1 | |
2019-12-13 | mintro: include test protocol in introspection data | Paolo Bonzini | 1 | -1/+2 | |
2019-12-10 | mintro: Add version key to --scan-dependencies (fixes #6287) | Daniel Mensinger | 1 | -1/+5 | |
2019-11-21 | Meson Syntax Highlighter plugin for JetBrains IDEs. | Artsiom Chapialiou | 1 | -0/+1 | |
2019-11-14 | mintro: dependencies: added version key | Daniel Mensinger | 1 | -2/+2 | |
2019-09-15 | Fix improperly closed code backtick [skip ci] | jimbo1qaz | 1 | -1/+1 | |
2019-07-25 | Added KDevelop to the docs (#5714) [skip ci] | Daniel Mensinger | 1 | -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-17 | mintro: Fix section key in buildoptions | Daniel Mensinger | 1 | -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-22 | Fix table layout. [skip ci] | Jussi Pakkanen | 1 | -19/+19 | |
2019-03-03 | mintro: Renamed --dependencies --> --scan-dependencies | Daniel Mensinger | 1 | -6/+3 | |
2019-03-03 | Added docs | Daniel Mensinger | 1 | -0/+58 | |
2019-03-01 | mintro: Add name of subproject the target is contained in to --target output | Daniel Schulte | 1 | -0/+4 | |
2019-01-15 | mintro: Added `defined_in` key in the targets introspection | Daniel Mensinger | 1 | -0/+1 | |
2019-01-06 | Updated the docs [skip ci] | Daniel Mensinger | 1 | -19/+54 | |
2019-01-06 | Code cleanup and renamed variables | Daniel Mensinger | 1 | -2/+2 | |
2019-01-06 | Update docs/markdown/IDE-integration.md | textshell | 1 | -1/+1 | |
Co-Authored-By: mensinda <daniel@mensinger-ka.de> | |||||
2019-01-06 | Update docs/markdown/IDE-integration.md | textshell | 1 | -1/+1 | |
Co-Authored-By: mensinda <daniel@mensinger-ka.de> | |||||
2019-01-06 | Doc updates and throw if no target type is set | Daniel Mensinger | 1 | -1/+2 | |
2019-01-06 | Slight modification of the wording | Daniel Mensinger | 1 | -1/+1 | |
2019-01-06 | Update docs/markdown/IDE-integration.md | textshell | 1 | -2/+2 | |
Co-Authored-By: mensinda <daniel@mensinger-ka.de> | |||||
2019-01-06 | Updated the docs | Daniel Mensinger | 1 | -1/+2 | |
2019-01-06 | Updated documentation | Daniel Mensinger | 1 | -23/+17 | |
2019-01-06 | Documentation and unit test update | Daniel Mensinger | 1 | -19/+84 | |
2019-01-01 | Updated doc [skip ci] | Daniel Mensinger | 1 | -1/+3 | |
2018-12-29 | Tests and docs | Daniel Mensinger | 1 | -0/+9 | |
2018-11-24 | Updated docs [skip ci] | Daniel Mensinger | 1 | -0/+36 | |
2018-08-09 | [skip ci] | Charles Barto | 1 | -0/+6 | |
add list of existing editor integrations add meson_cmake_wrapper to the list of integrations | |||||
2018-03-11 | docs: update for mesonintrospect.py -> meson introspect | Jon Turney | 1 | -5/+5 | |
mesonintrospect is deprecated since 59a35c4c (PR #2067) | |||||
2017-10-23 | Update references from mesonconf to meson configure | Kevin Anderson | 1 | -1/+1 | |
Fixes #2372 | |||||
2017-05-03 | doc: Use https links wherever possible. | Elliott Sales de Andrade | 1 | -1/+1 | |
2017-05-03 | doc: Capitalize things more consistently. | Elliott Sales de Andrade | 1 | -1/+1 | |
Upper or lower case depending on the official spelling, or the more consistent usage. | |||||
2017-05-03 | docs: replace 'meson build' with 'meson builddir' | Peter Hutterer | 1 | -2/+2 | |
Clarifies that this is really just a directory, not a command. https://github.com/mesonbuild/meson/issues/1560 | |||||
2017-05-03 | docs: add a short description for all top pages in the Manual | Peter Hutterer | 1 | -0/+4 | |
2017-04-26 | docs: Import the website and wiki and build with hotdoc | Thibault Saunier | 1 | -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. |