aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-09-29dependencies/curses: Add support for using the ncurses config toolsDylan Baker6-3/+44
2020-09-29dependency/misc: change lookup order for curses pkg-configDylan Baker1-1/+1
2020-09-29docs/Dependencies Add missing curses documentationDylan Baker1-0/+10
2020-09-29dependencies/misc: Fix typing of curses_factoryDylan Baker1-3/+3
2020-09-29Merge pull request #7758 from dcbaker/submit/hdf5-factoryDylan Baker10-119/+206
2020-09-29Merge pull request #7762 from jon-turney/meson-exe-output-improveJussi Pakkanen5-25/+60
2020-09-29compilers/VS: fix build to use optimization and debug flagsVili Väinölä3-27/+41
2020-09-29Merge pull request #7772 from xclaesse/deprecate-source-rootJussi Pakkanen8-9/+59
2020-09-29Improve documentation about using shell in custom_target() [skip ci]Jon Turney2-4/+9
2020-09-29Merge pull request #7794 from mensinda/cmTypingDaniel Mensinger9-373/+444
2020-09-28CODEOWNERS: don't use * [skip ci]Dylan Baker1-3/+3
2020-09-28Add old style command to tutorial. Closes #7793. [skip ci]Jussi Pakkanen1-2/+13
2020-09-28Add meson.project_build/source_root() methodsXavier Claessens8-4/+47
2020-09-28windows: reduce chance of going over path limit in backend/vsPeter Harris1-4/+5
2020-09-28typing: fully annotate cmake.interpreterDaniel Mensinger2-171/+199
2020-09-28typing: fully annotate cmake.traceparserDaniel Mensinger1-32/+45
2020-09-28typing: fully annotate cmake.generatorDaniel Mensinger1-1/+2
2020-09-28typing: fully annotate cmake.fileapiDaniel Mensinger1-10/+14
2020-09-28typing: fully annotate cmake.executorDaniel Mensinger2-36/+40
2020-09-27Fixes meson test timeout on windowsYonggang Luo1-2/+2
2020-09-27Merge pull request #7776 from dcbaker/submit/zsh-additionsJussi Pakkanen2-42/+255
2020-09-27typing: fully annotate cmake.commonDaniel Mensinger2-42/+50
2020-09-27typing: fully annotate cmake.clientDaniel Mensinger1-35/+43
2020-09-27typing: add convinient option to clear the terminal to run_mypy.pyDaniel Mensinger1-0/+5
2020-09-27typing: fix indentation in run_mypy.pyDaniel Mensinger1-48/+48
2020-09-25tests/hdf5: work around some problemsDylan Baker1-5/+20
2020-09-25dependencies/hdf5: Use the correct compilers for the machineDylan Baker3-6/+23
2020-09-25dependencies/hdf5: Convert to a dependency_factoryDylan Baker9-113/+168
2020-09-24environment: Pass defines to clang based ObjC[++] compilersDylan Baker1-1/+5
2020-09-24compilers/objcpp: add type annotationsDylan Baker2-14/+31
2020-09-24compilers/objc: Add type annotationsDylan Baker2-14/+28
2020-09-24compilers: Tell mypy that the compiler mixins are just thatDylan Baker16-178/+122
2020-09-24compilers: make is_cross part of the base Compiler classDylan Baker14-38/+36
2020-09-24compilers: make sanity_check_impl a protected methodDylan Baker3-4/+4
2020-09-24compilers: put name_string method in base compilerDylan Baker9-24/+4
2020-09-24run_mypy: compilers/c_function_attributes is already type safeDylan Baker1-0/+1
2020-09-24run_mypy: all of compilers/mixins is now type safeDylan Baker1-14/+1
2020-09-24compilers/mixins: make xc16 type safeDylan Baker2-2/+8
2020-09-24compilers/mixins: make visual studio type safeDylan Baker2-2/+22
2020-09-24compilers/mixins/pgi: Make type safeDylan Baker2-2/+12
2020-09-24compilers/mixins/islinker: Make type safeDylan Baker2-0/+5
2020-09-24compilers/mixins/intel: make type safeDylan Baker2-12/+23
2020-09-24compilers/mixins/intel: Use the has_func_attribute_extra_args functionDylan Baker2-1/+6
2020-09-24compilers/mixins/emscripten: make type safeDylan Baker2-4/+12
2020-09-24compilers/mixins/elbrus: make type safeDylan Baker2-1/+6
2020-09-24compilers/mixins: make compcert type safeDylan Baker2-2/+7
2020-09-24compilers/mixins/clang: Make type safeDylan Baker3-5/+25
2020-09-24compilers/mixings/gnu: make type safeDylan Baker2-11/+35
2020-09-24compilers/mixins/clike: fix mypy issuesDylan Baker7-152/+303
2020-09-24compilers/mixins/ccrx: make mypy safeDylan Baker2-1/+7