aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/mixins/xc16.py
AgeCommit message (Expand)AuthorFilesLines
2023-08-11treewide: automatic rewriting of all comment-style type annotationsEli Schwartz1-7/+7
2023-08-11remove useless type annotationsEli Schwartz1-1/+1
2023-03-23asm: Add sx extensionRenan Lavarec1-0/+1
2022-11-27Add warning_level=everythingDavid Robillard1-1/+2
2022-10-09compilers: Add optimization=plain optionJan Tojnar1-0/+1
2022-08-24fix linker regression for compilers that don't accept LDFLAGS directlyEli Schwartz1-1/+3
2022-01-10compilers: push the compiler id to a class variableDylan Baker1-1/+2
2020-10-01compilers: move get_dependency_gen_args to base CompilerDylan Baker1-4/+0
2020-10-01compilers: fully type annotate the C compilersDylan Baker1-1/+1
2020-09-24compilers: Tell mypy that the compiler mixins are just thatDylan Baker1-5/+8
2020-09-24compilers/mixins: make xc16 type safeDylan Baker1-2/+7
2020-03-21-Add xc16 and c2000 C,Cpp toolchain supportalanNz1-0/+123