summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-10msubprojects: Use less cryptic "git branch --show-current" commandXavier Claessens
2020-09-10msubprojects: Add --type argumentXavier Claessens
2020-09-10msubprojects: Use wrap.Resolver() to load all PackageDefinitionXavier Claessens
2020-09-10minstall: Add version field to install dataNirbheek Chauhan
2020-09-10mtest: Refactor test data checkingNirbheek Chauhan
2020-09-10mtest: Check version in the test data after loadingNirbheek Chauhan
2020-09-10Add a test run in an environment which only has a cross compilerJon Turney
2020-09-10Add release note snippetJon Turney
2020-09-10Split tests out from 'common' which require a native compilerJon Turney
2020-09-10Identify machine in error accesing compiler object for missing languageJon Turney
2020-09-10ninja: Generate all STATIC_LINKER rulesJon Turney
2020-09-10Don't require build machine compilers for project() languagesJon Turney
2020-09-10cmake: fix shared_module dependency (fixes #7715)Daniel Mensinger
2020-09-09Merge pull request #7657 from mensinda/moreTypingDylan Baker
2020-09-09Merge pull request #7428 from jon-turney/introspector-add-languagesJussi Pakkanen
2020-09-09Add a test of add_languages(native:) introspectionJon Turney
2020-09-09Implement add_languages(native:) in introspectorJon Turney
2020-09-08typing: fixup for #7708Daniel Mensinger
2020-09-08typing: fixup of #7688Daniel Mensinger
2020-09-08typing: Fix code reviewDaniel Mensinger
2020-09-08typing: fix LGTM bot errorDaniel Mensinger
2020-09-08typing: fix code reviewDaniel Mensinger
2020-09-08typing: get rid of most T.castDaniel Mensinger
2020-09-08typing: more fixesDaniel Mensinger
2020-09-08typing: Fix templatesDaniel Mensinger
2020-09-08typing: fix dependencies for new follow_importsDaniel Mensinger
2020-09-08typing: use follow_imports = silentDaniel Mensinger
2020-09-08typing: update run_mypy and mypy.iniDaniel Mensinger
2020-09-08typing: fix envconfig typingDaniel Mensinger
2020-09-08typing: ignore error because of untyped decoratorDaniel Mensinger
2020-09-08typing: fully annotate mintro and mtestDaniel Mensinger
2020-09-08typing: fully annotate mcompile, minit, and msetupDaniel Mensinger
2020-09-08typing: fully annotate fs moduleDaniel Mensinger
2020-09-08typing: fully annotate arglistDaniel Mensinger
2020-09-08typing: fully annotate boost and hdf5 depsDaniel Mensinger
2020-09-08typing: fully annotate scriptsDaniel Mensinger
2020-09-08typing: fully annotate toolsDaniel Mensinger
2020-09-08typing: fully annotate wrapDaniel Mensinger
2020-09-08typing: fully annotate mparser.pyDaniel Mensinger
2020-09-08typing: fully annotate mesonlib.pyDaniel Mensinger
2020-09-08typing: Add run_mypy.py for easier mypy invocationDaniel Mensinger
2020-09-08typing: completely type interpreterbaseDaniel Mensinger
2020-09-08typing: completely type astDaniel Mensinger
2020-09-08typing: refactor dict handlingDaniel Mensinger
2020-09-08IntrospectInterpreter: allow dictionaries with nonconstant keysPaolo Bonzini
2020-09-08Factor out an _add_languages() function in introspectorJon Turney
2020-09-08minstall: Print a big FAILED when a script failsNirbheek Chauhan
2020-09-08Add some type hints to the ExternalProgram classNirbheek Chauhan
2020-09-08Fix picking up tools with args from the env on WindowsNirbheek Chauhan
2020-09-07docs/Users: add p11-kit [skip ci]Daiki Ueno