aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2020-09-11Store first line of VisualStudio compiler output as full_versionJon Turney1-1/+1
2020-09-11Revert "Do not automatically set warning flags if buildtype is 'plain'"Eli Schwartz1-1/+1
2020-09-10msubprojects: Allow comma separated list of typesXavier Claessens2-6/+13
2020-09-10msubprojects: Fix review commentsXavier Claessens1-2/+8
2020-09-10git: Use Popen_safe to avoid encoding issuesXavier Claessens2-44/+48
2020-09-10Move verbose_git() and quiet_git() to mesonlibXavier Claessens2-18/+17
2020-09-10mesonlib: Move MesonException declaration to the topXavier Claessens1-13/+11
2020-09-10msubprojects: Rework update commandXavier Claessens1-52/+96
2020-09-10msubprojects: Return failure if some commands failedXavier Claessens1-23/+39
2020-09-10msubprojects: Stash changes before checkoutXavier Claessens1-0/+3
2020-09-10msubprojects: Support git subprojects with no wrap fileXavier Claessens2-0/+19
2020-09-10msubprojects: Use less cryptic "git branch --show-current" commandXavier Claessens1-3/+3
2020-09-10msubprojects: Add --type argumentXavier Claessens1-0/+5
2020-09-10msubprojects: Use wrap.Resolver() to load all PackageDefinitionXavier Claessens1-21/+16
2020-09-10minstall: Add version field to install dataNirbheek Chauhan3-9/+17
2020-09-10mtest: Refactor test data checkingNirbheek Chauhan1-21/+12
2020-09-10mtest: Check version in the test data after loadingNirbheek Chauhan3-16/+34
2020-09-10Identify machine in error accesing compiler object for missing languageJon Turney1-1/+1
2020-09-10ninja: Generate all STATIC_LINKER rulesJon Turney1-2/+5
2020-09-10Don't require build machine compilers for project() languagesJon Turney1-1/+3
2020-09-10cmake: fix shared_module dependency (fixes #7715)Daniel Mensinger1-0/+4
2020-09-09Merge pull request #7657 from mensinda/moreTypingDylan Baker70-607/+718
2020-09-09Merge pull request #7428 from jon-turney/introspector-add-languagesJussi Pakkanen1-12/+21
2020-09-09Implement add_languages(native:) in introspectorJon Turney1-2/+7
2020-09-08typing: fixup for #7708Daniel Mensinger1-1/+5
2020-09-08typing: fixup of #7688Daniel Mensinger1-1/+1
2020-09-08typing: Fix code reviewDaniel Mensinger3-37/+12
2020-09-08typing: fix LGTM bot errorDaniel Mensinger1-0/+4
2020-09-08typing: fix code reviewDaniel Mensinger10-38/+39
2020-09-08typing: get rid of most T.castDaniel Mensinger7-16/+21
2020-09-08typing: more fixesDaniel Mensinger18-161/+214
2020-09-08typing: Fix templatesDaniel Mensinger13-24/+28
2020-09-08typing: fix dependencies for new follow_importsDaniel Mensinger4-15/+18
2020-09-08typing: fix envconfig typingDaniel Mensinger1-1/+1
2020-09-08typing: ignore error because of untyped decoratorDaniel Mensinger1-1/+1
2020-09-08typing: fully annotate mintro and mtestDaniel Mensinger2-25/+25
2020-09-08typing: fully annotate mcompile, minit, and msetupDaniel Mensinger3-15/+19
2020-09-08typing: fully annotate fs moduleDaniel Mensinger1-4/+4
2020-09-08typing: fully annotate arglistDaniel Mensinger2-5/+5
2020-09-08typing: fully annotate boost and hdf5 depsDaniel Mensinger2-8/+12
2020-09-08typing: fully annotate scriptsDaniel Mensinger22-152/+182
2020-09-08typing: fully annotate wrapDaniel Mensinger3-34/+40
2020-09-08typing: fully annotate mparser.pyDaniel Mensinger2-18/+29
2020-09-08typing: fully annotate mesonlib.pyDaniel Mensinger2-42/+42
2020-09-08typing: Add run_mypy.py for easier mypy invocationDaniel Mensinger1-1/+1
2020-09-08typing: completely type interpreterbaseDaniel Mensinger1-64/+68
2020-09-08typing: completely type astDaniel Mensinger3-7/+7
2020-09-08typing: refactor dict handlingDaniel Mensinger2-25/+28
2020-09-08IntrospectInterpreter: allow dictionaries with nonconstant keysPaolo Bonzini1-0/+10
2020-09-08Factor out an _add_languages() function in introspectorJon Turney1-11/+15