| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | Clean MSI generator Try 2 [skip ci] | Michael Brockus | 2019-12-16 | 1 | -28/+85 |
* | | | default inc dirs: Fix warning on MSYS (fixes #6336) | Daniel Mensinger | 2019-12-15 | 1 | -5/+8 |
* | | | ci: type hint checking for compilers/mixins/intel.py | Michael Hirsch, Ph.D | 2019-12-14 | 1 | -1/+1 |
* | | | intel/intel-cl: handle arguments in intel-specific way | Michael Hirsch, Ph.D | 2019-12-14 | 1 | -20/+38 |
* | | | run_tests.py: use mlog.log_once to avoid spamming ninja < 1.9 warnings | Dylan Baker | 2019-12-13 | 1 | -3/+3 |
* | | | compilers: make use of mlog.log_once | Dylan Baker | 2019-12-13 | 2 | -6/+2 |
* | | | mlog: Add a log_once function | Dylan Baker | 2019-12-13 | 2 | -10/+67 |
* | | | mlog: remove incorrect uses of global keyword | Dylan Baker | 2019-12-13 | 1 | -2/+0 |
* | | | mintro: include test protocol in introspection data | Paolo Bonzini | 2019-12-13 | 4 | -2/+8 |
* | | | ci fortran: add case where buildtype=release and warning_level=3 | Michael Hirsch, Ph.D | 2019-12-13 | 2 | -0/+6 |
|/ / |
|
* | | docs: Fix wrong example for shaderc dependency [skip ci] | ePirat | 2019-12-12 | 1 | -12/+12 |
|/ |
|
* | Merge pull request #6207 from dcbaker/linker-option | Jussi Pakkanen | 2019-12-11 | 15 | -174/+334 |
|\ |
|
| * | run_unittests: Add tests for LD on windows | Dylan Baker | 2019-12-03 | 1 | -0/+23 |
| * | linkers: make constructor signature of VisualStudioLike linkers the same | Dylan Baker | 2019-12-03 | 1 | -4/+6 |
| * | environment: Fix selecting the linker with rustc | Dylan Baker | 2019-12-03 | 2 | -29/+45 |
| * | linkers: Correct MSVC-like linkers invoke directly flag | Dylan Baker | 2019-12-03 | 1 | -1/+1 |
| * | run_project_tests: Fix skip rust | Dylan Baker | 2019-12-03 | 1 | -5/+4 |
| * | run_unittests: Add unittests for ld overriding | Dylan Baker | 2019-12-03 | 1 | -0/+37 |
| * | Intel: Dump worthless Xild abstractions | Dylan Baker | 2019-12-03 | 3 | -31/+15 |
| * | run_unittests: remove unused PatchModule class | Dylan Baker | 2019-12-02 | 1 | -20/+1 |
| * | azure: print where link.exe is coming from too | Dylan Baker | 2019-12-02 | 1 | -1/+2 |
| * | environment: Add a special error case for getting GNU link.exe | Dylan Baker | 2019-12-02 | 1 | -0/+5 |
| * | environment: unify platform detection logic | Dylan Baker | 2019-12-02 | 1 | -4/+2 |
| * | docs: Update docs for LD and ld entries | Dylan Baker | 2019-12-02 | 3 | -2/+31 |
| * | environment: Remove duplicate argument from _guess_nix_linker | Dylan Baker | 2019-12-02 | 1 | -32/+27 |
| * | Allow selecting the dynamic linker | Dylan Baker | 2019-12-02 | 9 | -95/+182 |
| * | backends/ninja: apply linker arguments when using rust | Dylan Baker | 2019-12-02 | 1 | -0/+2 |
| * | Fix detection of D linker in MSVC environments | Dylan Baker | 2019-12-02 | 1 | -4/+5 |
| * | linkers: Fix Apple and VS-like linkers always_args | Dylan Baker | 2019-12-02 | 1 | -2/+2 |
* | | dependencies: Fix executable file test on Unix. | Jonathan Perkin | 2019-12-11 | 1 | -1/+3 |
* | | dist: Fix --include-subprojects when .wrap file has directory value | Xavier Claessens | 2019-12-10 | 2 | -15/+23 |
* | | mintro: Add version key to --scan-dependencies (fixes #6287) | Daniel Mensinger | 2019-12-10 | 6 | -6/+31 |
* | | dep: Try extraframework before cmake (fixes #6113) | Daniel Mensinger | 2019-12-10 | 1 | -1/+3 |
* | | cmake: subprocess external .decode(errors='ignore') to avoid traceback | Michael Hirsch, Ph.D | 2019-12-10 | 1 | -9/+14 |
* | | docs: explain cross-compilation names sooner [skip ci] | Marc Herbert | 2019-12-10 | 1 | -12/+22 |
* | | run_unittests: Disable pytest with python <= 3.5 | Xavier Claessens | 2019-12-10 | 1 | -0/+2 |
* | | assert(): Make message argument optional | Xavier Claessens | 2019-12-10 | 4 | -7/+29 |
* | | azure: Fix vs2015 | Daniel Mensinger | 2019-12-09 | 2 | -10/+6 |
* | | cmake test: skip case where Cmake backend not Fortran-compatible | Michael Hirsch, Ph.D | 2019-12-09 | 1 | -1/+4 |
* | | cmake: add project language to cmakelists.txt | Michael Hirsch, Ph.D | 2019-12-09 | 8 | -15/+101 |
* | | cmake: add fortran cache content | Michael Hirsch, Ph.D | 2019-12-09 | 1 | -15/+37 |
* | | run_command: Do not add dependency on /dev/stdout | Xavier Claessens | 2019-12-09 | 1 | -1/+1 |
* | | dist: Add --include-subprojects option | Xavier Claessens | 2019-12-08 | 3 | -10/+79 |
* | | Add brief description of configuring Vala's preprocessor via the add_project_... | Ken Gilmer | 2019-12-07 | 1 | -0/+5 |
* | | Fix typing import bug. | Jussi Pakkanen | 2019-12-07 | 1 | -1/+1 |
* | | types: Add type annotations to mintro.py | Daniel Mensinger | 2019-12-07 | 2 | -121/+94 |
* | | run_project_tests: argparse(choices) for --only name check | Michael Hirsch, Ph.D | 2019-12-07 | 1 | -7/+15 |
* | | Merge pull request #6228 from scivision/scalapack | Jussi Pakkanen | 2019-12-07 | 12 | -44/+514 |
|\ \ |
|
| * | | scalapack: test that find methods work | Michael Hirsch, Ph.D | 2019-11-30 | 2 | -5/+0 |
| * | | scalapack: allow specifying find method | Michael Hirsch, Ph.D | 2019-11-30 | 3 | -87/+311 |