Age | Commit message (Expand) | Author | Files | Lines |
2020-05-14 | interpreter: Add always set default value for version and set it ASAP | Dylan Baker | 1 | -4/+3 |
2020-05-14 | use FeatureNew.single_use | Dylan Baker | 1 | -20/+23 |
2020-05-14 | interpreter: Replace some uses of mlog.deprecation with FeatureDeprecated | Dylan Baker | 1 | -2/+5 |
2020-05-14 | interpreter: Rename has_exe_wrapper -> can_run_host_binaries | Dylan Baker | 1 | -3/+11 |
2020-05-13 | Merge pull request #6620 from jon-turney/test-output-check | Dylan Baker | 1 | -9/+11 |
2020-05-06 | Merge pull request #7064 from dcbaker/gtest-protocol | Jussi Pakkanen | 1 | -3/+6 |
2020-05-04 | Add native support for gtest tests | Dylan Baker | 1 | -2/+4 |
2020-05-03 | Merge pull request #7060 from dcbaker/install-script-targets | Jussi Pakkanen | 1 | -14/+64 |
2020-04-30 | Convert test protocol into an enum | Dylan Baker | 1 | -1/+2 |
2020-04-30 | Allow get_variable to still function when the fallback is a disabler. | James Hilliard | 1 | -0/+2 |
2020-04-30 | Cosmetic tweak to error message for incdir() with an absolute path | Jon Turney | 1 | -2/+3 |
2020-04-30 | Check before compiler detection if 'c' language is present when adding 'vala' | Jon Turney | 1 | -5/+6 |
2020-04-30 | Be more careful about the use of repr() in error messages | Jon Turney | 1 | -2/+2 |
2020-04-30 | allow postconf and dist scripts to use Files, ExternalPrograms, and | Dylan Baker | 1 | -6/+8 |
2020-04-30 | interpreter: Allow install_script to use additional input types | Dylan Baker | 1 | -11/+59 |
2020-04-28 | Clarified error message for test(). (#7040) | Benjamin Frye | 1 | -1/+1 |
2020-04-28 | gnome: Fix usage of gobject-introspection as subproject | Xavier Claessens | 1 | -0/+5 |
2020-04-28 | dependency: log cached or skipped dependencies with reference to modules | Eli Schwartz | 1 | -5/+8 |
2020-04-28 | find_program: Fixes when the program has been overridden by executable | Xavier Claessens | 1 | -15/+37 |
2020-04-20 | Compiler options per lang | John Ericson | 1 | -7/+7 |
2020-04-17 | interpreter: Correctly ignore def files in build directory | Xavier Claessens | 1 | -7/+7 |
2020-04-14 | interpreter: find_program: Store program's name when not found | Ariel D'Alessandro | 1 | -3/+3 |
2020-04-14 | interpreter: Show program's name on run_command error message | Ariel D'Alessandro | 1 | -1/+1 |
2020-04-08 | Fix requireed meson version for override_dependency() | Xavier Claessens | 1 | -1/+1 |
2020-04-05 | quality / test: Fortran type hinting | Michael Hirsch, Ph.D | 1 | -9/+9 |
2020-04-02 | interpreter: Fix Disabler support for modules | Daniel Mensinger | 1 | -2/+2 |
2020-03-23 | Fix legacy env var support with cross | John Ericson | 1 | -2/+1 |
2020-03-22 | Add property to disable compiler sanity checks during cross compilation. | Jussi Pakkanen | 1 | -1/+14 |
2020-03-20 | Merge pull request #6636 from jon-turney/machine-detection-problems | Jussi Pakkanen | 1 | -0/+3 |
2020-03-19 | cmake: Add find_package COMPONETS support | Daniel Mensinger | 1 | -0/+2 |
2020-03-09 | Merge pull request #6532 from jon-turney/languages-native-kwarg | Jussi Pakkanen | 1 | -6/+15 |
2020-03-08 | Merge pull request #6736 from dcbaker/mesonlib-type-annotations | Jussi Pakkanen | 1 | -15/+13 |
2020-03-06 | dependency: Verify fallback variable consistency | Xavier Claessens | 1 | -2/+14 |
2020-03-06 | Improve logged messages for overriden dependencies | Xavier Claessens | 1 | -11/+17 |
2020-03-06 | Allow override_dependency() with a not-found dep | Xavier Claessens | 1 | -0/+7 |
2020-03-06 | Simplify dependency() fallback | Xavier Claessens | 1 | -13/+25 |
2020-03-06 | Add meson.override_dependency() | Xavier Claessens | 1 | -17/+54 |
2020-03-05 | Make use of unholder | Dylan Baker | 1 | -3/+1 |
2020-03-05 | mesonlib: Replace unholder argument to listify | Dylan Baker | 1 | -12/+12 |
2020-03-04 | interpreter: add 'name' method to BuildTargetHolder | Stéphane Cerveau | 1 | -0/+7 |
2020-03-02 | review: Initial fixup | Daniel Mensinger | 1 | -5/+5 |
2020-03-02 | types: (partially) annotate interpreterbase.py | Daniel Mensinger | 1 | -14/+1 |
2020-03-02 | types: Annotate ast/interpreter.py | Daniel Mensinger | 1 | -2/+1 |
2020-03-01 | Merge pull request #6692 from xclaesse/summary-warnings | Jussi Pakkanen | 1 | -20/+41 |
2020-02-29 | Redetect machines after every change to languages | Jon Turney | 1 | -0/+3 |
2020-02-28 | Store filename in node location | Jon Turney | 1 | -1/+1 |
2020-02-28 | Adjust all the other places MesonException file attribute is set | Jon Turney | 1 | -1/+1 |
2020-02-26 | summary: Add more info in Subprojects section | Xavier Claessens | 1 | -12/+28 |
2020-02-26 | summary: Add list_sep keyword argument | Xavier Claessens | 1 | -8/+13 |
2020-02-17 | version parsing: match only when version starts with a number | Gerion Entrup | 1 | -1/+1 |