Age | Commit message (Expand) | Author | Files | Lines |
2019-12-18 | linkers: Remove get_allow_undefined_args from link.exe | Dylan Baker | 1 | -2/+1 |
2019-12-18 | PkgConfigDependency: Sort -L flags according to PKG_CONFIG_PATH | Ting-Wei Lan | 1 | -0/+40 |
2019-12-18 | python: add embed to the python dependency function | Daniel Mensinger | 2 | -9/+16 |
2019-12-18 | Merge pull request #4649 from dcbaker/summary-function | Jussi Pakkanen | 2 | -6/+108 |
2019-12-17 | Merge pull request #6065 from dcbaker/pass-options-to-linker-detection | Jussi Pakkanen | 17 | -135/+156 |
2019-12-17 | Fail gracefully detecting hdf5 if pkg-config is not available. | Jussi Pakkanen | 1 | -8/+11 |
2019-12-15 | default inc dirs: Fix warning on MSYS (fixes #6336) | Daniel Mensinger | 1 | -5/+8 |
2019-12-14 | intel/intel-cl: handle arguments in intel-specific way | Michael Hirsch, Ph.D | 1 | -20/+38 |
2019-12-13 | compilers: make use of mlog.log_once | Dylan Baker | 2 | -6/+2 |
2019-12-13 | mlog: Add a log_once function | Dylan Baker | 1 | -10/+38 |
2019-12-13 | mlog: remove incorrect uses of global keyword | Dylan Baker | 1 | -2/+0 |
2019-12-12 | summary: Add 'Subprojects' section to main project | Xavier Claessens | 1 | -4/+20 |
2019-12-12 | summary: Add bool_yn keyword argument | Xavier Claessens | 1 | -6/+13 |
2019-12-12 | summary: Allow section with no title, and passing key/value separately | Xavier Claessens | 1 | -8/+24 |
2019-12-12 | Add a summary() function for configuration summarization | Xavier Claessens | 2 | -2/+65 |
2019-12-13 | mintro: include test protocol in introspection data | Paolo Bonzini | 1 | -0/+1 |
2019-12-12 | Consider compiler arguments in linker detection logic | Dylan Baker | 5 | -17/+23 |
2019-12-12 | Allow setting <lang>_args before the compiler is detected | Dylan Baker | 3 | -99/+102 |
2019-12-12 | compilers: Make get_display_language a class or static method | Dylan Baker | 7 | -12/+11 |
2019-12-12 | compilers: move language attribute to the class level | Dylan Baker | 12 | -13/+26 |
2019-12-11 | Merge pull request #6207 from dcbaker/linker-option | Jussi Pakkanen | 8 | -142/+215 |
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 | 2 | -2/+14 |
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 | assert(): Make message argument optional | Xavier Claessens | 2 | -7/+20 |
2019-12-09 | cmake: add project language to cmakelists.txt | Michael Hirsch, Ph.D | 4 | -14/+87 |
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 | 1 | -8/+36 |
2019-12-07 | Fix typing import bug. | Jussi Pakkanen | 1 | -1/+1 |
2019-12-07 | types: Add type annotations to mintro.py | Daniel Mensinger | 1 | -120/+93 |
2019-12-07 | Merge pull request #6228 from scivision/scalapack | Jussi Pakkanen | 3 | -4/+131 |
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 Wrap | Michael Brockus | 2 | -10/+10 |
2019-12-05 | wrap: check whitelist subdomain | Michael Hirsch, Ph.D | 1 | -18/+26 |
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 | 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 | find_program(): Add 'dirs' keyword argument | Xavier Claessens | 2 | -17/+35 |
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 | 1 | -71/+73 |
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 |