aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-09-07docs: refman: add vim syntax file generatorLiam Beguin3-1/+143
2023-09-07gnome: Fix glib tool lookup consistencyXavier Claessens1-13/+31
2023-09-07Fix crash when installing a vala library and python sourcesXavier Claessens7-8/+21
2023-09-07Compiler checks must use per-subproject optionsXavier Claessens2-1/+5
2023-09-07Rename OptionOverrideProxy to OptionsView and move to coredataXavier Claessens4-58/+48
2023-09-07Add compiler.has_defineMarvin Scholz5-49/+110
2023-09-06Merge pull request #11422 from lukester1975/bash-completionJussi Pakkanen1-99/+269
2023-09-06completions: bash: don't show json errors when completing "meson test".Luke Elliott1-7/+24
2023-09-06completions: bash: added "compile" (and "help") completion.Luke Elliott1-2/+63
2023-09-06completions: bash: fix -x<tab>.Luke Elliott1-48/+45
2023-09-06completions: bash: added a bunch of missing completion options.Luke Elliott1-42/+137
2023-09-06tests: Test extern'd globals on MacOS with the Apple ArchiverAilin Nemui5-0/+31
2023-09-06backends/ninja: run `ranlib -c $out` when using the apple arDylan Baker2-1/+16
2023-09-06qt module: add include_directories to moc compileCharles Brunet5-5/+20
2023-09-06qt module: fix substitution for depfile in mocCharles Brunet1-1/+1
2023-09-05wrap: Use MESON_PACKAGE_CACHE_DIR as default packagecache pathXavier Claessens9-2/+48
2023-09-05wrap: Remove duplicated codeXavier Claessens1-12/+6
2023-09-04Adding Meson-UI back on IDE-integration.mdMichael Gene Brockus (Dreamer)1-0/+1
2023-09-04Add trilo xtest to usersMichael Gene Brockus (Dreamer)1-0/+1
2023-09-01tests: repeat the failure reason in the detailed logsEli Schwartz1-0/+3
2023-09-01tests: move a couple log files into collapsed github groups where possibleEli Schwartz1-8/+7
2023-09-01tests: move the newline to the right place in ci includesEli Schwartz1-3/+3
2023-09-01tests: sync ninja stdout/stderr instead of listing them separatelyEli Schwartz1-2/+2
2023-09-01tests: make summary section for project tests more like pytestEli Schwartz1-5/+6
2023-09-01tests: make run_project_tests finish off the verbose logs with a summaryEli Schwartz1-0/+5
2023-09-01compilers: fix compiler detection when the "ccache" string is in the pathFilipe Laíns1-1/+1
2023-08-31add json output format to configure fileCharles Brunet10-24/+121
2023-08-31Document that dicts can be indexed with []Bruce Merry1-0/+9
2023-08-31Doc: fix type signature for add_languages.requiredBruce Merry1-1/+1
2023-08-30Re-enable "11 runpath rpath ldlibrarypath"Tristan Partin2-3/+1
2023-08-30Disable failing test on cygwin due to broken cmakeCharles Brunet1-1/+8
2023-08-30ci: Skip gir test on cygwinXavier Claessens2-1/+7
2023-08-30Merge pull request #10332 from xclaesse/std-optJussi Pakkanen10-111/+240
2023-08-29gnome: Fix crash in gtkdoc and generate_gir in C++ projectsXavier Claessens11-0/+85
2023-08-28include_directories: Always add both source and build dirsXavier Claessens5-5/+17
2023-08-28Add CUDA id and flags to reference tablesBruce Merry1-0/+3
2023-08-27FAQ: MinGW UCRT are compatible with MSVC and also use libfoo.aXavier Claessens1-0/+3
2023-08-25msetup: Update options when builddir is already configuredXavier Claessens6-22/+59
2023-08-24minstall: move the "Installing foo to bar" message upPeter Hutterer1-6/+8
2023-08-24Suggest using --reconfigure only when not already using itXavier Claessens3-15/+15
2023-08-24find_program: Fallback if version mismatchXavier Claessens7-29/+65
2023-08-24build: Simplify import_filename handlingXavier Claessens1-39/+17
2023-08-23Use `cudart_static` by default in dependency('cuda')David Seifert1-1/+3
2023-08-23Fix completely broken support for `static: true` with dependency('cuda')David Seifert1-2/+10
2023-08-23machine file: Add @GLOBAL_SOURCE_ROOT@ and @DIRNAME@Xavier Claessens6-15/+51
2023-08-22compilers: fix checks handling of internal dependenciesBenoit Pierre3-0/+12
2023-08-18CI: make linters emit colored outputEli Schwartz1-2/+4
2023-08-18run_mypy: add option to run once for each supported version of pythonEli Schwartz2-3/+13
2023-08-18consistently use Literal annotation from typing_extensionsEli Schwartz2-2/+4
2023-08-18docs: use future annotations for genrefman types in typing_extensionsEli Schwartz2-67/+71