summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | zsh: Add completions for meson compileDylan Baker2020-09-231-0/+16
| * | | zsh: add completions for subprojectsDylan Baker2020-09-231-3/+77
| * | | zsh: add wrap completionsDylan Baker2020-09-231-1/+54
| * | | zsh: add missing arguments to meson test completionsDylan Baker2020-09-231-5/+6
| * | | zsh: Add completions for meson initDylan Baker2020-09-231-2/+22
| * | | zsh: Add completions for meson installDylan Baker2020-09-231-2/+17
| * | | zsh: add meson dist completionsDylan Baker2020-09-221-2/+18
| * | | mdist: actually constrain the choices of the --formats optionDylan Baker2020-09-221-1/+1
| * | | zsh: Add ability to complete depedency pathsDylan Baker2020-09-221-4/+4
| * | | zsh: add missing options for meson introspectDylan Baker2020-09-221-5/+7
| * | | zsh: share common options between meson configure and meson setupDylan Baker2020-09-221-36/+38
| * | | zsh: Add missing options for meson setupDylan Baker2020-09-221-12/+26
| * | | zsh: remove binaries that are not longer installedDylan Baker2020-09-221-1/+1
* | | | environment: Pass defines to clang based ObjC[++] compilersDylan Baker2020-09-241-1/+5
* | | | compilers/objcpp: add type annotationsDylan Baker2020-09-242-14/+31
* | | | compilers/objc: Add type annotationsDylan Baker2020-09-242-14/+28
* | | | compilers: Tell mypy that the compiler mixins are just thatDylan Baker2020-09-2416-178/+122
* | | | compilers: make is_cross part of the base Compiler classDylan Baker2020-09-2414-38/+36
* | | | compilers: make sanity_check_impl a protected methodDylan Baker2020-09-243-4/+4
* | | | compilers: put name_string method in base compilerDylan Baker2020-09-249-24/+4
* | | | run_mypy: compilers/c_function_attributes is already type safeDylan Baker2020-09-241-0/+1
* | | | run_mypy: all of compilers/mixins is now type safeDylan Baker2020-09-241-14/+1
* | | | compilers/mixins: make xc16 type safeDylan Baker2020-09-242-2/+8
* | | | compilers/mixins: make visual studio type safeDylan Baker2020-09-242-2/+22
* | | | compilers/mixins/pgi: Make type safeDylan Baker2020-09-242-2/+12
* | | | compilers/mixins/islinker: Make type safeDylan Baker2020-09-242-0/+5
* | | | compilers/mixins/intel: make type safeDylan Baker2020-09-242-12/+23
* | | | compilers/mixins/intel: Use the has_func_attribute_extra_args functionDylan Baker2020-09-242-1/+6
* | | | compilers/mixins/emscripten: make type safeDylan Baker2020-09-242-4/+12
* | | | compilers/mixins/elbrus: make type safeDylan Baker2020-09-242-1/+6
* | | | compilers/mixins: make compcert type safeDylan Baker2020-09-242-2/+7
* | | | compilers/mixins/clang: Make type safeDylan Baker2020-09-243-5/+25
* | | | compilers/mixings/gnu: make type safeDylan Baker2020-09-242-11/+35
* | | | compilers/mixins/clike: fix mypy issuesDylan Baker2020-09-247-152/+303
* | | | compilers/mixins/ccrx: make mypy safeDylan Baker2020-09-242-1/+7
* | | | compilers/mixins/c2000: Make mypy safeDylan Baker2020-09-242-1/+7
* | | | compilers/mixins/arm: make type safeDylan Baker2020-09-242-26/+25
* | | | compilers/compilers: Fully type annotateDylan Baker2020-09-247-168/+266
* | | | ast/introspection: Fix typing violation due to untyped functionsDylan Baker2020-09-241-7/+8
* | | | compilers: Use a distinct type for compile/link resultsDylan Baker2020-09-245-29/+42
| |/ / |/| |
* | | pylint: turn on a few more errorsDylan Baker2020-09-221-0/+3
* | | pylint: turn on bad-indentation errorDylan Baker2020-09-226-30/+31
* | | pylint: turn on warnings for abstract classesDylan Baker2020-09-221-0/+1
* | | pylint: Turn on warnings for incorrect number of argsDylan Baker2020-09-223-6/+11
|/ /
* | docs: Clarify what literal strings mean [skip ci]Nirbheek Chauhan2020-09-211-2/+3
* | Improve docs for creating new wraps. [skip ci]Jussi Pakkanen2020-09-211-16/+85
|/
* pylint: Turn on a few more good warningsDylan Baker2020-09-181-0/+4
* pylint: Catch cases of `if len(container)` which should be replaced by `if co...Dylan Baker2020-09-183-3/+5
* Some fixes for CompCertSebastian Meyer2020-09-182-4/+4
* Support identifying msvc dependency prefix with a path starting with a backslashMartin Storsjö2020-09-181-2/+7