summaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)Author
2019-12-06Update Python2 syntax to Python3 syntax in WrapMichael Brockus
2019-12-05wrap: check whitelist subdomainMichael Hirsch, Ph.D
2019-12-05rpm: update for host machine compiler API changeMichael Hirsch, Ph.D
2019-12-05wrap: raise WrapException instead of Python exception when program not availableMichael Hirsch, Ph.D
2019-12-05use WrapDB domain whitelist, don't fallback to non-SSL when SSL availableMichael Hirsch, Ph.D
2019-12-05doc: py35 deprecation commentsMichael Hirsch, Ph.D
2019-12-05find_program(): Add 'dirs' keyword argumentXavier Claessens
2019-12-05interpreter: Remove useless checkXavier Claessens
2019-12-05Partially revert "lgtm: fix Missing call to __init__ during object initializa...Dylan Baker
2019-12-05compilers: Rework the CompilerArgs to be less awfulDylan Baker
2019-12-05compilers: use import typing instead of from typing importDylan Baker
2019-12-05build: Fix type signature of rich comparison dundersDylan Baker
2019-12-05Fix 'meson subprojects foreach' when command returns non-zero exit codeAntonio Ospite
2019-12-05Clean stray .o file that LDC creates during tests.Jussi Pakkanen
2019-12-05lgtm: ignore Iterator does not return self from __iter__ methodDaniel Mensinger
2019-12-05lgtm: fix Incomplete orderingDaniel Mensinger
2019-12-05lgtm: fix __eq__ not overridden when adding attributesDaniel Mensinger
2019-12-05lgtm: fix Multiple calls to __init__Daniel Mensinger
2019-12-05lgtm: Actually supress the Non-standard exception warningDaniel Mensinger
2019-12-05lgtm: Fix insecure SSL/TLS version by removing dead codeDaniel Mensinger
2019-12-05lgtm: Fix redundant codeDaniel Mensinger
2019-12-05lgtm: fix Incomplete URL substring sanitizationDaniel Mensinger
2019-12-05lgtm: ignore all safe `__init__ method calls overridden method` warningsDaniel Mensinger
2019-12-05lgtm: fix Non-iterable used in for loopDaniel Mensinger
2019-12-05lgtm: fix Missing call to __init__ during object initializationDaniel Mensinger
2019-12-05lgtm: fix Mismatch between signature and use of an overridden methodDaniel Mensinger
2019-12-05lgtm: fix `Mismatch in multiple assignment` errorDaniel Mensinger
2019-12-05lgtm: fix missing raiseDaniel Mensinger
2019-12-05lgtm: fix format string numberingDaniel Mensinger
2019-12-05lgtm: ignore Non-standard exception raised in special methodDaniel Mensinger
2019-12-05lgtm: Fix unused variableDaniel Mensinger
2019-12-05lgtm: Fix Module imported with `import` and `import from`Daniel Mensinger
2019-12-04dict: Fully evaluate keysXavier Claessens
2019-12-04intel/intel-cl: use appropriate buildtype optionsMichael Hirsch, Ph.D
2019-12-04Add raise at the start of MesonExceptionMichael Brockus
2019-12-03mparser.py: actually check the type of key variable, not its valueMarc Herbert
2019-11-30Prevent the presence of duplicated items in .vcxproj filesLuca Bacci
2019-11-30cmake: Make output_target_map more robust (fixes #6208)Daniel Mensinger
2019-11-30improve error message when old version detectedtaz-007
2019-11-30Fix regular expression for MSVC target arch detectionLuca Bacci
2019-11-29linkers: AppleDynamicLinker supports -pie.Mihai Moldovan
2019-11-28Revert "Have set() and set_quoted() of configuration object work with newlines."Xavier Claessens
2019-11-28wrap: Redirect stdin to DEVNULL (again)Nirbheek Chauhan
2019-11-28Merge pull request #5989 from xclaesse/cmake-part2Jussi Pakkanen
2019-11-28wrap: Resolver.get_git: Factor out --depth argument generation and make sure ...Martin Hostettler
2019-11-28HDF5: make much more robust across platformsMichael Hirsch, Ph.D
2019-11-28cmake: Reassign dependencies from header-only targetsDaniel Mensinger
2019-11-28cmake: Detect dependenciy cycles and avoid infinite recursionDaniel Mensinger
2019-11-28cmake: Some minor fixupDaniel Mensinger
2019-11-27cmake: Propagate error when running commandXavier Claessens