aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2020-11-18Merge pull request #7900 from bonzini/stabilize-hashJussi Pakkanen4-7/+7
2020-11-18mtest: cleanup and fix print_statsPaolo Bonzini2-14/+12
2020-11-17Revert "Add thinlto support. Closes #7493."Jussi Pakkanen5-25/+14
2020-11-17Collect and return clang-format's return codeFlorian Schmaus1-3/+4
2020-11-17Fix clang-tidy return value reporting (Part â…¡)Florian Schmaus1-1/+1
2020-11-17gnome: Drop use of volatile in GLib type functionsPhilip Withnall1-1/+1
2020-11-17add warning for projects with manually specified -WerrorEli Schwartz1-0/+3
2020-11-15ninjabackend: stabilize order of dependencies and order-only dependenciesPaolo Bonzini1-2/+2
2020-11-15stabilize iteration order for dictionariesPaolo Bonzini1-2/+2
2020-11-15stabilize sets that are converted to listsPaolo Bonzini2-3/+3
2020-11-14Merge pull request #7843 from dcbaker/submit/rustc-fixesJussi Pakkanen4-27/+58
2020-11-13msvc: enable /std:c17 flagjpark371-8/+19
2020-11-13environment: Fix detection of rust compilers, moreDylan Baker1-11/+27
2020-11-13compilers/rust: warn about setting -C linker in your compiler argsDylan Baker1-0/+7
2020-11-13compilers/rust: add and use an implementation of use_linker_argsDylan Baker2-7/+11
2020-11-13run_unittests: use textwrap.dedentDylan Baker1-4/+5
2020-11-13ninjabackend: Fix a couple of rust bugsDylan Baker1-2/+3
2020-11-13environment: Properly pass linker to rustcDylan Baker1-7/+9
2020-11-13Merge pull request #7866 from dcbaker/submit/compiler-std-in-baseJussi Pakkanen4-170/+123
2020-11-13ninjabackend: fix matching of empty stringsAlexander Neumann1-1/+1
2020-11-13Do not warn when -Wpedantic is added as a project argument.Eli Schwartz1-1/+5
2020-11-13gnome: Handle libraries that are not in the current build dirSam Thursfield1-5/+6
2020-11-13The version kwarg must be a string. Closes #7975.Jussi Pakkanen1-0/+2
2020-11-12clang-cl: Allow clang-cl (when compiling C) to pass std to underlying clang)Dylan Baker1-34/+33
2020-11-12interpreter: Add get_keys function for configuration_data (#7887)Jones1-0/+5
2020-11-12Merge pull request #7961 from dcbaker/submit/rust-color-outputJussi Pakkanen2-3/+18
2020-11-12dependencies: Put pkgconfig options before operandsHaelwenn (lanodan) Monnier1-1/+5
2020-11-12compilers/c: Log that MSVC doesn't support gnu stdsDylan Baker1-1/+13
2020-11-12compilers: define standards in the base language compilerDylan Baker3-152/+71
2020-11-12compilers: Standardize the names of compiler optionsDylan Baker3-16/+16
2020-11-12compilers/c: Clang-cl also needs specific handling for standardsDylan Baker1-0/+19
2020-11-12Make MSVC accept gnu11 as a language standard version. Closes: #7611.Jussi Pakkanen1-3/+7
2020-11-10compilers/rust: Add color outputDylan Baker1-1/+7
2020-11-10ninjabackend: apply base compile_args to rust targetsDylan Baker1-2/+5
2020-11-10compilers/rust: Add vs_crt supportDylan Baker1-0/+6
2020-11-09Fix WASM thread count option. Closes #7921.Jussi Pakkanen1-2/+2
2020-11-08Fix "generator doesn't stop" on WindowsChristoph Reiter1-1/+1
2020-11-08Add thinlto support. Closes #7493.Jussi Pakkanen5-14/+25
2020-11-07Fix host machine reporting typo in msetup.pyCorey McNeish1-1/+1
2020-11-07Fix clang-tidy return value reporting (#7949)Florian Schmaus1-5/+4
2020-11-05rust: implement support for --editionDylan Baker2-0/+22
2020-11-05rewrite: fix modified member spellingMarc-André Lureau1-10/+10
2020-11-05rewrite: fix function spellingMarc-André Lureau1-3/+3
2020-11-04symbolextractor: Add FreeBSD supportThibault Payet1-0/+20
2020-11-04pkgconfig: Make external deps of static library publicXavier Claessens1-3/+6
2020-11-04qt module: fix error message typo, translation qresource accepts qm not tsEli Schwartz1-1/+1
2020-11-03wrap: fix type annotationsDylan Baker1-2/+2
2020-11-03wrap: Fix git exception not catched by interpreterXavier Claessens1-1/+11
2020-11-01Fix #5492 (#7919)Elliot2-7/+21
2020-11-01gnome: Tweak error messageSam Thursfield1-1/+2