summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-14run_unittests: Use unittest.mock instead of a handrolled mockDylan Baker
2020-05-14optinterpreter: Enable and update FeatureNew to use_singleDylan Baker
2020-05-14interpreter: Add always set default value for version and set it ASAPDylan Baker
2020-05-14use FeatureNew.single_useDylan Baker
2020-05-14modules/pkgconfig: Remove duplicate FeatureNewDylan Baker
2020-05-14interpreterbase: Proxy extra_message through to feature_check_classDylan Baker
2020-05-14interpreterbase: Add a oneline helper method for Feature(New|Deprecated)Dylan Baker
2020-05-14interpreter: Replace some uses of mlog.deprecation with FeatureDeprecatedDylan Baker
2020-05-14interpreter: Rename has_exe_wrapper -> can_run_host_binariesDylan Baker
2020-05-14interpreterbase: Allow passing an extra message in feature/deprecation warningsDylan Baker
2020-05-14gnome.generate_gir: Fix missing include directoriesXavier Claessens
2020-05-14coredata: Fixup the default libdir value, not the set valueNirbheek Chauhan
2020-05-14unit tests: Fix broken test_cross_libdir testNirbheek Chauhan
2020-05-14cmake: Fix string substitution index errorNirbheek Chauhan
2020-05-14ui/qt: Warn if Android cpu_family is unknownNirbheek Chauhan
2020-05-14ui/qt: use new directory layout for qt on androidMatthew Waters
2020-05-14gfortran: Fix has_header implementation with GCC 10Nirbheek Chauhan
2020-05-14boost: Try finding libraries with the matching arch (fixes #7110)Daniel Mensinger
2020-05-14docs: Add a Howto about the null dependency [skip ci]Dylan Baker
2020-05-13Merge pull request #6620 from jon-turney/test-output-checkDylan Baker
2020-05-13interpretor: Do not add dependencies if we already have themMarcel Hollerbach
2020-05-13macos: Remove framwork linkerlike argsEric Lemanissier
2020-05-13Fix outdated cross-compilation checksOle André Vadla Ravnås
2020-05-13Fix has_function() for clang on 64bit WindowsChristoph Reiter
2020-05-12cmake: Ignore unknown c(pp)? stds (fixes #7104)Daniel Mensinger
2020-05-12interpreterbase: Fix version checking for deprecationDylan Baker
2020-05-12interpreter: Don't assign duplication and new feature warning to the same var...Dylan Baker
2020-05-11ConfigToolDependency: Don't fallback to system tool when cross compilingXavier Claessens
2020-05-11Add AVR to cpu families. Closes #7085.Jussi Pakkanen
2020-05-11Fix builtin check in has_function() with GCC 10 on WindowsChristoph Reiter
2020-05-10python: install_sources() should default to pure, following the docMarc-André Lureau
2020-05-10Improve Emscripten linker version detectionAndrei Alexeyev
2020-05-10boost: Do not be strict about static if not specified (fixes #7057)Daniel Mensinger
2020-05-08Allow indexed custom target to be used in executable's depends.Szabi Tolnai
2020-05-08More robust cmake version detectionReza Housseini
2020-05-08Do not pass rpath flags to wasm-ldAndrei Alexeyev
2020-05-08rename unstable-kconfig to unstable-keyvalPaolo Bonzini
2020-05-07docs/Precompiled-headers: minor spell check. [skip ci]Wenjian He
2020-05-07Allow overriding g-ir-scanner and g-ir-compiler binaries.James Hilliard
2020-05-07envconfig: Always honor PKG_CONFIG_PATHDylan Baker
2020-05-06Merge pull request #7064 from dcbaker/gtest-protocolJussi Pakkanen
2020-05-06Merge pull request #7076 from mesonbuild/revertcrossfixupJussi Pakkanen
2020-05-04docs/unit-tests: Add information about output filesDylan Baker
2020-05-04docs: Reformat unit-tests to be ~80 characters per lineDylan Baker
2020-05-04Add native support for gtest testsDylan Baker
2020-05-04coredata: init IntegerOption choices to the correct valueEric Engestrom
2020-05-04Add regression test for libdir reset.Jussi Pakkanen
2020-05-04Revert "coredata: init_builtins should always call libdir_cross_fixup"Jussi Pakkanen
2020-05-04Fix incremental debug builds in VSGustavoLCR
2020-05-03Merge pull request #7060 from dcbaker/install-script-targetsJussi Pakkanen