Age | Commit message (Expand) | Author | Files | Lines |
2022-12-05 | Use meson setup [options] in meson RPM macro | Jani VĂ€limaa | 1 | -1/+1 |
2022-09-18 | completions: bash: add simple init competion | Liam Beguin | 1 | -1/+35 |
2022-09-18 | completions: bash: define sub-commands as an array | Liam Beguin | 1 | -20/+21 |
2022-09-18 | completions: bash: update meson sub-command list | Liam Beguin | 1 | -1/+26 |
2022-09-18 | completions: bash: add missing functions | Liam Beguin | 1 | -0/+16 |
2022-09-18 | completions: bash: order function definitions like in help | Liam Beguin | 1 | -44/+44 |
2022-05-03 | interpreter: new function add_project_dependencies() | Paolo Bonzini | 1 | -0/+1 |
2022-03-30 | Add new debug() function | Marvin Scholz | 1 | -0/+1 |
2022-03-07 | interpreter: add an implementation for structured_sources | Dylan Baker | 1 | -0/+1 |
2022-02-10 | implement 'dist --allow-dirty' flag | andy5995 | 1 | -0/+1 |
2022-02-04 | Drop emacs meson-mode | Marc-André Lureau | 1 | -31/+0 |
2021-12-01 | add install_symlink function | Pablo Correa GĂłmez | 1 | -0/+1 |
2021-10-12 | syntax-highlighting: vim: whitespace fixes | Doug Kearns | 1 | -4/+4 |
2021-10-12 | syntax-highlighting: vim: improve the ftplugin | Doug Kearns | 1 | -3/+20 |
2021-10-12 | syntax-highlighting: vim: set b:undo_ftplugin | Doug Kearns | 1 | -0/+2 |
2021-10-12 | syntax-highlighting: vim: use Boolean highlight group for booleans | Doug Kearns | 1 | -2/+2 |
2021-10-12 | syntax-highlighting: vim: match octal and hexadecimal numbers | Doug Kearns | 1 | -0/+2 |
2021-10-10 | Fix typos discovered by codespell | Christian Clauss | 1 | -1/+1 |
2021-10-08 | add install_emptydir function | Eli Schwartz | 1 | -0/+1 |
2021-09-30 | syntax-highlighting: vim: set b:undo_indent | Doug Kearns | 1 | -0/+2 |
2021-08-18 | test runner: add the ability to configure test.json for python paths | Eli Schwartz | 1 | -0/+3 |
2021-08-16 | Add unset_variable() | Tristan Partin | 1 | -1/+2 |
2021-08-15 | editorconfig: add setting to trim trailing whitespace | Eli Schwartz | 1 | -1/+0 |
2021-07-07 | Allow `skip_*` test.json keys at top-level or in `matrix:` | Jon Turney | 1 | -0/+18 |
2021-07-07 | Add `skip_on_os` to test.json | Jon Turney | 1 | -0/+6 |
2021-07-07 | Add `skip_on_jobname` to test.json | Jon Turney | 1 | -0/+6 |
2021-06-24 | Fix test.json schema for 'matrix' | Jon Turney | 1 | -5/+11 |
2021-06-23 | Enforce all dicts with a fixed set of keys in test.json schema | Jon Turney | 1 | -0/+9 |
2021-06-22 | coverage: Enable coverage reports | Daniel Mensinger | 1 | -0/+25 |
2021-05-06 | syntax-highlighting: vim: add myself as a maintainer | Liam Beguin | 3 | -0/+3 |
2021-05-06 | syntax-highlighting: vim: fix setting cpo | Liam Beguin | 1 | -1/+1 |
2021-03-16 | Add range() function | Xavier Claessens | 1 | -0/+1 |
2021-01-13 | Fix misspells | Antonin DĂ©cimo | 1 | -3/+3 |
2020-11-03 | vim: Drop backwards compatibility with Vim 5. | Aman Verma | 1 | -30/+15 |
2020-09-23 | zsh: Add completions for meson compile | Dylan Baker | 1 | -0/+16 |
2020-09-23 | zsh: add completions for subprojects | Dylan Baker | 1 | -3/+77 |
2020-09-23 | zsh: add wrap completions | Dylan Baker | 1 | -1/+54 |
2020-09-23 | zsh: add missing arguments to meson test completions | Dylan Baker | 1 | -5/+6 |
2020-09-23 | zsh: Add completions for meson init | Dylan Baker | 1 | -2/+22 |
2020-09-23 | zsh: Add completions for meson install | Dylan Baker | 1 | -2/+17 |
2020-09-22 | zsh: add meson dist completions | Dylan Baker | 1 | -2/+18 |
2020-09-22 | zsh: Add ability to complete depedency paths | Dylan Baker | 1 | -4/+4 |
2020-09-22 | zsh: add missing options for meson introspect | Dylan Baker | 1 | -5/+7 |
2020-09-22 | zsh: share common options between meson configure and meson setup | Dylan Baker | 1 | -36/+38 |
2020-09-22 | zsh: Add missing options for meson setup | Dylan Baker | 1 | -12/+26 |
2020-09-22 | zsh: remove binaries that are not longer installed | Dylan Baker | 1 | -1/+1 |
2020-08-27 | test: Add 'dir' support for installed files in test.json | Daniel Mensinger | 1 | -0/+1 |
2020-08-08 | completions/zsh: Add --native-file | Dylan Baker | 1 | -0/+1 |
2020-07-22 | vim: Syntax-highlight continue and break statements | Nirbheek Chauhan | 1 | -1/+2 |
2020-06-21 | mcompile: Add --verbose mode | Igor Raits | 1 | -0/+1 |