aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-09-24compilers/mixins/c2000: Make mypy safeDylan Baker2-1/+7
2020-09-24compilers/mixins/arm: make type safeDylan Baker2-26/+25
2020-09-24compilers/compilers: Fully type annotateDylan Baker7-168/+266
2020-09-24ast/introspection: Fix typing violation due to untyped functionsDylan Baker1-7/+8
2020-09-24compilers: Use a distinct type for compile/link resultsDylan Baker5-29/+42
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-23Deprecate meson.build_root() and meson.source_root()Xavier Claessens3-6/+13
2020-09-23zsh: Add completions for meson installDylan Baker1-2/+17
2020-09-22pylint: turn on a few more errorsDylan Baker1-0/+3
2020-09-22pylint: turn on bad-indentation errorDylan Baker6-30/+31
2020-09-22pylint: turn on warnings for abstract classesDylan Baker1-0/+1
2020-09-22pylint: Turn on warnings for incorrect number of argsDylan Baker3-6/+11
2020-09-22zsh: add meson dist completionsDylan Baker1-2/+18
2020-09-22mdist: actually constrain the choices of the --formats optionDylan Baker1-1/+1
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-09-21Add a test of a failed pickled commandJon Turney1-0/+7
2020-09-21docs: Clarify what literal strings mean [skip ci]Nirbheek Chauhan1-2/+3
2020-09-21Improve docs for creating new wraps. [skip ci]Jussi Pakkanen1-16/+85
2020-09-20Make meson_exe report pickled command when it failsJon Turney2-1/+6
2020-09-20Improve description of meson wrapped custom commandsJon Turney3-24/+47
2020-09-18pylint: Turn on a few more good warningsDylan Baker1-0/+4
2020-09-18pylint: Catch cases of `if len(container)` which should be replaced by `if co...Dylan Baker3-3/+5
2020-09-18Some fixes for CompCertSebastian Meyer2-4/+4
2020-09-18Support identifying msvc dependency prefix with a path starting with a backslashMartin Storsjö1-2/+7
2020-09-18msubprojects: Fix unit tests on WindowsXavier Claessens2-5/+6
2020-09-18msubprojects: Revert back to rev-parse instead of --show-currentXavier Claessens2-13/+26
2020-09-18msubprojects: Stop trying to guess subproject typeXavier Claessens3-18/+8
2020-09-18msubprojects: Add basic unit testsXavier Claessens1-2/+165
2020-09-18msubprojects: Avoid useless "no local changes to save" messageXavier Claessens1-3/+7
2020-09-18msubprojects: Fix checkout of new tag/branchXavier Claessens1-4/+9
2020-09-18msubprojects: Fix --types default valueXavier Claessens1-3/+5
2020-09-17backends: Treat build target as generator only when it's the first argNirbheek Chauhan3-5/+7
2020-09-17project tests: Verify that UWP cross binaries use the right archNirbheek Chauhan2-0/+38
2020-09-17project tests: Also check whether introspect worksNirbheek Chauhan1-0/+5
2020-09-17Rename [properties] to [built-in options]Nirbheek Chauhan1-1/+1
2020-09-17project tests: Rename a variable for clarityNirbheek Chauhan1-5/+5
2020-09-17Revert "windows: reduce chance of going over path limit in backend/vs"Nirbheek Chauhan1-5/+4
2020-09-17unittests: mock os.environ before mucking with itDylan Baker1-1/+4
2020-09-17tests: Make monkey patching smarterDylan Baker2-40/+15
2020-09-17windows: reduce chance of going over path limit in backend/vsPeter Harris1-4/+5
2020-09-17Canonicalize target architectures aarch64/armv* into arm64/arm for MSVC toolsMartin Storsjö1-0/+4
2020-09-17Fixed MacOS dylib custom targets not marked as linkableMarco Mastropaolo1-1/+1