summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-28typing: fully annotate cmake.fileapiDaniel Mensinger
2020-09-28typing: fully annotate cmake.executorDaniel Mensinger
2020-09-27typing: fully annotate cmake.commonDaniel Mensinger
2020-09-27typing: fully annotate cmake.clientDaniel Mensinger
2020-09-27typing: add convinient option to clear the terminal to run_mypy.pyDaniel Mensinger
2020-09-27typing: fix indentation in run_mypy.pyDaniel Mensinger
2020-09-24environment: Pass defines to clang based ObjC[++] compilersDylan Baker
2020-09-24compilers/objcpp: add type annotationsDylan Baker
2020-09-24compilers/objc: Add type annotationsDylan Baker
2020-09-24compilers: Tell mypy that the compiler mixins are just thatDylan Baker
2020-09-24compilers: make is_cross part of the base Compiler classDylan Baker
2020-09-24compilers: make sanity_check_impl a protected methodDylan Baker
2020-09-24compilers: put name_string method in base compilerDylan Baker
2020-09-24run_mypy: compilers/c_function_attributes is already type safeDylan Baker
2020-09-24run_mypy: all of compilers/mixins is now type safeDylan Baker
2020-09-24compilers/mixins: make xc16 type safeDylan Baker
2020-09-24compilers/mixins: make visual studio type safeDylan Baker
2020-09-24compilers/mixins/pgi: Make type safeDylan Baker
2020-09-24compilers/mixins/islinker: Make type safeDylan Baker
2020-09-24compilers/mixins/intel: make type safeDylan Baker
2020-09-24compilers/mixins/intel: Use the has_func_attribute_extra_args functionDylan Baker
2020-09-24compilers/mixins/emscripten: make type safeDylan Baker
2020-09-24compilers/mixins/elbrus: make type safeDylan Baker
2020-09-24compilers/mixins: make compcert type safeDylan Baker
2020-09-24compilers/mixins/clang: Make type safeDylan Baker
2020-09-24compilers/mixings/gnu: make type safeDylan Baker
2020-09-24compilers/mixins/clike: fix mypy issuesDylan Baker
2020-09-24compilers/mixins/ccrx: make mypy safeDylan Baker
2020-09-24compilers/mixins/c2000: Make mypy safeDylan Baker
2020-09-24compilers/mixins/arm: make type safeDylan Baker
2020-09-24compilers/compilers: Fully type annotateDylan Baker
2020-09-24ast/introspection: Fix typing violation due to untyped functionsDylan Baker
2020-09-24compilers: Use a distinct type for compile/link resultsDylan Baker
2020-09-22pylint: turn on a few more errorsDylan Baker
2020-09-22pylint: turn on bad-indentation errorDylan Baker
2020-09-22pylint: turn on warnings for abstract classesDylan Baker
2020-09-22pylint: Turn on warnings for incorrect number of argsDylan Baker
2020-09-21docs: Clarify what literal strings mean [skip ci]Nirbheek Chauhan
2020-09-21Improve docs for creating new wraps. [skip ci]Jussi Pakkanen
2020-09-18pylint: Turn on a few more good warningsDylan Baker
2020-09-18pylint: Catch cases of `if len(container)` which should be replaced by `if co...Dylan Baker
2020-09-18Some fixes for CompCertSebastian Meyer
2020-09-18Support identifying msvc dependency prefix with a path starting with a backslashMartin Storsjö
2020-09-18msubprojects: Fix unit tests on WindowsXavier Claessens
2020-09-18msubprojects: Revert back to rev-parse instead of --show-currentXavier Claessens
2020-09-18msubprojects: Stop trying to guess subproject typeXavier Claessens
2020-09-18msubprojects: Add basic unit testsXavier Claessens
2020-09-18msubprojects: Avoid useless "no local changes to save" messageXavier Claessens
2020-09-18msubprojects: Fix checkout of new tag/branchXavier Claessens
2020-09-18msubprojects: Fix --types default valueXavier Claessens