aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2020-05-14interpreter: Rename has_exe_wrapper -> can_run_host_binariesDylan Baker1-3/+11
2020-05-14interpreterbase: Allow passing an extra message in feature/deprecation warningsDylan Baker1-6/+20
2020-05-14gnome.generate_gir: Fix missing include directoriesXavier Claessens1-6/+4
2020-05-14coredata: Fixup the default libdir value, not the set valueNirbheek Chauhan1-3/+3
2020-05-14cmake: Fix string substitution index errorNirbheek Chauhan1-2/+2
2020-05-14ui/qt: Warn if Android cpu_family is unknownNirbheek Chauhan1-0/+3
2020-05-14ui/qt: use new directory layout for qt on androidMatthew Waters1-0/+14
2020-05-14gfortran: Fix has_header implementation with GCC 10Nirbheek Chauhan1-0/+12
2020-05-14boost: Try finding libraries with the matching arch (fixes #7110)Daniel Mensinger2-5/+52
2020-05-13Merge pull request #6620 from jon-turney/test-output-checkDylan Baker4-17/+39
2020-05-13interpretor: Do not add dependencies if we already have themMarcel Hollerbach1-0/+4
2020-05-13macos: Remove framwork linkerlike argsEric Lemanissier1-1/+1
2020-05-13Fix outdated cross-compilation checksOle André Vadla RavnÄs4-14/+17
2020-05-13Fix has_function() for clang on 64bit WindowsChristoph Reiter1-1/+1
2020-05-12cmake: Ignore unknown c(pp)? stds (fixes #7104)Daniel Mensinger1-1/+16
2020-05-12interpreterbase: Fix version checking for deprecationDylan Baker1-2/+17
2020-05-12interpreter: Don't assign duplication and new feature warning to the same var...Dylan Baker1-3/+12
2020-05-11ConfigToolDependency: Don't fallback to system tool when cross compilingXavier Claessens1-21/+4
2020-05-11Add AVR to cpu families. Closes #7085.Jussi Pakkanen1-0/+1
2020-05-11Fix builtin check in has_function() with GCC 10 on WindowsChristoph Reiter1-11/+16
2020-05-10python: install_sources() should default to pure, following the docMarc-André Lureau1-1/+1
2020-05-10Improve Emscripten linker version detectionAndrei Alexeyev1-6/+9
2020-05-10boost: Do not be strict about static if not specified (fixes #7057)Daniel Mensinger1-1/+2
2020-05-08Allow indexed custom target to be used in executable's depends.Szabi Tolnai1-1/+1
2020-05-08More robust cmake version detectionReza Housseini1-1/+1
2020-05-08Do not pass rpath flags to wasm-ldAndrei Alexeyev1-0/+5
2020-05-08rename unstable-kconfig to unstable-keyvalPaolo Bonzini1-6/+4
2020-05-07Allow overriding g-ir-scanner and g-ir-compiler binaries.James Hilliard1-2/+10
2020-05-07envconfig: Always honor PKG_CONFIG_PATHDylan Baker1-1/+1
2020-05-06Merge pull request #7064 from dcbaker/gtest-protocolJussi Pakkanen5-34/+108
2020-05-06Merge pull request #7076 from mesonbuild/revertcrossfixupJussi Pakkanen1-1/+1
2020-05-04Add native support for gtest testsDylan Baker3-9/+56
2020-05-04coredata: init IntegerOption choices to the correct valueEric Engestrom1-3/+3
2020-05-04Revert "coredata: init_builtins should always call libdir_cross_fixup"Jussi Pakkanen1-1/+1
2020-05-04Fix incremental debug builds in VSGustavoLCR1-1/+2
2020-05-03Merge pull request #7060 from dcbaker/install-script-targetsJussi Pakkanen1-14/+64
2020-05-03Merge pull request #7059 from xclaesse/gir-windowsJussi Pakkanen2-2/+10
2020-05-03rm python2 %s from backends.py and ninjabackend.pyMichael Brockus2-38/+35
2020-05-03boost: Do not set BOOST_ALL_DYN_LINK (fixes #7056)Daniel Mensinger1-5/+2
2020-05-02Merge pull request #6838 from dcbaker/link-language-in-librariesJussi Pakkanen1-6/+9
2020-05-01boost: Only use usage-requirements defines (fixes #7046)Daniel Mensinger1-43/+50
2020-04-30backend/backends: Fix type annotationDylan Baker1-1/+1
2020-04-30Convert test protocol into an enumDylan Baker4-8/+32
2020-04-30build: cleanup and sort importsDylan Baker1-3/+5
2020-04-30backends/backends: sort and cleanup importsDylan Baker1-10/+14
2020-04-30mtest: use argparse.type to simplify some codeDylan Baker1-2/+1
2020-04-30mtest: Replace if (bool) { return bool; } with return bool;Dylan Baker1-3/+1
2020-04-30Allow get_variable to still function when the fallback is a disabler.James Hilliard2-1/+3
2020-04-30Cosmetic tweak to error message for incdir() with an absolute pathJon Turney1-2/+3
2020-04-30Check before compiler detection if 'c' language is present when adding 'vala'Jon Turney1-5/+6