aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-08-03Merge remote-tracking branch 'upstream/master' into lang-enumlang-enumJohn Ericson497-3367/+11374
2020-08-02Make meson recognize the Qualcomm LLVM toolchainAntony Chan3-2/+17
2020-08-02Merge pull request #6597 from dcbaker/full-project-configDylan Baker51-231/+791
2020-08-02docs/users: Add HarfBuzz [skip ci]Ebrahim Byagowi1-0/+1
2020-08-01run dircondensor.pyDylan Baker31-9/+9
2020-08-01update version from 0.55. to 0.56Dylan Baker1-4/+4
2020-08-01Put machine file and cmd line parsing in EnvironmentDylan Baker5-135/+238
2020-08-01push all config-file settings into coredata.set_default_optionsDylan Baker1-37/+32
2020-08-01mesonlib: Add repr() methods to PerMachine classesDylan Baker1-0/+12
2020-08-01machine-files: deprecate the paths sectionDylan Baker5-65/+44
2020-08-01coredata: fix type annotationDylan Baker1-1/+1
2020-08-01docs/machine-files: Add a section on data typesDylan Baker1-8/+40
2020-08-01machine-files: give better error messages about using integersDylan Baker8-3/+30
2020-08-01Allow setting built-in options from cross/native filesDylan Baker16-38/+307
2020-08-01mconf/mintro: use authoritative list of options from coredataDylan Baker3-38/+19
2020-07-31Doc: Added clarification on introspection files gen order [skip ci]Alexis Jeandet1-1/+2
2020-07-30docs/Machine-files: remove duplicate Properties sectionDylan Baker1-7/+0
2020-07-30Allow setting project options from cross or native filesDylan Baker7-2/+171
2020-07-30Support armel/armhf builds on native arm64 hosts.Mark Hindley1-1/+2
2020-07-30pkgconfig: Fix various corner casesXavier Claessens6-30/+135
2020-07-30Merge pull request #7494 from keszybz/fix-two-warningsJussi Pakkanen5-8/+12
2020-07-30mtest: report failures and overall summary *after* test(s) logsCamilo Celis Guzman1-2/+8
2020-07-30backends: fix rpath match patternJames Hilliard2-14/+55
2020-07-28Fix typoZbigniew Jędrzejewski-Szmek1-1/+1
2020-07-28Avoid warning about multiple outputs when building private directory nameZbigniew Jędrzejewski-Szmek1-3/+3
2020-07-28Only emit warning about "native:" on projects with minimum required versionZbigniew Jędrzejewski-Szmek3-4/+8
2020-07-28Describe syntax of `meson configure [skip ci]Matthew D. Scholefield1-1/+1
2020-07-28ninjabackend: check if target has compiler attributeMarcel Hollerbach3-2/+24
2020-07-23Merge pull request #7461 from mensinda/noMoreSetuptoolsJussi Pakkanen7-16/+549
2020-07-23Merge pull request #7460 from mensinda/fixDeepcpyJussi Pakkanen3-9/+20
2020-07-23compilers: Cache gnu-mixins has_arguments() checksNirbheek Chauhan1-1/+1
2020-07-22coredata: Make warning_level per subproject builtin optionXavier Claessens6-24/+54
2020-07-22visualstudio: warning_level 0 should not map to /W1Xavier Claessens1-1/+1
2020-07-22Don't spam about usage of rspfiles to stdoutNirbheek Chauhan1-1/+1
2020-07-22vim: Syntax-highlight continue and break statementsNirbheek Chauhan1-1/+2
2020-07-21Add boost_root support to properties files (#7210)cmcneish15-44/+163
2020-07-21summary: Wrap lines when printing listsXavier Claessens3-5/+34
2020-07-20string: add substring methodStéphane Cerveau4-0/+52
2020-07-20Do not add rpaths for static libs. Closes #5191.Jussi Pakkanen2-1/+9
2020-07-19Fix dirs typo in Vala docs [skip ci]wb96881-1/+1
2020-07-19Print a warning when importing a stabilized moduleMarc-André Lureau3-7/+26
2020-07-19Stabilize keyval moduleMarc-André Lureau8-7/+14
2020-07-19coredata: add missing EnvironmentException importJames Hilliard1-2/+3
2020-07-19fix msvc not recognising b_ndebugElliot Haisley3-1/+17
2020-07-19Fix a comment about cross compilation with clang-cl [skip ci]Martin Storsjö1-1/+1
2020-07-19Fix setuptools 49 test. (fixes #7452)Daniel Mensinger1-0/+4
2020-07-16mdata: Add test to ensure mesondata.py is up-to-dateDaniel Mensinger1-0/+32
2020-07-16mdata: remove setuptools and use mesondata insteadDaniel Mensinger4-16/+4
2020-07-16mdata: Generate mesondata.py from */data foldersDaniel Mensinger2-0/+513
2020-07-16Make virtualenv inside the project workDaniel Mensinger2-9/+10