aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-03-08Merge pull request #6688 from dcbaker/emcc-linker-bugsJussi Pakkanen15-32/+157
2020-03-08update test_templatesMichael1-0/+5
2020-03-08add logic for Java jar projectMichael1-7/+29
2020-03-08update test_templates to add dlang and find rustMichael1-1/+7
2020-03-08intro: List symlinks in installdata (fixes #6734)Daniel Mensinger2-3/+34
2020-03-08qt5: Add has_tools() methodXavier Claessens4-1/+53
2020-03-07Merge pull request #6203 from xclaesse/override-dependencyJussi Pakkanen15-43/+276
2020-03-07add setup keyword in example commands [skip ci]Michael Brockus1-2/+2
2020-03-06dependency: Verify fallback variable consistencyXavier Claessens7-5/+41
2020-03-06override_dependency: Add failure testsXavier Claessens1-0/+11
2020-03-06Improve logged messages for overriden dependenciesXavier Claessens3-12/+27
2020-03-06Allow override_dependency() with a not-found depXavier Claessens3-0/+12
2020-03-06Simplify dependency() fallbackXavier Claessens6-15/+50
2020-03-06Add meson.override_dependency()Xavier Claessens9-27/+151
2020-03-06compilers: Don't deduplicate -L= argumentsDylan Baker1-0/+9
2020-03-06project_tests: Add a "shared_lib" typeDylan Baker4-12/+23
2020-03-06compilers/d: Fix get_allow_undefined_link_args on macOSDylan Baker1-0/+11
2020-03-06compilers/d: Remove CompilerIsLInkerMixinDylan Baker1-16/+6
2020-03-06Update Users.mdAmit D1-0/+10
2020-03-06ast: Implement dummy evaluate_notstatementDaniel Mensinger2-0/+6
2020-03-06ast: Do not resolve dict keysXavier Claessens1-1/+1
2020-03-05Make use of unholderDylan Baker8-112/+43
2020-03-05mypy: Ignore missing importsDylan Baker1-1/+2
2020-03-05ci: Add mesonlib to modules to lint with mypyDylan Baker1-1/+1
2020-03-05dependencies/boost: Fix a number of mypy issuesDylan Baker1-8/+8
2020-03-05dependencies: Use CompilerType not CompilerDylan Baker1-2/+2
2020-03-05remove ability to pass multiple keys to extract_as_listDylan Baker6-20/+10
2020-03-05Remove some uses of mesonlib.run_onceDylan Baker2-5/+4
2020-03-05mesonlib: use mlog instead of printDylan Baker1-2/+2
2020-03-05mesonlib: Replace unholder argument to listifyDylan Baker7-52/+51
2020-03-05mesonbuild/mesonlib: Add type annotationsDylan Baker5-125/+230
2020-03-04mesonlib: Fix File.__eq__ to return NotImplementedDylan Baker1-0/+2
2020-03-04mesonlib: Use textwrap.dedentDylan Baker1-4/+7
2020-03-05unit tests: Test the buildtype table in the docsNirbheek Chauhan1-0/+23
2020-03-05unit tests: Rewrite documentation table parsing codeNirbheek Chauhan1-32/+44
2020-03-05Document the details of optimization+debug vs buildtype [skip ci]Nirbheek Chauhan1-0/+17
2020-03-04mesonbuild: Add mcompile commandDylan Baker5-2/+163
2020-03-04interpreter: add 'name' method to BuildTargetHolderStéphane Cerveau5-2/+13
2020-03-03Set c_winlibs/cpp_winlibs for Clang in the same way as for GCCMartin Storsjö2-0/+12
2020-03-03Cherry-picking - (rm python2 % add python3 .format) (#6725)Michael Brockus6-70/+65
2020-03-03pkgconfig: Fix deprecation message (fixes #6720)Stéphane Cerveau1-2/+1
2020-03-02fix typoMichael1-1/+1
2020-03-02add -C to meson initMichael2-0/+12
2020-03-02Merge pull request #6316 from mensinda/typesAstDylan Baker15-639/+700
2020-03-02Users.md: add libratbagStephan Lachnit1-0/+1
2020-03-02coredata: init_builtins should always call libdir_cross_fixupStéphane Cerveau1-1/+1
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