Age | Commit message (Expand) | Author | Files | Lines |
2019-12-19 | add compiler.get_linker_id() method | Michael Hirsch, Ph.D | 7 | -34/+69 |
2019-12-19 | CI: Skip NetCDF Fortran test on OSX | Daniel Mensinger | 1 | -1/+1 |
2019-12-19 | CI: Skip git tests if g-ir-scanner does not exist | Daniel Mensinger | 2 | -2/+2 |
2019-12-19 | CI: Fix C++11 related error on osx for protocol buffer | Daniel Mensinger | 1 | -1/+1 |
2019-12-19 | fs: rename samefile => is_samepath | Michael Hirsch, Ph.D | 3 | -16/+29 |
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 | 2 | -0/+60 |
2019-12-18 | python: add embed to the python dependency function | Daniel Mensinger | 5 | -12/+27 |
2019-12-18 | Merge pull request #4649 from dcbaker/summary-function | Jussi Pakkanen | 9 | -6/+265 |
2019-12-17 | Merge pull request #6065 from dcbaker/pass-options-to-linker-detection | Jussi Pakkanen | 17 | -135/+156 |
2019-12-17 | ci cmake: Windows link.exe skip due to symbol issues | Michael Hirsch, Ph.D | 10 | -12/+16 |
2019-12-17 | Fail gracefully detecting hdf5 if pkg-config is not available. | Jussi Pakkanen | 1 | -8/+11 |
2019-12-17 | Fix macOS library test when using system zlib. | Jussi Pakkanen | 1 | -1/+2 |
2019-12-16 | Clean MSI generator Try 2 [skip ci] | Michael Brockus | 1 | -28/+85 |
2019-12-15 | default inc dirs: Fix warning on MSYS (fixes #6336) | Daniel Mensinger | 1 | -5/+8 |
2019-12-14 | ci: type hint checking for compilers/mixins/intel.py | Michael Hirsch, Ph.D | 1 | -1/+1 |
2019-12-14 | intel/intel-cl: handle arguments in intel-specific way | Michael Hirsch, Ph.D | 1 | -20/+38 |
2019-12-13 | run_tests.py: use mlog.log_once to avoid spamming ninja < 1.9 warnings | Dylan Baker | 1 | -3/+3 |
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 | 2 | -10/+67 |
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 | 4 | -6/+21 |
2019-12-12 | summary: Allow section with no title, and passing key/value separately | Xavier Claessens | 5 | -26/+43 |
2019-12-12 | Add a summary() function for configuration summarization | Xavier Claessens | 9 | -2/+213 |
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 | 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-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 |