Age | Commit message (Expand) | Author | Files | Lines |
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-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 |
2020-02-11 | configure_file: Also copy timestamps to avoid useless rebuilds | Nirbheek Chauhan | 1 | -1/+1 |
2020-02-06 | Make 'default_library' per-subproject builtin option | Xavier Claessens | 1 | -5/+8 |
2020-02-05 | doc | Michael Hirsch, Ph.D | 1 | -2/+2 |
2020-02-05 | add get_external_property to replace get_cross_property | Michael Hirsch, Ph.D | 1 | -14/+29 |
2020-02-05 | add meson.get_native_property for native files | Michael Hirsch, Ph.D | 1 | -0/+17 |
2020-02-04 | interpreter: Iterate custom target outputs | Xavier Claessens | 1 | -5/+22 |
2020-02-01 | summary: Fix empty list case | Xavier Claessens | 1 | -0/+2 |
2020-01-28 | mintro: use interpreter data for buildsystem-files (fixes #6390) | Daniel Mensinger | 1 | -0/+1 |
2020-01-28 | backend: refactor: set self.interpreter in the constructor | Daniel Mensinger | 1 | -1/+1 |
2020-01-27 | Merge pull request #6423 from dcbaker/declare-dependency-variables | Jussi Pakkanen | 1 | -2/+12 |
2020-01-26 | Support multiple args to message() and warning() | Xavier Claessens | 1 | -15/+15 |
2020-01-25 | Fix required dependency() not failing when wrap-mode=nofallback | Xavier Claessens | 1 | -1/+5 |
2020-01-18 | Fix typo in error message | Xavier Claessens | 1 | -1/+1 |
2020-01-09 | dependencies: Add ability to set arbitrary variables on | Dylan Baker | 1 | -2/+12 |
2020-01-08 | types: import typing as T (fixes #6333) | Daniel Mensinger | 1 | -8/+8 |
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 | 1 | -0/+7 |
2019-12-18 | python: add embed to the python dependency function | Daniel Mensinger | 1 | -0/+1 |
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 | 1 | -2/+64 |
2019-12-10 | assert(): Make message argument optional | Xavier Claessens | 1 | -5/+15 |
2019-12-09 | run_command: Do not add dependency on /dev/stdout | Xavier Claessens | 1 | -1/+1 |
2019-12-05 | find_program(): Add 'dirs' keyword argument | Xavier Claessens | 1 | -15/+26 |
2019-12-05 | interpreter: Remove useless check | Xavier Claessens | 1 | -2/+0 |
2019-12-05 | lgtm: Actually supress the Non-standard exception warning | Daniel Mensinger | 1 | -4/+4 |
2019-12-05 | lgtm: ignore Non-standard exception raised in special method | Daniel Mensinger | 1 | -2/+2 |
2019-11-28 | Revert "Have set() and set_quoted() of configuration object work with newlines." | Xavier Claessens | 1 | -1/+0 |
2019-11-26 | Fix crash when checking multi version on subproject dep | Xavier Claessens | 1 | -6/+7 |
2019-11-25 | Simplify list of build def files | Xavier Claessens | 1 | -23/+27 |
2019-11-20 | Merge pull request #6199 from mensinda/cmSysInc | Jussi Pakkanen | 1 | -0/+1 |
2019-11-19 | Have set() and set_quoted() of configuration object work with newlines. | Jehan | 1 | -0/+1 |
2019-11-19 | Interpreter: display linker executable path, if available | Eric Le Bihan | 1 | -1/+1 |
2019-11-19 | ci: Add CI command to include text files in the CI log | Daniel Mensinger | 1 | -0/+1 |
2019-11-17 | Merge pull request #6182 from mensinda/depInfo | Jussi Pakkanen | 1 | -20/+24 |
2019-11-17 | Issue #6174: run_command() with compiler object behind ccache fails. | Jehan | 1 | -2/+4 |
2019-11-14 | Highlight '(cached)' and add color to the dependency version | Daniel Mensinger | 1 | -16/+17 |
2019-11-14 | dependencies: Print version of cached dependencies | Daniel Mensinger | 1 | -4/+7 |