aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-12-09azure: Fix vs2015Daniel Mensinger2-10/+6
2019-12-09cmake test: skip case where Cmake backend not Fortran-compatibleMichael Hirsch, Ph.D1-1/+4
2019-12-09cmake: add project language to cmakelists.txtMichael Hirsch, Ph.D8-15/+101
2019-12-09cmake: add fortran cache contentMichael Hirsch, Ph.D1-15/+37
2019-12-09run_command: Do not add dependency on /dev/stdoutXavier Claessens1-1/+1
2019-12-08dist: Add --include-subprojects optionXavier Claessens3-10/+79
2019-12-07Add brief description of configuring Vala's preprocessor via the add_project_...Ken Gilmer1-0/+5
2019-12-07Fix typing import bug.Jussi Pakkanen1-1/+1
2019-12-07types: Add type annotations to mintro.pyDaniel Mensinger2-121/+94
2019-12-07run_project_tests: argparse(choices) for --only name checkMichael Hirsch, Ph.D1-7/+15
2019-12-07Merge pull request #6228 from scivision/scalapackJussi Pakkanen12-44/+514
2019-12-07catch malformed command line array option with helpful errorMichael Hirsch, Ph.D1-1/+4
2019-12-07type annoMichael Hirsch, Ph.D1-2/+2
2019-12-06Update Python2 syntax to Python3 syntax in genrelnotes.pyMichael Brockus1-16/+26
2019-12-06Update Python2 syntax to Python3 syntax in WrapMichael Brockus2-10/+10
2019-12-06Update Python2 syntax to Python3 syntax in ghwt.pyMichael Brockus2-7/+7
2019-12-06Merge pull request #6238 from scivision/wrap_secJussi Pakkanen13-50/+111
2019-12-06mtest: document default MALLOC_PERTURB_=1..255 behavior [skip ci]Michael Hirsch, Ph.D2-12/+35
2019-12-05wrap: check whitelist subdomainMichael Hirsch, Ph.D5-18/+58
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-05c/cpp: removed unused argsMichael Hirsch, Ph.D7-7/+7
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-05docs/users: Add libglvnd [skip ci]Dylan Baker1-0/+1
2019-12-05find_program(): Add 'dirs' keyword argumentXavier Claessens6-17/+56
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 Baker2-77/+75
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-05Update Users.mdAmit D1-0/+2
2019-12-05pytest: Fix test warningsDaniel Mensinger1-1/+4
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-05Add pkgconfig import in D documentationDanilo Spinella1-0/+2
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