summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fail gracefully detecting hdf5 if pkg-config is not available.osxfixesJussi Pakkanen2019-12-171-8/+11
* Fix macOS library test when using system zlib.Jussi Pakkanen2019-12-171-1/+2
* Clean MSI generator Try 2 [skip ci]Michael Brockus2019-12-161-28/+85
* default inc dirs: Fix warning on MSYS (fixes #6336)Daniel Mensinger2019-12-151-5/+8
* ci: type hint checking for compilers/mixins/intel.pyMichael Hirsch, Ph.D2019-12-141-1/+1
* intel/intel-cl: handle arguments in intel-specific wayMichael Hirsch, Ph.D2019-12-141-20/+38
* run_tests.py: use mlog.log_once to avoid spamming ninja < 1.9 warningsDylan Baker2019-12-131-3/+3
* compilers: make use of mlog.log_onceDylan Baker2019-12-132-6/+2
* mlog: Add a log_once functionDylan Baker2019-12-132-10/+67
* mlog: remove incorrect uses of global keywordDylan Baker2019-12-131-2/+0
* mintro: include test protocol in introspection dataPaolo Bonzini2019-12-134-2/+8
* ci fortran: add case where buildtype=release and warning_level=3Michael Hirsch, Ph.D2019-12-132-0/+6
* docs: Fix wrong example for shaderc dependency [skip ci]ePirat2019-12-121-12/+12
* Merge pull request #6207 from dcbaker/linker-optionJussi Pakkanen2019-12-1115-174/+334
|\
| * run_unittests: Add tests for LD on windowsDylan Baker2019-12-031-0/+23
| * linkers: make constructor signature of VisualStudioLike linkers the sameDylan Baker2019-12-031-4/+6
| * environment: Fix selecting the linker with rustcDylan Baker2019-12-032-29/+45
| * linkers: Correct MSVC-like linkers invoke directly flagDylan Baker2019-12-031-1/+1
| * run_project_tests: Fix skip rustDylan Baker2019-12-031-5/+4
| * run_unittests: Add unittests for ld overridingDylan Baker2019-12-031-0/+37
| * Intel: Dump worthless Xild abstractionsDylan Baker2019-12-033-31/+15
| * run_unittests: remove unused PatchModule classDylan Baker2019-12-021-20/+1
| * azure: print where link.exe is coming from tooDylan Baker2019-12-021-1/+2
| * environment: Add a special error case for getting GNU link.exeDylan Baker2019-12-021-0/+5
| * environment: unify platform detection logicDylan Baker2019-12-021-4/+2
| * docs: Update docs for LD and ld entriesDylan Baker2019-12-023-2/+31
| * environment: Remove duplicate argument from _guess_nix_linkerDylan Baker2019-12-021-32/+27
| * Allow selecting the dynamic linkerDylan Baker2019-12-029-95/+182
| * backends/ninja: apply linker arguments when using rustDylan Baker2019-12-021-0/+2
| * Fix detection of D linker in MSVC environmentsDylan Baker2019-12-021-4/+5
| * linkers: Fix Apple and VS-like linkers always_argsDylan Baker2019-12-021-2/+2
* | dependencies: Fix executable file test on Unix.Jonathan Perkin2019-12-111-1/+3
* | dist: Fix --include-subprojects when .wrap file has directory valueXavier Claessens2019-12-102-15/+23
* | mintro: Add version key to --scan-dependencies (fixes #6287)Daniel Mensinger2019-12-106-6/+31
* | dep: Try extraframework before cmake (fixes #6113)Daniel Mensinger2019-12-101-1/+3
* | cmake: subprocess external .decode(errors='ignore') to avoid tracebackMichael Hirsch, Ph.D2019-12-101-9/+14
* | docs: explain cross-compilation names sooner [skip ci]Marc Herbert2019-12-101-12/+22
* | run_unittests: Disable pytest with python <= 3.5Xavier Claessens2019-12-101-0/+2
* | assert(): Make message argument optionalXavier Claessens2019-12-104-7/+29
* | azure: Fix vs2015Daniel Mensinger2019-12-092-10/+6
* | cmake test: skip case where Cmake backend not Fortran-compatibleMichael Hirsch, Ph.D2019-12-091-1/+4
* | cmake: add project language to cmakelists.txtMichael Hirsch, Ph.D2019-12-098-15/+101
* | cmake: add fortran cache contentMichael Hirsch, Ph.D2019-12-091-15/+37
* | run_command: Do not add dependency on /dev/stdoutXavier Claessens2019-12-091-1/+1
* | dist: Add --include-subprojects optionXavier Claessens2019-12-083-10/+79
* | Add brief description of configuring Vala's preprocessor via the add_project_...Ken Gilmer2019-12-071-0/+5
* | Fix typing import bug.Jussi Pakkanen2019-12-071-1/+1
* | types: Add type annotations to mintro.pyDaniel Mensinger2019-12-072-121/+94
* | run_project_tests: argparse(choices) for --only name checkMichael Hirsch, Ph.D2019-12-071-7/+15
* | Merge pull request #6228 from scivision/scalapackJussi Pakkanen2019-12-0712-44/+514
|\ \