aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2020-03-09pkgconfig: Document conflicts keywordFini Jastrow1-1/+1
2020-03-09Merge pull request #6532 from jon-turney/languages-native-kwargJussi Pakkanen4-9/+39
2020-03-08Merge pull request #6736 from dcbaker/mesonlib-type-annotationsJussi Pakkanen17-311/+336
2020-03-08cmake: Fix build_by_default: false, install: true (fixes #6737)Daniel Mensinger1-1/+1
2020-03-08Merge pull request #6688 from dcbaker/emcc-linker-bugsJussi Pakkanen6-16/+71
2020-03-08add logic for Java jar projectMichael1-7/+29
2020-03-08intro: List symlinks in installdata (fixes #6734)Daniel Mensinger1-3/+8
2020-03-08qt5: Add has_tools() methodXavier Claessens1-1/+20
2020-03-07Merge pull request #6203 from xclaesse/override-dependencyJussi Pakkanen2-29/+110
2020-03-06dependency: Verify fallback variable consistencyXavier Claessens1-2/+14
2020-03-06Improve logged messages for overriden dependenciesXavier Claessens2-11/+23
2020-03-06Allow override_dependency() with a not-found depXavier Claessens1-0/+7
2020-03-06Simplify dependency() fallbackXavier Claessens1-13/+25
2020-03-06Add meson.override_dependency()Xavier Claessens2-17/+55
2020-03-06ast: Implement dummy evaluate_notstatementDaniel Mensinger1-0/+5
2020-03-06ast: Do not resolve dict keysXavier Claessens1-1/+1
2020-03-05Make use of unholderDylan Baker8-112/+43
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 Baker5-16/+8
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 Baker6-43/+36
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-04mesonbuild: Add mcompile commandDylan Baker2-1/+126
2020-03-04interpreter: add 'name' method to BuildTargetHolderStéphane Cerveau1-0/+7
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 initMichael1-0/+7
2020-03-02Merge pull request #6316 from mensinda/typesAstDylan Baker13-637/+698
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 Mensinger2-48/+60
2020-03-02types: (partially) annotate interpreterbase.pyDaniel Mensinger3-202/+236
2020-03-02types: Annotate ast/interpreter.pyDaniel Mensinger5-49/+55
2020-03-02types: Annotate the AST visitorsDaniel Mensinger7-90/+93
2020-03-02types: Annotate mparser.pyDaniel Mensinger8-253/+254
2020-03-01Merge pull request #6692 from xclaesse/summary-warningsJussi Pakkanen2-20/+45
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 Pakkanen8-82/+75
2020-02-29mlog: fix remaining mypy errors and add to mypy checkDylan Baker1-9/+9
2020-02-29Fixed linker detecting on windows. Added comments about linker detecting for ...ur4t1-2/+4
2020-02-29environment: Strip 'el' from the end of mips architecturesDylan Baker1-0/+6