| Age | Commit message (Expand) | Author |
| 2020-01-17 | Fix dependency('qt') crash with old Qt on OSX | Jon Turney |
| 2020-01-14 | find_program: Ignore programs in the WindowsApps directory | Nirbheek Chauhan |
| 2020-01-09 | pkgconfig module: add FeatureNew for requires: dependency('foo') | Eli Schwartz |
| 2020-01-08 | bugfix: hdf5 depenedency: make sure variable is always defined | Michael Hirsch, Ph.D |
| 2020-01-08 | types: Fix/ignore flake8 B014/F811 | Daniel Mensinger |
| 2020-01-08 | types: import typing as T (fixes #6333) | Daniel Mensinger |
| 2020-01-07 | Bump version number for new development. | Jussi Pakkanen |
| 2020-01-07 | Prepare new release. | Jussi Pakkanen |
| 2020-01-07 | environment: Fix detection of icc on macOS | Dylan Baker |
| 2020-01-06 | Updated linker MR (#6407) | Jussi Pakkanen |
| 2019-12-31 | Make D template work even if dub is not available. | Jussi Pakkanen |
| 2019-12-29 | cmake: Use trace for missing link flags (fixes #6386) | Daniel Mensinger |
| 2019-12-28 | bugfix: netcdf pkgconfig stop if found | Michael Hirsch, Ph.D |
| 2019-12-24 | bugfix: check len before index | Michael Hirsch, Ph.D |
| 2019-12-22 | cmake: Fix obeject libraries | Daniel Mensinger |
| 2019-12-21 | Merge pull request #6355 from scivision/depmethod | Jussi Pakkanen |
| 2019-12-19 | summary: Change 'section' to be a kwarg instead of positional | Xavier Claessens |
| 2019-12-19 | add compiler.get_linker_id() method | Michael Hirsch, Ph.D |
| 2019-12-19 | dependencies: refactor to use methods properly | Michael Hirsch, Ph.D |
| 2019-12-19 | fs: rename samefile => is_samepath | Michael Hirsch, Ph.D |
| 2019-12-18 | linkers: Remove get_allow_undefined_args from link.exe | Dylan Baker |
| 2019-12-18 | PkgConfigDependency: Sort -L flags according to PKG_CONFIG_PATH | Ting-Wei Lan |
| 2019-12-18 | python: add embed to the python dependency function | Daniel Mensinger |
| 2019-12-18 | Merge pull request #4649 from dcbaker/summary-function | Jussi Pakkanen |
| 2019-12-17 | Merge pull request #6065 from dcbaker/pass-options-to-linker-detection | Jussi Pakkanen |
| 2019-12-17 | Fail gracefully detecting hdf5 if pkg-config is not available. | Jussi Pakkanen |
| 2019-12-15 | default inc dirs: Fix warning on MSYS (fixes #6336) | Daniel Mensinger |
| 2019-12-14 | intel/intel-cl: handle arguments in intel-specific way | Michael Hirsch, Ph.D |
| 2019-12-13 | compilers: make use of mlog.log_once | Dylan Baker |
| 2019-12-13 | mlog: Add a log_once function | Dylan Baker |
| 2019-12-13 | mlog: remove incorrect uses of global keyword | Dylan Baker |
| 2019-12-12 | summary: Add 'Subprojects' section to main project | Xavier Claessens |
| 2019-12-12 | summary: Add bool_yn keyword argument | Xavier Claessens |
| 2019-12-12 | summary: Allow section with no title, and passing key/value separately | Xavier Claessens |
| 2019-12-12 | Add a summary() function for configuration summarization | Xavier Claessens |
| 2019-12-13 | mintro: include test protocol in introspection data | Paolo Bonzini |
| 2019-12-12 | Consider compiler arguments in linker detection logic | Dylan Baker |
| 2019-12-12 | Allow setting <lang>_args before the compiler is detected | Dylan Baker |
| 2019-12-12 | compilers: Make get_display_language a class or static method | Dylan Baker |
| 2019-12-12 | compilers: move language attribute to the class level | Dylan Baker |
| 2019-12-11 | Merge pull request #6207 from dcbaker/linker-option | Jussi Pakkanen |
| 2019-12-11 | dependencies: Fix executable file test on Unix. | Jonathan Perkin |
| 2019-12-10 | dist: Fix --include-subprojects when .wrap file has directory value | Xavier Claessens |
| 2019-12-10 | mintro: Add version key to --scan-dependencies (fixes #6287) | Daniel Mensinger |
| 2019-12-10 | dep: Try extraframework before cmake (fixes #6113) | Daniel Mensinger |
| 2019-12-10 | cmake: subprocess external .decode(errors='ignore') to avoid traceback | Michael Hirsch, Ph.D |
| 2019-12-10 | assert(): Make message argument optional | Xavier Claessens |
| 2019-12-09 | cmake: add project language to cmakelists.txt | Michael Hirsch, Ph.D |
| 2019-12-09 | cmake: add fortran cache content | Michael Hirsch, Ph.D |
| 2019-12-09 | run_command: Do not add dependency on /dev/stdout | Xavier Claessens |