aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2020-10-04Fixed using files object in subdir with xcode backendOskar Sigvardsson1-1/+1
2020-10-04pathlib: Fix resolve() by overriding it in Python 3.5Daniel Mensinger34-35/+85
2020-10-04cmake: switch to pathlib (fixes #7322)Daniel Mensinger9-252/+260
2020-10-03Merge pull request #7795 from dcbaker/submit/full-compiler-annotationsDylan Baker29-903/+1154
2020-10-02Fix meson compile for 32-bit MSVC buildVili Väinölä1-12/+16
2020-10-01compilers/icl fix IntelClCPP argument checkingDylan Baker1-0/+4
2020-10-01compilers/icl: Fix pch usageDylan Baker1-0/+3
2020-10-01linkers: Fix Xilink constructorDylan Baker1-2/+5
2020-10-01compilers/fortran: make ifort on windows signature match ICL'sDylan Baker2-3/+3
2020-10-01compilers/clike: Store exe_wrapper as ExternalProgramDylan Baker2-4/+4
2020-10-01compilers: make get_optimization_args abstractDylan Baker2-1/+5
2020-10-01compilers/fortran: fix has_multi_*_argumentsDylan Baker2-23/+12
2020-10-01compilers/d: add type annotationsDylan Baker2-128/+143
2020-10-01compilers/gnu: Don't pretend to inherit CLikeDylan Baker1-1/+1
2020-10-01compilers: move _build_wrapper out of clike into CompilerDylan Baker2-51/+79
2020-10-01compilers: clang: use get_compiler_check_argsDylan Baker1-5/+8
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-10-01deprecated get_configtool_variable and get_pkgconfig_variableDylan Baker1-0/+4
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