summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* coredata: Warn on usage of both -Dbuildtype and -Doptimization/-Ddebugnirbheek/fix-buildtype-bugs-also-deprecateNirbheek Chauhan2020-03-113-3/+12
* coredata: Passing an option is supposed to set it, not flip the defaultNirbheek Chauhan2020-03-082-3/+12
* coredata: Set default options as cmdline args that override each otherNirbheek Chauhan2020-03-083-9/+32
* coredata: Convert all option parsing to OrderedDict()Nirbheek Chauhan2020-03-081-5/+5
* Merge pull request #6203 from xclaesse/override-dependencyJussi Pakkanen2020-03-0715-43/+276
|\
| * dependency: Verify fallback variable consistencyXavier Claessens2020-03-067-5/+41
| * override_dependency: Add failure testsXavier Claessens2020-03-061-0/+11
| * Improve logged messages for overriden dependenciesXavier Claessens2020-03-063-12/+27
| * Allow override_dependency() with a not-found depXavier Claessens2020-03-063-0/+12
| * Simplify dependency() fallbackXavier Claessens2020-03-066-15/+50
| * Add meson.override_dependency()Xavier Claessens2020-03-069-27/+151
* | add setup keyword in example commands [skip ci]Michael Brockus2020-03-071-2/+2
* | Update Users.mdAmit D2020-03-061-0/+10
* | ast: Implement dummy evaluate_notstatementDaniel Mensinger2020-03-062-0/+6
* | ast: Do not resolve dict keysXavier Claessens2020-03-061-1/+1
|/
* unit tests: Test the buildtype table in the docsNirbheek Chauhan2020-03-051-0/+23
* unit tests: Rewrite documentation table parsing codeNirbheek Chauhan2020-03-051-32/+44
* Document the details of optimization+debug vs buildtype [skip ci]Nirbheek Chauhan2020-03-051-0/+17
* mesonbuild: Add mcompile commandDylan Baker2020-03-045-2/+163
* interpreter: add 'name' method to BuildTargetHolderStéphane Cerveau2020-03-045-2/+13
* Set c_winlibs/cpp_winlibs for Clang in the same way as for GCCMartin Storsjö2020-03-032-0/+12
* Cherry-picking - (rm python2 % add python3 .format) (#6725)Michael Brockus2020-03-036-70/+65
* pkgconfig: Fix deprecation message (fixes #6720)Stéphane Cerveau2020-03-031-2/+1
* fix typoMichael2020-03-021-1/+1
* add -C to meson initMichael2020-03-022-0/+12
* Merge pull request #6316 from mensinda/typesAstDylan Baker2020-03-0215-639/+700
|\
| * types: Remove redundant __init__() -> None annotationDaniel Mensinger2020-03-028-40/+40
| * types: Use import typing as TDaniel Mensinger2020-03-024-97/+96
| * review: Initial fixupDaniel Mensinger2020-03-026-45/+51
| * types: Annotate ast/introspection.pyDaniel Mensinger2020-03-023-49/+61
| * types: (partially) annotate interpreterbase.pyDaniel Mensinger2020-03-023-202/+236
| * types: Annotate ast/interpreter.pyDaniel Mensinger2020-03-026-50/+56
| * types: Annotate the AST visitorsDaniel Mensinger2020-03-027-90/+93
| * types: Annotate mparser.pyDaniel Mensinger2020-03-029-254/+255
* | Users.md: add libratbagStephan Lachnit2020-03-021-0/+1
* | coredata: init_builtins should always call libdir_cross_fixupStéphane Cerveau2020-03-021-1/+1
|/
* Merge pull request #6692 from xclaesse/summary-warningsJussi Pakkanen2020-03-016-23/+59
|\
| * summary: Add more info in Subprojects sectionXavier Claessens2020-02-264-13/+36
| * summary: Add list_sep keyword argumentXavier Claessens2020-02-265-10/+23
* | meson: cache the results of can_compileMarcel Hollerbach2020-03-011-0/+1
* | CompilerArgs: make lookup fasterMarcel Hollerbach2020-03-011-7/+26
* | Merge pull request #6627 from jon-turney/cwd-relative-file-locationsJussi Pakkanen2020-03-0114-85/+137
|\ \
| * | Add release note snippetJon Turney2020-02-281-0/+9
| * | Extend unit test to cover cwd-relative warning location formattingJon Turney2020-02-281-0/+14
| * | Rename 'subdir' -> 'filename' in location objectsJon Turney2020-02-283-55/+54
| * | Add unit test of cwd-relative error location formattingJon Turney2020-02-281-3/+34
| * | Add failing test of parser error in options fileJon Turney2020-02-282-0/+2
| * | Add failing test of parser error in subdirJon Turney2020-02-282-0/+3
| * | Update rewriter for filename in node locationJon Turney2020-02-281-14/+15
| * | Display filename cwd relative in warning locationJon Turney2020-02-281-2/+2