aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2020-10-01compilers/intel: use get_compiler_check_argsDylan Baker2-24/+15
2020-10-01compilers: move get_compile_check_args() to CompilerDylan Baker3-26/+47
2020-10-01compilers/fortran: add type annotationsDylan Baker2-92/+143
2020-10-01compilers/java: Add type annotationsDylan Baker1-24/+22
2020-10-01compilers/rust: add type annotationsDylan Baker1-25/+38
2020-10-01compilers/swift: Add type annotationsDylan Baker2-32/+39
2020-10-01Compilers/vala: Add type annotationsDylan Baker2-24/+35
2020-10-01compilers/cuda: make type safeDylan Baker6-71/+75
2020-10-01mesonlib: make OptionOverrideProxy a true MutableMappingDylan Baker3-23/+31
2020-10-01compilres: move depfile_for_object to compilerDylan Baker4-13/+6
2020-10-01compilers/cs: Add type annotationsDylan Baker3-44/+40
2020-10-01compilers: move get_dependency_gen_args to base CompilerDylan Baker13-40/+3
2020-10-01compilers: move split_shlib_to_parts to the base compilerDylan Baker4-9/+3
2020-10-01compilers/cpp: Add type annotationsDylan Baker4-121/+195
2020-10-01compilers: fully type annotate the C compilersDylan Baker9-128/+206
2020-09-30compilers: Use /Od for no-optimisation flag for Intel compilers on windowsIan Harvey1-2/+2
2020-09-29dependencies/curses: don't try ncurses-config or system dependency on windowsDylan Baker1-5/+9
2020-09-29dependencies/curses: Add support for pdcursesYonggang Luo1-1/+6
2020-09-29dependencies/curses: Add a system dependencyDylan Baker1-1/+58
2020-09-29dependencies/zlib: Fix header detectionDylan Baker1-1/+1
2020-09-29dependencies/curses: Add support for using the ncurses config toolsDylan Baker1-1/+20
2020-09-29dependency/misc: change lookup order for curses pkg-configDylan Baker1-1/+1
2020-09-29dependencies/misc: Fix typing of curses_factoryDylan Baker1-3/+3
2020-09-29Merge pull request #7758 from dcbaker/submit/hdf5-factoryDylan Baker4-111/+152
2020-09-29Merge pull request #7762 from jon-turney/meson-exe-output-improveJussi Pakkanen4-25/+53
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 Pakkanen2-0/+25
2020-09-29Merge pull request #7794 from mensinda/cmTypingDaniel Mensinger8-325/+390
2020-09-28Add meson.project_build/source_root() methodsXavier Claessens2-0/+23
2020-09-28windows: reduce chance of going over path limit in backend/vsPeter Harris1-4/+5
2020-09-28typing: fully annotate cmake.interpreterDaniel Mensinger1-171/+198
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-27Merge pull request #7776 from dcbaker/submit/zsh-additionsJussi Pakkanen1-1/+1
2020-09-27typing: fully annotate cmake.commonDaniel Mensinger2-42/+50
2020-09-27typing: fully annotate cmake.clientDaniel Mensinger1-35/+43
2020-09-25dependencies/hdf5: Use the correct compilers for the machineDylan Baker2-6/+20
2020-09-25dependencies/hdf5: Convert to a dependency_factoryDylan Baker3-109/+136
2020-09-24environment: Pass defines to clang based ObjC[++] compilersDylan Baker1-1/+5
2020-09-24compilers/objcpp: add type annotationsDylan Baker1-14/+30
2020-09-24compilers/objc: Add type annotationsDylan Baker1-14/+27
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-24compilers/mixins: make xc16 type safeDylan Baker1-2/+7
2020-09-24compilers/mixins: make visual studio type safeDylan Baker1-2/+21
2020-09-24compilers/mixins/pgi: Make type safeDylan Baker1-2/+11