summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* coredata: Fixup the default libdir value, not the set valuenirbheek/test-for-libdir-breakageNirbheek Chauhan2020-05-141-3/+3
* unit tests: Fix broken test_cross_libdir testNirbheek Chauhan2020-05-141-6/+13
* gfortran: Fix has_header implementation with GCC 10Nirbheek Chauhan2020-05-141-0/+12
* boost: Try finding libraries with the matching arch (fixes #7110)Daniel Mensinger2020-05-142-5/+52
* docs: Add a Howto about the null dependency [skip ci]Dylan Baker2020-05-141-0/+23
* Merge pull request #6620 from jon-turney/test-output-checkDylan Baker2020-05-13120-48/+940
|\
| * Update test.json schema to add stdoutJon Turney2020-04-302-3/+28
| * Update dircondenser.py tool to update paths in test.json as wellJon Turney2020-04-301-0/+4
| * Add expected stdout for failing-meson and warning-meson testsJon Turney2020-04-3097-10/+722
| * Add a mechanism for validating meson output in testsJon Turney2020-04-302-0/+80
| * Cosmetic tweak to error message for incdir() with an absolute pathJon Turney2020-04-301-2/+3
| * Check before compiler detection if 'c' language is present when adding 'vala'Jon Turney2020-04-301-5/+6
| * Be more careful about the use of repr() in error messagesJon Turney2020-04-303-4/+7
| * Skip failing tests when they won't fail in the expected wayJon Turney2020-04-3014-11/+60
| * Make colourize_console() a functionJon Turney2020-04-303-13/+30
* | interpretor: Do not add dependencies if we already have themMarcel Hollerbach2020-05-131-0/+4
* | macos: Remove framwork linkerlike argsEric Lemanissier2020-05-132-2/+2
* | Fix outdated cross-compilation checksOle André Vadla RavnÄs2020-05-134-14/+17
* | Fix has_function() for clang on 64bit WindowsChristoph Reiter2020-05-131-1/+1
* | cmake: Ignore unknown c(pp)? stds (fixes #7104)Daniel Mensinger2020-05-121-1/+16
* | interpreterbase: Fix version checking for deprecationDylan Baker2020-05-121-2/+17
* | interpreter: Don't assign duplication and new feature warning to the same var...Dylan Baker2020-05-121-3/+12
* | ConfigToolDependency: Don't fallback to system tool when cross compilingXavier Claessens2020-05-114-22/+15
* | Add AVR to cpu families. Closes #7085.Jussi Pakkanen2020-05-112-0/+2
* | Fix builtin check in has_function() with GCC 10 on WindowsChristoph Reiter2020-05-111-11/+16
* | python: install_sources() should default to pure, following the docMarc-André Lureau2020-05-101-1/+1
* | Improve Emscripten linker version detectionAndrei Alexeyev2020-05-101-6/+9
* | boost: Do not be strict about static if not specified (fixes #7057)Daniel Mensinger2020-05-101-1/+2
* | Allow indexed custom target to be used in executable's depends.Szabi Tolnai2020-05-084-1/+43
* | More robust cmake version detectionReza Housseini2020-05-081-1/+1
* | Do not pass rpath flags to wasm-ldAndrei Alexeyev2020-05-081-0/+5
* | rename unstable-kconfig to unstable-keyvalPaolo Bonzini2020-05-0817-33/+40
* | docs/Precompiled-headers: minor spell check. [skip ci]Wenjian He2020-05-071-1/+1
* | Allow overriding g-ir-scanner and g-ir-compiler binaries.James Hilliard2020-05-071-2/+10
* | envconfig: Always honor PKG_CONFIG_PATHDylan Baker2020-05-071-1/+1
* | Merge pull request #7064 from dcbaker/gtest-protocolJussi Pakkanen2020-05-0610-86/+239
|\ \
| * | docs/unit-tests: Add information about output filesDylan Baker2020-05-041-0/+25
| * | docs: Reformat unit-tests to be ~80 characters per lineDylan Baker2020-05-041-41/+84
| * | Add native support for gtest testsDylan Baker2020-05-047-20/+78
| * | backend/backends: Fix type annotationDylan Baker2020-04-301-1/+1
| * | Convert test protocol into an enumDylan Baker2020-04-304-8/+32
| * | build: cleanup and sort importsDylan Baker2020-04-301-3/+5
| * | backends/backends: sort and cleanup importsDylan Baker2020-04-301-10/+14
| * | mtest: use argparse.type to simplify some codeDylan Baker2020-04-301-2/+1
| * | mtest: Replace if (bool) { return bool; } with return bool;Dylan Baker2020-04-301-3/+1
| |/
* | Merge pull request #7076 from mesonbuild/revertcrossfixupJussi Pakkanen2020-05-064-1/+15
|\ \
| * | Add regression test for libdir reset.revertcrossfixupJussi Pakkanen2020-05-043-0/+14
| * | Revert "coredata: init_builtins should always call libdir_cross_fixup"Jussi Pakkanen2020-05-041-1/+1
* | | coredata: init IntegerOption choices to the correct valueEric Engestrom2020-05-041-3/+3
|/ /
* | Fix incremental debug builds in VSGustavoLCR2020-05-042-2/+3