summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-09-06completions: bash: don't show json errors when completing "meson test".Luke Elliott
2023-09-06completions: bash: added "compile" (and "help") completion.Luke Elliott
2023-09-06completions: bash: fix -x<tab>.Luke Elliott
2023-09-06completions: bash: added a bunch of missing completion options.Luke Elliott
2023-09-06qt module: add include_directories to moc compileCharles Brunet
2023-09-06qt module: fix substitution for depfile in mocCharles Brunet
2023-09-05wrap: Use MESON_PACKAGE_CACHE_DIR as default packagecache pathXavier Claessens
2023-09-05wrap: Remove duplicated codeXavier Claessens
2023-09-04Adding Meson-UI back on IDE-integration.mdMichael Gene Brockus (Dreamer)
2023-09-04Add trilo xtest to usersMichael Gene Brockus (Dreamer)
2023-09-01tests: repeat the failure reason in the detailed logsEli Schwartz
2023-09-01tests: move a couple log files into collapsed github groups where possibleEli Schwartz
2023-09-01tests: move the newline to the right place in ci includesEli Schwartz
2023-09-01tests: sync ninja stdout/stderr instead of listing them separatelyEli Schwartz
2023-09-01tests: make summary section for project tests more like pytestEli Schwartz
2023-09-01tests: make run_project_tests finish off the verbose logs with a summaryEli Schwartz
2023-09-01compilers: fix compiler detection when the "ccache" string is in the pathFilipe LaĆ­ns
2023-08-31add json output format to configure fileCharles Brunet
2023-08-31Document that dicts can be indexed with []Bruce Merry
2023-08-31Doc: fix type signature for add_languages.requiredBruce Merry
2023-08-30Re-enable "11 runpath rpath ldlibrarypath"Tristan Partin
2023-08-30Disable failing test on cygwin due to broken cmakeCharles Brunet
2023-08-30ci: Skip gir test on cygwinXavier Claessens
2023-08-30Merge pull request #10332 from xclaesse/std-optJussi Pakkanen
2023-08-29gnome: Fix crash in gtkdoc and generate_gir in C++ projectsXavier Claessens
2023-08-28include_directories: Always add both source and build dirsXavier Claessens
2023-08-28Add CUDA id and flags to reference tablesBruce Merry
2023-08-27FAQ: MinGW UCRT are compatible with MSVC and also use libfoo.aXavier Claessens
2023-08-25msetup: Update options when builddir is already configuredXavier Claessens
2023-08-24minstall: move the "Installing foo to bar" message upPeter Hutterer
2023-08-24Suggest using --reconfigure only when not already using itXavier Claessens
2023-08-24find_program: Fallback if version mismatchXavier Claessens
2023-08-24build: Simplify import_filename handlingXavier Claessens
2023-08-23Use `cudart_static` by default in dependency('cuda')David Seifert
2023-08-23Fix completely broken support for `static: true` with dependency('cuda')David Seifert
2023-08-23machine file: Add @GLOBAL_SOURCE_ROOT@ and @DIRNAME@Xavier Claessens
2023-08-22compilers: fix checks handling of internal dependenciesBenoit Pierre
2023-08-18CI: make linters emit colored outputEli Schwartz
2023-08-18run_mypy: add option to run once for each supported version of pythonEli Schwartz
2023-08-18consistently use Literal annotation from typing_extensionsEli Schwartz
2023-08-18docs: use future annotations for genrefman types in typing_extensionsEli Schwartz
2023-08-18CI: trigger website job when testing modifications to the website jobEli Schwartz
2023-08-18CI: add pip caching to website jobEli Schwartz
2023-08-18ninja backend: fix the automatic restat of outputs when reconfiguringEli Schwartz
2023-08-18Revert "Revert "Add fs.relative_to()""Tristan Partin
2023-08-18Suggest fix in MesonVersionMismatchExceptionM Henning
2023-08-18tests: fix assertion rewriting when pytest is usedBenoit Pierre
2023-08-18Add more descriptive description to CustomTargetCharles Brunet
2023-08-18docs: Provide example for feature.disable_auto_ifJan Janssen
2023-08-17Revert "Add fs.relative_to()"Eli Schwartz