| Age | Commit message (Expand) | Author |
| 2019-12-03 | mparser.py: actually check the type of key variable, not its value | Marc Herbert |
| 2019-11-28 | Revert "Have set() and set_quoted() of configuration object work with newlines." | Xavier Claessens |
| 2019-11-25 | Fix link_whole with a custom target | Xavier Claessens |
| 2019-11-25 | fs: Add parent() and name() methods | Xavier Claessens |
| 2019-11-21 | Fix compute_int() when the value is -1 | Xavier Claessens |
| 2019-11-19 | Have set() and set_quoted() of configuration object work with newlines. | Jehan |
| 2019-11-18 | Use strict function prototypes | Michael Hirsch, Ph.D |
| 2019-11-17 | Make all C main functions without arguments have "void" in arg list. | Jussi Pakkanen |
| 2019-11-17 | Merge pull request #6150 from scivision/fsexpand | Jussi Pakkanen |
| 2019-11-17 | use '-Werror=unused-parameter' for gcc/clang on project tests and -fimplicit-... | Michael Hirsch, Ph.D |
| 2019-11-17 | fs: make replace_suffix not expand file to absolute path, just manipulate the... | Michael Hirsch, Ph.D |
| 2019-11-17 | fs: replace_suffix | Michael Hirsch, Ph.D |
| 2019-11-17 | fs: get file size | Michael Hirsch, Ph.D |
| 2019-11-17 | fs: add hash compute method | Michael Hirsch, Ph.D |
| 2019-11-17 | fs: further document and test behavior | Michael Hirsch, Ph.D |
| 2019-11-17 | fs: extend self-test to cover windows as well for with_suffix | Michael Hirsch, Ph.D |
| 2019-11-17 | add fs.with_suffix | Michael Hirsch, Ph.D |
| 2019-11-17 | fs: use expanduser | Michael Hirsch, Ph.D |
| 2019-11-12 | Adding dictionary entry using string variable as key. | franczc |
| 2019-11-10 | Store run target names in build. | Jussi Pakkanen |
| 2019-11-08 | Created the filesystem module. | Jussi Pakkanen |
| 2019-11-07 | wrap.py: catch connection error with WrapException | Michael Hirsch, Ph.D |
| 2019-11-06 | Fix typos found by codespell | Wolfgang Stöggl |
| 2019-10-24 | Return a disabler when an unknown method is called on a disabler object | James Hilliard |
| 2019-10-18 | tests/1common: update meson_version>=0.52 for is_disabler | Michael Hirsch, Ph.D |
| 2019-10-10 | Merge pull request #6011 from xclaesse/not-disabler | Jussi Pakkanen |
| 2019-10-09 | tests: Don't expect any *.pdb files installed in 'lib' | Jakub Adam |
| 2019-10-08 | Test disabler in foreach loops | Xavier Claessens |
| 2019-10-08 | Fix `if not disabler()` case | Xavier Claessens |
| 2019-10-06 | Updated include_type test case | Daniel Mensinger |
| 2019-10-03 | Use include_type instead of is_system | Daniel Mensinger |
| 2019-10-03 | Also add support for declare_dependency objects | Daniel Mensinger |
| 2019-10-03 | added test case for is_system dependency | Daniel Mensinger |
| 2019-09-30 | Add depfile to configure_file() | Marc-André Lureau |
| 2019-09-17 | configure_file(): Allow multiple inputs in command mode | Xavier Claessens |
| 2019-09-17 | pkgconfig: Fix ordering of public libraries | Xavier Claessens |
| 2019-09-10 | Fix "test cases/common/131 generated assembly" on Solaris | Alan Coopersmith |
| 2019-09-09 | tests: pass "cp" as argv[0] in test 162 | Dylan Baker |
| 2019-09-09 | tests: add sunos to get define | Dylan Baker |
| 2019-08-28 | Shell script cleanup. | Jussi Pakkanen |
| 2019-08-28 | Fix gcc include dot | Dylan Baker |
| 2019-08-24 | Add test priorities to force test start order | Peter Hutterer |
| 2019-08-23 | Add tests for sources that are disablers. | James Hilliard |
| 2019-08-20 | Merge pull request #5681 from dcbaker/dynamic-linker-split | Jussi Pakkanen |
| 2019-08-17 | Make .extract_objects() work correctly as an input to custom_target | Rachel Mant |
| 2019-08-14 | tests/153: skip with PGI as macros are unique | Michael Hirsch, Ph.D |
| 2019-08-14 | tests: skip common/204 for PGI (need unique feature list) | Michael Hirsch, Ph.D |
| 2019-08-14 | tests/common/186: skip some due to PGI link failure stderr=0 | Michael Hirsch, Ph.D |
| 2019-08-14 | tests/186: Make work with apple ld's -fatal_warnings | Dylan Baker |
| 2019-08-12 | Add is_disabler function | James Hilliard |