aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-03-12Warn when detecting debug with get_option('buildtype')nirbheek/more-buildtype-changesNirbheek Chauhan2-3/+16
2020-03-12coredata: Set buildtype=release from others in more casesNirbheek Chauhan2-6/+18
2020-03-11coredata: Warn on usage of both -Dbuildtype and -Doptimization/-DdebugNirbheek Chauhan3-3/+12
2020-03-11coredata: Passing an option is supposed to set it, not flip the defaultNirbheek Chauhan2-3/+12
2020-03-11coredata: Set default options as cmdline args that override each otherNirbheek Chauhan3-9/+32
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-09Document the requirement to run tests before coverage [skip ci]Vedran Miletić2-1/+16
2020-03-09Add OpenTitan to the list of users. [skip ci]Jussi Pakkanen1-0/+1
2020-03-09pkgconfig: Document conflicts keywordFini Jastrow2-1/+2
2020-03-09Merge pull request #6532 from jon-turney/languages-native-kwargJussi Pakkanen12-18/+103
2020-03-09Fix introspection of symlink targets on macOS.Jussi Pakkanen1-13/+33
2020-03-08Merge pull request #6736 from dcbaker/mesonlib-type-annotationsJussi Pakkanen20-325/+355
2020-03-08cmake: Fix build_by_default: false, install: true (fixes #6737)Daniel Mensinger3-3/+7
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-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