summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-29dependencies/curses: Add way to testing curses on msys2.Yonggang Luo
2020-09-29tests/curses: Extend to test versionsDylan Baker
2020-09-29dependencies/curses: Add a system dependencyDylan Baker
2020-09-29dependencies/zlib: Fix header detectionDylan Baker
2020-09-29dependencies/curses: Add support for using the ncurses config toolsDylan Baker
2020-09-29dependency/misc: change lookup order for curses pkg-configDylan Baker
2020-09-29docs/Dependencies Add missing curses documentationDylan Baker
2020-09-29dependencies/misc: Fix typing of curses_factoryDylan Baker
2020-09-29Merge pull request #7758 from dcbaker/submit/hdf5-factoryDylan Baker
2020-09-29Merge pull request #7762 from jon-turney/meson-exe-output-improveJussi Pakkanen
2020-09-29compilers/VS: fix build to use optimization and debug flagsVili Väinölä
2020-09-29Merge pull request #7772 from xclaesse/deprecate-source-rootJussi Pakkanen
2020-09-29Improve documentation about using shell in custom_target() [skip ci]Jon Turney
2020-09-29Merge pull request #7794 from mensinda/cmTypingDaniel Mensinger
2020-09-28CODEOWNERS: don't use * [skip ci]Dylan Baker
2020-09-28Add old style command to tutorial. Closes #7793. [skip ci]Jussi Pakkanen
2020-09-28Add meson.project_build/source_root() methodsXavier Claessens
2020-09-28windows: reduce chance of going over path limit in backend/vsPeter Harris
2020-09-28typing: fully annotate cmake.interpreterDaniel Mensinger
2020-09-28typing: fully annotate cmake.traceparserDaniel Mensinger
2020-09-28typing: fully annotate cmake.generatorDaniel Mensinger
2020-09-28typing: fully annotate cmake.fileapiDaniel Mensinger
2020-09-28typing: fully annotate cmake.executorDaniel Mensinger
2020-09-27Fixes meson test timeout on windowsYonggang Luo
2020-09-27Merge pull request #7776 from dcbaker/submit/zsh-additionsJussi Pakkanen
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-25tests/hdf5: work around some problemsDylan Baker
2020-09-25dependencies/hdf5: Use the correct compilers for the machineDylan Baker
2020-09-25dependencies/hdf5: Convert to a dependency_factoryDylan Baker
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