aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-03-02types: Remove redundant __init__() -> None annotationDaniel Mensinger8-40/+40
2020-03-02types: Use import typing as TDaniel Mensinger4-97/+96
2020-03-02review: Initial fixupDaniel Mensinger6-45/+51
2020-03-02types: Annotate ast/introspection.pyDaniel Mensinger3-49/+61
2020-03-02types: (partially) annotate interpreterbase.pyDaniel Mensinger3-202/+236
2020-03-02types: Annotate ast/interpreter.pyDaniel Mensinger6-50/+56
2020-03-02types: Annotate the AST visitorsDaniel Mensinger7-90/+93
2020-03-02types: Annotate mparser.pyDaniel Mensinger9-254/+255
2020-03-01Merge pull request #6692 from xclaesse/summary-warningsJussi Pakkanen6-23/+59
2020-03-01meson: cache the results of can_compileMarcel Hollerbach1-0/+1
2020-03-01CompilerArgs: make lookup fasterMarcel Hollerbach1-7/+26
2020-03-01Merge pull request #6627 from jon-turney/cwd-relative-file-locationsJussi Pakkanen14-85/+137
2020-02-29mlog: fix remaining mypy errors and add to mypy checkDylan Baker2-10/+10
2020-02-29Merge pull request #6707 from jon-turney/bogus-failing-testsJussi Pakkanen8-9/+5
2020-02-29Fixed linker detecting on windows. Added comments about linker detecting for ...ur4t1-2/+4
2020-02-29Merge pull request #6666 from mensinda/testRefactorJussi Pakkanen155-1040/+1442
2020-02-29environment: Strip 'el' from the end of mips architecturesDylan Baker1-0/+6
2020-02-28environment: Fix construction of CudaLinkerJan Alexander Steffens (heftig)1-1/+1
2020-02-28Add release note snippetJon Turney1-0/+9
2020-02-28Extend unit test to cover cwd-relative warning location formattingJon Turney1-0/+14
2020-02-28Rename 'subdir' -> 'filename' in location objectsJon Turney3-55/+54
2020-02-28Add unit test of cwd-relative error location formattingJon Turney1-3/+34
2020-02-28Add failing test of parser error in options fileJon Turney2-0/+2
2020-02-28Add failing test of parser error in subdirJon Turney2-0/+3
2020-02-28Update rewriter for filename in node locationJon Turney1-14/+15
2020-02-28Display filename cwd relative in warning locationJon Turney1-2/+2
2020-02-28Store filename in node locationJon Turney5-5/+5
2020-02-28Adjust all the other places MesonException file attribute is setJon Turney4-5/+6
2020-02-28Fix typos in comments about type annotationsJon Turney1-2/+2
2020-02-28Remove unused MesonException.get_msg_with_context()Jon Turney2-18/+10
2020-02-28Fix framework version failing testJon Turney1-1/+1
2020-02-28Remove exact version constraint from dub failing-meson testsJon Turney3-3/+3
2020-02-28Remove invalid escape char failing testJon Turney1-4/+0
2020-02-28Fix invalid and non-existent manfile extension testsJon Turney2-0/+0
2020-02-28Update test case to use run_target(command:)Jon Turney1-1/+1
2020-02-27Fix 'linuxlike/14 static dynamic linkage' test on CygwinJon Turney1-1/+1
2020-02-27Clang-cl cross fix from Dale Curtis. Closes #5639.Jussi Pakkanen1-1/+3
2020-02-27doc: fix link warningsMathieu Duponchelle3-4/+4
2020-02-27Fix python2 rename (#6703)Dylan Baker1-11/+16
2020-02-26test: Updated docsDaniel Mensinger1-12/+120
2020-02-26test: replace pass_* functions with a test.json entryDaniel Mensinger5-21/+20
2020-02-26summary: Add more info in Subprojects sectionXavier Claessens4-13/+36
2020-02-26summary: Add list_sep keyword argumentXavier Claessens5-10/+23
2020-02-26mesonbuild/modules/gnome.py: Fix giscanner and gicompiler logicAdam Duskett1-0/+4
2020-02-25gobject-introspection: determine g-ir-scanner and g-ir-compiler paths from pk...Adam Duskett1-3/+18
2020-02-25azure ci: Test x86 Visual Studio builds again, closes #6604Nirbheek Chauhan1-2/+2
2020-02-25test: merge installed_files.txt into test.jsonDaniel Mensinger142-913/+1194
2020-02-25test: realise test_args.txt with a test matrixDaniel Mensinger5-25/+19
2020-02-25test: merge test_matrix.json and setup_env.json into test.jsonDaniel Mensinger7-47/+64
2020-02-25test: general refactoring of run_project_tests.pyDaniel Mensinger1-41/+44