summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* unit tests: Don't use pytest-xdist when running a single testnirbheek/fix-windows-cross-compileNirbheek Chauhan2020-09-101-10/+21
* envconfig: Don't log a useless messageNirbheek Chauhan2020-09-101-0/+2
* windows linker: Only guess if we don't know target cpu_familyNirbheek Chauhan2020-09-101-5/+17
* Add a test run in an environment which only has a cross compilerJon Turney2020-09-103-5/+29
* Add release note snippetJon Turney2020-09-101-0/+4
* Split tests out from 'common' which require a native compilerJon Turney2020-09-1056-34/+131
* Identify machine in error accesing compiler object for missing languageJon Turney2020-09-103-1/+10
* ninja: Generate all STATIC_LINKER rulesJon Turney2020-09-101-2/+5
* Don't require build machine compilers for project() languagesJon Turney2020-09-102-6/+16
* cmake: fix shared_module dependency (fixes #7715)Daniel Mensinger2020-09-107-0/+250
* Merge pull request #7657 from mensinda/moreTypingDylan Baker2020-09-0980-639/+834
|\
| * typing: fixup for #7708Daniel Mensinger2020-09-081-1/+5
| * typing: fixup of #7688Daniel Mensinger2020-09-082-3/+3
| * typing: Fix code reviewDaniel Mensinger2020-09-083-37/+12
| * typing: fix LGTM bot errorDaniel Mensinger2020-09-081-0/+4
| * typing: fix code reviewDaniel Mensinger2020-09-0812-42/+43
| * typing: get rid of most T.castDaniel Mensinger2020-09-087-16/+21
| * typing: more fixesDaniel Mensinger2020-09-0819-161/+215
| * typing: Fix templatesDaniel Mensinger2020-09-0813-24/+28
| * typing: fix dependencies for new follow_importsDaniel Mensinger2020-09-084-15/+18
| * typing: use follow_imports = silentDaniel Mensinger2020-09-081-1/+1
| * typing: update run_mypy and mypy.iniDaniel Mensinger2020-09-082-76/+48
| * typing: fix envconfig typingDaniel Mensinger2020-09-082-2/+2
| * typing: ignore error because of untyped decoratorDaniel Mensinger2020-09-081-1/+1
| * typing: fully annotate mintro and mtestDaniel Mensinger2020-09-083-25/+27
| * typing: fully annotate mcompile, minit, and msetupDaniel Mensinger2020-09-084-15/+22
| * typing: fully annotate fs moduleDaniel Mensinger2020-09-082-4/+5
| * typing: fully annotate arglistDaniel Mensinger2020-09-083-5/+7
| * typing: fully annotate boost and hdf5 depsDaniel Mensinger2020-09-083-8/+15
| * typing: fully annotate scriptsDaniel Mensinger2020-09-0823-152/+184
| * typing: fully annotate toolsDaniel Mensinger2020-09-085-21/+23
| * typing: fully annotate wrapDaniel Mensinger2020-09-084-35/+41
| * typing: fully annotate mparser.pyDaniel Mensinger2020-09-083-18/+31
| * typing: fully annotate mesonlib.pyDaniel Mensinger2020-09-083-43/+55
| * typing: Add run_mypy.py for easier mypy invocationDaniel Mensinger2020-09-083-2/+84
| * typing: completely type interpreterbaseDaniel Mensinger2020-09-081-64/+68
| * typing: completely type astDaniel Mensinger2020-09-083-7/+7
| * typing: refactor dict handlingDaniel Mensinger2020-09-082-25/+28
* | Merge pull request #7428 from jon-turney/introspector-add-languagesJussi Pakkanen2020-09-093-12/+31
|\ \ | |/ |/|
| * Add a test of add_languages(native:) introspectionJon Turney2020-09-092-0/+10
| * Implement add_languages(native:) in introspectorJon Turney2020-09-091-2/+7
| * Factor out an _add_languages() function in introspectorJon Turney2020-09-081-11/+15
* | IntrospectInterpreter: allow dictionaries with nonconstant keysPaolo Bonzini2020-09-082-0/+11
|/
* minstall: Print a big FAILED when a script failsNirbheek Chauhan2020-09-081-4/+6
* Add some type hints to the ExternalProgram classNirbheek Chauhan2020-09-081-7/+7
* Fix picking up tools with args from the env on WindowsNirbheek Chauhan2020-09-082-3/+26
* docs/Users: add p11-kit [skip ci]Daiki Ueno2020-09-071-0/+1
* backends: check external rpaths for all languages using ldflagsJames Hilliard2020-09-062-2/+3
* Merge pull request #7689 from scivision/fortran_incJussi Pakkanen2020-09-069-65/+64
|\
| * tests: add fortran cmake subproject include testMichael Hirsch2020-09-038-45/+42