| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-10-04 | Make custom dist scripts accept arguments. | Jan Tojnar | |
| meson.add_dist_script, introduced in #3906, did not accept any arguments other than script name. Since all other meson.add_*_script methods do accept args, this makes the dist script accept them as well. | |||
| 2018-09-13 | Fix flake8 'imported but unused' reports | Jon Turney | |
| $ flake8 | grep F401 ./mesonbuild/compilers/d.py:19:1: F401 '.compilers.GCC_CYGWIN' imported but unused ./test cases/unit/35 dist script/replacer.py:3:1: F401 'sys' imported but unused | |||
| 2018-08-27 | Add support for custom dist scripts. | Jussi Pakkanen | |
