aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
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-30interpreter: Add link_language to all build targetsDylan Baker1-1/+2
2020-04-30build: Fix link_language selectionDylan Baker1-4/+6
2020-04-30build: add missing type annotationDylan Baker1-1/+1
2020-04-30allow postconf and dist scripts to use Files, ExternalPrograms, andDylan Baker1-6/+8
2020-04-30interpreter: Allow install_script to use additional input typesDylan Baker1-11/+59
2020-04-30gnome: Print proper error when 'nsversion' or 'namespace' are missingXavier Claessens1-2/+6
2020-04-30ExternalProgram: Do special windows tricks even when name is providedXavier Claessens1-0/+4
2020-04-29Fix symlink deletion with --wipe optionLaurent Pinchart1-1/+1
2020-04-28Clarified error message for test(). (#7040)Benjamin Frye1-1/+1
2020-04-28gnome: Fix usage of gobject-introspection as subprojectXavier Claessens2-59/+42
2020-04-28Adding a conditional case in _guess_files to confirm that the complete path i...georgev931-1/+16
2020-04-28dependency: log cached or skipped dependencies with reference to modulesEli Schwartz1-5/+8
2020-04-28find_program: Fixes when the program has been overridden by executableXavier Claessens2-20/+42
2020-04-28Merge pull request #7018 from dcbaker/junitJussi Pakkanen1-29/+145
2020-04-24backend/vs: Fix build when not all languages have pchPeter Harris1-10/+4
2020-04-24Adjust regex to handle cases such as C:/Program Files/foldergeorgev931-1/+1
2020-04-23mtest: Generate a JUnit xml result fileDylan Baker1-0/+113
2020-04-23mtest: Store individual results for TAP testsDylan Baker1-21/+23