aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/interpreter.py
AgeCommit message (Expand)AuthorFilesLines
2020-03-05mesonlib: Replace unholder argument to listifyDylan Baker1-12/+12
2020-03-04interpreter: add 'name' method to BuildTargetHolderStéphane Cerveau1-0/+7
2020-03-02review: Initial fixupDaniel Mensinger1-5/+5
2020-03-02types: (partially) annotate interpreterbase.pyDaniel Mensinger1-14/+1
2020-03-02types: Annotate ast/interpreter.pyDaniel Mensinger1-2/+1
2020-03-01Merge pull request #6692 from xclaesse/summary-warningsJussi Pakkanen1-20/+41
2020-02-28Store filename in node locationJon Turney1-1/+1
2020-02-28Adjust all the other places MesonException file attribute is setJon Turney1-1/+1
2020-02-26summary: Add more info in Subprojects sectionXavier Claessens1-12/+28
2020-02-26summary: Add list_sep keyword argumentXavier Claessens1-8/+13
2020-02-17version parsing: match only when version starts with a numberGerion Entrup1-1/+1
2020-02-11configure_file: Also copy timestamps to avoid useless rebuildsNirbheek Chauhan1-1/+1
2020-02-06Make 'default_library' per-subproject builtin optionXavier Claessens1-5/+8
2020-02-05docMichael Hirsch, Ph.D1-2/+2
2020-02-05add get_external_property to replace get_cross_propertyMichael Hirsch, Ph.D1-14/+29
2020-02-05add meson.get_native_property for native filesMichael Hirsch, Ph.D1-0/+17
2020-02-04interpreter: Iterate custom target outputsXavier Claessens1-5/+22
2020-02-01summary: Fix empty list caseXavier Claessens1-0/+2
2020-01-28mintro: use interpreter data for buildsystem-files (fixes #6390)Daniel Mensinger1-0/+1
2020-01-28backend: refactor: set self.interpreter in the constructorDaniel Mensinger1-1/+1
2020-01-27Merge pull request #6423 from dcbaker/declare-dependency-variablesJussi Pakkanen1-2/+12
2020-01-26Support multiple args to message() and warning()Xavier Claessens1-15/+15
2020-01-25Fix required dependency() not failing when wrap-mode=nofallbackXavier Claessens1-1/+5
2020-01-18Fix typo in error messageXavier Claessens1-1/+1
2020-01-09dependencies: Add ability to set arbitrary variables onDylan Baker1-2/+12
2020-01-08types: import typing as T (fixes #6333)Daniel Mensinger1-8/+8
2019-12-19summary: Change 'section' to be a kwarg instead of positionalXavier Claessens1-17/+8
2019-12-19add compiler.get_linker_id() methodMichael Hirsch, Ph.D1-0/+7
2019-12-18python: add embed to the python dependency functionDaniel Mensinger1-0/+1
2019-12-12summary: Add 'Subprojects' section to main projectXavier Claessens1-4/+20
2019-12-12summary: Add bool_yn keyword argumentXavier Claessens1-6/+13
2019-12-12summary: Allow section with no title, and passing key/value separatelyXavier Claessens1-8/+24
2019-12-12Add a summary() function for configuration summarizationXavier Claessens1-2/+64
2019-12-10assert(): Make message argument optionalXavier Claessens1-5/+15
2019-12-09run_command: Do not add dependency on /dev/stdoutXavier Claessens1-1/+1
2019-12-05find_program(): Add 'dirs' keyword argumentXavier Claessens1-15/+26
2019-12-05interpreter: Remove useless checkXavier Claessens1-2/+0
2019-12-05lgtm: Actually supress the Non-standard exception warningDaniel Mensinger1-4/+4
2019-12-05lgtm: ignore Non-standard exception raised in special methodDaniel Mensinger1-2/+2
2019-11-28Revert "Have set() and set_quoted() of configuration object work with newlines."Xavier Claessens1-1/+0
2019-11-26Fix crash when checking multi version on subproject depXavier Claessens1-6/+7
2019-11-25Simplify list of build def filesXavier Claessens1-23/+27
2019-11-20Merge pull request #6199 from mensinda/cmSysIncJussi Pakkanen1-0/+1
2019-11-19Have set() and set_quoted() of configuration object work with newlines.Jehan1-0/+1
2019-11-19Interpreter: display linker executable path, if availableEric Le Bihan1-1/+1
2019-11-19ci: Add CI command to include text files in the CI logDaniel Mensinger1-0/+1
2019-11-17Merge pull request #6182 from mensinda/depInfoJussi Pakkanen1-20/+24
2019-11-17Issue #6174: run_command() with compiler object behind ccache fails.Jehan1-2/+4
2019-11-14Highlight '(cached)' and add color to the dependency versionDaniel Mensinger1-16/+17
2019-11-14dependencies: Print version of cached dependenciesDaniel Mensinger1-4/+7