summaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)Author
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 bad-indentation errorDylan Baker
2020-09-22pylint: Turn on warnings for incorrect number of argsDylan 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: 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
2020-09-17backends: Treat build target as generator only when it's the first argNirbheek Chauhan
2020-09-17Revert "windows: reduce chance of going over path limit in backend/vs"Nirbheek Chauhan
2020-09-17windows: reduce chance of going over path limit in backend/vsPeter Harris
2020-09-17Canonicalize target architectures aarch64/armv* into arm64/arm for MSVC toolsMartin Storsjö
2020-09-17Fixed MacOS dylib custom targets not marked as linkableMarco Mastropaolo
2020-09-16linkers: fully type annotate and fix mypy issuesDylan Baker
2020-09-16linkers/compilers: Move an emscripten method to the compilerDylan Baker
2020-09-16linkers: Make id a class variable for DynamicLinkersDylan Baker
2020-09-16linkers: Fix argument errorDylan Baker
2020-09-16envconfig: fix return type of get_env_var_pairDylan Baker
2020-09-15Add support for the CompCert C CompilerSebastian Meyer
2020-09-14InternalDependency: Add as_link_whole() methodXavier Claessens
2020-09-13externalproject: Fix typing annotationXavier Claessens
2020-09-13external-project: Add typing annotationXavier Claessens
2020-09-13external-project: New module to build configure/make projectsXavier Claessens
2020-09-13Allow installing dir from build dirXavier Claessens
2020-09-13mcompile: Add some basic XCode supportNirbheek Chauhan
2020-09-13Improve regexp for MSVC target arch detection againTamás Bálint Misius
2020-09-13Remove redudant checks in vs2010 backendVili Väinölä
2020-09-13Add VS include directories to projects as wellVili Väinölä
2020-09-11Store first line of VisualStudio compiler output as full_versionJon Turney
2020-09-11Revert "Do not automatically set warning flags if buildtype is 'plain'"Eli Schwartz
2020-09-10msubprojects: Allow comma separated list of typesXavier Claessens