aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2019-12-05wrap: check whitelist subdomainMichael Hirsch, Ph.D1-18/+26
2019-12-05rpm: update for host machine compiler API changeMichael Hirsch, Ph.D1-1/+1
2019-12-05wrap: raise WrapException instead of Python exception when program not availableMichael Hirsch, Ph.D1-23/+36
2019-12-05use WrapDB domain whitelist, don't fallback to non-SSL when SSL availableMichael Hirsch, Ph.D1-12/+19
2019-12-05doc: py35 deprecation commentsMichael Hirsch, Ph.D1-1/+2
2019-12-05find_program(): Add 'dirs' keyword argumentXavier Claessens2-17/+35
2019-12-05interpreter: Remove useless checkXavier Claessens1-2/+0
2019-12-05Partially revert "lgtm: fix Missing call to __init__ during object initializa...Dylan Baker1-19/+16
2019-12-05compilers: Rework the CompilerArgs to be less awfulDylan Baker1-71/+73
2019-12-05compilers: use import typing instead of from typing importDylan Baker1-44/+47
2019-12-05build: Fix type signature of rich comparison dundersDylan Baker1-4/+12
2019-12-05Fix 'meson subprojects foreach' when command returns non-zero exit codeAntonio Ospite1-4/+10
2019-12-05Clean stray .o file that LDC creates during tests.Jussi Pakkanen1-0/+8
2019-12-05lgtm: ignore Iterator does not return self from __iter__ methodDaniel Mensinger1-2/+8
2019-12-05lgtm: fix Incomplete orderingDaniel Mensinger1-9/+12
2019-12-05lgtm: fix __eq__ not overridden when adding attributesDaniel Mensinger1-0/+10
2019-12-05lgtm: fix Multiple calls to __init__Daniel Mensinger4-13/+11
2019-12-05lgtm: Actually supress the Non-standard exception warningDaniel Mensinger2-10/+10
2019-12-05lgtm: Fix insecure SSL/TLS version by removing dead codeDaniel Mensinger1-10/+4
2019-12-05lgtm: Fix redundant codeDaniel Mensinger7-12/+3
2019-12-05lgtm: fix Incomplete URL substring sanitizationDaniel Mensinger1-1/+3
2019-12-05lgtm: ignore all safe `__init__ method calls overridden method` warningsDaniel Mensinger2-3/+5
2019-12-05lgtm: fix Non-iterable used in for loopDaniel Mensinger1-3/+2
2019-12-05lgtm: fix Missing call to __init__ during object initializationDaniel Mensinger3-19/+23
2019-12-05lgtm: fix Mismatch between signature and use of an overridden methodDaniel Mensinger1-3/+6
2019-12-05lgtm: fix `Mismatch in multiple assignment` errorDaniel Mensinger1-1/+1
2019-12-05lgtm: fix missing raiseDaniel Mensinger1-1/+1
2019-12-05lgtm: fix format string numberingDaniel Mensinger1-1/+1
2019-12-05lgtm: ignore Non-standard exception raised in special methodDaniel Mensinger2-5/+5
2019-12-05lgtm: Fix unused variableDaniel Mensinger2-3/+1
2019-12-05lgtm: Fix Module imported with `import` and `import from`Daniel Mensinger5-79/+75
2019-12-04dict: Fully evaluate keysXavier Claessens2-24/+15
2019-12-04intel/intel-cl: use appropriate buildtype optionsMichael Hirsch, Ph.D2-16/+40
2019-12-04Add raise at the start of MesonExceptionMichael Brockus1-7/+7
2019-12-03mparser.py: actually check the type of key variable, not its valueMarc Herbert1-1/+1
2019-11-30Prevent the presence of duplicated items in .vcxproj filesLuca Bacci1-22/+43
2019-11-30cmake: Make output_target_map more robust (fixes #6208)Daniel Mensinger2-64/+95
2019-11-30improve error message when old version detectedtaz-0071-1/+2
2019-11-30Fix regular expression for MSVC target arch detectionLuca Bacci1-1/+1
2019-11-29linkers: AppleDynamicLinker supports -pie.Mihai Moldovan1-0/+3
2019-11-28Revert "Have set() and set_quoted() of configuration object work with newlines."Xavier Claessens2-3/+0
2019-11-28wrap: Redirect stdin to DEVNULL (again)Nirbheek Chauhan1-0/+4
2019-11-28Merge pull request #5989 from xclaesse/cmake-part2Jussi Pakkanen3-26/+152
2019-11-28wrap: Resolver.get_git: Factor out --depth argument generation and make sure ...Martin Hostettler1-5/+9
2019-11-28HDF5: make much more robust across platformsMichael Hirsch, Ph.D3-48/+122
2019-11-28cmake: Reassign dependencies from header-only targetsDaniel Mensinger1-0/+45
2019-11-28cmake: Detect dependenciy cycles and avoid infinite recursionDaniel Mensinger1-0/+9
2019-11-28cmake: Some minor fixupDaniel Mensinger2-13/+27
2019-11-27cmake: Propagate error when running commandXavier Claessens1-1/+4
2019-11-27cmake: Add support for add_custom_target() with a commandXavier Claessens3-13/+32