| Age | Commit message (Expand) | Author |
| 2020-04-11 | opts: Allow `-` and `not` in meson_options.txt (fixes #6948) | Daniel Mensinger |
| 2020-04-11 | Handle BuildTarget as custom_target() argument #6914 | Marc-André Lureau |
| 2020-04-11 | Extend test to cover using library(name_prefix: []) for default | Jon Turney |
| 2020-04-05 | Rename test dir names with dircondenser.py. | Jussi Pakkanen |
| 2020-04-04 | Make cc.has_function work on GCC/Clang __builtins | Andrei Alexeyev |
| 2020-04-04 | mparser: fix precedence of arithmetic operators | Andrei Alexeyev |
| 2020-03-24 | Make werror per subproject option | Xavier Claessens |
| 2020-03-20 | Merge pull request #6636 from jon-turney/machine-detection-problems | Jussi Pakkanen |
| 2020-03-19 | Use os.path.normpath() for include paths | ClausKlein |
| 2020-03-11 | coredata: Set default options as cmdline args that override each other | Nirbheek Chauhan |
| 2020-03-09 | Merge pull request #6532 from jon-turney/languages-native-kwarg | Jussi Pakkanen |
| 2020-03-06 | Allow override_dependency() with a not-found dep | Xavier Claessens |
| 2020-03-06 | Simplify dependency() fallback | Xavier Claessens |
| 2020-03-06 | Add meson.override_dependency() | Xavier Claessens |
| 2020-03-04 | interpreter: add 'name' method to BuildTargetHolder | Stéphane Cerveau |
| 2020-02-29 | Fix re-building test '127 custom target directory install' with VS backend | Jon Turney |
| 2020-02-29 | Test host_machine is correctly detected after add_languages() | Jon Turney |
| 2020-02-26 | test: replace pass_* functions with a test.json entry | Daniel Mensinger |
| 2020-02-25 | test: merge installed_files.txt into test.json | Daniel Mensinger |
| 2020-02-25 | test: realise test_args.txt with a test matrix | Daniel Mensinger |
| 2020-02-23 | Merge pull request #6637 from mesonbuild/nirbheek/implement-symbolextractor-w... | Jussi Pakkanen |
| 2020-02-22 | tests: Ensure that executable and library are named differently | Nirbheek Chauhan |
| 2020-02-20 | Introduce dataonly for the pkgconfig module | Rohan Garg |
| 2020-02-13 | Remove unused no-installed-files test feature | Jon Turney |
| 2020-02-11 | configure_file: Also copy timestamps to avoid useless rebuilds | Nirbheek Chauhan |
| 2020-02-09 | Add add_languages(native:) | Jon Turney |
| 2020-02-07 | Merge pull request #6421 from dcbaker/zlib-system-dep | Jussi Pakkanen |
| 2020-02-06 | Make 'default_library' per-subproject builtin option | Xavier Claessens |
| 2020-02-06 | add fs.stem() | Michael Hirsch, Ph.D |
| 2020-02-06 | fs: add expanduser method | Michael Hirsch, Ph.D |
| 2020-02-06 | fs: add methods as_posix, is_absolute | Michael Hirsch, Ph.D |
| 2020-02-05 | ci: properly handle cross/native cases | Michael Hirsch, Ph.D |
| 2020-02-05 | add get_external_property to replace get_cross_property | Michael Hirsch, Ph.D |
| 2020-02-05 | add native-file properties tests | Michael Hirsch, Ph.D |
| 2020-02-05 | pkgconfig: Generate -uninstalled.pc files | Xavier Claessens |
| 2020-02-05 | Test using a File as an argument to run_command. | Jussi Pakkanen |
| 2020-02-04 | interpreter: Iterate custom target outputs | Xavier Claessens |
| 2020-01-31 | tests: Add a test case for the zlib system dependency | Dylan Baker |
| 2020-01-30 | Bugfix: sanitize_dir: use pathlib to handle case-insensitive filesystems (#6398) | Michael Hirsch, Ph.D |
| 2020-01-27 | Merge pull request #6423 from dcbaker/declare-dependency-variables | Jussi Pakkanen |
| 2020-01-25 | tests: Prevent multiple-definition of symbols | Ernestas Kulik |
| 2020-01-24 | tests: Fix some test failures on Ubuntun 16.04 CI | Nirbheek Chauhan |
| 2020-01-21 | Use python3 in some tests which were still using python | Sebastien Bacher |
| 2020-01-09 | dependencies: Add ability to set arbitrary variables on | Dylan Baker |
| 2020-01-07 | One more symlink test skip. | Jussi Pakkanen |
| 2019-12-29 | Only run symlink test from git checkout. | Jussi Pakkanen |
| 2019-12-19 | add compiler.get_linker_id() method | Michael Hirsch, Ph.D |
| 2019-12-19 | fs: rename samefile => is_samepath | Michael Hirsch, Ph.D |
| 2019-12-05 | find_program(): Add 'dirs' keyword argument | Xavier Claessens |
| 2019-12-04 | dict: Fully evaluate keys | Xavier Claessens |