aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2020-03-15Resolve Clang failure to use -Og with --optimization=gPhillip Johnston1-2/+9
2020-03-12Merge pull request #6356 from dcbaker/fix-d-compiler-abstractionsJussi Pakkanen5-72/+141
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-11coredata: Warn on usage of both -Dbuildtype and -Doptimization/-DdebugNirbheek Chauhan1-0/+7
2020-03-11coredata: Passing an option is supposed to set it, not flip the defaultNirbheek Chauhan1-3/+4
2020-03-11coredata: Set default options as cmdline args that override each otherNirbheek Chauhan1-8/+13
2020-03-11coredata: Convert all option parsing to OrderedDict()Nirbheek Chauhan1-5/+5
2020-03-10Improve regular expression for MSVC compiler target arch detectionLuca Bacci1-1/+1
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-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-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-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