aboutsummaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Expand)AuthorFilesLines
2023-09-13run_project_tests: support checking for symlinksArsen Arsenović1-1/+2
2023-09-07syntax-highlighting: vim: update builtin function listLiam Beguin1-11/+9
2023-09-07Fix crash when installing a vala library and python sourcesXavier Claessens1-0/+1
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-08-14Python: Add 'limited_api' kwarg to extension_moduleAndrew McNulty1-0/+2
2023-04-11zsh: fix help / descriptionsJosh Soref1-3/+3
2023-04-11syntax-highlighting: vim: fix mesonSpaceErrorJosh Soref1-1/+1
2023-03-28Add support for meson.options as a replacement for meson_options.txtDylan Baker1-0/+1
2022-12-05Use meson setup [options] in meson RPM macroJani VĂ€limaa1-1/+1
2022-09-18completions: bash: add simple init competionLiam Beguin1-1/+35
2022-09-18completions: bash: define sub-commands as an arrayLiam Beguin1-20/+21
2022-09-18completions: bash: update meson sub-command listLiam Beguin1-1/+26
2022-09-18completions: bash: add missing functionsLiam Beguin1-0/+16
2022-09-18completions: bash: order function definitions like in helpLiam Beguin1-44/+44
2022-05-03interpreter: new function add_project_dependencies()Paolo Bonzini1-0/+1
2022-03-30Add new debug() functionMarvin Scholz1-0/+1
2022-03-07interpreter: add an implementation for structured_sourcesDylan Baker1-0/+1
2022-02-10implement 'dist --allow-dirty' flagandy59951-0/+1
2022-02-04Drop emacs meson-modeMarc-André Lureau1-31/+0
2021-12-01add install_symlink functionPablo Correa GĂłmez1-0/+1
2021-10-12syntax-highlighting: vim: whitespace fixesDoug Kearns1-4/+4
2021-10-12syntax-highlighting: vim: improve the ftpluginDoug Kearns1-3/+20
2021-10-12syntax-highlighting: vim: set b:undo_ftpluginDoug Kearns1-0/+2
2021-10-12syntax-highlighting: vim: use Boolean highlight group for booleansDoug Kearns1-2/+2
2021-10-12syntax-highlighting: vim: match octal and hexadecimal numbersDoug Kearns1-0/+2
2021-10-10Fix typos discovered by codespellChristian Clauss1-1/+1
2021-10-08add install_emptydir functionEli Schwartz1-0/+1
2021-09-30syntax-highlighting: vim: set b:undo_indentDoug Kearns1-0/+2
2021-08-18test runner: add the ability to configure test.json for python pathsEli Schwartz1-0/+3
2021-08-16Add unset_variable()Tristan Partin1-1/+2
2021-08-15editorconfig: add setting to trim trailing whitespaceEli Schwartz1-1/+0
2021-07-07Allow `skip_*` test.json keys at top-level or in `matrix:`Jon Turney1-0/+18
2021-07-07Add `skip_on_os` to test.jsonJon Turney1-0/+6
2021-07-07Add `skip_on_jobname` to test.jsonJon Turney1-0/+6
2021-06-24Fix test.json schema for 'matrix'Jon Turney1-5/+11
2021-06-23Enforce all dicts with a fixed set of keys in test.json schemaJon Turney1-0/+9
2021-06-22coverage: Enable coverage reportsDaniel Mensinger1-0/+25
2021-05-06syntax-highlighting: vim: add myself as a maintainerLiam Beguin3-0/+3
2021-05-06syntax-highlighting: vim: fix setting cpoLiam Beguin1-1/+1
2021-03-16Add range() functionXavier Claessens1-0/+1
2021-01-13Fix misspellsAntonin DĂ©cimo1-3/+3
2020-11-03vim: Drop backwards compatibility with Vim 5.Aman Verma1-30/+15
2020-09-23zsh: Add completions for meson compileDylan Baker1-0/+16
2020-09-23zsh: add completions for subprojectsDylan Baker1-3/+77
2020-09-23zsh: add wrap completionsDylan Baker1-1/+54
2020-09-23zsh: add missing arguments to meson test completionsDylan Baker1-5/+6
2020-09-23zsh: Add completions for meson initDylan Baker1-2/+22