aboutsummaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Expand)AuthorFilesLines
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
2020-09-23zsh: Add completions for meson installDylan Baker1-2/+17
2020-09-22zsh: add meson dist completionsDylan Baker1-2/+18
2020-09-22zsh: Add ability to complete depedency pathsDylan Baker1-4/+4
2020-09-22zsh: add missing options for meson introspectDylan Baker1-5/+7
2020-09-22zsh: share common options between meson configure and meson setupDylan Baker1-36/+38
2020-09-22zsh: Add missing options for meson setupDylan Baker1-12/+26
2020-09-22zsh: remove binaries that are not longer installedDylan Baker1-1/+1
2020-08-27test: Add 'dir' support for installed files in test.jsonDaniel Mensinger1-0/+1
2020-08-08completions/zsh: Add --native-fileDylan Baker1-0/+1
2020-07-22vim: Syntax-highlight continue and break statementsNirbheek Chauhan1-1/+2
2020-06-21mcompile: Add --verbose modeIgor Raits1-0/+1
2020-06-15macros.meson: Switch to meson compile / installIgor Raits1-3/+9
2020-06-15macros.meson: Switch to %{_smp_build_ncpus}Igor Raits1-9/+3
2020-04-30Update test.json schema to add stdoutJon Turney1-0/+25
2020-04-23mtest: Generate a JUnit xml result fileDylan Baker1-0/+96
2020-04-17Add a json schema for the test.json used in testsDylan Baker1-0/+105
2020-03-12syntax-highlighting/vim: Add `in` as an operatorNirbheek Chauhan1-1/+1
2020-01-14Add .wrap file syntax detection for vimLuke Drummond1-0/+1
2019-12-12Add a summary() function for configuration summarizationXavier Claessens1-0/+1