aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2020-03-11compilers: Don't put split soname args in start groupsDylan Baker1-0/+10
2020-03-11compilers/d: Properly pass -soname argsDylan Baker1-4/+17
2020-03-11compilers/d: Fix rpath generation with LDC and DMDDylan Baker1-14/+18
2020-03-09linkers: Allow optlink to be invoked indirectlyDylan Baker2-3/+10
2020-03-09linkers: Move import_library_args to from VS compiler to linkerDylan Baker2-4/+4
2020-03-09Allow invoking the linker directly through dmdDylan Baker2-11/+24
2020-03-09Allow invoking link.exe and lld-link.exe through ldc2Dylan Baker2-24/+36
2020-03-06compilers: Don't deduplicate -L= argumentsDylan Baker1-0/+9
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-06ast: Implement dummy evaluate_notstatementDaniel Mensinger1-0/+5
2020-03-06ast: Do not resolve dict keysXavier Claessens1-1/+1
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
2020-02-28environment: Fix construction of CudaLinkerJan Alexander Steffens (heftig)1-1/+1
2020-02-28Rename 'subdir' -> 'filename' in location objectsJon Turney3-55/+54
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-27Clang-cl cross fix from Dale Curtis. Closes #5639.Jussi Pakkanen1-1/+3
2020-02-26summary: Add more info in Subprojects sectionXavier Claessens2-12/+32
2020-02-26summary: Add list_sep keyword argumentXavier Claessens1-8/+13
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-24Merge pull request #6658 from michaelbadcrumble/clean_meson_initDylan Baker1-53/+64