Age | Commit message (Expand) | Author | Files | Lines |
2020-01-07 | Bump version number for new development. | Jussi Pakkanen | 1 | -1/+1 |
2020-01-07 | Prepare new release.0.53.0 | Jussi Pakkanen | 1 | -1/+1 |
2020-01-07 | environment: Fix detection of icc on macOS | Dylan Baker | 1 | -6/+3 |
2020-01-06 | Updated linker MR (#6407) | Jussi Pakkanen | 2 | -11/+20 |
2019-12-31 | Make D template work even if dub is not available. | Jussi Pakkanen | 1 | -7/+9 |
2019-12-29 | cmake: Use trace for missing link flags (fixes #6386) | Daniel Mensinger | 2 | -3/+74 |
2019-12-28 | bugfix: netcdf pkgconfig stop if found | Michael Hirsch, Ph.D | 1 | -0/+2 |
2019-12-24 | bugfix: check len before index | Michael Hirsch, Ph.D | 1 | -2/+2 |
2019-12-22 | cmake: Fix obeject libraries | Daniel Mensinger | 1 | -8/+56 |
2019-12-21 | Merge pull request #6355 from scivision/depmethod | Jussi Pakkanen | 5 | -163/+203 |
2019-12-19 | summary: Change 'section' to be a kwarg instead of positional | Xavier Claessens | 1 | -17/+8 |
2019-12-19 | add compiler.get_linker_id() method | Michael Hirsch, Ph.D | 2 | -0/+10 |
2019-12-19 | dependencies: refactor to use methods properly | Michael Hirsch, Ph.D | 5 | -163/+203 |
2019-12-19 | fs: rename samefile => is_samepath | Michael Hirsch, Ph.D | 1 | -5/+5 |
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 |