Age | Commit message (Expand) | Author | Files | Lines |
2019-12-13 | mlog: Add a log_once function | Dylan Baker | 2 | -10/+67 |
2019-12-13 | mlog: remove incorrect uses of global keyword | Dylan Baker | 1 | -2/+0 |
2019-12-13 | mintro: include test protocol in introspection data | Paolo Bonzini | 4 | -2/+8 |
2019-12-13 | ci fortran: add case where buildtype=release and warning_level=3 | Michael Hirsch, Ph.D | 2 | -0/+6 |
2019-12-12 | docs: Fix wrong example for shaderc dependency [skip ci] | ePirat | 1 | -12/+12 |
2019-12-11 | Merge pull request #6207 from dcbaker/linker-option | Jussi Pakkanen | 15 | -174/+334 |
2019-12-11 | dependencies: Fix executable file test on Unix. | Jonathan Perkin | 1 | -1/+3 |
2019-12-10 | dist: Fix --include-subprojects when .wrap file has directory value | Xavier Claessens | 2 | -15/+23 |
2019-12-10 | mintro: Add version key to --scan-dependencies (fixes #6287) | Daniel Mensinger | 6 | -6/+31 |
2019-12-10 | dep: Try extraframework before cmake (fixes #6113) | Daniel Mensinger | 1 | -1/+3 |
2019-12-10 | cmake: subprocess external .decode(errors='ignore') to avoid traceback | Michael Hirsch, Ph.D | 1 | -9/+14 |
2019-12-10 | docs: explain cross-compilation names sooner [skip ci] | Marc Herbert | 1 | -12/+22 |
2019-12-10 | run_unittests: Disable pytest with python <= 3.5 | Xavier Claessens | 1 | -0/+2 |
2019-12-10 | assert(): Make message argument optional | Xavier Claessens | 4 | -7/+29 |
2019-12-09 | azure: Fix vs2015 | Daniel Mensinger | 2 | -10/+6 |
2019-12-09 | cmake test: skip case where Cmake backend not Fortran-compatible | Michael Hirsch, Ph.D | 1 | -1/+4 |
2019-12-09 | cmake: add project language to cmakelists.txt | Michael Hirsch, Ph.D | 8 | -15/+101 |
2019-12-09 | cmake: add fortran cache content | Michael Hirsch, Ph.D | 1 | -15/+37 |
2019-12-09 | run_command: Do not add dependency on /dev/stdout | Xavier Claessens | 1 | -1/+1 |
2019-12-08 | dist: Add --include-subprojects option | Xavier Claessens | 3 | -10/+79 |
2019-12-07 | Add brief description of configuring Vala's preprocessor via the add_project_... | Ken Gilmer | 1 | -0/+5 |
2019-12-07 | Fix typing import bug. | Jussi Pakkanen | 1 | -1/+1 |
2019-12-07 | types: Add type annotations to mintro.py | Daniel Mensinger | 2 | -121/+94 |
2019-12-07 | run_project_tests: argparse(choices) for --only name check | Michael Hirsch, Ph.D | 1 | -7/+15 |
2019-12-07 | Merge pull request #6228 from scivision/scalapack | Jussi Pakkanen | 12 | -44/+514 |
2019-12-07 | catch malformed command line array option with helpful error | Michael Hirsch, Ph.D | 1 | -1/+4 |
2019-12-07 | type anno | Michael Hirsch, Ph.D | 1 | -2/+2 |
2019-12-06 | Update Python2 syntax to Python3 syntax in genrelnotes.py | Michael Brockus | 1 | -16/+26 |
2019-12-06 | Update Python2 syntax to Python3 syntax in Wrap | Michael Brockus | 2 | -10/+10 |
2019-12-06 | Update Python2 syntax to Python3 syntax in ghwt.py | Michael Brockus | 2 | -7/+7 |
2019-12-06 | Merge pull request #6238 from scivision/wrap_sec | Jussi Pakkanen | 13 | -50/+111 |
2019-12-06 | mtest: document default MALLOC_PERTURB_=1..255 behavior [skip ci] | Michael Hirsch, Ph.D | 2 | -12/+35 |
2019-12-05 | wrap: check whitelist subdomain | Michael Hirsch, Ph.D | 5 | -18/+58 |
2019-12-05 | rpm: update for host machine compiler API change | Michael Hirsch, Ph.D | 1 | -1/+1 |
2019-12-05 | wrap: raise WrapException instead of Python exception when program not available | Michael Hirsch, Ph.D | 1 | -23/+36 |
2019-12-05 | c/cpp: removed unused args | Michael Hirsch, Ph.D | 7 | -7/+7 |
2019-12-05 | use WrapDB domain whitelist, don't fallback to non-SSL when SSL available | Michael Hirsch, Ph.D | 1 | -12/+19 |
2019-12-05 | doc: py35 deprecation comments | Michael Hirsch, Ph.D | 1 | -1/+2 |
2019-12-05 | docs/users: Add libglvnd [skip ci] | Dylan Baker | 1 | -0/+1 |
2019-12-05 | find_program(): Add 'dirs' keyword argument | Xavier Claessens | 6 | -17/+56 |
2019-12-05 | interpreter: Remove useless check | Xavier Claessens | 1 | -2/+0 |
2019-12-05 | Partially revert "lgtm: fix Missing call to __init__ during object initializa... | Dylan Baker | 1 | -19/+16 |
2019-12-05 | compilers: Rework the CompilerArgs to be less awful | Dylan Baker | 2 | -77/+75 |
2019-12-05 | compilers: use import typing instead of from typing import | Dylan Baker | 1 | -44/+47 |
2019-12-05 | build: Fix type signature of rich comparison dunders | Dylan Baker | 1 | -4/+12 |
2019-12-05 | Fix 'meson subprojects foreach' when command returns non-zero exit code | Antonio Ospite | 1 | -4/+10 |
2019-12-05 | Clean stray .o file that LDC creates during tests. | Jussi Pakkanen | 1 | -0/+8 |
2019-12-05 | Update Users.md | Amit D | 1 | -0/+2 |
2019-12-05 | pytest: Fix test warnings | Daniel Mensinger | 1 | -1/+4 |
2019-12-05 | lgtm: ignore Iterator does not return self from __iter__ method | Daniel Mensinger | 1 | -2/+8 |