8515 Commits (49082f96698fbb74b587ca774dae45b7b5943a16)
 

Author SHA1 Message Date
Xavier Claessens 49082f9669 summary: Allow section with no title, and passing key/value separately 5 years ago
Xavier Claessens 6e865a2330 Add a summary() function for configuration summarization 5 years ago
Jussi Pakkanen 17dd9e5bff
Merge pull request #6207 from dcbaker/linker-option 5 years ago
Jonathan Perkin c3d0b95a58 dependencies: Fix executable file test on Unix. 5 years ago
Xavier Claessens 5031f4981d dist: Fix --include-subprojects when .wrap file has directory value 5 years ago
Daniel Mensinger fc800a2cb8 mintro: Add version key to --scan-dependencies (fixes #6287) 5 years ago
Daniel Mensinger 38d3fbca94 dep: Try extraframework before cmake (fixes #6113) 5 years ago
Michael Hirsch, Ph.D 5da1a6e586 cmake: subprocess external .decode(errors='ignore') to avoid traceback 5 years ago
Marc Herbert f2ad800408 docs: explain cross-compilation names sooner [skip ci] 5 years ago
Xavier Claessens 1dda7cde39 run_unittests: Disable pytest with python <= 3.5 5 years ago
Xavier Claessens 552e78da4d assert(): Make message argument optional 5 years ago
Daniel Mensinger 9c72d0fdb2 azure: Fix vs2015 5 years ago
Michael Hirsch, Ph.D 6eb67ee848 cmake test: skip case where Cmake backend not Fortran-compatible 5 years ago
Michael Hirsch, Ph.D 98fd4e5557 cmake: add project language to cmakelists.txt 5 years ago
Michael Hirsch, Ph.D 419a7a8f51 cmake: add fortran cache content 5 years ago
Xavier Claessens 162d2bcc71 run_command: Do not add dependency on /dev/stdout 5 years ago
Xavier Claessens 1298f71b1c dist: Add --include-subprojects option 5 years ago
Ken Gilmer f7d54c96c1 Add brief description of configuring Vala's preprocessor via the add_project_arguments() function. [skip ci] 5 years ago
Jussi Pakkanen a17746e2ab Fix typing import bug. 5 years ago
Daniel Mensinger 7065a697e3 types: Add type annotations to mintro.py 5 years ago
Michael Hirsch, Ph.D 8be7278855 run_project_tests: argparse(choices) for --only name check 5 years ago
Jussi Pakkanen 06cc98ab54
Merge pull request #6228 from scivision/scalapack 5 years ago
Michael Hirsch, Ph.D 1031c96d31 catch malformed command line array option with helpful error 5 years ago
Michael Hirsch, Ph.D 9cb600cbb8 type anno 5 years ago
Michael Brockus 366ff06b0e Update Python2 syntax to Python3 syntax in genrelnotes.py 5 years ago
Michael Brockus 4b69aea85d Update Python2 syntax to Python3 syntax in Wrap 5 years ago
Michael Brockus c0a9bca627 Update Python2 syntax to Python3 syntax in ghwt.py 5 years ago
Jussi Pakkanen 4487c66507
Merge pull request #6238 from scivision/wrap_sec 5 years ago
Michael Hirsch, Ph.D ee241f2aab mtest: document default MALLOC_PERTURB_=1..255 behavior [skip ci] 5 years ago
Michael Hirsch, Ph.D d9b8dce975
wrap: check whitelist subdomain 5 years ago
Michael Hirsch, Ph.D 0f65bf1dd7
rpm: update for host machine compiler API change 5 years ago
Michael Hirsch, Ph.D dc19768175
wrap: raise WrapException instead of Python exception when program not available 5 years ago
Michael Hirsch, Ph.D 0494a76340
c/cpp: removed unused args 5 years ago
Michael Hirsch, Ph.D ccefc00a59
use WrapDB domain whitelist, don't fallback to non-SSL when SSL available 5 years ago
Michael Hirsch, Ph.D 298299d711
doc: py35 deprecation comments 5 years ago
Dylan Baker 9ca9bb7c09 docs/users: Add libglvnd [skip ci] 5 years ago
Xavier Claessens b872099468 find_program(): Add 'dirs' keyword argument 5 years ago
Xavier Claessens 691a74aec2 interpreter: Remove useless check 5 years ago
Dylan Baker c00e17b35a Partially revert "lgtm: fix Missing call to __init__ during object initialization" 5 years ago
Dylan Baker 875ef354d0 compilers: Rework the CompilerArgs to be less awful 5 years ago
Dylan Baker 5b97767ea8 compilers: use import typing instead of from typing import 5 years ago
Dylan Baker e88b3c8022 build: Fix type signature of rich comparison dunders 5 years ago
Antonio Ospite c616686d5d Fix 'meson subprojects foreach' when command returns non-zero exit code 5 years ago
Jussi Pakkanen 63bea704dd Clean stray .o file that LDC creates during tests. 5 years ago
Amit D bc5864ba21 Update Users.md 5 years ago
Daniel Mensinger d0dd21858c pytest: Fix test warnings 5 years ago
Daniel Mensinger 40837894e8 lgtm: ignore Iterator does not return self from __iter__ method 5 years ago
Daniel Mensinger ae018a3c68 lgtm: fix Incomplete ordering 5 years ago
Daniel Mensinger 62efc37da1 lgtm: fix __eq__ not overridden when adding attributes 5 years ago
Daniel Mensinger 0cf31e2340 lgtm: fix Multiple calls to __init__ 5 years ago